summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: pass desired return type to allocatorsAnna Henningsen2017-11-1410-53/+62
* src: add Malloc() size param + overflow detectionAnna Henningsen2017-11-144-17/+25
* Working on v6.12.1Myles Borins2017-11-071-2/+2
* 2017-11-07, Version 6.12.0 'Boron' (LTS)v6.12.0v6.12.0-proposalMyles Borins2017-11-061-3/+3
* src: replace manual memory mgmt with std::stringBen Noordhuis2017-10-252-25/+13
* src: fix ^ in stack trace with vm's columnOffsetTimothy Gu2017-10-251-0/+9
* crypto: use X509V3_EXT_d2iDavid Benjamin2017-10-251-6/+1
* crypto: use SSL_SESSION_get_idDavid Benjamin2017-10-251-2/+5
* src,etw: fix event 9 on 64 bit WindowsJoão Reis2017-10-251-8/+2
* crypto: only try to set FIPS mode if differentGibson Fahnestock2017-10-251-2/+5
* crypto: fix Node_SignFinalDavid Benjamin2017-10-251-28/+19
* src: remove outdated todo from node_crypto.ccBartek Szczepański2017-10-251-1/+0
* src: --abort-on-uncaught-exception in NODE_OPTIONSSam Roberts2017-10-251-0/+1
* src: allow --tls-cipher-list in NODE_OPTIONSSam Roberts2017-10-251-1/+2
* src: whitelist new options for NODE_OPTIONSSam Roberts2017-10-251-4/+8
* src: allow CLI args in env with NODE_OPTIONSSam Roberts2017-10-251-37/+132
* src: use a std::vector for preload_modulesSam Roberts2017-10-251-22/+6
* src: use SafeGetenv() for NODE_REDIRECT_WARNINGSSam Roberts2017-10-253-8/+8
* process: add --redirect-warnings command line argumentJames M Snell2017-10-253-0/+28
* crypto: add sign/verify support for RSASSA-PSSTobias Nießen2017-10-254-11/+143
* inspector: enable --inspect-brkRefael Ackermann2017-10-251-0/+9
* Working on v6.11.6Myles Borins2017-10-241-2/+2
* 2017-10-24, Version 6.11.5 'Boron' (LTS)v6.11.5Myles Borins2017-10-241-1/+1
* Working on v6.11.5Myles Borins2017-10-031-2/+2
* 2017-10-03, Version 6.11.4 'Boron' (LTS)v6.11.4v6.11.4-proposalMyles Borins2017-10-021-1/+1
* meta: merge TSC and CTC back into a single bodyJames M Snell2017-09-201-1/+1
* src: remove unnecessary helper functionBrian White2017-09-202-24/+10