summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-05lib: remove some useless assignmentsGus Caplan
2018-12-05url: support LF, CR and TAB in pathToFileURLCharles Samborski
2018-12-05buffer: remove checkNumberType()cjihrig
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-12-04process: provide dummy stdio for non-console Windows appsAnna Henningsen
2018-12-04lib: remove duplicated noop functionZYSzys
2018-12-04src: use NativeModuleLoader to compile all the bootstrappersJoyee Cheung
2018-12-03assert,util: fix sparse array comparisonRuben Bridgewater
2018-12-03assert: fix loose deepEqual map comparisonRuben Bridgewater
2018-12-03util: improve internal `isError()` validationRuben Bridgewater
2018-12-02http2: make compat writeHead not crash if the stream is destroyedMatteo Collina
2018-12-02console: move the inspector console wrapping in a separate fileJoyee Cheung
2018-12-02console: split console into global.js and constructor.jsJoyee Cheung
2018-12-02lib: move lib/console.js to lib/internal/console/constructor.jsJoyee Cheung
2018-12-01url: simplify native URL object constructionTimothy Gu
2018-12-01url: reuse existing context in href setterTimothy Gu
2018-12-01Revert "url: make the context non-enumerable"Timothy Gu
2018-12-01lib: do not register DOMException in a moduleJoyee Cheung
2018-11-30esm: refactor dynamic modulesMyles Borins
2018-12-01lib: move setupAllowedFlags() into per_thread.jsJoyee Cheung
2018-11-29process: refactor the bootstrap mode branching for readabilityJoyee Cheung
2018-11-29http2: add compat support for nested array headersSebastiaan Deckers
2018-11-29stream: make async iterator .next() always resolveMatteo Collina
2018-11-28lib: change callbacks to arrow function/Jesse
2018-11-28lib: chenged anonymous function to arrow functionnakashima
2018-11-28src: use NativeModuleLoader to compile per_context.jsJoyee Cheung
2018-11-28lib: rearm pre-existing signal event registrationsGireesh Punathil
2018-11-28lib: convert to arrow functionhorihiro
2018-11-28lib: convert to Arrow FunctionDaiki Arai
2018-11-27process: emit unhandled warning immediatelyAnatoli Papirovski
2018-11-27stream: use arrow function for callbackDoiChris
2018-11-28http,https: protect against slow headers attackMatteo Collina
2018-11-27lib: fix comment nits in bootstrap\loaders.jsVse Mozhet Byt
2018-11-27lib: suppress crypto related env vars in help msgDaniel Bevenius
2018-11-26lib: convert to arrow functionNaojirou Hisada
2018-11-26crypto: convert to arrow functionyosuke ota
2018-11-26lib: simplify own keys retrievalVse Mozhet Byt
2018-11-25lib: fix nits in lib/internal/bootstrap/cache.jsVse Mozhet Byt
2018-11-24http2: fix session[kSession] undefined issueleeight
2018-11-22tls: add min/max protocol version optionsSam Roberts
2018-11-22net,dgram: add ipv6Only option for net and dgramOuyang Yadong
2018-11-21http2: cleanup endStream logicJames M Snell
2018-11-21http2: set js callbacks onceJames M Snell
2018-11-21http2: throw from mapToHeadersJames M Snell
2018-11-21net,http2: merge after-write codeAnna Henningsen
2018-11-20lib: move encodeStr function to internal for reusableZYSzys
2018-11-20cli: add missing env vars to --helpcjihrig