platform/upstream/nodejs.git
2013-04-29 isaacsdoc: Deprecate require.extensions
2013-04-26 Miroslav Bajtošdebugger: `restart` with custom debug port
2013-04-23 isaacsChangeLog: Merge in v0.8
2013-04-23 isaacsblog: Post for v0.10.5
2013-04-23 isaacsNow working on 0.10.6
2013-04-23 isaacsMerge branch 'v0.10.5-release' into v0.10
2013-04-23 isaacs2013.04.23, Version 0.10.5 (Stable) v0.10.5
2013-04-23 Miroslav Bajtošbuild: added support for Visual Studio 2012
2013-04-23 isaacsuv: Upgrade to 0.10.5
2013-04-22 isaacsos: Fix uname() error handling on sunos
2013-04-22 isaacshttp: Don't try to destroy nonexistent sockets
2013-04-22 isaacstest: fix dgram-bind-default-address on osx
2013-04-21 isaacscrypto: LazyTransform on properties, not methods
2013-04-21 mscdexsrc: fix potential memory leak on early return
2013-04-21 mscdexsrc: don't initialize variable before assignment
2013-04-19 isaacsblog: v0.11.1 does not work on windows x64
2013-04-19 isaacsblog: Post about 0.11.1
2013-04-19 isaacsblog: Post about 0.10.4
2013-04-19 Sean Silvadoc: document value of `this` inside listeners
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-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
next