platform/upstream/nodejs.git
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.
2009-09-28 Ryan DahlMove tcp library to /tcp.js
2009-09-28 Ryan DahlAdd forgotten file lib/utils.js
2009-09-28 Ryan Dahlhttp.js license reference
2009-09-28 Ryan DahlMove http library to /http.js
2009-09-28 Ryan DahlAPI: Move node.puts(), node.exec() and others to /utils.js
2009-09-28 Ryan DahlRemove api.xml from gitignore
2009-09-27 Felix GeisendörferMultipart stream parser
2009-09-27 Ryan DahlAdd docbook documentation
2009-09-27 Ryan DahlAdd node.inspect() and deprecate p().
2009-09-27 Ryan DahlreadFile/writeFile to read/write in file library.
2009-09-27 Jeremy LalFixes for libeio wscript on Debian.
2009-09-26 Ryan DahlChanges to compile on Andrew Miller's very old machine
2009-09-25 Ryan DahlRemove -Werror on v8, for compiling on GCC 4.4
2009-09-25 RayMorganWhen printing, check to see if value is undefined....
2009-09-25 RayMorganAdded _ that is te result of the previous command.
2009-09-25 RayMorganEnhanced the repl library.
2009-09-24 Ryan Dahlbump version v0.1.12
2009-09-24 Ryan DahlClean up website a bit.
2009-09-23 Ryan DahlExtract the good parts of node-repl into standalone...
2009-09-23 Ryan DahlDecrease default TCP backlog to 128
2009-09-23 Ryan DahlChange example at beginning of api.txt
2009-09-23 Ryan DahlSyntax highlighting for <tt> elements.
2009-09-23 Ryan DahlAdd documentation about requiring system modules.
2009-09-23 Ryan DahlTighten window on timer test.
2009-09-23 Ryan Dahlcpplint.js file.{cc,h}
2009-09-23 Ryan DahlCall "connection" event after connection object is...
2009-09-23 Ryan DahlAdd connection.setNoDelay() to disable Nagle algorithm.
2009-09-23 Ryan DahlUpgrade v8 to 1.3.13
2009-09-23 Felix GeisendörferSyntax highlighting for api.html.
2009-09-22 Ryan DahlBugfix: EIOPromise::Create was allocating two EIOPromis...
2009-09-22 Ryan Dahldelete[] instead of delete for arrays.
2009-09-22 Ryan DahlAdd readFile to '/file.js'
2009-09-22 Ryan DahlAdd writeFile() to /file.js
2009-09-21 Ryan DahlRemove "raw" encoding. Rename "raws" to "binary".
2009-09-20 Ryan DahlMove node-repl to bin/node-repl
2009-09-20 Ryan DahlAdd "/file.js" buffered disk I/O object.
2009-09-20 Ryan DahlMove mjsunit.js to system module directory.
2009-09-20 Ryan DahlImprove error message for requiring system modules.
2009-09-20 Ryan DahlAdd node.error(); p() outputs to stderr.
2009-09-20 Ryan DahlThrow ret value from wait() only if it's there.
2009-09-20 Ryan Dahlreturn error from cat_promise in node.fs.cat
2009-09-19 Ryan DahlAbsolute path names for require() refer to node.library...
2009-09-18 Ryan Dahlbump version v0.1.11
2009-09-17 Ryan DahlUpgrade v8 to 1.3.11
2009-09-17 Ryan DahlAdd node.installPrefix
2009-09-17 Ryan DahlAdd more explanation to docs for request.finish().
next