Merge remote-tracking branch 'origin/v0.10'
[platform/upstream/nodejs.git] / src /
2014-01-15 Trevor NorrisMerge remote-tracking branch 'origin/v0.10'
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-12 Timothy J Fontainesrc: return empty set on ENOSYS for interfaces
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-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 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 FontaineMerge remote-tracking branch 'upstream/v0.10'
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-30 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
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 Cam Swordshttp: parse the status message in a http response.
2013-12-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
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-18 Timothy J Fontaine2013.12.18, Version 0.10.24 (Stable) v0.10.24
2013-12-18 Alexis Campaillavm: fix race condition in timeout
2013-12-15 Ahamed Nafeezcrypto: comment change on disabling compression
2013-12-13 Fedor IndutnyMerge branch 'v0.10'
2013-12-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-12 Timothy J FontaineNow working on 0.10.24
2013-12-12 Timothy J FontaineMerge branch 'v0.10.23-release' into v0.10
2013-12-12 Timothy J Fontaine2013.12.12, Version 0.10.23 (Stable) v0.10.23
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Fedor Indutnyfs: report correct path when EEXIST
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Fedor Indutnytls: emit 'end' on .receivedShutdown
2013-12-10 Fedor Indutnytls_wrap: bump kClearOutChunkSize to 16kb
2013-12-10 Vladimir Kurchatkinsrc: only access stack of defined errors
2013-12-10 Trevor Norrisnode: follow specification, zero-fill ArrayBuffers
2013-12-07 Ingmar Rungecrypto: support GCM authenticated encryption mode.
2013-12-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-06 Fedor Indutnycrypto: fix moving read head
2013-12-06 Fedor Indutnytls_wrap: use writev when possible
2013-12-02 Sam Robertsprocess: document kill(0), disallow kill(O_RDWR)
2013-12-02 Fedor IndutnyMerge branch 'v0.10'
2013-12-02 Fedor Indutnytls: reset NPN callbacks after SNI
2013-12-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-27 Ben Noordhuisstream_wrap: don't call Number::New()
2013-11-26 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-26 Ben Noordhuistls: add serialNumber to getPeerCertificate()
2013-11-23 Vladimir Kurchatkinnode: fix removing AsyncListener in callback
2013-11-21 Trevor Norrisnode: allow nextTick infinite recursion
2013-11-21 Timothy J FontaineNow working on 0.11.10
2013-11-21 Timothy J FontaineMerge branch 'v0.11.9-release'
2013-11-21 Timothy J Fontaine2013.11.20, Version 0.11.9 (Unstable) v0.11.9
2013-11-20 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-20 Trevor Norrisasyncwrap: add missing TryCatch
2013-11-19 Ben Noordhuissrc: add ASSERT/CHECK/UNREACHABLE macros
2013-11-19 Ben Noordhuissrc: make queue.h c++ compatible
2013-11-19 Fedor Indutnydgram: fix abort when getting `fd` of closed dgram
2013-11-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-16 Ben Noordhuisdebugger: pass on v8 debug switches
2013-11-14 Ben Noordhuissrc: remove unused import in cares_wrap.cc
2013-11-13 Trevor Norrissmalloc: check if object has external memory
2013-11-12 Trevor Norrissrc: add comments about implicit dependencies
2013-11-12 Trevor Norrisbase-object: add BaseObject
2013-11-12 Trevor Norrisasync-wrap: make typenames consistent
2013-11-12 Trevor Norristls_wrap: move members to initialization list
2013-11-12 Ben Noordhuissrc: use Context::Scope objects in cares_wrap.cc
2013-11-12 Ben Noordhuissrc: fix Context::Scope usage
2013-11-12 Ben Noordhuiscrypto: fix up implicit HandleScope abuse
2013-11-12 Ben Noordhuissrc: remove global HandleScope
2013-11-12 Timothy J FontaineNow working on 0.10.23
2013-11-12 Timothy J FontaineMerge branch 'v0.10.22-release' into v0.10
2013-11-12 Timothy J Fontaine2013.11.12, Version 0.10.22 (Stable) v0.10.22
2013-11-12 Timothy J Fontainesrc: add HandleScope in HandleWrap::OnClose
2013-11-11 Ben Noordhuissrc: fix Environment::GetCurrent() usage
2013-11-11 Trevor Norrisnode: add HandleScope to prevent memory leak
2013-11-11 Ben Noordhuisv8: upgrade to 3.22.24
2013-11-09 Ben Noordhuiscrypto: update root certificates
2013-11-08 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-11-08 Ben Noordhuissrc: remove container_of, use CONTAINER_OF
2013-11-08 Ben Noordhuiscrypto: unbreak build with no-NPN shared openssl
2013-11-08 Fedor Indutnycrypto: try moving read head in Peek()
2013-11-05 Ben Noordhuisfs: make fs.watch() non-recursive by default
2013-11-04 Ben Noordhuissrc: fix whitespace/braces lint error from 962686b
2013-11-03 Ben Noordhuissrc: squelch unused variable warning
2013-10-30 Erik Dubbelboertls: add ECDH ciphers support
2013-10-31 Trevor Norrisdomain: use AsyncListener API
2013-10-31 Trevor Norriscares: add AsyncListener support
2013-10-31 Trevor Norriscrypto: convert pbkdf2_req to a class
2013-10-31 Trevor Norriscrypto: convert RandomBytesRequest to a class
2013-10-31 Trevor Norrisasync-wrap: add methods to udp/tcp/pipe/timers
2013-10-31 Trevor Norrisasync-wrap: integrate with WeakObject
2013-10-31 Trevor Norrisnode: add AsyncListener support
2013-10-29 Ben Noordhuisbuild: use zero overhead systemtap probes
2013-10-30 Fedor Indutnytls: do not default to 'localhost' servername
2013-10-30 Nick Simmonsfs: add recursive subdirectory support to fs.watch
2013-10-30 Timothy J FontaineNow working on 0.11.9
next