summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* net: change assert to conform to other filesJames Hodgskiss2017-11-281-2/+2
* child_process: set shell to false in fork()Alex Gresnel2017-11-281-0/+1
* https: Use secureProtocol in Agent#getNameAndreas Lind2017-11-141-0/+4
* test,net: remove scatological terminologyRich Trott2017-11-141-1/+1
* tty: require readline at top of fileBryan English2017-10-251-4/+5
* url: change variable name to be more descriptiveYang-Kichang2017-10-251-3/+3
* path: fix normalize paths ending with two dotsMichaël Zasso2017-10-251-16/+20
* timers: clarify lib/timer.js commentDaniel Bevenius2017-10-251-1/+1
* path: fix normalize on directories with two dotsMichaël Zasso2017-10-251-2/+12
* fs: Fix default params for fs.write(Sync)Andreas Lind2017-10-251-6/+14
* process: add --redirect-warnings command line argumentJames M Snell2017-10-251-2/+73
* repl: force editorMode in .loadLance Ball2017-10-251-7/+8
* assert: improve assert.fail() APIRich Trott2017-10-251-0/+4
* crypto: add sign/verify support for RSASSA-PSSTobias Nießen2017-10-251-3/+46
* zlib: gracefully set windowBits from 8 to 9Myles Borins2017-10-241-0/+1
* assert: refactor the codeRuben Bridgewater2017-09-251-54/+30
* http: eliminate capture of ClientRequest in AgentEvan Torrie2017-09-251-27/+31
* lib: clean up usage of threwJackson Tian2017-09-251-12/+6
* crypto: naming anonymous functions.solebox2017-09-201-24/+26
* stream: fix Writable instanceof for subclassesAnna Henningsen2017-09-201-0/+2
* net: support passing undefined to listen()Sam Roberts2017-09-201-1/+1
* tls: fix empty issuer/subject/infoAccess parsingBen Noordhuis2017-09-191-4/+4
* tools: eslint - use `error` and `off`Refael Ackermann2017-09-191-3/+3
* repl: do not consider `...` as a REPL commandShivanth MP2017-09-191-4/+5
* readline: remove max limit of crlfDelayAzard2017-09-191-3/+2
* doc, lib, test: do not re-require needlesslyVse Mozhet Byt2017-09-192-10/+8
* net: fix abort on bad address inputRuben Bridgewater2017-09-191-3/+7
* linkedlist: correct grammar in commentsalexbostock2017-09-051-5/+5
* tools: remove legacy indentation lintingRich Trott2017-09-0510-19/+19
* lib: update indentation of ternariesRich Trott2017-09-053-8/+7
* lib: normalize indentation in parenthesesRich Trott2017-09-052-7/+7
* lib: remove excess indentationRich Trott2017-09-059-30/+30
* lib: use consistent indentation for ternariesRich Trott2017-09-053-7/+8
* v8: fix RegExp nits in v8_prof_polyfill.jsVse Mozhet Byt2017-09-051-2/+3
* tools: use no-use-before-define ESLint ruleVse Mozhet Byt2017-09-052-3/+4
* child_process: fix handleless NODE_HANDLE handlingSantiago Gimeno2017-08-151-16/+45
* lib: fix typosRuben Bridgewater2017-08-159-17/+17
* timers: do not use user object call/applyRich Trott2017-08-151-6/+6
* path: remove unnecessary string copiesTobias Nießen2017-08-151-4/+6
* path: fix win32 volume-relative pathsTimothy Gu2017-08-151-20/+25
* src: use option parser for expose_internalsSam Roberts2017-08-151-4/+2
* https: support rejectUnauthorized for unix socketscjihrig2017-07-301-1/+2
* http: describe parse err in debug outputSam Roberts2017-07-302-2/+2
* vm: fix displayErrors in runIn.. functionsMarcel Laverdet2017-07-301-1/+1
* cluster, dns, repl, tls, util: fix RegExp nitsVse Mozhet Byt2017-07-215-13/+17
* lib: correct typo in createSecureContextDaniel Bevenius2017-07-171-1/+1
* profiler: declare missing `printErr`Fedor Indutny2017-07-171-0/+5
* lib: "iff" changed to "if and only if"Jacob Jones2017-07-171-1/+1
* https: support agent construction without newcjihrig2017-07-171-0/+3
* lib: remove useless default caughtJackson Tian2017-07-111-1/+1