summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src,test,tools: modify for more stringent lintingRich Trott2016-02-181-1/+1
* src: remove unnecessary checkBrian White2016-02-151-1/+0
* node: set process._eventsCount to 0 on startupEvan Lucas2016-02-151-0/+1
* src: remove TryCatch in MakeCallbackTrevor Norris2016-02-123-41/+27
* src: remove unused TickInfo::in_tick()Trevor Norris2016-02-122-12/+1
* src: remove unused of TickInfo::last_threw()Trevor Norris2016-02-125-22/+9
* src: add AsyncCallbackScopeTrevor Norris2016-02-127-17/+45
* src: fix MakeCallback error handlingTrevor Norris2016-02-122-16/+10
* crypto: have fixed NodeBIOs return EOFAdam Langley2016-02-113-20/+26
* buffer: add encoding parameter to fill()Trevor Norris2016-02-103-15/+114
* src: deprecate undocumented variablesJackson Tian2016-02-101-2/+21
* src: avoid compiler warning in node_revert.ccJames M Snell2016-02-091-2/+2
* src: add --security-revert command line flagJames M Snell2016-02-093-8/+118
* node: improve process.nextTick performanceRuben Bridgewater2016-02-091-95/+26
* deps: sync with upstream bagder/c-ares@2bae2d5Fedor Indutny2016-02-081-3/+3
* crypto: fix memory leak in LoadPKCS12Fedor Indutny2016-02-081-1/+1
* crypto: add `pfx` certs as CA certs tooFedor Indutny2016-02-081-0/+11
* dns: add resolvePtr to query plain DNS PTR recordsDaniel Turing2016-02-081-0/+44
* src: clean up usage of __proto__Jackson Tian2016-02-071-2/+3
* node_contextify: do not incept debug contextMyles Borins2016-02-051-21/+10
* node: deprecate process.EventEmitterEvan Lucas2016-02-041-1/+11
* tls: add getProtocol() to TLS socketsBrian White2016-02-032-0/+11
* src: upgrade to new v8::Private apiBen Noordhuis2016-02-036-94/+178
* module: pass v8::Object to linked module initialization functionPhillip Kovalev2016-02-021-6/+9
* crypto: use SSL_CTX_clear_extra_chain_certs.Adam Langley2016-02-021-4/+1
* src: remove no longer relevant commentsChris9112016-02-013-4/+2
* contextify: use offset/length from Uint8ArrayFedor Indutny2016-01-291-3/+4
* dgram: support dgram.send with multiple buffersMatteo Collina2016-01-291-19/+45
* crypto: fix build when OCSP-stapling not providedAdam Langley2016-01-281-1/+10
* crypto: use a const SSL_CIPHERAdam Langley2016-01-271-1/+1
* tls_wrap: reach error reporting for UV_EPROTOFedor Indutny2016-01-273-10/+25
* src: attach error to stack on displayErrorscjihrig2016-01-263-4/+31
* vm: introduce `cachedData`/`produceCachedData`Fedor Indutny2016-01-242-3/+78
* buffer: properly retrieve binary length of needleTrevor Norris2016-01-221-1/+3
* process: support symbol eventscjihrig2016-01-211-1/+2
* src: fix negative values in process.hrtime()Ben Noordhuis2016-01-201-4/+3
* node: allow preload modules with -iEvan Lucas2016-01-181-0/+1
* v8,src: expose statistics about heap spacesBen Ripkens2016-01-183-1/+102
* src: return UV_EAI_NODATA on empty lookupcjihrig2016-01-181-0/+4
* src: don't check failure with ERR_peek_error()Ben Noordhuis2016-01-181-2/+1
* crypto: clear error stack in ECDH::InitializeFedor Indutny2016-01-151-0/+2
* src: remove redeclarations of variablesRich Trott2016-01-111-7/+3
* tls_wrap: clear errors on returnFedor Indutny2016-01-043-16/+24
* os: fix crash in GetInterfaceAddressesMartin Bark2016-01-041-1/+1
* node: improve performance of process.hrtime()Evan Lucas2015-12-302-18/+16
* src: remove forwards for v8::GC*logueCallbackAli Ijaz Sheikh2015-12-223-6/+0
* module: always decorate thrown errorsBrian White2015-12-193-3/+30
* crypto: load PFX chain the same way as regular oneFedor Indutny2015-12-171-50/+120
* node: improve accessor perf of process.envTrevor Norris2015-12-171-13/+30
* node: improve performance of hrtime()Trevor Norris2015-12-172-12/+28