platform/upstream/nodejs.git
2011-06-03 Ryan DahlMerge branch 'v0.4'
2011-06-03 Siddharth Mahendrakerdebugger: don't allow users to input non-valid commands
2011-06-03 Ryan DahlDisabling SSL compression is dependent on OpenSSL versi...
2011-06-03 Ryan DahlUpgrade http-parser to eee60127c0df551be085cc8e7983e36d...
2011-06-03 Ryan DahlDoc improvements
2011-06-03 Jérémy LalOption to disable SSL v2
2011-06-03 Ryan Dahldocument require.cache
2011-06-01 Fuji, Goro`node -e ''` should mean eval(''), not invoke REPL
2011-05-28 Ryan DahlMove MakeCallback and SetErrno to node.cc
2011-05-28 Ryan DahlTimerWrap: mimic libev ref count semantics
2011-05-27 Ryan PetrelloClose #562 Close #1078 Parse file:// urls properly
2011-05-25 Ryan DahlImplement new wrap for uv timer
2011-05-25 Ben NoordhuisFix resource leaks in node_crypto.cc
2011-05-25 Brian WhiteCrypto documentation fixes
2011-05-24 Ryan DahlFixes #1102. Install ev.h into $PREFIX/include/node...
2011-05-24 Felix GeisendörferRemove 'connect' event from server side sockets
2011-05-24 Felix GeisendörferFix error handling bug in stream.pipe()
2011-05-24 Brian WhiteFix incorrect documentation for assert.fail()
2011-05-24 Ryan DahlFix windows EOL chars
2011-05-24 Bert BelderBatch of ev -> uv changes
2011-05-23 Ryan DahlGuard tick_spinner start/stop
2011-05-23 Ryan DahlUpgrade libuv to d91b5012bd32b60f1a0f35241f7ac45c147f0c8a
2011-05-22 Ryan DahlUpgrade libuv to 40f0ad6d364cff76adaf1c7f182b1dc939f36617
2011-05-22 Ryan DahlMerge branch 'v0.4'
2011-05-21 Ryan DahlNow working on v0.4.9
2011-05-21 Ryan DahlBump to v0.4.8 v0.4.8
2011-05-21 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-05-21 Ryan DahlUpgrade V8 to 3.1.8.16
2011-05-20 Ryan DahlFix TJ's assert error
2011-05-20 Mark CavageAdditional docs for net.listenFD()
2011-05-20 Ryan DahlMerge branch 'v0.4'
2011-05-20 Ryan DahlCryptoStream.prototype.readyState shoudn't reference fd
2011-05-20 Brian WhiteRemove unused variable
2011-05-20 Robert MustacchiUse same make as when originally invoked
2011-05-20 Robert MustacchiRework getNetworkInterfaces() for Linux, SunOS, Mac...
2011-05-20 David TrejoAdd test for agent upgrade and example in docs
2011-05-20 Ryan DahlRevert "Upgrade libuv to 9c2dd6bea970b2376696aba070bdfc...
2011-05-19 Alexandre Marangone(char *) casting for all strings args to kstat function...
2011-05-19 Alexandre MarangoneAdding os.totalmem() and os.freemem() for SunOS
2011-05-19 Fedor IndutnyShare SSL context between server connections
2011-05-19 Ryan DahlFix buffer test
2011-05-19 Ryan DahlmakeFastBuffer should not segfault but rather throw...
2011-05-19 Ryan DahlUpgrade libuv to 9c2dd6bea970b2376696aba070bdfc2873843cfb
2011-05-19 Ryan DahlMerge branch 'v0.4'
2011-05-19 David Trejoreadline docs
2011-05-19 David Trejoreadline docs
2011-05-17 Ryan DahlRemove libev/macos kqueue override - goes in libuv
2011-05-17 Ryan DahlChanges for job bullets
2011-05-17 Ryan Dahlfork: Use utf8 for channel encoding
2011-05-17 Ryan DahlMerge branch 'v0.4'
2011-05-16 Ryan DahlRemove 'binary' encoding assert - add tests
2011-05-16 isaacsClose #1054 More clear documentation for module system
2011-05-16 Ryan DahlDisable compression with OpenSSL.
2011-05-16 koichikFix dns.resolve() with 'PTR' throws Error: Unknown...
2011-05-16 Brian WhiteAdd reading/writing of floats and doubles from/to buffers
2011-05-14 koichikFix event listener leak check timing
2011-05-14 koichikFix doc - missing dns.resolveNs() and dns.resolveCname()
2011-05-14 Felix GeisendörferUpdate http.ServerRequest docs
2011-05-14 Felix GeisendörferError argument for http.ServerRequest 'close'
2011-05-14 Felix GeisendörferMake https 'timeout' events bubble up
2011-05-13 Ryan Dahlcheck_tick_watcher to use libuv
2011-05-13 Ryan Dahlprepare_tick_watcher to use libuv
2011-05-13 Ryan Dahlmove tick_spinner on libuv
2011-05-13 Ryan DahlIntegrate libuv into build system
2011-05-11 Ryan DahlAdd trademark stuff to homepage
2011-05-11 Ryan DahlRename spawnNode to fork
2011-05-11 Ryan DahlImprove spawnNode docs
2011-05-11 Ryan Dahlchild_process.spawnNode
2011-05-10 isaacsFix a url regression
2011-05-09 Ryan DahlDocs: server.pause() server.address() socket.address()
2011-05-09 Trevor BurnhamDocumenting `require.main`, fixing #997
2011-05-08 isaacsMerge branch 'v0.4'
2011-05-07 Ryan DahlAgent socket errors bubble up to req only if req exists
2011-05-07 Marcel LaverdetAttempt to connect to debug process more than once
2011-05-06 Ryan DahlPoint changelog to correct branch
2011-05-07 Ryan DahlTLS: simplify logic
2011-05-06 Nathan RajlichMake sure 'ARCH' get's defined with the CMake build...
2011-05-06 Ryan DahlAdded docs for fs.fsync and fs.fsyncSync
2011-05-06 Håvard StrandenAdd Diffie-Hellman support to crypto module
2011-05-06 Ryan DahlAdd docs for buffer.fill()
2011-05-06 Konstantin... Add Buffer::fill method to do memset
2011-05-05 Ryan DahlFix crash in debugger
2011-05-05 Ryan DahlAdd on('error') to http request example
2011-05-05 Ryan DahlAssert, Debug output in normal default build
2011-05-02 Ryan Dahlcleartextstream.destroy() should destroy socket.
2011-05-01 Robert MustacchiAdd reading/writing of C integers to buffers
2011-05-01 Ben NoordhuisRemove oprofile flags in wscript.
2011-04-30 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-04-30 Ryan DahlUpgrade V8 to 3.1.8.14
2011-04-28 koichikFix SlowBuffer.write() with 'ucs2' throws ReferenceError.
2011-04-28 koichikDoc improvements.
2011-04-28 isaacsBetter stream.pipe() tracking.
2011-04-27 Ryan DahlFix docs for process.arch
2011-04-27 isaacsAdd arch/platform to os module
2011-04-27 Nathan RajlichImplement `process.arch` to get a String of the current...
2011-04-26 isaacsClose #983 Better JSON.parse error detection
2011-04-25 Mark CavageAdd support for Unix Domain Sockets to HTTP
2011-04-25 George MiroshnykovClose #962: Fixed typo in vm.runInNewContext docs.
2011-04-25 isaacsClose #974 Properly report traceless errors.
2011-04-23 isaacsA test that running 100 stream pipes in parallel is ok
next