platform/upstream/nodejs.git
2014-07-08 Fedor Indutnycontextify: remove useless header file
2014-07-07 John Albietzreadme: added g++ requirement
2014-07-07 Robert Kowalskimodule: don't require fs several times
2014-07-03 Ed Umanskynet: reset `errorEmitted` on reconnect
2014-07-03 Trevor Norrislint: fix indentation
2014-07-03 Andrius Bentkusudp: make it possible to receive empty udp packets
2014-07-02 Fedor Indutnydeps: cherry-pick eca441b2 from OpenSSL
2014-07-02 Fedor Indutnytls: better error reporting at cert validation
2014-07-02 Fedor Indutnychild_process: accept uid/gid everywhere
2014-07-02 Eli Skeggsnet: don't emit listening if handle is closed
2014-07-01 Yazhong Liutest: fix multiple_line problem in match
2014-07-01 Ionică Bizăudocs: highlight shell-codes in CONTRIBUTING.md
2014-07-01 Refael Ackermannconfigure: better detect windows 'bitness' (WOW64)
2014-07-01 Arnout Kazemierevents: Output the event that is leaking
2014-06-30 Fedor Indutnyrepl: fix multi-line input
2014-06-30 Jonathan Reemstream: only end reading on null, not undefined
2014-06-27 Fedor Indutnyhttp: remove unused code block
2014-06-27 Yazhong Liunode: fix #7841 by overlooking the spare sourceline
2014-06-27 cjihrigbuffer: construct new buffer from buffer toJSON() output
2014-06-27 Fedor Indutnydeps: update libuv to v0.11.26
2014-06-27 Saúl Ibarra... dns: introduce lookupService function
2014-06-25 Fedor Indutnydeps: build v8 with disassembler support
2014-06-25 Fedor Indutnycrypto: add `honorCipherOrder` argument
2014-06-25 Fedor Indutnydoc: document `tls.createSecureContext`
2014-06-25 Fedor Indutnytest: fix tls-client-default-ciphers
2014-06-25 Chris Dickinsondns: send lookup c-ares errors to callback
2014-06-24 Fred K. Schottmodule: document important methods
2014-06-24 Kyle Robinson... doc: typos in child_process
2014-06-24 Jan Kremsdoc: process: Document process.mainModule
2014-06-24 Yazhong Liutls: using %StringSplit to split `cert.subjectaltname`
2014-06-24 Charleschild_process: don't throw on EAGAIN
2014-06-24 Ed Morleychild_process: use full path for cmd.exe on Win32
2014-06-17 Timothy J FontaineMerge remote-tracking branch 'upstream-rw/v0.10'
2014-06-17 Timothy J Fontainenode: update changelog to have proper npm version
2014-06-13 Timothy J Fontainebuild: run wix tool chain out of process
2014-06-13 Fedor Indutnycontextify: throw timeout error properly
2014-06-13 Fedor Indutnywatchdog: terminate one specific isolate
2014-06-13 Ben Noordhuisdeps: cherry-pick r21466 from v8 trunk
2014-06-13 Ben Noordhuisdeps: cherry-pick r21297 from v8 trunk
2014-06-13 Ben Noordhuisdeps: fix up v8 postmortem codegen
2014-06-13 Ben Noordhuisdeps: upgrade v8 to 3.26.33
2014-06-12 Euandoc: Fix typo in dns.resolveSrv docs
2014-06-12 Xavi Magrinyàconsole: console.dir() accepts options object
2014-06-12 Xavi MagrinyàAdded support for options parameter in console.dir()
2014-06-12 Brian Whitelib: remove unused variables
2014-06-11 Fedor Indutnytls_wrap: fix interleaving in InvokeQueued
2014-06-11 Fedor Indutnytls_wrap: fix small obvious memory leak
2014-06-11 Roman Klaukereadline: remove doubled case.
2014-06-11 Ryan Grahamtest: regression test for cluser.setupMaster()
2014-06-11 Ryan Grahamcluster: restore v0.10.x setupMaster() behaviour
2014-06-11 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-06-11 Timothy J Fontainenode: signing the CLA is no longer a requirement
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()
next