summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
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