platform/upstream/nodejs.git
2009-08-31 RyanBuild static executable.
2009-08-27 RyanAdd command line arguments for accessing build flags.
2009-08-27 RyanAdd pkgconfig files to help with dll builds.
2009-08-27 RyanFirst attempt at node.dlopen
2009-08-27 Ryanbump version v0.1.7
2009-08-27 RyanFix text on index.html
2009-08-26 RyanAPI: rename node.Process to node.ChildProcess
2009-08-26 Ryanlint
2009-08-26 RyanReplace onExit() with process.addListener("exit")
2009-08-26 RyanIntroduce 'process' object. Also is the global object.
2009-08-26 RyanDepreciate onLoad
2009-08-26 RyanSynchronous module loading.
2009-08-26 RyanAdd node.assert for internal debugging.
2009-08-26 Ryanpromise.block() renamed to promise.wait()
2009-08-26 RyanImprove Promise documentation.
2009-08-26 RyanModify website layout.
2009-08-25 RyanAPI: All EventEmitters emit "newListener" when listener...
2009-08-25 RyanRestyle website/api.html. Now looks like the front...
2009-08-25 RyanUpgrade v8 to 1.3.7
2009-08-25 RyanFix coupling problems on OSX
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...
next