platform/upstream/nodejs.git
2013-04-17 Trevor Norriscrypto: fix return Local Handle w/o scope.Close()
2013-04-17 Ben Noordhuisdgram: fix no address bind()
2013-04-17 Ben Noordhuistest: make stdout-close-unref work in test runner
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 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 Ben Noordhuissrc: don't SetInternalField() in ObjectWrap dtor
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 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 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 isaacsdoc: Correct caveats for http Readables
2013-04-05 Fedor Indutnycrypto: use better memory BIO implementation
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
2013-04-02 Brian Whitesrc: remove unused variables
2013-04-02 isaacshttp client: Ensure socket cleanup on response end
2013-04-01 Andrew Harttest: test intended code-paths
2013-04-01 isaacstls: Destroy socket when encrypted side closes
2013-04-01 Michael HartEnsure BAD domain example actually uses domain
2013-04-01 Mitarquerystring: Removing unnecessary binding
2013-03-30 Nathan Rajlichrepl: use more readable RegExp syntax for spaces
2013-03-30 Nathan Rajlichrepl: isSyntaxError() catches "strict mode" errors
2013-03-29 isaacscrypto: Pass options to ctor calls
2013-03-28 isaacsblog: v0.11.0 release
2013-03-28 isaacsblog: Update linux binary tarball shasums
2013-03-28 isaacsblog: Post about v0.10.2
2013-03-28 isaacsNode working on 0.10.3
2013-03-28 isaacsMerge branch 'v0.10.2-release' into v0.10
2013-03-28 Ben Noordhuissrc: tie process.versions.uv to uv_version_string()
2013-03-28 isaacs2013.03.28, Version 0.10.2 (Stable) v0.10.2
2013-03-28 Bert Belderdeps: upgrade libuv to v0.10.3
2013-03-28 isaacsnpm: Upgrade to v1.2.15
2013-03-28 Fedor Indutnytls: handle SSL_ERROR_ZERO_RETURN
2013-03-28 wickedsetTimeout: do not calculate Timeout._when property
2013-03-28 isaacsstream: Emit readable on ended streams via read(0)
2013-03-28 isaacsstream: Handle late 'readable' event listeners
2013-03-28 isaacsdoc: Add 'don't ignore errors' section to domain
2013-03-28 Benjamin Rustondoc: debugger, dns, http: fix grammar
2013-03-27 Ben Noordhuisdeps: upgrade libuv to 7514149
2013-03-27 isaacstest: Accept either kind of NaN
2013-03-27 Fedor Indutnytls: handle errors before calling C++ methods
2013-03-27 Benjamin Rustondoc: addon: fix grammar
2013-03-27 Fedor Indutnyopenssl: disable HEARTBEAT TLS extension
2013-03-27 Trevor Norrisdomain: fix domain callback from MakeCallback
2013-03-26 Ben Noordhuisdoc: child_process: document 'error' event
2013-03-26 Ben Noordhuisdoc: fix formatting in tty.markdown
2013-03-25 Timothy J Fontainetest: test name is the last elem, not second
2013-03-25 Ben Noordhuischild_process: don't emit same handle twice
2013-03-25 Ben Noordhuiscrypto: make getCiphers() return non-SSL ciphers
2013-03-25 Mathias Bynensdoc: mention `process.*.isTTY` under `process`
2013-03-25 Ben Noordhuischild_process: fix sending utf-8 to child process
2013-03-25 Ben Noordhuisbench: add child process read perf benchmark
2013-03-24 Ben Noordhuisdeps: fix openssl build on windows
2013-03-24 isaacsstream: Fix early end in Writables on zero-length writes
next