summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-132-6/+6
|\
| * src: return empty set on ENOSYS for interfacesTimothy J Fontaine2014-01-121-2/+5
| * src: OnFatalError handler must abort()Timothy J Fontaine2014-01-091-1/+1
| * Now working on 0.10.25Timothy J Fontaine2013-12-191-2/+2
| * 2013.12.18, Version 0.10.24 (Stable)v0.10.24v0.10.24-releaseTimothy J Fontaine2013-12-181-1/+1
| * Now working on 0.10.24Timothy J Fontaine2013-12-111-2/+2
| * 2013.12.12, Version 0.10.23 (Stable)v0.10.23v0.10.23-releaseTimothy J Fontaine2013-12-111-1/+1
* | node: AsyncListener use separate storage mechanismTrevor Norris2014-01-095-152/+285
* | src: revert domain using AsyncListenersTrevor Norris2014-01-098-3/+370
* | crypto: introduce .setEngine(engine, [flags])Fedor Indutny2014-01-053-0/+111
* | node: properly check uid when adding AsyncListenerTrevor Norris2014-01-031-1/+1
* | node: change AsyncListener APITrevor Norris2014-01-031-9/+9
* | Now working on 0.11.11Timothy J Fontaine2013-12-311-2/+2
* | 2013.12.31, Version 0.11.10 (Unstable)v0.11.10v0.11.10-releaseTimothy J Fontaine2013-12-311-1/+1
* | dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz2013-12-311-0/+54
* | src: only access stack of non-null errorsVladimir Kurchatkin2013-12-231-1/+1
* | util: introduce CHECK_EQ/CHECK_NEFedor Indutny2013-12-202-8/+12
* | http: parse the status message in a http response.Cam Swords2013-12-202-0/+14
* | crypto: remove unnecessary OpenSSL_add_all_digestsYorkie2013-12-191-1/+0
* | vm: fix race condition in timeoutAlexis Campailla2013-12-182-24/+16
* | crypto: comment change on disabling compressionAhamed Nafeez2013-12-151-1/+1
* | Merge branch 'v0.10'Fedor Indutny2013-12-101-17/+58
|\ \ | |/
| * fs: report correct path when EEXISTFedor Indutny2013-12-101-17/+61
* | Merge branch 'v0.10'Fedor Indutny2013-12-104-31/+35
|\ \ | |/
| * tls: emit 'end' on .receivedShutdownFedor Indutny2013-12-102-16/+0
* | tls_wrap: bump kClearOutChunkSize to 16kbFedor Indutny2013-12-101-1/+1
* | src: only access stack of defined errorsVladimir Kurchatkin2013-12-101-2/+9
* | node: follow specification, zero-fill ArrayBuffersTrevor Norris2013-12-091-1/+3
* | crypto: support GCM authenticated encryption mode.Ingmar Runge2013-12-082-1/+103
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-061-1/+2
|\ \ | |/
| * process: document kill(0), disallow kill(O_RDWR)Sam Roberts2013-12-021-1/+2
* | crypto: fix moving read headFedor Indutny2013-12-071-11/+16
* | tls_wrap: use writev when possibleFedor Indutny2013-12-074-4/+43
* | Merge branch 'v0.10'Fedor Indutny2013-12-023-36/+32
|\ \ | |/
| * tls: reset NPN callbacks after SNIFedor Indutny2013-12-022-14/+22
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-011-1/+1
|\ \ | |/
| * stream_wrap: don't call Number::New()Ben Noordhuis2013-11-271-1/+1
| * dgram: fix abort when getting `fd` of closed dgramFedor Indutny2013-11-191-1/+1
* | tls: add serialNumber to getPeerCertificate()Ben Noordhuis2013-11-262-0/+12
* | node: fix removing AsyncListener in callbackVladimir Kurchatkin2013-11-231-3/+4
* | node: allow nextTick infinite recursionTrevor Norris2013-11-211-0/+2
* | Now working on 0.11.10Timothy J Fontaine2013-11-201-2/+2
* | 2013.11.20, Version 0.11.9 (Unstable)v0.11.9v0.11.9-releaseTimothy J Fontaine2013-11-201-1/+1
* | asyncwrap: add missing TryCatchTrevor Norris2013-11-191-0/+3
* | src: add ASSERT/CHECK/UNREACHABLE macrosBen Noordhuis2013-11-201-0/+15
* | src: make queue.h c++ compatibleBen Noordhuis2013-11-201-7/+7
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-11-182-0/+14
|\ \ | |/
| * Now working on 0.10.23Timothy J Fontaine2013-11-121-2/+2
| * 2013.11.12, Version 0.10.22 (Stable)v0.10.22v0.10.22-releaseTimothy J Fontaine2013-11-121-1/+1
| * src: add HandleScope in HandleWrap::OnCloseTimothy J Fontaine2013-11-122-0/+13