summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http2: add ping eventJames M Snell2018-09-231-0/+10
* lib: implement queueMicrotaskGus Caplan2018-09-232-0/+60
* fs: improve fs.watch ENOSPC error messageAnna Henningsen2018-09-222-2/+5
* http2: do not falsely emit 'aborted' on pushAnatoli Papirovski2018-09-221-0/+1
* tty: make `readStream.setRawMode()` return `this`Alexander Mills2018-09-221-1/+2
* http2: add origin frame supportJames M Snell2018-09-212-17/+90
* worker,coverage: support V8 coverage generationAnna Henningsen2018-09-211-4/+4
* tools: add bash completion for nodeDaniel Bevenius2018-09-212-1/+32
* lib: make DOMException attributes configurable and enumerableJoyee Cheung2018-09-201-1/+4
* lib: set Symbol.toStringTag of DOMExceptionJoyee Cheung2018-09-201-0/+4
* crypto: allow promisifying generateKeyPairTobias Nießen2018-09-201-0/+6
* crypto: add API for key pair generationTobias Nießen2018-09-203-0/+246
* lib: refactor variable declarationsZYSzys2018-09-201-4/+4
* crypto: deprecate digest == null in PBKDF2Tobias Nießen2018-09-191-1/+7
* http2: check if stream is not destroyed before sending trailersMatteo Collina2018-09-191-0/+8
* tty: handle setRawMode errorsNikolai Vavilov2018-09-191-1/+5
* assert: improve diff outputRuben Bridgewater2018-09-191-1/+2
* util: add order option to `.inspect()`Ruben Bridgewater2018-09-191-3/+15
* src: deprecate global COUNTER_* and remove perfctrJames M Snell2018-09-194-7/+26
* src: flip Atomics.notify aliasGus Caplan2018-09-181-14/+6
* lib,doc: remove unused parameter, improve docsMaleDong2018-09-181-3/+3
* lib: move process.binding('js_stream') to internalBindingAnto Aravinth2018-09-182-2/+3
* crypto: remove unused scrypt validation parameterTobias Nießen2018-09-181-1/+1
* errors: add useOriginalName to internal/errorsJoyee Cheung2018-09-171-1/+11
* inspector: enable Inspector JS API in workersEugene Ostroukhov2018-09-173-5/+5
* string_decoder: support typed array or data viewBenjamin Chen2018-09-171-1/+1
* module: fix inconsistency between load and _findPathDenys Otrishko2018-09-171-2/+12
* tls: de-duplicate for TLSSocket methodsJon Moss2018-09-171-45/+15
* util: make TextEncoder/TextDecoder globalJames M Snell2018-09-171-0/+19
* http2: add http2stream.endAfterHeaders propertyJames M Snell2018-09-171-1/+8
* assert: add default operator to `assert.fail()`Ruben Bridgewater2018-09-171-5/+16
* tools: prevent string literals in some assertionsRich Trott2018-09-161-0/+4
* path: remove unnecessary if statementWilliam Chargin2018-09-161-11/+9
* src: fix `--prof-process` CLI argument handlingAnna Henningsen2018-09-161-1/+3
* child_process: move process.binding('spawn_sync') to internalBindingAnto Aravinth2018-09-152-3/+3
* util: use a shared symbol for util.inspect.customchocolateboy2018-09-151-1/+1
* fs: fix promisified fs.readdir withFileTypesAnatoli Papirovski2018-09-151-1/+2
* module: add createRequireFunction methodGus Caplan2018-09-141-2/+8
* lib: simplify 'processChunkSync'MaleDong2018-09-141-3/+1
* fs: ensure readdir() callback is only called oncecjihrig2018-09-133-9/+13
* util: fix indentationLvl when exceeding max call stack sizeRuben Bridgewater2018-09-131-2/+4
* lib: remove unnecessary symbolsMaleDong2018-09-131-1/+1
* util: limit inspection output size to 128 MBRuben Bridgewater2018-09-131-23/+46
* crypto: assign missing deprecation codeTobias Nießen2018-09-131-2/+2
* crypto: rename symbols to match guidelinesTobias Nießen2018-09-131-2/+2
* crypto: hide native handles from JS modulesTobias Nießen2018-09-125-41/+67
* module: accept Windows relative pathJoão Reis2018-09-121-6/+9
* assert: align argument namesRuben Bridgewater2018-09-111-20/+21
* net: port isIPv6 to JSWeijia Wang2018-09-111-5/+22
* lib: generate allowedNodeEnvironmentFlags lazilyAnna Henningsen2018-09-091-96/+111