summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-12-31dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz1-0/+54
2013-12-23src: only access stack of non-null errorsVladimir Kurchatkin1-1/+1
2013-12-20util: introduce CHECK_EQ/CHECK_NEFedor Indutny2-8/+12
2013-12-20http: parse the status message in a http response.Cam Swords2-0/+14
2013-12-19crypto: remove unnecessary OpenSSL_add_all_digestsYorkie1-1/+0
2013-12-18vm: fix race condition in timeoutAlexis Campailla2-24/+16
2013-12-15crypto: comment change on disabling compressionAhamed Nafeez1-1/+1
2013-12-10Merge branch 'v0.10'Fedor Indutny1-17/+58
2013-12-10fs: report correct path when EEXISTFedor Indutny1-17/+61
2013-12-10Merge branch 'v0.10'Fedor Indutny4-31/+35
2013-12-10tls: emit 'end' on .receivedShutdownFedor Indutny2-16/+0
2013-12-10tls_wrap: bump kClearOutChunkSize to 16kbFedor Indutny1-1/+1
2013-12-10src: only access stack of defined errorsVladimir Kurchatkin1-2/+9
2013-12-09node: follow specification, zero-fill ArrayBuffersTrevor Norris1-1/+3
2013-12-08crypto: support GCM authenticated encryption mode.Ingmar Runge2-1/+103
2013-12-06Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-1/+2
2013-12-07crypto: fix moving read headFedor Indutny1-11/+16
2013-12-07tls_wrap: use writev when possibleFedor Indutny4-4/+43
2013-12-02process: document kill(0), disallow kill(O_RDWR)Sam Roberts1-1/+2
2013-12-02Merge branch 'v0.10'Fedor Indutny3-36/+32
2013-12-02tls: reset NPN callbacks after SNIFedor Indutny2-14/+22
2013-12-01Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine1-1/+1
2013-11-27stream_wrap: don't call Number::New()Ben Noordhuis1-1/+1
2013-11-26tls: add serialNumber to getPeerCertificate()Ben Noordhuis2-0/+12
2013-11-23node: fix removing AsyncListener in callbackVladimir Kurchatkin1-3/+4
2013-11-21node: allow nextTick infinite recursionTrevor Norris1-0/+2
2013-11-20Now working on 0.11.10Timothy J Fontaine1-2/+2
2013-11-202013.11.20, Version 0.11.9 (Unstable)v0.11.9Timothy J Fontaine1-1/+1
2013-11-19asyncwrap: add missing TryCatchTrevor Norris1-0/+3
2013-11-20src: add ASSERT/CHECK/UNREACHABLE macrosBen Noordhuis1-0/+15
2013-11-20src: make queue.h c++ compatibleBen Noordhuis1-7/+7
2013-11-19dgram: fix abort when getting `fd` of closed dgramFedor Indutny1-1/+1
2013-11-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2-0/+14
2013-11-16debugger: pass on v8 debug switchesBen Noordhuis1-28/+28
2013-11-14src: remove unused import in cares_wrap.ccBen Noordhuis1-1/+0
2013-11-13smalloc: check if object has external memoryTrevor Norris2-0/+20
2013-11-12src: add comments about implicit dependenciesTrevor Norris2-0/+10
2013-11-12base-object: add BaseObjectTrevor Norris11-158/+186
2013-11-12async-wrap: make typenames consistentTrevor Norris1-7/+7
2013-11-12tls_wrap: move members to initialization listTrevor Norris1-5/+2
2013-11-12src: use Context::Scope objects in cares_wrap.ccBen Noordhuis1-9/+18
2013-11-12src: fix Context::Scope usageBen Noordhuis17-31/+31
2013-11-12crypto: fix up implicit HandleScope abuseBen Noordhuis2-8/+10
2013-11-12src: remove global HandleScopeBen Noordhuis2-3/+5
2013-11-12Now working on 0.10.23Timothy J Fontaine1-2/+2
2013-11-122013.11.12, Version 0.10.22 (Stable)v0.10.22Timothy J Fontaine1-1/+1
2013-11-12src: add HandleScope in HandleWrap::OnCloseTimothy J Fontaine2-0/+13
2013-11-11src: fix Environment::GetCurrent() usageBen Noordhuis21-59/+76
2013-11-11node: add HandleScope to prevent memory leakTrevor Norris1-0/+1
2013-11-11v8: upgrade to 3.22.24Ben Noordhuis2-3/+1