summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* node: improve GetActiveHandles performanceTrevor Norris2015-12-171-18/+22
* fs: use pushValueToArray for readdir(Sync)Trevor Norris2015-12-171-6/+31
* http_parser: use pushValueToArray for headersTrevor Norris2015-12-171-6/+17
* node: fix erroneously named function callTrevor Norris2015-12-173-7/+13
* debugger: guard against call from non-node contextBen Noordhuis2015-12-171-0/+2
* module,src: do not wrap modules with -1 lineOffsetcjihrig2015-12-161-2/+2
* src: remove __builtin_bswap16 callBen Noordhuis2015-12-151-8/+1
* src: remove unused BITS_PER_LONG macroBen Noordhuis2015-12-151-6/+0
* src: fix line numbers on core errorscjihrig2015-12-141-1/+4
* tls_wrap: inherit from the `AsyncWrap` firstFedor Indutny2015-12-142-6/+6
* node: remove unused variables in AppendExceptionLineYazhong Liu2015-12-141-2/+0
* src: fix deprecation message for ErrnoExceptionMartin von Gagern2015-12-141-1/+1
* domains: fix handling of uncaught exceptionsJulien Gilli2015-12-112-6/+43
* tls: support reading multiple cas from one inputBen Noordhuis2015-12-081-29/+12
* tls_wrap: slice buffer properly in `ClearOut`Fedor Indutny2015-12-081-1/+3
* tools: add --prof-process flag to node binaryMatt Loring2015-12-082-1/+16
* buffer: fix range checking for slowToStringMatt Loring2015-12-071-1/+1