platform/upstream/nodejs.git
2009-11-03 Brandon BeacherAdded process.chdir()
2009-11-03 Ryan Dahlbump version v0.1.16
2009-11-03 Ryan DahlMove memoryUsage() into C on Linux
2009-11-03 Ryan DahlAdd sys.memoryUsage()
2009-11-02 Ryan DahlAdd process.platform
2009-11-02 Ryan DahlAdd requires to google example in docs.
2009-11-02 Felix GeisendörferThe return of relative module loading
2009-11-02 Felix GeisendörferThe return of absolute Module loading
2009-11-02 Ryan DahlAdd mediacoder's logo to website
2009-11-01 Felix GeisendörferThe return of remote module loading
2009-11-01 Ryan Dahlrequire.paths aliased as process.path
2009-10-31 Ryan DahlUpdate webpage with new module api
2009-10-31 Ryan DahlUpgrade benchmark scripts for new module API
2009-10-31 Ryan DahlUpdate deprecation errors.
2009-10-31 Ryan DahlDon't call process.exit() on missing module.
2009-10-31 Ryan Dahlmodule.name renamed to module.id for commonjs compat
2009-10-31 Ryan DahlFix search-replace errors in api.txt
2009-10-31 Ryan DahlModule refactor - almost CommonJS compatible now
2009-10-31 Ryan Dahlforgot to add lib/dns.js in c53672
2009-10-30 Ryan DahlA few more node->process changes
2009-10-29 Ryan DahlNamespace EVERYTHING under process; introduce GLOBAL
2009-10-29 Ryan DahlUpgrade v8 to 1.3.18
2009-10-29 Felix GeisendörferThe return of Promise.cancel() with some additional...
2009-10-29 Ryan DahlClean up posix module docs
2009-10-28 Ryan DahlMove node.dns.* into /dns.js
2009-10-28 Ryan Dahlnode.fs.* moved into "/posix.js"
2009-10-28 Ryan Dahlfix error from v8 upgrade
2009-10-28 Ryan DahlUpgrade v8 to 1.3.17
2009-10-28 Tim CaswellDRY up the open, write, read, and close methods on...
2009-10-28 Ryan Dahlbump version v0.1.15
2009-10-28 Ryan DahlRevert "Change HTTP back to a 1.1 client."
2009-10-28 Ryan DahlOnly allow a promise to fire once, remove promise.cancel()
2009-10-28 Ryan DahlUse full path to link to libv8.a and libudns.a
2009-10-27 Ryan DahlLink to objects instead of shlibs for evcom, http_parse...
2009-10-27 Ryan Dahlfix make install (was broken from node_ prefix change)
2009-10-27 Ryan DahlLink libev and libeio as a normal .o instead of as .a
2009-10-27 Ryan DahlAdd symlinks in root directory to executables after...
2009-10-27 Ryan DahlEnable large file support.
2009-10-27 Ryan DahlPrefix all source files with node_
2009-10-27 Ryan DahlRemove unused macro
2009-10-26 Ryan DahlChange HTTP back to a 1.1 client.
2009-10-26 Ryan DahlCorrectly guess x64 architecture
2009-10-25 Ryan DahlRename node.libraryPaths to require.paths
2009-10-16 Ryan DahlAdd work-around for configure --debug with Python 2.4.3
2009-10-16 Ryan DahlAdd v8 patch to fix mac x64 build.
2009-10-16 Ryan DahlUpgrade v8 to 1.3.16
2009-10-16 Ryan DahlImprove webpage
2009-10-15 Ryan DahlUpgrade http parser, change node as needed.
2009-10-15 Ryan DahlAccept string representations of signals in node.kill...
2009-10-15 Brandon BeacherAdded external interface for signal handlers.
2009-10-14 Ryan DahlUpgrade http_parser, allows quotes in URI
2009-10-14 Connor DunnAdd node.fs.sendfile()
2009-10-14 Ryan DahlAdd connection.fd getter.
2009-10-14 Tim CaswellFix the link to the new Contribute section
2009-10-13 Felix GeisendörferNew section about contributing for the homepage
2009-10-13 Timothy CaswellClean up many of the reccommendations from jslint in...
2009-10-13 Timothy CaswellCleanup node.fs.cat to follow the newer style to match...
2009-10-13 Ryan Dahlutils.js links to sys.js instead of other way around
2009-10-12 Felix GeisendörferFix for confusing deprecation message
2009-10-12 Ryan DahlBugfix: 'data' event for stdio should emit a string
2009-10-12 Felix GeisendörferDocumentation for Promise.timeout() and Promise.cancel()
2009-10-12 Ryan DahlAdd some code comments to net.cc
2009-10-12 Felix GeisendörferImplemented Promise.timeout() and Promise.cancel()
2009-10-12 Ryan DahlUse bundle flags for osx in node-waf
2009-10-10 Ryan DahlFix tabs in changelog
2009-10-09 Ryan Dahlbump version v0.1.14
2009-10-09 Ryan DahlACTUALLY remove node_version.h from node.h
2009-10-09 Ryan DahlInternalize node_version.h.
2009-10-09 Ryan DahlAdd comments to node.cc
2009-10-09 Ryan Dahl'git-describe' to 'git describe'
2009-10-09 Ryan DahlPut git revision into version string
2009-10-09 Ryan DahlClean up README.
2009-10-09 Ryan DahlKill -Werror in V8 for GCC 4.4.1 users.
2009-10-09 Ryan DahlUpdate docs to use sys.js and not so much mixin().
2009-10-09 Ryan Dahlsymlink sys.js to utils.js
2009-10-09 Ryan DahlRaise helpful error when include() is called.
2009-10-09 Ryan DahlEnable debugging.
2009-10-09 Ryan DahlMore updates to wscripts v8 building.
2009-10-08 Ryan DahlFix wscript for python 2.4
2009-10-08 Ryan DahlImprove build for V8
2009-10-07 Ryan DahlUse /bin/sh from exec()
2009-10-07 Felix GeisendörferRemoved getHeader() function thanks to f623f
2009-10-07 Ryan DahlNormalize HTTP headers.
2009-10-07 Ryan DahlUpgrade v8 to 1.3.15
2009-10-07 Ryan DahlFix --v8-options command line argument.
2009-10-07 Ryan DahlFix test-signal-handler.js on macintosh - pause before...
2009-10-07 Ryan DahlFix build.
2009-10-07 Ryan DahlFix 'make distclean'
2009-10-07 Ryan DahlUpgrade v8 to 1.3.14
2009-10-07 Ryan DahlUpdate benchmarks with new createChildProcess API
2009-10-07 Felix GeisendörferMultipart test now uses a fixture instead of CURL
2009-10-07 Felix GeisendörferFixed bad indention in multipart.js
2009-10-06 Ryan Dahlev_unref() the signal handlers.
2009-10-06 Brandon BeacherAdded signal handler.
2009-10-06 Ryan DahlDo not use /bin/sh to create child processes.
2009-10-06 Ryan DahlOnly arguments before -- should be passed to V8.
2009-10-06 Ryan DahlAlso accept 'utf-8' to specify utf8 encodings.
2009-10-05 Ryan DahlSimplify 'make distclean' by just doing 'rm -rf build'
2009-10-05 Ryan DahlAdd __module to reference current node.Module object.
2009-10-05 Ryan DahlAdd require.async().
next