platform/upstream/nodejs.git
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
2009-06-17 Urban HafnerTest case for node.http.cat
2009-06-16 Urban HafnerMerge branch 'master' of git://github.com/ry/node
2009-06-16 RyanFix test-http-client-race bug
2009-06-16 RyanAdd failing test for HTTP Client
2009-06-16 RyanOnly run debug tests if the build debug was built
2009-06-16 RyanFix memleak: freeaddrinfo() after Server resolve address.
2009-06-16 RyanResolve should default to IPv4 address.
2009-06-16 RyanAdd "opening" readyState for the resolve period.
2009-06-16 RyanAdd electric fence option to configure process
2009-06-16 Urban HafnerTest for remote module loading
2009-06-15 RyanAdd global print() function.
2009-06-15 RyanBugfix+Refactor: accessing HTTP connection remoteAddress
2009-06-15 RyanFiddle with remoteAddress
2009-06-13 Ryantest default build too
2009-06-13 Ryansmall superficial clean-ups
2009-06-13 Ryanbump version
2009-06-12 RyanAdd Request objects on the HTTP server can be interrupted. v0.0.4
2009-06-12 RyanRemove unused HTTPConnection destructor
2009-06-12 RyanUpgrade http parser
2009-06-12 RyanonBodyComplete was not getting called in HTTP server
2009-06-12 Ryanfix typo
2009-06-11 Ryanbump version v0.0.3
2009-06-11 RyanAdd 'localhost' to connect() to test for issue 3
2009-06-11 Ryanadd note about python versions
2009-06-11 Ryancomment out gnutls check in wscript until it's used
2009-06-11 RyanFix comment/test for Mac getaddinfo() bug.
2009-06-11 Ryanadd todo list
2009-06-10 Ryanremove unnecessary pthread header
2009-06-10 Ryanupgrade http_parser
2009-06-10 Ryanfix for issue 3; but now experiencing segfault on linux
2009-06-10 Ryanupgrade liboi
2009-06-10 RyanFree pointer with delete, since created with new
next