platform/upstream/nodejs.git
2014-02-04 Yuriy Nemtsovdoc: fix after message in addAsyncListener example
2014-02-03 Fedor Indutnyzlib: separate sync/async methods
2014-02-03 Fedor Indutnytls: fix crash in SNICallback
2014-02-03 Oguz Bastemurdebugger: remove unused definition `currentSource`
2014-01-31 Nikolai Vavilovzlib: add sync versions for convenience methods
2014-01-30 Alexis Campaillatest: delete invalid http test
2014-01-29 Timothy J Fontainesrc: move header inclusion out of namespace
2014-01-29 Timothy J FontaineNow working on 0.11.12
2014-01-29 Timothy J FontaineMerge branch 'v0.11.11-release'
2014-01-29 Timothy J Fontaine2014.01.29, Version 0.11.11 (Unstable) v0.11.11
2014-01-29 Timothy J Fontainev8: Upgrade to 3.22.24.19
2014-01-28 Fedor Indutnynode: do not ever close stdio
2014-01-28 Fedor Indutnydeps: update http_parser to 2.2.1
2014-01-28 Thom Seddonlib: fix unnecessary coercion in lib/net.js
2014-01-28 Thom Seddonlib: Remove unused var+operations in util.inspect
2014-01-28 Timothy J Fontainesrc: only define ssize_t on windows if undefined
2014-01-28 Fedor Indutnystream_wrap: use `uv_try_write` where possible
2014-01-28 Fedor Indutnynode: explicitly include `sys/types.h` for size_t
2014-01-28 Timothy J Fontainetest: use logical and not or in abort-fatal-error
2014-01-28 Timothy J Fontainetest: make abort-fatal-error more robust
2014-01-28 Timothy J Fontainetest: fix test-net-listen-fd0 for pipes
2014-01-27 Keith M Wesolowskinode: register modules from DSO constructors
2014-01-27 Jacob Hoffman... crypto: honor default ciphers in client mode
2014-01-27 Alexis Campaillatest: race condition in test-cluster-disconnect
2014-01-27 Alexis Campaillanode: fix argument parsing with -p arg
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-27 Jun Manet: make Socket destroy() re-entrance safe
2014-01-27 Fedor Indutnydeps: update uv to 0.11.18
2014-01-26 Fedor Indutnycrypto: throw on SignFinal failure
2014-01-25 Fedor Indutnycrypto: clear error in GetPeerCertificate
2014-01-25 Fedor Indutnynet: reset `endEmitted` on reconnect
2014-01-25 Fedor Indutnydeps: backport b5135bbc from c-ares repo
2014-01-25 Fedor Indutnydoc: readline document TTY utils
2014-01-25 Fedor Indutnyhttp: do not emit EOF non-readable socket
2014-01-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-24 Fedor Indutnytls_wrap: propagate errors to write callbacks
2014-01-24 Fedor Indutnytls: emit `clientError` on early socket close
2014-01-24 Scott Gonzálezdoc: fix typo in readline
2014-01-23 isaacsnpm: Upgrade to v1.3.25
2014-01-23 Trevor Norrislint: use reinterpret_cast, not C-style casts
2014-01-23 Alexis Campaillatest: fix http-incoming-pipelined-socket-destroy
2014-01-23 Alexis Campaillatest: fix http-many-ended-pipelines server close
2014-01-23 Trevor Norrisv8: upgrade to 3.22.24.17
2014-01-23 Timothy J Fontaineblog: Post for v0.10.25
2014-01-23 Timothy J FontaineNow working on 0.10.26
2014-01-23 Timothy J FontaineMerge branch 'v0.10.25-release' into v0.10
2014-01-23 Fedor Indutnytls: process accumulated input
2014-01-23 Timothy J Fontainesrc: lint lib/net.js v0.10.25
2014-01-23 Timothy J Fontaine2014.01.23, Version 0.10.25 (Stable)
2014-01-23 Timothy J Fontaineuv: Upgrade to v0.10.23
2014-01-22 Trevor Norrisnode: clear nextTickQueue when using domains
2014-01-22 Vladimir Kurchatkindoc: skip type parsing inside code blocks
2014-01-22 Yorkiecrypto: remove duplicate ERR_load_crypto_strings()
2014-01-22 Ben Noordhuistest: fix array sorting bug
2014-01-22 Ben Noordhuiscrypto: support custom pbkdf2 digest methods
2014-01-22 Trevor Norrisnode: remove asyncStack
2014-01-22 Trevor Norrisnode: only run same AL once on error
2014-01-22 Jo Lisspath: improve POSIX path.join() performance
2014-01-21 Fedor Indutnycrypto: add newline to cert and key if not present
2014-01-21 Fedor Indutnycrypto: throw only in direct C++ methods
2014-01-21 Fedor Indutnynode: `EmitExit` should not call `exit()`
2014-01-21 Fedor Indutnyaddons: build and test examples
2014-01-21 Alexis Campaillatext: give more time to test-next-tick-error-spin
2014-01-21 Alexis Campaillatest: give test-net-GH-5504 more time to run
2014-01-21 Trevor Norrisnode: compare AsyncListener instances, not uid's
2014-01-21 Trevor Norrisnode: ensure same AL inst only runs once
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-20 Fedor Indutnygyp: fix non-ninja build
2014-01-20 isaacsnpm: Upgrade to v1.3.24
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-16 Timothy J Fontaineblog: nodejs v0.12 roadmap update
2014-01-16 Fedor Indutnygyp: fix `ninja` build on linux
2014-01-16 Sam Robertsdoc: clarify Windows signal sending emulation
2014-01-16 Sam Robertschild_process: fix spawn() optional arguments
2014-01-16 Sam Robertsdoc: describe child_process.fork() silent option
2014-01-16 Sam Robertsdoc: child_process.execFile arguments are optional
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
next