summaryrefslogtreecommitdiff
path: root/lib/internal
AgeCommit message (Expand)Author
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
2018-11-20http2: replace unreachable error with assertionRich Trott
2018-11-20util: remove unreachable branchrahulshuklab4u
2018-11-20lib: refactor setupInspector in bootstrap/node.jsleeight
2018-11-19fs: inline typeof checkdexterleng
2018-11-20src: use STL containers instead of v8 values for static module dataJoyee Cheung
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-16tls: do not rely on 'drain' handlers in StreamWrapAnna Henningsen
2018-11-14timers: fix priority queue removeAtAnatoli Papirovski
2018-11-14Revert "util: change util.inspect depth default"Gus Caplan
2018-11-15src: compile native modules and their code cache in C++Joyee Cheung
2018-11-13fs,net: standardize `pending` stream propertyAnna Henningsen
2018-11-14src: remove pushValueToArray and SetupProcessObjectJoyee Cheung
2018-11-13util: deleted unreachable code from util.inspectkiyomizumia
2018-11-12src: sort internal binding listcjihrig
2018-11-12lib: adjust params from uvExceptionWithHostPortmsmichellegar
2018-11-11crypto: put legacy _handle accessors on prototypesMichaƫl Zasso
2018-11-10lib: combine contructor, tag, Object into a functionPaul Isache
2018-11-09url: make the context non-enumerableJoyee Cheung
2018-11-08buffer: fix writeUInt16BE range checkBrian White
2018-11-08child_process: allow 'http_parser' monkey patching againJimb Esser
2018-11-07src: cache the result of GetOptions() in JS landJoyee Cheung
2018-11-08lib: add crypto dependant modules cannotUseCacheDaniel Bevenius
2018-11-07lib: move process prototype manipulation into setupProcessObjectJoyee Cheung
2018-11-07lib: move internalBinding whitelisting into loaders.jsJoyee Cheung
2018-11-06v8_prof_polyfill: remove unused catch bindingscjihrig
2018-11-06inspector: remove unused catch bindingscjihrig
2018-11-06esm: remove unused catch bindingscjihrig
2018-11-06bootstrap: remove unused catch bindingscjihrig
2018-11-05http2: add Http2Stream.bufferSizeOuyang Yadong
2018-11-06lib: move module exports proxy into a separate methodJoyee Cheung
2018-11-03http2: improve http2 code a bitJames M Snell
2018-11-03lib: remove useless getLibuvNow in internal/timersZYSzys
2018-11-03lib: make coverage work for Node.jsBenjamin
2018-11-01module: support multi-dot file extensionGeoffrey Booth
2018-10-30stream: add auto-destroy modeMathias Buus
2018-10-30lib: fix code cache generationJoyee Cheung
2018-10-28src: improve StreamBase write throughputAnna Henningsen
2018-10-28repl: support top-level for-await-ofShelley Vohr
2018-10-28stream: do not error async iterators on destroy(null)Matteo Collina
2018-10-28stream: ended streams should resolve the async iterationMatteo Collina
2018-10-26fs: default open/openSync flags argument to 'r'Ben Noordhuis