platform/upstream/nodejs.git
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
2009-08-06 Ryan(evcom) Increase recv buffer from 4 bytes (!!!) to...
2009-08-06 Ryanbump version v0.1.3
2009-08-06 RyanDelete v8 file that was removed in 1.3.2
2009-08-06 RyanUpgrade v8 to 1.3.2
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...
next