platform/upstream/nodejs.git
2012-05-15 isaacsMerge branch 'master' into v0.6-merge
2012-05-15 isaacsRe-apply http fixes from v0.6 branch properly
2012-05-15 Sadique Alibuild: improve c compiler detection
2012-05-15 Ben Noordhuishttp: fix client request.end() EPIPE race
2012-05-15 isaacstest: stack overflow output
2012-05-15 isaacslint
2012-05-15 Ben Noordhuisnode: make _getActiveHandles() return user objects
2012-05-15 Ben Noordhuistest: verify that connect reqs are cleaned up
2012-05-15 Ben Noordhuisprocess: add _getActiveHandles(), _getActiveRequests()
2012-05-15 Ben Noordhuisreq_wrap: share process_symbol, domain_symbol
2012-05-15 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-05-15 isaacsGuard against emitting 'end' twice on http responses
2012-05-15 isaacsBreak up huge function in ClientRequest.onSocket
2012-05-15 isaacsNow working on 0.6.19
2012-05-15 isaacsMerge branch 'v0.6.18-release' into v0.6
2012-05-15 Ben Noordhuischild_process: hook up handle wrap to owning object
2012-05-15 Ben Noordhuischild_process: rename field _internal to _handle
2012-05-15 Ben Noordhuisnet: hook up handle wrap to owning object
2012-05-15 Ben Noordhuisfs: hook up handle wrap to owning object
2012-05-15 Ben Noordhuisdgram: hook up handle wrap to owning object
2012-05-15 isaacs2012.05.15 Version 0.6.18 (stable) v0.6.18
2012-05-15 isaacsEscape leading # signs in 'make email.md'
2012-05-15 isaacsGuard against emitting 'end' twice on http responses
2012-05-14 isaacsUpgrade libuv to bc4126b
2012-05-14 Ben Noordhuistest: add https + .pfx client/server test
2012-05-14 ssudacrypto: add PKCS12/PFX support
2012-05-14 Andreas Madsenchild_process: allow sending a net Socket and Server...
2012-05-14 Andreas Madsendoc: move child.send details from child_process.fork...
2012-05-14 rsolomonet: make isIP() return 0 on empty input
2012-05-14 Ben Noordhuisnode: delete NODE_CHANNEL_FD from env
2012-05-13 Bert BelderWindows: add test for path.normalize with UNC paths
2012-05-13 Bert BelderWindows: make path.normalize convert all slashes to...
2012-05-13 Bert BelderAutomatically close FSWatcher on error
2012-05-12 koichikfs: fix ReadStream.pause() emits duplicate data event
2012-05-12 Nathan Rajlichbuffer: make SlowBuffer inherit from Buffer
2012-05-11 isaacs500 is a magic number for the GC for some reason
2012-05-11 isaacsBreak up huge function in ClientRequest.onSocket
2012-05-11 Ben Noordhuisbuild: fix cross-compiling
2012-05-11 isaacsFix #3058 querystring: Fix incorrect handling of empty...
2012-05-11 Shigeki Ohtsudoc: fix typo in buffer documentation
2012-05-11 Ben Noordhuistest: add failing dgram refcount test
2012-05-10 Ben Noordhuischild_process: make copy of options arg
2012-05-10 Ben Noordhuisutil: make _extend() more robust
2012-05-09 vegorov@chromium.orgRuntime_NotifyDeoptimized should search for function...
2012-05-09 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-05-09 Philip Tellisdoc: fs.ReadableStream does not have a destroySoon...
2012-05-09 Ben Noordhuispipe_wrap: don't assert() on pipe accept errors
2012-05-09 Felix GeisendörferFix exception output for module load exceptions
2012-05-09 Felix GeisendörferFix process.nextTick throw call sites
2012-05-09 isaacsFix #3242 Actually deprecate 'binary' buffer encoding
2012-05-09 Alex Kocharinutil: handle non-string return value in .inspect()
2012-05-09 Ben Noordhuisstream_wrap: fix compilation errors
2012-05-09 Bert BelderNet.js: fix UCS2 write crash due to inconsistent naming
2012-05-09 Ben Noordhuiszlib: fix error reporting
2012-05-09 Bert Belderstream_wrap.cc: fix typo
2012-05-09 Bert Beldernet.js: make Socket.bytesWritten work again
2012-05-09 Bert BelderStreamWrap::WriteBuffer: remove superfluous arguments
2012-05-09 Bert BelderOptimize writing strings with Socket.write
2012-05-09 Bert BelderBenchmark: add /unicode/nnn bench to http_simple.js
2012-05-09 Bert BelderBenchmark: clean up http_simple.js
2012-05-09 Bert Beldernet.js: don't pretend that everything is okay when...
2012-05-09 yangguo@chromium.orgForce inlining CopyChars and String::Get.
2012-05-08 Ben NoordhuisDon't use _snprintf() on Windows, it's not safe.
2012-05-07 isaacsDon't destroy on timeout
2012-05-07 isaacsFix #3231. Don't try to emit error on a null'ed req...
2012-05-07 Ben Noordhuistest: add failing HTTP client timeout test
2012-05-07 Kevin Gadddocs: add warning to vm module docs
2012-05-06 James Kovaldocs: update var names in readline docs to be consistent
2012-05-06 isaacsUpgrade npm to 1.1.21
2012-05-06 isaacsDocument http.STATUS_CODES
2012-05-05 isaacsMore cluster event consistency
2012-05-05 isaacsMove test-fs-largefile into pummel
2012-05-05 Javier Hernándezbuild: print error message if no compiler found
2012-05-05 koichikdoc: fix setEncoding()
2012-05-05 koichikstring_decoder: added support for UTF-16LE
2012-05-05 Mark CavageAdd HTTP Status codes from RFC 6585
2012-05-05 koichikstring_decoder: add support for CESU-8
2012-05-05 isaacstest: No need for weak in 'make test'
2012-05-05 isaacstest: No need for weak in 'make test'
2012-05-05 J. Lee Coltranecluster: worker exit event to match child_process
2012-05-05 isaacsMerge branch 'v0.6-merge'
2012-05-05 isaacsFix incorrect merge choices
2012-05-04 Brian Schroedernet: signal localAddress bind failure in connect
2012-05-04 Marcel Laverdetnode: un-revert 9a6012e
2012-05-04 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-05-04 isaacshttp: Clean up parser usage
2012-05-04 isaacsClean up gc tests
2012-05-04 isaacshttp: .once() usage in setTimeout
2012-05-04 isaacsTests for memory leaks
2012-05-04 isaacshttp leak: Null links from parser to req/res
2012-05-04 vvoFix #3179 HTTP memory leak using ClientRequest.
2012-05-04 isaacshttp client: Destroy on timeout
2012-05-04 isaacshttp: Remove socket ondata/onend in parser cleanup
2012-05-04 isaacsNull references to request object on socket errors.
2012-05-04 isaacsNow working on 0.6.18
2012-05-04 isaacsMerge branch 'v0.6.17-release' into v0.6
2012-05-04 isaacs2012.05.04 Version 0.6.17 (stable) v0.6.17
2012-05-04 isaacstest: Run weak install with --unsafe-perm
2012-05-04 isaacsUpgrade npm to 1.1.21
2012-05-04 isaacsUpgrade uv to 936795a2c
next