aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-12-20http: parse the status message in a http response.Cam Swords
2013-12-19crypto: remove unnecessary OpenSSL_add_all_digestsYorkie
2013-12-18vm: fix race condition in timeoutAlexis Campailla
2013-12-15crypto: comment change on disabling compressionAhamed Nafeez
2013-12-10Merge branch 'v0.10'Fedor Indutny
2013-12-10fs: report correct path when EEXISTFedor Indutny
2013-12-10Merge branch 'v0.10'Fedor Indutny
2013-12-10tls: emit 'end' on .receivedShutdownFedor Indutny
2013-12-10tls_wrap: bump kClearOutChunkSize to 16kbFedor Indutny
2013-12-10src: only access stack of defined errorsVladimir Kurchatkin
2013-12-09node: follow specification, zero-fill ArrayBuffersTrevor Norris
2013-12-08crypto: support GCM authenticated encryption mode.Ingmar Runge
2013-12-06Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-12-07crypto: fix moving read headFedor Indutny
2013-12-07tls_wrap: use writev when possibleFedor Indutny
2013-12-02process: document kill(0), disallow kill(O_RDWR)Sam Roberts
2013-12-02Merge branch 'v0.10'Fedor Indutny
2013-12-02tls: reset NPN callbacks after SNIFedor Indutny
2013-12-01Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-27stream_wrap: don't call Number::New()Ben Noordhuis
2013-11-26tls: add serialNumber to getPeerCertificate()Ben Noordhuis
2013-11-23node: fix removing AsyncListener in callbackVladimir Kurchatkin
2013-11-21node: allow nextTick infinite recursionTrevor Norris
2013-11-20Now working on 0.11.10Timothy J Fontaine
2013-11-202013.11.20, Version 0.11.9 (Unstable)Timothy J Fontaine
2013-11-19asyncwrap: add missing TryCatchTrevor Norris
2013-11-20src: add ASSERT/CHECK/UNREACHABLE macrosBen Noordhuis
2013-11-20src: make queue.h c++ compatibleBen Noordhuis
2013-11-19dgram: fix abort when getting `fd` of closed dgramFedor Indutny
2013-11-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-16debugger: pass on v8 debug switchesBen Noordhuis
2013-11-14src: remove unused import in cares_wrap.ccBen Noordhuis
2013-11-13smalloc: check if object has external memoryTrevor Norris
2013-11-12src: add comments about implicit dependenciesTrevor Norris
2013-11-12base-object: add BaseObjectTrevor Norris
2013-11-12async-wrap: make typenames consistentTrevor Norris
2013-11-12tls_wrap: move members to initialization listTrevor Norris
2013-11-12src: use Context::Scope objects in cares_wrap.ccBen Noordhuis
2013-11-12src: fix Context::Scope usageBen Noordhuis
2013-11-12crypto: fix up implicit HandleScope abuseBen Noordhuis
2013-11-12src: remove global HandleScopeBen Noordhuis
2013-11-12Now working on 0.10.23Timothy J Fontaine
2013-11-122013.11.12, Version 0.10.22 (Stable)Timothy J Fontaine
2013-11-12src: add HandleScope in HandleWrap::OnCloseTimothy J Fontaine
2013-11-11src: fix Environment::GetCurrent() usageBen Noordhuis
2013-11-11node: add HandleScope to prevent memory leakTrevor Norris
2013-11-11v8: upgrade to 3.22.24Ben Noordhuis
2013-11-09crypto: update root certificatesBen Noordhuis
2013-11-08src: remove container_of, use CONTAINER_OFBen Noordhuis
2013-11-08crypto: unbreak build with no-NPN shared opensslBen Noordhuis