platform/upstream/nodejs.git
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
2014-03-04 Timothy J Fontainesrc: domain should not replace nextTick function
2014-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-03-02 Fedor Indutnysmalloc: remove `env.h` include
2014-03-01 Fedor Indutnynode: invoke `beforeExit` again if loop was active
2014-02-28 Fedor Indutnystream_wrap: don't write twice on uv_try_write err
2014-02-28 Sam Robertsdoc: document `beforeExit` and add more tests
2014-02-28 Ben Noordhuissrc: emit 'beforeExit' event on process object
2014-02-28 Saúl Ibarra... src: use new loop API
2014-02-27 Saúl Ibarra... src: spawn_sync should close handles upon exit
2014-02-27 Timothy J Fontainesrc: update to latest libuv api
2014-02-27 Timothy J Fontaineuv: Upgrade to v0.11.21
2014-02-26 Nathan Rajlichhttp: remove the circular dependency
2014-02-26 Nathan Rajlichtest: update "http-*" tests to only use public API
2014-02-26 Nathan Rajlichhttp, https: don't depend on `globalAgent`
2014-02-26 Nathan Rajlichtest: add failing http `agent: null` test
2014-02-26 Nathan Rajlichtest: add `agent: null` http client request test
2014-02-26 Nathan Rajlichhttp: invoke createConnection when no agent
2014-02-26 Trevor Norristest: fix async-listener-run-error-once
2014-02-26 Alexis Campaillasrc: make stdout/sterr pipes blocking
2014-02-26 Alexis Campaillatest: remove invalid part of stream2-stderr-sync
2014-02-26 Maxwell Krohntls: stop NodeBIO::Gets from reading off end of buffer
2014-02-25 Alexis Campaillawindows: fix module registration
2014-02-25 Alexis Campaillanet: fix listening on FDs on Windows
2014-02-25 Timothy J Fontainetest: internet/test-dns disable implicit ipv6
2014-02-25 Timothy J Fontainetest: pummel/net-connect-econnrefused backoff
2014-02-25 Timothy J Fontainebenchmark: update to use new wrk
2014-02-25 Timothy J Fontainewrk: compile on sunos
2014-02-25 Timothy J Fontainewrk: build against our distributed ssl
2014-02-25 Timothy J Fontainetools: wrk update to 5b2fa06
2014-02-25 Timothy J Fontainetest: migrate pummel/keep-alive to wrk
2014-02-25 Mike Pennisiassert: Ensure reflexivity of deepEqual
2014-02-25 Timothy J Fontainetest: pummel/*ci-reneg* handle EPIPE
2014-02-25 Timothy J Fontainetest: internet/test-dns handle ESERVFAIL
2014-02-25 Timothy J Fontainetest: move pummel/test-fs-largefile to disabled
2014-02-25 Timothy J Fontainetest: pummel/test-net-throttle adhere to streams
2014-02-25 Timothy J Fontainetest: pummel fs-watch-file-slow handle spurious
2014-02-25 Timothy J Fontainetest: remove next-tick-loops-quick
2014-02-24 Alexis Campaillasrc: node.cc use isolate->ThrowException
2014-02-24 Timothy J Fontainetest: backoff client connection rates
2014-02-24 Brian Whitestream: remove useless check
2014-02-23 Nicolas Talledoc: update assert.markdown
2014-02-21 Fedor Indutnynode_internals: add missing env-inl.h include
2014-02-21 Fedor Indutnysrc: remove `node_isolate` from source
2014-02-21 Nathan Rajlichdebugger: don't set the `repl.prompt` string
2014-02-20 Fedor Indutnyinstaller: copy `node.d` only with node_use_dtrace
2014-02-20 Fedor Indutnydtrace: workaround linker bug on FreeBSD
2014-02-20 Fedor Indutnyconfigure: allow --with-dtrace on freebsd
2014-02-20 Fedor Indutnygyp: specialize node.d for freebsd
2014-02-19 David Björklundhttp: avoid duplicate keys in writeHead
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-19 Timothy J Fontainetools: update to support separate website repo
2014-02-19 Timothy J FontaineNow working on v0.10.27
next