summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* crypto: add ocsp_request ClientHelloParser::ResetDaniel Bevenius2018-02-121-0/+1
* crypto: remove unused header in clienthello.hDaniel Bevenius2018-02-121-1/+0
* src: remove nonexistent method from header fileAnna Henningsen2018-02-121-1/+0
* tls: unconsume stream on destroyAnna Henningsen2018-02-121-2/+19
* src: add openssl-system-ca-path configure optionDaniel Bevenius2018-02-121-0/+5
* promises: more robust stringificationTimothy Gu2018-02-121-0/+7
* url: adding WHATWG URL supportJames M Snell2018-02-123-0/+2415
* url: update IDNA handlingTimothy Gu2018-02-122-17/+95
* src: clean up MaybeStackBufferTimothy Gu2018-02-121-17/+51
* crypto: remove BIO_set_shutdownDaniel Bevenius2018-02-121-2/+0
* src: fix incorrect macro commentDaniel Bevenius2018-02-121-1/+1
* src: guard bundled_ca/openssl_ca with HAVE_OPENSSLDaniel Bevenius2018-02-121-0/+2
* src: add --use-bundled-ca --use-openssl-ca checkDaniel Bevenius2018-02-121-0/+14
* src: add process.ppidcjihrig2018-02-121-0/+9
* dgram: added setMulticastInterface()Will Young2018-02-122-0/+19
* crypto: add randomFill and randomFillSyncEvan Lucas2018-02-121-14/+97
* net: fix timeouts during long writesAnatoli Papirovski2018-01-024-5/+35
* tls: properly track writeQueueSize during writesAnatoli Papirovski2018-01-022-2/+23
* Working on v6.12.4Myles Borins2018-01-021-2/+2
* 2018-01-02, Version 6.12.3 'Boron' (LTS)v6.12.3v6.12.3-proposalMyles Borins2018-01-021-1/+1
* src: remove unused include node_crypto_clienthelloDaniel Bevenius2017-12-201-2/+1
* crypto: use SetNull instead of SetDaniel Bevenius2017-12-201-1/+1
* src: make base64.h self-containedDaniel Bevenius2017-12-191-0/+1
* src: remove unprofessional slang in assertionsAlexey Orlenko2017-12-191-2/+2
* src: fix size of CounterSetWitthawat Piwawatthanapanit2017-12-191-1/+1
* Working on v6.12.3Myles Borins2017-12-081-2/+2
* 2017-12-08, Version 6.12.2 'Boron' (LTS)v6.12.2v6.12.2-proposalMyles Borins2017-12-071-1/+1
* Working on v6.12.2Myles Borins2017-12-051-2/+2
* 2017-12-05, Version 6.12.1 'Boron' (LTS)v6.12.1v6.12.1-proposalMyles Borins2017-11-281-1/+1
* src: remove unused includes from node_wrap.hDaniel Bevenius2017-11-281-4/+1
* fs: use Number::New since all fields are uint64_tHuáng Jùnliàng2017-11-281-20/+7
* fs: fix stat dev unsigned cast overflowHuáng Jùnliàng2017-11-281-8/+0
* src: make StreamBase prototype accessors robustJoyee Cheung2017-11-281-4/+11
* src: CHECK() for argument overflow in Spawn()cjihrig2017-11-281-0/+3
* src: move handle properties to prototypeBen Noordhuis2017-11-282-38/+34
* src: remove superfluous HandleScopeBen Noordhuis2017-11-281-1/+0
* src: remove unused include in tty_wrap.hDaniel Bevenius2017-11-281-1/+1
* src: fix etw provider include on WindowsJoyee Cheung2017-11-281-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-11-2858-101/+2
* src: make header file self-containedJoyee Cheung2017-11-281-0/+1
* src: node_dtrace line continuations clean upDaniel Bevenius2017-11-281-59/+59
* src: rename perfctr_macros.py->noperfctr_macros.pyDaniel Bevenius2017-11-281-0/+0
* src: add help for NODE_PENDING_DEPRECATION envThomas Corbière2017-11-281-0/+2
* src: add --pending-deprecation to NODE_OPTIONSThomas Corbière2017-11-281-0/+1
* src: whitelist v8 options with '_' or '-'Sam Roberts2017-11-281-7/+26
* src: turn key length exception into CHECKBen Noordhuis2017-11-281-4/+1
* crypto: fix error of createCipher in wrap modeShigeki Ohtsu2017-11-281-1/+9
* crypto: warn if counter mode used in createCipherShigeki Ohtsu2017-11-281-0/+8
* src: notify V8 for low memory when alloc failsAnna Henningsen2017-11-145-1/+29
* src: provide allocation + nullptr check shortcutsAnna Henningsen2017-11-1412-49/+51