aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-07-22child_process: support stdio option in fork()cjihrig
2016-07-22fs: validate args of truncate functions in jsSakthipriyan Vairamani
2016-07-22fs: make callback mandatory to all async functionsSakthipriyan Vairamani
2016-07-21stream: improve unimplemented _write() errorratikesh9
2016-07-21repl: default useGlobal to truecjihrig
2016-07-19child_process: Check stderr before accessing itRobert Chiras
2016-07-17util: inspect boxed symbols like other primitivesAnna Henningsen
2016-07-15repl: Mitigate vm #548 function redefinition issuePrince J Wesley
2016-07-15timers: fix processing of nested timersJeremy Whitlock
2016-07-15cluster: remove bind() and selfcjihrig
2016-07-14fs: rename event to eventType in fs.watch listenerClaudio Rodriguez
2016-07-13dgram: generalized send queue to handle closeMatteo Collina
2016-07-12lib,benchmark,test: implement consistent bracesRich Trott
2016-07-08repl: add support for custom completionsDiosney Sarmiento
2016-07-08net: export isIPv4, isIPv6 directly from caresSakthipriyan Vairamani
2016-07-05util: add an option for configuring break lengthcjihrig
2016-06-30test: test execFile/fork arg validationChuck Langford
2016-06-30child_process: add fork/execFile arg validationRich Trott
2016-06-30child_process: preserve argument typeRich Trott
2016-06-30Revert "child_process: measure buffer length in bytes"Rich Trott
2016-06-30repl: Default `useGlobal` to false in CLI REPL.Lance Ball
2016-06-30os: deprecate `tmpDir()` in favour of `tmpdir()`Jeremiah Senkpiel
2016-06-30debugger: make listen address configurableBen Noordhuis
2016-06-29net: use icu's punycode implementationJames M Snell
2016-06-29timers: optimize `setImmediate()`Andras
2016-06-29timers: optimize linkedlistAndras
2016-06-29repl: fix repl after V8 upgradeAli Ijaz Sheikh
2016-06-27assert: remove unneeded arguments special handlingRich Trott
2016-06-27repl: Enable tab completion for global propertiesLance Ball
2016-06-27buffer: speed up swap16/32, add swap64Zach Bjornson
2016-06-27http: replace finish() callback with arrow functionGuy Fraser
2016-06-27repl: fix tab completion for defined commandsPrince J Wesley
2016-06-25readline: allow passing prompt to constructorEvan Lucas
2016-06-23string_decoder: fix bad utf8 character handlingBrian White
2016-06-21tls: avoid calling Buffer.byteLength multiple timesJames M Snell
2016-06-21crypto,tls: perf improvements for crypto and tls getCiphersJames M Snell
2016-06-21buffer,string_decoder: consolidate encoding validation logicJames M Snell
2016-06-18repl: break on sigint/ctrl+cAnna Henningsen
2016-06-18readline: return old status from _setRawModeAnna Henningsen
2016-06-18vm: add ability to break on sigint/ctrl+cAnna Henningsen
2016-06-17punycode: update to v2.0.0Mathias Bynens
2016-06-16url: return valid file: urls fom url.format()Rich Trott
2016-06-16stream: ensure awaitDrain is increased onceDavid Halls
2016-06-15http: fix no dumping after `maybeReadMore`Fedor Indutny
2016-06-14stream: improve Readable.read() performanceBrian White
2016-06-14http: optimize checkInvalidHeaderChar()Brian White
2016-06-14http: optimize checkIsHttpToken()Brian White
2016-06-13stream: reset awaitDrain after manual .resume()Anna Henningsen
2016-06-13buffer: fix creating from zero-length ArrayBufferIngvar Stepanyan
2016-06-12buffer: remove obsolete and confusing commentNikolai Vavilov