platform/upstream/nodejs.git
2009-08-06 RyanRemove unused symbols.
2009-08-06 RyanBugfix: node.http.ServerRequest.setBodyEncoding('ascii...
2009-08-06 RyanBugfix: node.encodeUtf8 was broken. (Connor Dunn)
2009-08-06 RyanAdd ranlib to udns Makefile
2009-08-05 RyanAdd Felix Geisendörfer's HTTP stress test.
2009-08-04 RyanUpgrade evcom - fix accepting too many connections...
2009-08-04 RyanApply patch for V8 bug 414
2009-08-03 RyanInitial support for shebang.
2009-08-03 RyanAdd simple command line switches
2009-08-03 RyanAdd node.version
2009-08-01 Ryanbump version v0.1.2
2009-08-01 RyanAdd header to src/dns.cc to compile on FreeBSD.
2009-07-31 RyanAdd examples of reading a file to documentation.
2009-07-31 Ryannode.fs.File was not passing args to promise callbacks.
2009-07-31 RyanBugfix: negative integers in raw encoding stream.
2009-07-31 RyanHack to fix module line numbers in stack traces.
2009-07-31 RyanDefault to chunked for client requests without C-Length.
2009-07-31 RyanUpgrade V8 to 1.3.1
2009-07-31 Ryannode.tcp.Server's backlog option is now an argument...
2009-07-30 RyanSimplify the DNS usage example.
2009-07-28 RyanAdd DNS API.
2009-07-27 Ryanbump version v0.1.1
2009-07-27 RyanDisable test-tcp-many-clients.js. It's broken on macint...
2009-07-25 RyanRename evnet to evcom.
2009-07-24 RyanMove EventEmitter.prototype.emit() completely into...
2009-07-24 RyanRemove unused 'using namespace std' lines.
2009-07-24 RyanRemove unused symbols from http.cc.
2009-07-24 RyanMissing HandleScope in GetMethod(). Thanks Brian.
2009-07-24 RyanAdd note to README about wiki page
2009-07-24 RyanFix memory leak. It was only a missing HandleScope...
2009-07-23 RyanRemove unused static object.
2009-07-23 RyanFix evnet_buf size calculation for V8::AdjustAmountOfEx...
2009-07-23 RyanClean up little errors in events.js
2009-07-23 RyanObjectWrap: MakeWeak again after each Weak callback.
2009-07-20 RyanFix utf8 scripts, add test. Thanks Urban.
2009-07-20 Ryanremove the callback from node.cat, node.fs.cat
2009-07-20 Ryanroot_module should be a local variable
2009-07-20 RyanArray.prototype.encodeUtf8 renamed to node.encodeUtf8...
2009-07-20 RyanUpgrade V8 to 1.2.14
2009-07-20 RyanUpgrade libev to 3.7
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
next