platform/upstream/nodejs.git
2014-04-29 Sean McArthurbuffer: add compare and equals methods
2014-04-25 Denys Zariaievvm: assign Environment to created context
2014-04-24 Ben Noordhuishttp: add request.flush() method
2014-04-24 Fedor Indutnydeps: provide TXT chunk info in c-ares
2014-04-24 Farrin Reiddoc: tls: added path property to tls.connect
2014-04-23 Fedor Indutnycrypto: fix memory leak in CipherBase::Final
2014-04-22 Fedor Indutnycrypto: work around OpenSSL oddness
2014-04-17 Fedor Indutnysrc: lint after OCSP commits
2014-04-17 Fedor Indutnytls: `getPeerCertificate(detailed)`
2014-04-17 Fedor Indutnytls: support OCSP on client and server
2014-04-17 Fedor Indutnytls: set _connecting before starting the flow
2014-04-15 Vladimir Kurchatkinevents: check if _events is an own property
2014-04-14 Trevor Norrisfs: return blksize on stats object
2014-04-14 Yazhong Liunet: deduplicate Socket.prototype.address
2014-04-14 Fedor Indutnynet: bind to `::` TCP address by default
2014-04-12 Geir Haugemain: Handle SIGINT properly.
2014-04-10 goussardgbuffer: return uint if MSB is 1 in readUInt32
2014-04-10 Fedor Indutnybuffer: truncate buffer after string decode
2014-04-10 Fedor Indutnytest: remove vm-infinite-recursion
2014-04-10 Fedor Indutnytest: add `reuseAddr` in dgram-multicast...
2014-04-10 Fedor Indutnydgram: introduce `reuseAddr` option
2014-04-08 Alexis Campaillaopenssl: fix keypress requirement in apps on win32
2014-04-08 Fedor Indutnytest: fix test-crypto
2014-04-08 Fedor IndutnyMerge branch 'v0.10'
2014-04-07 Fedor Indutnydeps: update openssl to 1.0.1g
2014-04-07 Fedor Indutnyhttp: do not emit EOF non-readable socket
2014-04-07 Brian Whitedoc: add missing space
2014-04-07 Saúl Ibarra... src: fix use of uv_cwd, len includes the NULL byte
2014-04-07 Saúl Ibarra... src: update uv callbacks after API changes
2014-04-07 Fedor Indutnydeps: update libuv to v0.11.23
2014-04-03 Evan Carrollutil: made util.isArray a direct alias for Array.isArray
2014-04-02 Alex Kocharindomain: don't crash on "throw null"
2014-04-02 Dominic Tarrdocs: correct tls docs. server -> client
2014-04-02 Yuki KANlib: use triple equals
2014-04-02 C. Scott Ananiannode: add signature to SET_PROTOTYPE_METHOD
2014-04-02 Nick Appersonbuffer: improve {read,write}{U}Int* methods
2014-04-01 Ben Noordhuissrc: fix up after v8 upgrade
2014-04-01 Ben Noordhuisdeps: fix up v8 postmortem codegen
2014-04-01 Ben Noordhuisdeps: upgrade v8 to 3.25.30
2014-04-01 Andrew Lowtest: make test-smalloc endian aware
2014-04-01 Trevor Norrisv8: upgrade to 3.24.35.22
2014-04-01 Ben Noordhuisconfigure: make --v8-options switch more robust
2014-03-31 James Pickardfs: improve performance of all stat functions
2014-03-31 Goh Yisheng... doc: typo clean up in tls
2014-03-29 Fedor Indutnycrypto: move `createCredentials` to tls
2014-03-29 Fedor Indutnyconfigure: --v8-options option
2014-03-28 Nathan Rajlichhttp: better client "protocol not supported" error
2014-03-28 dcarney@chromium.orgdeps: apply floating patch to v8
2014-03-27 Fedor Indutnytls: do not call SNICallback unless present
2014-03-27 Fedor Indutnytls: force readable/writable to `true`
2014-03-27 Josh Daguebuild: windows signing should include timestamps
2014-03-26 Fedor Indutnycrypto: fix lint
2014-03-26 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-26 Ben Noordhuissrc: ensure that openssl's PRNG is fully seeded
2014-03-26 Ben Noordhuissrc: seed V8's random number generator at startup
2014-03-26 isaacsnpm: upgrade to 1.4.6
2014-03-25 Nathan Rajlichdoc: remove `agent.request()` call in example
2014-03-24 Nathan Rajlichhttp: use defaultAgent.protocol in protocol check
2014-03-23 Ben Noordhuisbuild: fix g++ 4.8 build, disable -Werror
2014-03-21 Fedor Indutnyvm: share security token between contexts
2014-03-17 Trevor Norrispipe_wrap: use Instantiate() method
2014-03-17 Fedor Indutnyheaders: remove env.h from node_internals.h
2014-03-17 Fedor Indutnydeps: update v8 to 3.24.35.17
2014-03-17 Timothy J Fontainetest: update our branched weakref to v8 3.24
2014-03-16 Ben Noordhuissrc: fix tracing infrastructure after v8 upgrade
2014-03-16 Ben Noordhuissrc: don't call DecodeWrite() on Buffers
2014-03-16 Ben Noordhuissrc: fix up smalloc weak persistent usage
2014-03-16 Ben Noordhuissrc: add CHECK_{GE,GT,LE,LT} macros
2014-03-16 Ben Noordhuissrc: deduplicate CHECK_EQ/CHECK_NE macros
2014-03-16 Ben Noordhuissrc: fix segfaults, fix 32 bits integer negation
2014-03-16 Ben Noordhuissrc: squelch -Wmaybe-uninitialized warning
2014-03-16 Ben Noordhuissrc: remove unused ExternString constructor
2014-03-13 Ben Noordhuissrc, test: fix up ObjectWrap, `make test-addons`
2014-03-13 Fedor Indutnynode: fix exported signatures of MakeCallback
2014-03-13 Fedor Indutnydeps: allow allocations in gc epilogue/prologue
2014-03-13 Fedor Indutnydeps: backport a6fed7c5 from v8's trunk
2014-03-13 Fedor Indutnysrc: update to v8 3.24 APIs
2014-03-13 Fedor Indutnydeps: update v8 to 3.24.40
2014-03-12 Yazhong Liureadline: consider newlines for cursor position
2014-03-12 Timothy J FontaineNow working on 0.11.13
2014-03-12 Timothy J FontaineMerge branch 'v0.11.12-release'
2014-03-11 Timothy J Fontainesrc: accommodate uv_cwd including null on win32 v0.11.12
2014-03-11 Timothy J Fontaine2014.03.11, Version 0.11.12 (Unstable)
2014-03-11 Bryan Cantrillmdb_v8: update to latest version
2014-03-11 Timothy J Fontainesrc: update from uv_read2_start removal
2014-03-11 Saúl Ibarra... src: adapt to API change in uv_cwd
2014-03-11 Timothy J Fontaineuv: Upgrade to v0.11.22
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-10 Shuhei Kagawadoc: remove an unused arg in process.stdin.
2014-03-10 Fedor Indutnycrypto: do not lowercase cipher/hash names
2014-03-10 Timothy J Fontainetest: timers-ordering should be more precise
2014-03-10 Vladimir Kurchatkinbuffer: fix typo in `SlowBuffer`
2014-03-10 Brian Whitebuffer: allow toString to accept Infinity for end
2014-03-06 Ben Noordhuisdeps: fix v8 valgrind warning
2014-03-05 Fedor Indutnychild_process: fix sending handle twice
2014-03-05 Benoit Valléetest: test sending a handle twice
2014-03-05 Ben Noordhuissrc: add default visibility to NODE_MODULE
2014-03-04 Brian Whitecrypto: allow setting add'l authenticated data
2014-03-04 Brian Whitecrypto: fix CipherFinal return value check
2014-03-04 Greg Brailtimer: don't reschedule timer bucket in a domain
next