summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-05-31buffer: ignore negative allocation lengthsAnna Henningsen
2016-05-31cluster: expose result of send()cjihrig
2016-05-31cluster: rewrite debug ports consistentlycjihrig
2016-05-30cluster: work with v8_inspectorcjihrig
2016-05-30src,lib: v8-inspector supportPavel Feldman
2016-05-29string_decoder: rewrite implementationBrian White
2016-05-28tls,https: respect address family when connectingBen Noordhuis
2016-05-28zlib: release callback and buffer after processingMatt Lavin
2016-05-27cluster: reset handle index on closeSantiago Gimeno
2016-05-26dgram: copy the list in sendMatteo Collina
2016-05-25debugger: propagate --debug-port= to debuggeeBen Noordhuis
2016-05-25tls: catch `certCbDone` exceptionsFedor Indutny
2016-05-25child_process: measure buffer length in bytesRich Trott
2016-05-25cluster: guard against undefined message handlerscjihrig
2016-05-24process: remove deprecated process.EventEmittercjihrig
2016-05-24cluster: close ownerless handles on disconnect()cjihrig
2016-05-24child_process: emit IPC messages on next tickcjihrig