platform/upstream/nodejs.git
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().
2009-09-17 Ryan DahlBugfix: node.fs.write() was stack allocating buffer.
2009-09-17 Jon CrosbyAdd failing spec for node.fs.write
2009-09-15 Ryan DahlDefault to utf8 encoding for node.fs.cat()
2009-09-15 Ryan Dahlupdate doc for node.fs.write()
2009-09-15 Ryan DahlAdd node.exec()
2009-09-15 Ryan DahlAdd documentation for promise.emitSuccess and emitError
2009-09-14 Ryan Dahlfix typo on website
2009-09-14 Ryan DahlRemove unused variable in http.cc
2009-09-14 Ryan DahlFix buffering logic for HTTP outgoing messages.
2009-09-13 Ryan DahlRemove erroneously placed EV_DEFAULT_UC_
2009-09-13 Ryan DahlAPI: node.fs.read() takes a normal encoding parameter.
2009-09-13 Ryan DahlFix default encoding for outgoing HTTP messages
2009-09-13 Ryan DahlBugfix: ReportException shouldn't forget the top frame.
2009-09-13 Ryan DahlBugfix: sendBody wasn't setting encoding
2009-09-12 Ryan DahlFix broken asciidoc section
2009-09-12 Jeff SmickUse "platform.architecture()" to find the proper archit...
2009-09-12 RyanLint
2009-09-12 RyanAPI: Change arguments of emit(), emitSuccess(), emitError()
2009-09-11 Ryanspell check api.txt
2009-09-11 Ryanbump version v0.1.10
2009-09-11 RyanAdd doc note about 'raws' encoding
2009-09-11 RyanJust add the gernerated doc files. Make life easier.
2009-09-11 RyanRevert "Add xsl files to doc directory so people can...
2009-09-11 RyanAdd xsl files to doc directory so people can build...
2009-09-11 RyanAdd node-repl
2009-09-11 RyanAdd '--' to seperate v8 args from program args
2009-09-11 Ryancpplint.py node.cc and node.h
2009-09-11 RyanAdd isDirectory(), isFile(), isSocket(), ... methods...
2009-09-10 RyanAdd 'extern char **environ' so that the new ENV code...
2009-09-10 RyanAdd access to user environment via ENV
2009-09-10 RyanMan page generation.
2009-09-10 RyanRemove debug agent. It shouldn't have been commited!
2009-09-10 RyanMove arg parsing to beginning of main()
2009-09-09 RyanAdd a few fflush(stderr) calls to track down missing...
2009-09-09 RyanUpgrade v8 to 1.3.10
2009-09-09 RyanRemove compiler warning with extra assert.
2009-09-09 RyanAdd Exception::Error where missing.
2009-09-09 RyanIntroduce "raws" encoding. Raw String.
2009-09-09 RyanByte stream to V8 decoding and encoding.
2009-09-08 Ryannode.assert() was broken.
2009-09-07 RyanInternally use full paths when loading modules.
2009-09-07 RyanAlmost completely remove onExit and onLoad.
2009-09-07 RyanExit the process on module load error. (temporary)
2009-09-07 RyanAdd note about sendBody buffering to docs
2009-09-07 RyanAdd some links to the website
2009-09-07 RyanCreate NODE_UNIXTIME macros
2009-09-05 Ryanbump version v0.1.9
2009-09-05 RyanHack for compiling on Snow Leopard.
2009-09-05 RyanSmall change to website index.html
2009-09-04 RyanBugfix: Trap exceptions in URIParser.
2009-09-04 Ryanbump version v0.1.8
2009-09-04 RyanFix slowness in debug run of test-tcp-many-clients
2009-09-04 RyanUpgrade evcom - disable EPIPE error output.
2009-09-04 RyanAdd test-mkdir-rmdir.js
2009-09-03 RyanSort files in readdir test.
2009-09-03 RyanAdd node.fs.mkdir()
2009-09-03 RyanAdd node.fs.readdir()
2009-09-03 RyanClean up eio wrappers. Create EIOPromise.
2009-09-03 RyanClean up text on website.
2009-09-03 RyanAsyncly do getaddrinfo() on Apple.
2009-09-03 RyanUpgrade libeio, increase xthread stacksize to 64kb.
2009-09-03 RyanAdd extension API documentation
2009-09-03 RyanAdd stack to promise.wait().
2009-09-02 RyanBuild natively on x64.
2009-09-02 RyanAdd limits.h to src/node.cc for PATH_MAX
2009-09-02 RyanUpgrade V8 to 1.3.9
next