summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* events: remove unreachable codecjihrig2017-07-111-14/+5
* events: do not keep arrays with a single listenerLuigi Pinca2017-07-111-7/+13
* test,lib,doc: use function declarationsRich Trott2017-07-113-5/+5
* child_process: fix deoptimizing use of argumentsVse Mozhet Byt2017-07-111-18/+9
* http: fix first body chunk fast case for UTF-16Anna Henningsen2017-07-111-2/+1
* stream: remove unnecessary parameterLeo2017-07-111-1/+1
* repl: fix /dev/null history file regressionBrian White2017-07-111-16/+9
* repl: support hidden history file on WindowsBartosz Sosnowski2017-07-111-1/+10
* zlib: fix node crashing on invalid optionsAlexey Orlenko2017-07-111-2/+12
* tools: enable no-useless-return eslint rulecjihrig2017-05-171-1/+0
* lib: fix typo in comments in module.jsWORMSS2017-05-171-2/+2
* url: improve descriptiveness of identifierRich Trott2017-05-171-4/+4
* net: refactor onSlaveClose in Server.closeClaudio Rodriguez2017-05-171-8/+6
* Revert "repl: disable Ctrl+C support on win32 for now"Anna Henningsen2017-05-171-9/+2
* readline: rename `deDupeHistory` optionDanny Nemer2017-05-171-4/+4
* readline: add option to stop duplicates in historyDanny Nemer2017-05-171-0/+9
* process: add NODE_NO_WARNINGS environment variablecjihrig2017-05-171-1/+1
* tls: new tls.TLSSocket() supports sec ctx optionsSam Roberts2017-05-171-1/+1
* tls: allow obvious key/passphrase combinationsSam Roberts2017-05-171-9/+3
* cluster: return worker reference from disconnect()Sean Villars2017-05-171-0/+2
* dns: implement {ttl: true} for dns.resolve4()Ben Noordhuis2017-05-171-2/+12
* crypto: return `this` in setAuthTag/setAADKirill Fomichev2017-05-171-0/+2
* crypto: make LazyTransform compabile with Streams1Matteo Collina2017-05-171-0/+2
* doc: limit lines to 80 cols in internal READMEEvan Lucas2017-05-171-2/+4
* crypto: handle exceptions in hmac/hash.digestTobias Nießen2017-05-151-1/+2
* process: maintain constructor descriptorBryan English2017-05-151-3/+2
* child_process: optimize IPC for large dataYuya Tanaka2017-05-091-12/+17
* tools: ignore URLs in line length lintingRich Trott2017-04-181-2/+0
* lib: add comment to script eval _tickCallbackGibson Fahnestock2017-04-181-0/+1
* lib: fix event race condition with -eBen Noordhuis2017-04-181-7/+3
* timers: fix not to close reused timer handleShigeki Ohtsu2017-04-181-1/+7
* buffer: remove unneeded eslint-disable commentRich Trott2017-04-181-1/+0
* lib: remove unused msg parameter in debug_agentmr-spd2017-04-181-1/+1
* events,test: fix TypeError in EventEmitter warningjseagull2017-04-181-2/+3
* Partial revert "tls: keep track of stream that is closed"Trevor Norris2017-04-181-6/+0
* tls: keep track of stream that is closedjBarz2017-04-181-0/+6
* module: fix loading from global folders on WindowsRichard Lau2017-04-181-1/+10
* url: use `hasIntl` instead of `try-catch`Daijiro Wachi2017-04-181-9/+2
* buffer: refactor Buffer.prototype.inspect()Rich Trott2017-04-181-6/+4
* net: remove misleading commentBen Noordhuis2017-04-181-4/+0
* assert, tools: enforce strict (not)equal in eslintGibson Fahnestock2017-04-181-2/+1
* stream: avoid additional validation for BuffersBrian White2017-04-181-20/+17
* Revert "Revert "repl: disable Ctrl+C support..."Myles Borins2017-03-291-2/+9
* tools: update ESLint to current versionRich Trott2017-03-084-9/+13
* benchmark,lib,test: adjust for lintingRich Trott2017-03-083-20/+23
* fs: improve performance for sync stat() functionsBrian White2017-03-081-6/+20
* os: improve loadavg() performanceBrian White2017-03-081-1/+7
* process: improve memoryUsage() performanceBrian White2017-03-082-0/+16
* dgram: fix possibly deoptimizing use of argumentsVse Mozhet Byt2017-03-081-3/+3
* dgram: remove this aliasescjihrig2017-03-081-37/+36