summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-28url: avoid hostname spoofing w/ javascript protocolMatteo Collina
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: change anonymous function to arrow functiontakato
2018-11-26lib: simplify own keys retrievalVse Mozhet Byt
2018-11-25lib: fix nits in lib/internal/bootstrap/cache.jsVse Mozhet Byt
2018-11-24net: emit "write after end" errors in the next tickOuyang Yadong
2018-11-24crypto: allow monkey patching of pseudoRandomBytesGerhard Stoebich
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-22http: change DEP0066 to a runtime deprecationMorgan Roderick
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-21stream: correctly pause and resume after once('readable')Matteo Collina
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
2018-11-20readline: add support for async iterationTimothy Gu
2018-11-20http2: replace unreachable error with assertionRich Trott
2018-11-20console: improve code readabilitygengjiawen
2018-11-20http2: order declarations in http2.jsZYSzys
2018-11-20util: remove unreachable branchrahulshuklab4u
2018-11-20lib: refactor setupInspector in bootstrap/node.jsleeight
2018-11-19fs: inline typeof checkdexterleng
2018-11-19repl: handle buffered string logic on finishAnto Aravinth
2018-11-20src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-11-19events: extract listener check as a functionZYSzys
2018-11-18lib: set stderr._destroy to dummyDestroyJoyee Cheung
2018-11-18stream: do not use crypto.DEFAULT_ENCODING in lazy_transform.jsJoyee Cheung
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-11-16Revert "net: partially revert "simplify Socket.prototype._final""Anna Henningsen
2018-11-16tls: destroy TLS socket if StreamWrap is destroyedAnna Henningsen
2018-11-16tls: do not rely on 'drain' handlers in StreamWrapAnna Henningsen
2018-11-15lib: gather all errors constant in the same place for consistencyZYSzys
2018-11-15stream: change comment on duplex stream optionsJesse W. Collins
2018-11-15tls: emit a warning when servername is an IP addressRodger Combs
2018-11-15net: always invoke after-write callbackAnna Henningsen
2018-11-14lib: improved conditional check in zlibDan Corman
2018-11-14timers: fix priority queue removeAtAnatoli Papirovski
2018-11-14Revert "util: change util.inspect depth default"Gus Caplan
2018-11-14http: else case is not reachableszabolcsit
2018-11-15src: compile native modules and their code cache in C++Joyee Cheung