platform/upstream/nodejs.git
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
2009-06-09 RyanExtra header to work with freebsd
2009-06-09 RyanAdd waf to LICENSE
2009-06-09 RyanUpgrade http_parser - protects against buffer overflows now
2009-06-09 RyanAdd HTTP proxy test. Fix bug in http.Server.
2009-06-09 RyanAdd mongrel and parseUri references to LICENSE file
2009-06-09 RyanAdd http server / http client test.
2009-06-09 RyanAllow for absolute paths to specify root module
2009-06-08 RyanDon't use AI_NUMERICSERV. Doesn't work on mac.
2009-06-08 RyanModify the tests to use onExit hook.
2009-06-08 RyanUpgrade to v8 1.2.7
2009-06-08 RyanImplement onExit() hook for modules.
2009-06-08 RyanModule system refactor
2009-06-06 RyanDo not assume transfer-encoding: chunked as default...
2009-06-05 RyanAdd connection.remoteAddress for server-side node.tcp...
2009-06-05 RyanDocumentation for connection.connect()
2009-06-05 RyanDon't use AI_PASSIVE in getaddrinfo() for client connec...
2009-06-05 RyanMerge branch 'ujh/master'
2009-06-05 Urban HafnerMention node_chat
2009-06-05 RyanAdd link to chat room demo
2009-06-05 Urban HafnerXHTML compliant HTML and a few spelling fixes
2009-06-05 Urban HafnerMentioning the google group in the README and documenta...
2009-06-04 RyanFix HTTP client output bug.
2009-06-04 RyanIf http.Client has an error, do not continue to reconnect.
2009-06-04 RyanAdd "had_error" argument to the "onDisconnect" in node...
2009-06-04 Ryanstatus_code -> statusCode in test_client.js
2009-06-03 RyanWebsite: correct typos.
2009-06-01 RyanRename req.uri.queryKey to req.uri.params. More familar...
2009-06-01 RyanFix bug: catting non-existent files
2009-05-31 Ryanbump version to v0.0.2 v0.0.2
2009-05-31 Ryanwork on About on webpage
2009-05-30 RyanAdd audience to website
2009-05-30 RyanFix up description on web page
next