summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-11-13fs,net: standardize `pending` stream propertyAnna Henningsen
2018-11-13tls: get the local certificate after tls handshakeSam Roberts
2018-11-13net: add comments explaining error checkSteven Gabarro
2018-11-13net: remove unreachable check in internalConnectPhilipp Dunkel
2018-11-13Revert "child_process: change windowsHide default to true"Rich Trott
2018-11-14src: remove pushValueToArray and SetupProcessObjectJoyee Cheung
2018-11-14os: do not call into JS to push values to an array in GetCPUInfoJoyee Cheung
2018-11-13util: deleted unreachable code from util.inspectkiyomizumia
2018-11-13console: console.timeLog() using the default labelMarie Terrier
2018-11-12src: sort internal binding listcjihrig
2018-11-13http: remove obsolete function escapeHeaderValueLauri Piisang
2018-11-12lib: adjust params from uvExceptionWithHostPortmsmichellegar
2018-11-11crypto: put legacy _handle accessors on prototypesMichaƫl Zasso
2018-11-10stream: make `.destroy()` interact better with write queueAnna Henningsen
2018-11-10net: partially revert "simplify Socket.prototype._final"Anna Henningsen
2018-11-10net: simplify Socket.prototype._finalAnna Henningsen
2018-11-10lib: combine contructor, tag, Object into a functionPaul Isache
2018-11-09tls: remove unused arg to createSecureContext()Sam Roberts
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-07src: prefer param function check over args lengthShelley Vohr
2018-11-06tools: lint for unused catch bindingscjihrig
2018-11-06repl: remove unused catch bindingscjihrig
2018-11-06querystring: remove unused catch bindingscjihrig
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-06events: remove unused catch bindingscjihrig
2018-11-06assert: remove unused catch bindingscjihrig
2018-11-06fs: remove unused catch bindingscjihrig
2018-11-06crypto: set `DEFAULT_ENCODING` property to non-enumerableAntoine du Hamel
2018-11-05http2: add Http2Stream.bufferSizeOuyang Yadong
2018-11-05lib:fix grammar error and make it clearer for commentsMaleDong
2018-11-05net: `net.Server.listen()` avoid operations on `null` when failOuyang Yadong
2018-11-05console: bind methods from the prototype chain in ConsoleJoyee Cheung
2018-11-06lib: move module exports proxy into a separate methodJoyee Cheung
2018-11-03repl: use promise#finallyWeijia Wang
2018-11-03http2: improve http2 code a bitJames M Snell
2018-11-03lib: remove useless getLibuvNow in internal/timersZYSzys
2018-11-03fs: handle result of access binding directly in fs.existsSyncJoyee Cheung
2018-11-03lib: make coverage work for Node.jsBenjamin
2018-11-02lib: repl multiline history supportAnto Aravinth
2018-11-02vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen
2018-11-01child_process: handle undefined/null for fork() argsShobhit Chittora