platform/upstream/nodejs.git
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().
2009-10-05 Ryan DahlRemove target argument from node.Module#newChild.
2009-10-05 Ryan DahlRemove old references to node.loadingModules
2009-10-05 Ryan DahlRemove include() from website.
2009-10-05 Ryan DahlRemove include() add node.mixin()
2009-10-05 Ryan DahlParse queryString into req.uri.params
2009-10-05 Ryan DahlFix typo
2009-10-05 Ryan DahlRemove node.pc
2009-10-04 Ryan DahlDon't use parseUri for HTTP server
2009-10-04 Ryan DahlModify node_addon configure api
2009-10-04 Ryan DahlUpdate addon documentation
2009-10-04 Ryan DahlAdd node-waf to help with building addons.
2009-10-03 Ryan DahlAdd Makefiles which were forgotten.
2009-10-03 Ryan DahlImprove "make dist" remove generated doc from repo.
2009-10-03 Ryan DahlDon't unnecessarily output the makefile from the config...
2009-10-03 Ryan DahlInstall wafadmin into $PREFIX/lib/node/wafadmin
2009-10-03 Felix GeisendörferDocumentation for Multipart parser
2009-10-03 Ryan DahlSetClassName on internal classes.
2009-10-03 Ryan DahlReplace DEFINE_SIMPLE_CALLBACK macros with explicit...
2009-10-02 Ryan DahlUse waf-light instead of waf
2009-10-02 Ryan Dahlchat.tinyclouds.org -> chat.nodejs.org
2009-10-02 Ryan DahlAdd note about symbol visibility in V8 to wscript
2009-09-30 Ryan Dahlbump version v0.1.13
2009-09-30 Ryan DahlAdd a third argument to http.cat to specify req headers.
2009-09-29 isaacsPass the Host header in http.cat calls, if it was speci...
2009-09-29 Ryan DahlBugfix: require() and include() should work in callbacks.
2009-09-29 Ryan DahlClean up some text in documentation.
2009-09-29 Ryan DahlCamel-case all http events
2009-09-28 Ryan DahlCopy Python's shutil.copytree into wscript.
2009-09-28 Ryan DahlAdd doc for node.compile()
2009-09-28 Ryan DahlUpdate module loading docs
2009-09-28 Ryan DahlAdd warning when coroutine stack size grows too large.
2009-09-28 Ryan Dahldocs: Reference node.libraryPaths in helpers section.
2009-09-28 Ryan DahlClean up some things in the repl, add docs.
2009-09-28 Ryan DahlError message on bad module load.
2009-09-28 Ryan DahlAPI: Move node.exit() to process.exit().
2009-09-28 Ryan Dahlinclude utils in the repl.
2009-09-28 Ryan DahlDon't delete timer object on clearTimeout.
next