platform/upstream/nodejs.git
2009-07-20 RyanAttach connections on Macintosh too.
2009-07-16 RyanMove node.inherit, node.path, node.cat to new file...
2009-07-16 RyanFix 'make test-debug'
2009-07-16 RyanAdd IsNearDeath assertion to ObjectWrap destructor
2009-07-16 Ryansmall clean ups to http.js
2009-07-15 RyanUpgrade evnet.
2009-07-15 RyanBetter error output for socket errors. Temporary.
2009-07-15 RyanBugfix: Server-side clients not attached between creati...
2009-07-15 RyanRemove unused variable from ~Connection
2009-07-15 RyanUpgrade evnet to fix close() bug. Add test for bug.
2009-07-14 Ryanlarge http.js refactor
2009-07-14 Ryanhttp: Add IncomingMessage as abstract base class of...
2009-07-13 Ryanupgrade http_parser
2009-07-13 RyanReplace some printf() in src/net with asserts
2009-07-13 RyanAdd 'close' event to tcp.Server
2009-07-13 RyanAdd benchmark scripts.
2009-07-13 RyanUse assert() for Unwrap checks instead of JS error.
2009-07-13 RyanBugfix: Sockets not properly reattached if reconnected...
2009-07-13 Ryanadd bug to TODO
2009-07-13 RyanAdd res.client to ClientResponse
2009-07-13 RyanUpgrade liboi, which is now called evnet.
2009-07-11 RyanDo not call Detach() from Server::~Server.
2009-07-10 RyanTemplatize ObjectWrap::Unwrap. Remove NODE_UNWRAP macro.
2009-07-10 RyanSimplify and cleanup ObjectWrap.
2009-07-01 Joshaven Pottervalidate js
2009-06-30 Ryanfix example on website
2009-06-30 Ryanbump version v0.1.0
2009-06-30 RyanAdd changelog
2009-06-30 Ryansmall cleanups
2009-06-30 RyanChange 'new node.tcp.Connection' to 'node.tcp.createCon...
2009-06-30 RyanRemove node.Process constructor from API
2009-06-30 RyanAdd new documentation (using asciidoc!)
2009-06-29 RyanAdd -m32 flags for compiling on 64bit machines.
2009-06-29 RyanFix ref/unref problem. Was doing opposite of what I...
2009-06-29 RyanAdd new test for node.fs.stat()
2009-06-29 RyanClean up some of the event handling code
2009-06-29 RyanSnakecase events .
2009-06-29 RyanBad array index in AfterStat()
2009-06-29 RyanUpgrade v8 to 1.2.10 and libev to 3.6
2009-06-28 RyanFix unused variable warnings.
2009-06-28 RyanTimer::RepeatSetter wasn't getting the right value
2009-06-28 RyanFix Process::MaybeShutdown's return type
2009-06-28 RyanWrong number of arguments being passed to emit in AfterOpen
2009-06-28 RyanImplement Promises for file i/o
2009-06-28 RyanAdd Promise class
2009-06-28 RyanRemove onEvent compatibility
2009-06-28 RyanUse EventEmitter for node.Process
2009-06-28 RyanUse events for all HTTP messages.
2009-06-28 Ryanevents for http.Server
2009-06-28 RyanFurther expand EventEmitter to TCP and HTTP
2009-06-28 RyanTimers on Events
2009-06-28 Ryanin the middle putting in event code. broken.
2009-06-27 RyanAdd some notes about extent of HTTP API
2009-06-27 Ryanadd irc channel to website
2009-06-26 RyanAdd make test-all
2009-06-26 Ryanadd more detail to req.uri documentation
2009-06-26 RyanFix issue in 5b7fb10
2009-06-26 RyanAdd failing test. Process spawning loop.
2009-06-24 Ryanbump version v0.0.6
2009-06-24 Ryantest-process-kill: start process after onLoad
2009-06-24 Ryanbugfix: Properly exit a process.
2009-06-23 RyanFix thread pool unref issue.
2009-06-23 RyanFix some typos in the docs
2009-06-22 RyanMove oi_buf creation to node.cc
2009-06-22 RyanRemove eio_warmup. Use ev_ref instead.
2009-06-22 RyanFix bug waf problem with HAVE_CLOCK_SYSCALL
2009-06-22 RyanAdd scons to LICENSE
2009-06-22 RyanUse v8's test runner
2009-06-22 Ryanlint
2009-06-22 RyanCreate tools directory
2009-06-21 RyanRemove unnecessary Detach
2009-06-21 RyanFix up docs.
2009-06-21 Urban HafnerFinished remote module loading
2009-06-21 Urban HafnerTests and implementation of node.cat()
2009-06-21 Urban HafnerUpdate to use the new parseUri()
2009-06-21 Urban HafnerRemove empty parts of the parsed URI.
2009-06-21 Urban HafnerMerge branch 'master' of git://github.com/ry/node
2009-06-21 RyanAdd documentation for node.Process
2009-06-21 Ryanfix error in test-process-simple
2009-06-21 RyanAdd test-process-kill.js
2009-06-21 RyanAdd test-process-simple.js
2009-06-21 Ryandefine signal constants
2009-06-21 RyanAdd process.kill(sig = SIGTERM)
2009-06-21 RyanAdd pid accessor
2009-06-21 RyanAdd onExit callback
2009-06-21 RyanGet stdin/stdout working. Add process->Close().
2009-06-20 Ryanskelton of node.Process
2009-06-20 RyanBug: Add HTTPConnection->size() and HTTPServer->size()
2009-06-19 Urban HafnerMerge branch 'master' of git://github.com/ry/node
2009-06-18 Ryanbump version v0.0.5
2009-06-18 RyanClean up debug code in net.cc
2009-06-18 RyanNamespace trimming: remove node.constants
2009-06-18 RyanSmall clean up in test-http-client-race
2009-06-18 RyanAdd benchmark dir with ruby script
2009-06-18 RyanFixes for ipv6
2009-06-18 Urban HafnerMerge branch 'master' of git://github.com/ry/node
2009-06-17 Ryanupgrade v8 to 1.2.8
2009-06-17 RyanClean ups
2009-06-17 RyanAccept ports represented as strings
2009-06-17 Urban HafnerImplementation of node.http.cat
next