platform/upstream/nodejs.git
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
2009-09-01 RyanSet module.loaded=true for dll modules.
2009-09-01 RyanRemove --lib option since there is no more libnode
2009-09-01 RyanRevert static library build.
2009-09-01 Michael CarterFeature: add node.cwd() to access the current working...
2009-08-31 RyanUse Error exceptions where possible in net.cc and file.cc
2009-08-31 RyanThrow Error exceptions from node.dlopen()
2009-08-31 RyanStack traces for mjsunit errors, better error reporting...
2009-08-31 RyanUpgrade evcom; Add setTimeout method to node.tcp.Connection
2009-08-31 RyanUpdate test script to use new debug build's name: node_g
2009-08-31 RyanBuild static executable.
2009-08-27 RyanAdd command line arguments for accessing build flags.
2009-08-27 RyanAdd pkgconfig files to help with dll builds.
2009-08-27 RyanFirst attempt at node.dlopen
2009-08-27 Ryanbump version v0.1.7
2009-08-27 RyanFix text on index.html
2009-08-26 RyanAPI: rename node.Process to node.ChildProcess
2009-08-26 Ryanlint
2009-08-26 RyanReplace onExit() with process.addListener("exit")
2009-08-26 RyanIntroduce 'process' object. Also is the global object.
2009-08-26 RyanDepreciate onLoad
2009-08-26 RyanSynchronous module loading.
2009-08-26 RyanAdd node.assert for internal debugging.
2009-08-26 Ryanpromise.block() renamed to promise.wait()
2009-08-26 RyanImprove Promise documentation.
2009-08-26 RyanModify website layout.
2009-08-25 RyanAPI: All EventEmitters emit "newListener" when listener...
2009-08-25 RyanRestyle website/api.html. Now looks like the front...
2009-08-25 RyanUpgrade v8 to 1.3.7
2009-08-25 RyanFix coupling problems on OSX
2009-08-25 RyanAdd close() to coupling pump. Wasn't getting EOF.
2009-08-25 RyanExperimental support for Promise.block()
2009-08-24 RyanAPI: Remove buffered file object (node.File)
2009-08-24 RyanRefactor node.Process to take advantage of evcom_reader...
2009-08-24 RyanIntroduce node.stdio
2009-08-24 RyanSpeed up test-tcp-throttle.js
2009-08-24 RyanAdd sha1 hashes to ChangeLog
2009-08-24 RyanRemove outdated todo list
2009-08-24 RyanAdd node node_g to gitignore.
2009-08-23 RyanUse flat object instead of array-of-arrays for HTTP...
2009-08-22 Ryanbump version v0.1.6
2009-08-22 Ryanevcom upgrade - ignore sigpipe. remove error output.
2009-08-21 Ryanbump version v0.1.5
2009-08-21 Kevin van ZonneveldBuggy connections could crash node.js. Now check connec...
2009-08-21 RyanSync evcom
2009-08-21 RyanDon't Close TCP Connection/Server on destruction.
2009-08-21 RyanUpgrade v8 to 1.3.6
2009-08-19 RyanRemove connnection.fullClose() from documentation.
2009-08-19 RyanUpgrade evcom - fix API issues.
2009-08-19 RyanUpgrade v8 to 1.3.5
2009-08-19 RyanReturn the EventEmitter from addListener for chaining.
2009-08-19 Abe FettigBugfix: stdin fd (0) being ignored by node.File.
2009-08-14 RyanAPI: tcp.Connection "disconnect" event renamed to ...
2009-08-14 RyanClarify some of the TCP API documentation.
2009-08-13 Ryanbump version v0.1.4
2009-08-13 RyanUpgrade libev to 3.8
2009-08-13 RyanUpgrade v8 to 1.3.4
2009-08-13 RyanEnable test-tcp-many-clients.
2009-08-13 RyanRemove debugging messages in HTTP client
2009-08-13 RyanUpgrade v8 to 1.3.3
2009-08-13 RyanSync evcom after refactor; fix binding issues
2009-08-10 RyanSync evcom.
2009-08-10 Ryan(evcom) SOL_SOCKET got renamed in socket,stream renaming
2009-08-10 Ryan(evcom) Add fix for pausing against big buffers.
2009-08-09 RyanAdd IncomingMessage.prototype.pause() and resume().
2009-08-09 RyanAdd connection.readPause() and connection.readResume()
2009-08-09 RyanUpgrade evcom
2009-08-09 RyanBugfix: Negative ints in HTTP's on_body and node.fs...
2009-08-09 RyanBugfix: response.setBodyEncoding("ascii") not working.
2009-08-08 RyanFix http benchmark. Wasn't correctly dispatching.
2009-08-08 RyanAdd -m32 gcc flag to udns build.
2009-08-07 RyanUpgrade http_parser to v0.2
2009-08-07 RyanAdd SHA1 hash values to ChangeLog and fix formating.
2009-08-07 RyanRemove extra ev_timer_stop() in src/dns.cc
next