summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* assert: remove unneeded arguments special handlingRich Trott2016-07-051-6/+0
* repl: Enable tab completion for global propertiesLance Ball2016-07-051-10/+24
* http: replace finish() callback with arrow functionGuy Fraser2016-07-051-8/+7
* repl: fix tab completion for defined commandsPrince J Wesley2016-07-051-2/+2
* readline: allow passing prompt to constructorEvan Lucas2016-07-052-6/+7
* string_decoder: fix bad utf8 character handlingBrian White2016-07-051-14/+61
* tls: avoid calling Buffer.byteLength multiple timesJames M Snell2016-07-051-9/+11
* crypto,tls: perf improvements for crypto and tls getCiphersJames M Snell2016-07-053-38/+45
* repl: break on sigint/ctrl+cAnna Henningsen2016-07-052-6/+48
* readline: return old status from _setRawModeAnna Henningsen2016-07-051-1/+5
* vm: add ability to break on sigint/ctrl+cAnna Henningsen2016-07-051-0/+47
* punycode: update to v2.0.0Mathias Bynens2016-07-051-475/+385
* stream: improve Readable.read() performanceBrian White2016-07-052-133/+244
* cluster: work with v8_inspectorcjihrig2016-07-051-1/+3
* src,lib: v8-inspector supportPavel Feldman2016-07-051-0/+4
* src: refactor require('constants')James M Snell2016-07-0510-15/+41
* buffer: improve creation performance.Ingvar Stepanyan2016-06-251-29/+58
* stream: ensure awaitDrain is increased onceDavid Halls2016-06-151-1/+8
* http: fix no dumping after `maybeReadMore`Fedor Indutny2016-06-151-0/+9
* http: optimize checkInvalidHeaderChar()Brian White2016-06-151-5/+24
* http: optimize checkIsHttpToken()Brian White2016-06-151-36/+49
* stream: reset awaitDrain after manual .resume()Anna Henningsen2016-06-151-0/+1
* cluster: don't send messages if no IPC channelSantiago Gimeno2016-06-151-0/+3
* debugger: remove obsolete setTimeoutRich Trott2016-06-151-7/+1
* http: wait for both prefinish/end to keepaliveFedor Indutny2016-06-151-3/+24
* repl: refine handling of illegal tokensRich Trott2016-06-151-3/+15
* fs: execute mkdtemp's callback with no contextSakthipriyan Vairamani2016-06-151-2/+2
* debugger: fix --debug-brk interaction with -eRich Trott2016-06-151-26/+33
* tty: use blocking mode on OS XJeremiah Senkpiel2016-06-021-0/+7
* buffer: ignore negative allocation lengthsAnna Henningsen2016-06-021-2/+2
* cluster: expose result of send()cjihrig2016-06-021-4/+4
* cluster: rewrite debug ports consistentlycjihrig2016-06-021-2/+6
* string_decoder: rewrite implementationBrian White2016-06-021-183/+193
* tls,https: respect address family when connectingBen Noordhuis2016-06-022-0/+6
* zlib: release callback and buffer after processingMatt Lavin2016-06-021-0/+10
* cluster: reset handle index on closeSantiago Gimeno2016-06-021-12/+14
* dgram: copy the list in sendMatteo Collina2016-06-021-16/+24
* debugger: propagate --debug-port= to debuggeeBen Noordhuis2016-06-021-2/+2
* tls: catch `certCbDone` exceptionsFedor Indutny2016-06-021-1/+5
* child_process: measure buffer length in bytesRich Trott2016-06-021-30/+41
* cluster: guard against undefined message handlerscjihrig2016-06-021-1/+1
* cluster: close ownerless handles on disconnect()cjihrig2016-06-021-1/+5
* child_process: emit IPC messages on next tickcjihrig2016-06-021-1/+3
* module: don't cache uninitialized builtinsAnna Henningsen2016-06-021-8/+15
* child_process: allow buffer encoding in spawnSynccjihrig2016-06-021-1/+1
* buffer: fix single digit hex string handlingJustin Sprigg2016-06-021-3/+3
* util: pretty-print SIMD typesBen Noordhuis2016-06-021-0/+54
* fs: move mkdtemp* functions near static functionsSakthipriyan Vairamani2016-06-021-39/+41
* fs: mkdtemp shouldn't crash if no callback passedSakthipriyan Vairamani2016-06-021-1/+2
* http: use `localAddress` instead of `path`Dirceu Pereira Tiegs2016-06-021-2/+2