summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-06-11zlib: move constants into zlib.constantsJames M Snell
2016-06-09stream: 'data' argument on callback of Transform._flush()Jesús Leganés Combarro "piranna
2016-06-08cluster: don't send messages if no IPC channelSantiago Gimeno
2016-06-07debugger: remove obsolete setTimeoutRich Trott
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-06-07domain: add message for dispose deprecationBrian White
2016-06-06http: wait for both prefinish/end to keepaliveFedor Indutny
2016-06-06buffer: improve creation performance.Ingvar Stepanyan
2016-06-05cluster: deprecate worker.suicideEvan Lucas
2016-06-04repl: refine handling of illegal tokensRich Trott
2016-06-04fs: execute mkdtemp's callback with no contextSakthipriyan Vairamani
2016-06-03debugger: fix --debug-brk interaction with -eRich Trott
2016-06-02lib,src: reset zero fill flag on exceptionBen Noordhuis
2016-06-01tty: use blocking mode on OS XJeremiah Senkpiel
2016-06-01lib,src: clean up ArrayBufferAllocatorBen Noordhuis
2016-06-01lib,src: drop dependency on v8::Private::ForApi()Ben Noordhuis