platform/upstream/nodejs.git
2013-04-19 isaacsMerge branch 'v0.11.1-release'
2013-04-19 isaacs2013.04.19, Version 0.11.1 (Unstable) v0.11.1
2013-04-19 isaacstest: fix dgram-bind-default-address on osx
2013-04-19 Trevor Norrissrc: replace Holder() with This()
2013-04-19 Ben Noordhuisbuild: fix arm build after v8 upgrade
2013-04-18 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-04-18 Ryan Doengesassert: put info in err.message, not err.name
2013-04-18 Ben Noordhuiswebsite: add link to nightlies on download page
2013-04-18 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-04-17 Trevor Norriscrypto: fix return Local Handle w/o scope.Close()
2013-04-17 Timothy J Fontainebuild: libv8_base.a is now libv8_base.<arch>.a
2013-04-17 Ben Noordhuisdgram: fix no address bind()
2013-04-17 Ben Noordhuistest: make stdout-close-unref work in test runner
2013-04-17 Ben Noordhuisbuffer: upgrade to new V8 profiler API
2013-04-17 Ben Noordhuisv8: reapply floating patches
2013-04-17 Ben Noordhuisdeps: upgrade v8 to 3.18.0
2013-04-16 Timothy J Fontainehttp: split Client into _http_client.js
2013-04-16 Timothy J Fontainehttp: move Server and ServerResponse out
2013-04-16 Timothy J Fontainehttp: move OutgoingMessage into it's own file
2013-04-16 Timothy J Fontainehttp: move parsers into _http_common.js
2013-04-16 Timothy J Fontainehttp: move IncomingMessage into its own file
2013-04-16 Timothy J Fontainehttp: split Agent into its own file
2013-04-16 Kelly Gerberdocs: update path.join() example for v0.10
2013-04-16 Ryan Grahamdoc: note a gotcha with http.Server sockets
2013-04-16 Ben Noordhuishandle_wrap: fix NULL pointer dereference
2013-04-16 Stanislav Ochotnickytest: preserve process.env after test-init exec
2013-04-16 Stanislav Ochotnickytest: preserve process.env in forked child_process
2013-04-15 Ben Noordhuisos: unbreak windows build
2013-04-15 Ben Noordhuisos: handle 256 character hostnames
2013-04-15 Ben Noordhuisos: fix unlikely buffer overflow in os.type()
2013-04-12 Ben Noordhuistest: add extra checks
2013-04-12 Ben Noordhuishttp: escape unsafe characters in request path
2013-04-12 isaacsurl: ~ is not actually an unwise char
2013-04-12 isaacsurl: Escape all unwise characters
2013-04-12 Fedor Indutnyuv: Upgrade to v0.11.1
2013-04-12 Fedor IndutnyMerge branch 'v0.10'
2013-04-12 isaacsbuild: Typo in tools/msvs/msi/product.wxs
2013-04-11 isaacsstream: Fix unshift() race conditions
2013-04-11 isaacsNow working on v0.10.5
2013-04-11 isaacsMerge branch 'v0.10.4-release' into v0.10
2013-04-11 isaacslint
2013-04-11 isaacsblog: Fix title for v0.8.23 release
2013-04-11 isaacs2013.04.11, Version 0.10.4 (Stable) v0.10.4
2013-04-11 isaacsnpm: Upgrade to 1.2.18
2013-04-11 isaacsuv: Upgrade to v0.10.4
2013-04-11 Ben Noordhuischild_process: fix O(n*m) scan of cmd string
2013-04-11 Ben Noordhuiscluster: fix O(n*m) scan of cmd string
2013-04-10 Trevor Norrissrc: get rid of compiler warning
2013-04-10 Trevor Norrisreq_wrap: only grab domain object if in use
2013-04-10 Trevor Norrissrc: add using_domains to node_internals
2013-04-10 Trevor Norrisdomain: change name for domain setup
2013-04-10 Trevor Norrissrc: add node_isolate to remaining scopes
2013-04-10 Ben Noordhuissrc: don't SetInternalField() in ObjectWrap dtor
2013-04-10 Fedor Indutnycrypto: move write_head in bio's Reset() method
2013-04-10 Fedor Indutnycrypto: fix changing buffers in bio
2013-04-10 Fedor Indutnycrypto: fix style issues in bio
2013-04-10 Ben NoordhuisRevert "crypto: use better memory BIO implementation"
2013-04-10 Fedor Indutnynet: fix socket.bytesWritten Buffers support
2013-04-09 Ben Noordhuiscrypto: remove unused ClientHelloParser field
2013-04-09 Felix Geisendörferdocs: uncaughtException is here to stay
2013-04-09 isaacsblog: Post for v0.8.23
2013-04-08 Łukasz Walukiewiczbuffer: fix offset checks
2013-04-08 isaacsstream: call write cb before finish event
2013-04-08 Ben Noordhuisv8: reapply floating patches
2013-04-08 Ben Noordhuisv8: upgrade to 3.17.16
2013-04-08 isaacshttp: Support write(data, 'hex')
2013-04-08 Fedor Indutnycrypto: dh secret should be left-padded
2013-04-08 Rod Vaggprocess: expose NODE_MODULE_VERSION in process.versions
2013-04-08 Fedor Indutnycrypto: move write_head in bio's Reset() method
2013-04-08 Fedor Indutnycrypto: fix changing buffers in bio
2013-04-08 Fedor Indutnycrypto: fix style issues in bio
2013-04-08 Andreas Madsencrypto: fix constructor call in crypto streams
2013-04-08 Fedor Indutnynet: account encoding in .byteLength
2013-04-07 Ben Noordhuisdoc: document linux pwrite() bug
2013-04-07 Fedor Indutnynet: fix buffer iteration in bytesWritten
2013-04-07 Fedor Indutnycrypto: zero is not an error if writing 0 bytes
2013-04-07 Tobias Müllerleiletls: Re-enable check of CN-ID in cert verification
2013-04-05 Rafael Garciastream: unused variable
2013-04-05 Rafael Garciastream: remove vestiges of previous _transform API
2013-04-05 isaacstest: Fix message/error_exit
2013-04-05 isaacsdoc: Correct caveats for http Readables
2013-04-05 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-04-05 Fedor Indutnycrypto: use better memory BIO implementation
2013-04-04 Ben Noordhuisbuild: fix windows build, disable postmortem
2013-04-03 Paddy Byersbuild: depend on v8 postmortem-metadata if enabled
2013-04-03 isaacsblog: Post about 0.10.3
2013-04-03 isaacsNow working on 0.10.4
2013-04-03 isaacsMerge branch 'v0.10.3-release' into v0.10
2013-04-03 Fedor Indutnyv8: cherry-pick 75311294 from upstream
2013-04-03 isaacs2013.04.03, Version 0.10.3 (Stable) v0.10.3
2013-04-03 isaacshttp: Remove legacy ECONNRESET workaround code
2013-04-03 isaacsnpm: Upgrade to 1.2.17
2013-04-03 isaacstest: fork-getconnections stricter, less chatty
2013-04-03 Fedor Indutnychild_process: acknowledge sent handles
2013-04-03 isaacsassert: Simplify AssertError creation
2013-04-03 Timothy J Fontaineetw: update prototypes to match dtrace provider
2013-04-03 Ben Noordhuisdtrace: check if _handle property is set
2013-04-03 Timothy J Fontainedtrace: actually use the _handle.fd value
2013-04-03 Dave Pachecodtrace: pass more arguments to probes
2013-04-03 Dave Pachecobuild: allow building with dtrace on osx
next