platform/upstream/nodejs.git
2014-01-21 Trevor Norrisasync_wrap/timers: remove Add/RemoveAsyncListener
2014-01-20 Fedor Indutnycrypto: remove most of the `node_isolate` uses
2014-01-20 Alexis Campaillatest: relax timing in test-http-exit-delay
2014-01-20 Alexis Campaillatest: debug-signal-cluster increase timeouts
2014-01-20 Alexis Campailladebug client: connect after child is ready
2014-01-20 Timothy J Fontainetest: move debugger repl into own section
2014-01-20 Timothy J Fontainetest: refactor to use common testcfg
2014-01-20 Fedor Indutnytest: ignore tests when built without OpenSSL CLI
2014-01-20 Fedor Indutnylib: introduce `.setMaxSendFragment(size)`
2014-01-20 Ben Noordhuisdoc: tls: note that SSLv2 is disabled by default
2014-01-20 Ben Noordhuisdoc: tls: clarify server cipher list
2014-01-17 Ben Noordhuissrc: don't mark addon_register_func as dllimport
2014-01-17 Ben Noordhuistls: make cert/pfx optional in tls.createServer()
2014-01-17 Ben Noordhuistls: show human-readable error messages
2014-01-15 Trevor NorrisMerge remote-tracking branch 'origin/v0.10'
2014-01-15 Ryan Grahamdomains: exit() only affects active domains
2014-01-15 isaacsblog: TJ is the new node core project lead
2014-01-14 Fedor Indutnygyp: fix build with python 2.6
2014-01-14 Fedor Indutnydeps: update gyp to 1eae492b
2014-01-13 Alexis Campaillatest: terminate gracefully in cluster-net-send
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-13 Sam Robertsdoc: streams must be open to be passed to child
2014-01-13 Alexis Campaillatest: close debug client in test-debugger-client
2014-01-13 Alex Kocharinhttp: concatenate duplicate headers by default
2014-01-12 Timothy J Fontainesrc: return empty set on ENOSYS for interfaces
2014-01-10 svenpanne@chromium.orgv8: backport codereview.chromium.org/11362182
2014-01-10 Tom Gallacherutil: handle escaped forward slashes correctly
2014-01-10 gluxondoc: Fix argument typo in SimpleProtocol example
2014-01-09 Ryan Grahamdomain: fix off-by-one in Domain.exit()
2014-01-09 Trevor Norrishttp: use writev on chunked encoding
2014-01-09 Jeff Barczewskitest: check RR scheduler has necessary methods
2014-01-09 Timothy J Fontainesrc: OnFatalError handler must abort()
2014-01-09 Trevor Norrisnode: AsyncListener use separate storage mechanism
2014-01-09 Trevor Norrissrc: revert domain using AsyncListeners
2014-01-08 Fedor Indutnyconfigure: always set `arm_float_abi`
2014-01-08 Fedor Indutnychild_process: better error reporting for exec
2014-01-08 Fedor Indutnydeps: fix openssl assembly error on ia32 win32
2014-01-08 Lorenz Leutgebdoc: fix typo in cluster page
2014-01-07 Fedor Indutnydeps: update openssl to 1.0.1f
2014-01-07 Timothy J Fontaineuv: Upgrade to v0.10.22
2014-01-07 Ben Noordhuisbuild: unconditionally disable -Werror
2014-01-07 isaacsnpm: Upgrade to 1.3.23
2014-01-05 ayanamiststream: writes may return false but forget to emit...
2014-01-05 Lorenz Leutgebdoc: Add forward secrecy section to TLS docs
2014-01-05 Fedor Indutnycrypto: introduce .setEngine(engine, [flags])
2014-01-04 Trevor Norrisnode: properly check uid when adding AsyncListener
2014-01-03 Trevor Norrisnode: change AsyncListener API
2014-01-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-01 Timothy J Fontaineblog: Post for v0.11.10
2014-01-01 Timothy J FontaineNow working on 0.11.11
2014-01-01 Timothy J FontaineMerge branch 'v0.11.10-release'
2013-12-31 Timothy J Fontaine2013.12.31, Version 0.11.10 (Unstable) v0.11.10
2013-12-31 Timothy J Fontainev8: Upgrade to 3.22.24.10
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Maciej Małeckidoc: document that `process.send` is synchronous
2013-12-31 Timothy J Fontainedoc: clarify process on exit safe usage
2013-12-31 Ron Korvingdocs: process.on('exit') receives exit code
2013-12-31 Tuğrul Topuzdns: add resolveSoa and 'SOA' rrtype
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J Fontainetest: fix test-cluster-eaccess to work on windows
2013-12-31 Sam Robertstest: fix assumption of worker exit on disconnect
2013-12-31 Sam Robertscluster: do not synchronously emit 'setup' event
2013-12-31 Sam Robertscluster: only forcibly exit worker on unclean exit
2013-12-31 Sam Robertscluster: disconnect callback should always occur
2013-12-31 Sam Robertscluster: replace erroneous comma with semicolon
2013-12-31 Timothy J Fontaineuv: Upgrade to v0.11.17
2013-12-31 Fedor Indutnycluster: report more errors to workers
2013-12-31 Benjamin Watersdoc: Fix doc heading for 'response' event
2013-12-30 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-30 Fedor Indutnydeps: update gyp to 828ce09
2013-12-30 pflannerytimers: setImmediate v8 optimization fix
2013-12-30 Dav Glassdoc: Fix missing backtick in debugger doc
2013-12-30 Yorkiequerystring: remove `name` from `stringify()`
2013-12-28 Lev Gimelfarbbuild: add settings for VS 2013 to vcbuild.bat
2013-12-27 Fedor Indutnydeps: update gyp to 828ce09
2013-12-26 Benjamin Watersdoc: Missing word 'are' in documentation
2013-12-26 isaacsnpm: Upgrade to v1.3.22
2013-12-23 Vladimir Kurchatkinsrc: only access stack of non-null errors
2013-12-21 Fedor Indutnyutil: introduce CHECK_EQ/CHECK_NE
2013-12-20 Trevor NorrisRevert "util: more strict check for bool/number/string"
2013-12-20 Fedor Indutnytls: reintroduce socket.encrypted
2013-12-20 Paul Loydbuffer: optimize writeInt* methods
2013-12-20 Bert Belderevents: move EE c'tor guts to EventEmitter.init
2013-12-20 T.C. Hollingsworthbuild: install common.gypi along with headers
2013-12-20 Alexis Campaillatest: fix flaky unit test test-fs-realpath.js
2013-12-20 Alexis Campaillatest: case insensitve path comparison on Windows
2013-12-20 Cam Swordshttp: parse the status message in a http response.
2013-12-20 Fedor Indutnydeps: update http_parser to 2.2
2013-12-19 Sam Robertsdoc: describe the local domain path on Windows
2013-12-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-19 Timothy J Fontaineblog: Post for v0.10.24
2013-12-19 Timothy J FontaineNow working on 0.10.25
2013-12-19 Timothy J FontaineMerge branch 'v0.10.24-release' into v0.10
2013-12-19 Yorkiecrypto: remove unnecessary OpenSSL_add_all_digests
2013-12-19 Fedor Indutnydeps: v8 apply temporary fix until backport
2013-12-19 Alexis Campaillawindows: fix dns lookup of localhost with ipv6
2013-12-18 Timothy J Fontaine2013.12.18, Version 0.10.24 (Stable) v0.10.24
2013-12-18 Timothy J Fontaineuv: Upgrade to v0.10.21
2013-12-18 Ben Noordhuiscluster, v8: fix --logfile=%p.log
next