summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* src: detect nul bytes in InternalModuleReadFile()Ben Noordhuis2017-09-201-0/+3
* src: use local isolate instead of args.GetIsolateDaniel Bevenius2017-09-191-1/+1
* http: reset stream to unconsumed in `unconsume()`Anna Henningsen2017-09-192-0/+6
* http: assert parser.consume argument's typeGireesh Punathil2017-09-191-0/+1
* Working on v6.11.4Myles Borins2017-09-051-2/+2
* 2017-09-05, Version 6.11.3 'Boron' (LTS)v6.11.3v6.11.3-proposalMyles Borins2017-09-051-1/+1
* src: use existing strings over creating new onesAnna Henningsen2017-09-051-7/+3
* buffer: remove a wrongly added attribute specifierJiajie Hu2017-09-051-1/+1
* src: remove GTEST_DONT_DEFINE_ASSERT_EQ in util.hDaniel Bevenius2017-09-051-8/+0
* src: move crypto_bio/clienthello to crypto nsDaniel Bevenius2017-08-157-13/+25
* src: add missing new line to printed messageTimothy Gu2017-08-151-1/+1
* src: merge `fn_name` in NODE_SET_PROTOTYPE_METHODXadillaX2017-08-151-1/+1
* src: only call FatalException if not verboseDaniel Bevenius2017-08-151-3/+3
* src: use option parser for expose_internalsSam Roberts2017-08-153-1/+16
* src: supply missing comments for CLI optionsSam Roberts2017-08-151-0/+3
* dns: fix `resolve` failed starts without networkXadillaX2017-08-153-74/+110
* zlib: fix crash when initializing failedAnna Henningsen2017-08-111-0/+1
* crypto: remove root_cert_store from node_crypto.hDaniel Bevenius2017-08-112-5/+3
* src: make root_cert_vector function scopedDaniel Bevenius2017-08-111-1/+1
* Working on v6.11.2Myles Borins2017-08-011-2/+2
* 2017-08-01, Version 6.11.2 'Boron' (LTS)v6.11.2v6.11.2-proposalMyles Borins2017-07-311-1/+1
* vm: fix race condition with timeout paramMarcel Laverdet2017-07-303-73/+30
* vm: fix displayErrors in runIn.. functionsMarcel Laverdet2017-07-301-11/+7