platform/upstream/nodejs.git
2014-06-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-09 Timothy J FontaineNow working on 0.10.30
2014-06-09 Timothy J FontaineMerge branch 'v0.10.29-release' into v0.10
2014-06-09 Timothy J Fontaine2014.06.05, Version 0.10.29 (Stable) v0.10.29
2014-06-08 Yazhong Liuhttp: add 308 status_code, see RFC7238
2014-06-08 Brian Whitefs: remove duplicate check
2014-06-06 Timothy J Fontainev8: shift heap space for aslr on 64bit
2014-06-06 Timothy J Fontainenpm: upgrade to v1.4.14
2014-06-06 Timothy J Fontainesrc: replace usage of String::Utf8Value
2014-06-06 Felix Geisendörferstring_bytes: Guarantee valid utf-8 output
2014-06-06 Felix Geisendörferdeps/v8: Apply REPLACE_INVALID_UTF8 patch
2014-06-06 Felix Geisendörferstring_decoder: Add more comments
2014-06-06 Felix Geisendörferstring_decoder: Fix failures from new test cases
2014-06-06 Felix Geisendörferstring_decoder: Improve test coverage
2014-06-06 Fedor Indutnystream: start old-mode read in a next tick
2014-06-05 Nick Muerdterhttp: don't default OPTIONS to chunked encoding
2014-06-05 Fedor Indutnytest: fix event-emitter-method-names
2014-06-05 Fedor IndutnyMerge branch 'v0.10'
2014-06-05 Fedor Indutnydeps: update openssl to 1.0.1h
2014-06-05 Michael Kebetest: remove duplicate tests
2014-06-04 Ben Noordhuisbench: fix buffers/buffer-base64-encode benchmark
2014-05-31 Chris Barberdoc: fixed wording in child_process
2014-05-30 Ben Noordhuissrc: replace CONTAINER_OF with type-safe function
2014-05-29 cjihrigfs: close file if fstat() fails in readFile()
2014-05-29 cjihrigfs: close file if fstat() fails in readFile()
2014-05-28 Raymond Fengnet: Ensure consistent binding to IPV6 if address is...
2014-05-28 Raymond Fengdoc: Add a README for benchmark tests
2014-05-28 Raymond Fengbenchmark: Add a test to measure Buffer.slice perf
2014-05-23 Ben Noordhuissmalloc: rework double free bug fix
2014-05-23 Alexis Campaillatls: fix performance issue
2014-05-23 Ben Noordhuissrc: kill isolate on exit
2014-05-23 Trevor Norrissmalloc: prevent double free on dispose()
2014-05-22 Rohini Harendrasrc: NODE_UNIXTIME_V8 needs to use an Isolate
2014-05-22 Timothy J Fontainelint: lib/_http_client.js
2014-05-22 Ben Noordhuistest: fix up pummel/test-net-pingpong
2014-05-22 Ben Noordhuischild_process: don't throw on EMFILE/ENFILE
2014-05-22 Kevin Deckerhttp: Optimize queued client aborts
2014-05-22 Ben Noordhuisbuild: disable v8 handle zapping
2014-05-22 Yazhong Liudoc: document url `slashes` property
2014-05-22 fengmk2querystring: custom encode and decode
2014-05-22 Ryan Colechild_process: add path to spawn ENOENT Error
2014-05-22 Fedor Indutnycontexify: fix infinite recursion in delete cb
2014-05-21 Calvin Metcalfdoc: clarify `end` vs `finish` in streams
2014-05-21 jochen@chromium.orgv8: backport no handle zapping for release builds
2014-05-21 Andrew Lowstring_bytes: ucs2 support big endian
2014-05-21 Fedor Indutnytls_wrap: do not store TLSCallbacks in SSL_CTX
2014-05-21 Timothy J Fontainetest: rewrite spawnsync test
2014-05-18 cjihrignet: don't throw on net.Server.close()
2014-05-17 Dan Kaplunreadline: fixes scoping bug
2014-05-16 Andrei Sedoiconfigure: allow V8 snapshot for cross-compilation
2014-05-16 Fedor Indutnycrypto: fix version check in hello parser
2014-05-16 Yazhong Liucrypto: check protocol version at handshake header
2014-05-15 Mark Stosbergdocs: Update docs on TEST single test run.
2014-05-15 Alexis Campaillacrypto: improve memory usage
2014-05-15 Greg Sabia... child_process: do not set args before throwing
2014-05-14 Ben Noordhuissrc: fix _XOPEN_SOURCE redefinition warning
2014-05-13 Colin Ihrigfs: add consistent flag fall throughs
2014-05-13 Dan Kaplunreadline: implements keypress buffering
2014-05-13 Fedor Indutnytls_wrap: remove unused variable
2014-05-13 Dan Kapluntest: fixes test/disabled/test-readline.js
2014-05-13 Greg Sabia... child_process: spawn() does not throw TypeError
2014-05-12 Trevor Norrisbuffer: remove Buffer#toArrayBuffer()
2014-05-12 Yazhong Liureadline: fix close event of readline.Interface()
2014-05-12 Taojiesrc: fix spelling mistake
2014-05-12 Trevor Norrisnode: remove duplicate tickInfo assignment
2014-05-12 Refael Ackermannsrc: fix StringBytes::Write if string is external
2014-05-07 Nicholas Vavilovcrypto, zlib: replace _binding with _handle
2014-05-07 Yazhong Liudoc: add spec for util.deprecate()
2014-05-07 Trevor Norrissrc: add --throw-deprecation entry to --help
2014-05-07 Nikolai Vavilovdoc: fix a typo
2014-05-07 isaacsurl: treat \ the same as /
2014-05-07 Feross Aboukhadijehbuffer: Fix incorrect Buffer.compare behavior
2014-05-07 Ben Noordhuislib: name EventEmitter prototype methods
2014-05-06 Timothy J Fontainetest: http-destroyed-socket-write win32 may ABORT
2014-05-06 Vladimir Kurchatkinstream: don't try to finish if buffer is not empty
2014-05-06 Alexis Campaillatest: replace http-destroyed-socket-write
2014-05-06 isaacsnpm: upgrade to 1.4.10
2014-05-02 Adrian Langdoc: correct check for failed child_process.spawn
2014-05-02 Fedor Indutnyinstaller: copy smalloc.h on installation
2014-05-02 Fedor Indutnyconstants: export O_NONBLOCK
2014-05-02 Fedor Indutnydeps: backport 23f2736a from v8 upstream
2014-05-02 Fedor Indutnydebugger: assign Environment to DebugContext too
2014-05-02 Timothy J Fontainetest: use larger buffer in net-error-twice
2014-05-02 Alexis Campaillatest: fix test-http-flush on Windows
2014-05-02 Timothy J FontaineNow working on 0.11.14
2014-05-02 Timothy J FontaineMerge branch 'v0.11.13-release'
2014-05-02 Timothy J FontaineNow working on 0.10.29
2014-05-02 Timothy J FontaineMerge branch 'v0.10.28-release' into v0.10
2014-05-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into... v0.11.13
2014-05-02 Timothy J Fontaine2014.05.01, Version 0.10.28 (Stable) v0.10.28
2014-05-01 isaacsnpm: upgrade to v1.4.9
2014-05-01 Timothy J Fontaine2014.05.01, Version 0.11.13 (Unstable)
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-05-01 Timothy J FontaineNow working on 0.10.28
2014-05-01 Timothy J FontaineMerge branch 'v0.10.27-release' into v0.10
2014-05-01 Timothy J Fontaine2014.05.01, Version 0.10.27 (Stable) v0.10.27
2014-05-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-05-01 isaacsnpm: upgrade to v1.4.8
2014-05-01 Trevor Norrisbuffer: normalize compare() output
2014-05-01 Timothy J Fontaineuv: update to v0.10.27
next