aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-09-20lib: make DOMException attributes configurable and enumerableJoyee Cheung
2018-09-20lib: set Symbol.toStringTag of DOMExceptionJoyee Cheung
2018-09-20crypto: allow promisifying generateKeyPairTobias Nießen
2018-09-20crypto: add API for key pair generationTobias Nießen
2018-09-20lib: refactor variable declarationsZYSzys
2018-09-19crypto: deprecate digest == null in PBKDF2Tobias Nießen
2018-09-19http2: check if stream is not destroyed before sending trailersMatteo Collina
2018-09-19tty: handle setRawMode errorsNikolai Vavilov
2018-09-19assert: improve diff outputRuben Bridgewater
2018-09-19util: add order option to `.inspect()`Ruben Bridgewater
2018-09-19src: deprecate global COUNTER_* and remove perfctrJames M Snell
2018-09-18src: flip Atomics.notify aliasGus Caplan
2018-09-18lib,doc: remove unused parameter, improve docsMaleDong
2018-09-18lib: move process.binding('js_stream') to internalBindingAnto Aravinth
2018-09-18crypto: remove unused scrypt validation parameterTobias Nießen
2018-09-17errors: add useOriginalName to internal/errorsJoyee Cheung
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-17string_decoder: support typed array or data viewBenjamin Chen
2018-09-17module: fix inconsistency between load and _findPathDenys Otrishko
2018-09-17tls: de-duplicate for TLSSocket methodsJon Moss
2018-09-17util: make TextEncoder/TextDecoder globalJames M Snell
2018-09-17http2: add http2stream.endAfterHeaders propertyJames M Snell
2018-09-17assert: add default operator to `assert.fail()`Ruben Bridgewater
2018-09-16tools: prevent string literals in some assertionsRich Trott
2018-09-16path: remove unnecessary if statementWilliam Chargin
2018-09-16src: fix `--prof-process` CLI argument handlingAnna Henningsen
2018-09-15child_process: move process.binding('spawn_sync') to internalBindingAnto Aravinth
2018-09-15util: use a shared symbol for util.inspect.customchocolateboy
2018-09-15fs: fix promisified fs.readdir withFileTypesAnatoli Papirovski
2018-09-14module: add createRequireFunction methodGus Caplan
2018-09-14lib: simplify 'processChunkSync'MaleDong
2018-09-13fs: ensure readdir() callback is only called oncecjihrig
2018-09-13util: fix indentationLvl when exceeding max call stack sizeRuben Bridgewater
2018-09-13lib: remove unnecessary symbolsMaleDong
2018-09-13util: limit inspection output size to 128 MBRuben Bridgewater
2018-09-13crypto: assign missing deprecation codeTobias Nießen
2018-09-13crypto: rename symbols to match guidelinesTobias Nießen
2018-09-12crypto: hide native handles from JS modulesTobias Nießen
2018-09-12module: accept Windows relative pathJoão Reis
2018-09-11assert: align argument namesRuben Bridgewater
2018-09-11net: port isIPv6 to JSWeijia Wang
2018-09-09lib: generate allowedNodeEnvironmentFlags lazilyAnna Henningsen
2018-09-09process: generate list of allowed env flags programmaticallyAnna Henningsen
2018-09-07util: improve inspect performanceRuben Bridgewater
2018-09-07util: remove outdated TODORuben Bridgewater
2018-09-07errors: decapitalize PBKDF2 errorTobias Nießen
2018-09-07url: move process.binding('url') to internalBindingWeijia Wang
2018-09-05repl: remove duplicate util bindingcjihrig
2018-09-05util: make util binding internalcjihrig
2018-09-05child_process: fix switches for alternative shells on WindowsTessei Kameyama