4094 Commits (c539325d8971fff6314766434661dd2161e30b59)

Author SHA1 Message Date
James M Snell 2c7804ad9e crypto,tls: perf improvements for crypto and tls getCiphers 9 years ago
Anna Henningsen da8e510ee0 repl: break on sigint/ctrl+c 9 years ago
Anna Henningsen 72d659a000 readline: return old status from _setRawMode 9 years ago
Anna Henningsen d049919e7d vm: add ability to break on sigint/ctrl+c 9 years ago
Mathias Bynens fb39025e31 punycode: update to v2.0.0 9 years ago
Brian White e1d6bd9e30 stream: improve Readable.read() performance 9 years ago
cjihrig c1bd3fe14c cluster: work with v8_inspector 9 years ago
Pavel Feldman 7d4f038a78 src,lib: v8-inspector support 9 years ago
James M Snell 929b6c29d8 src: refactor require('constants') 9 years ago
Ingvar Stepanyan ac8e1bf609 buffer: improve creation performance. 9 years ago
David Halls b0225e5926 stream: ensure awaitDrain is increased once 9 years ago
Fedor Indutny ad1045c829 http: fix no dumping after `maybeReadMore` 9 years ago
Brian White 2a462ba1e2 http: optimize checkInvalidHeaderChar() 9 years ago
Brian White 4a63be031f http: optimize checkIsHttpToken() 9 years ago
Anna Henningsen 9c6b69ec1b stream: reset awaitDrain after manual .resume() 9 years ago
Santiago Gimeno 6d3d2d1ae4 cluster: don't send messages if no IPC channel 9 years ago
Rich Trott 068718c91c debugger: remove obsolete setTimeout 9 years ago
Fedor Indutny 40e49dee82 http: wait for both prefinish/end to keepalive 9 years ago
Rich Trott e8c91e7557 repl: refine handling of illegal tokens 9 years ago
Sakthipriyan Vairamani 1600966f59 fs: execute mkdtemp's callback with no context 9 years ago
Rich Trott 2961f06f6f debugger: fix --debug-brk interaction with -e 9 years ago
Jeremiah Senkpiel 4d3a7594a5 tty: use blocking mode on OS X 9 years ago
Anna Henningsen 371be9cd80 buffer: ignore negative allocation lengths 9 years ago
cjihrig 6a62bb0070 cluster: expose result of send() 9 years ago
cjihrig 2132d349b5 cluster: rewrite debug ports consistently 9 years ago
Brian White 79ad172589 string_decoder: rewrite implementation 9 years ago
Ben Noordhuis 257e54b9c0 tls,https: respect address family when connecting 9 years ago
Matt Lavin 1e26b82ce4 zlib: release callback and buffer after processing 9 years ago
Santiago Gimeno 0bd8f4c4d8 cluster: reset handle index on close 9 years ago
Matteo Collina 8e6f8b2fb5 dgram: copy the list in send 9 years ago
Ben Noordhuis 2184e772d2 debugger: propagate --debug-port= to debuggee 9 years ago
Fedor Indutny 21e31352d7 tls: catch `certCbDone` exceptions 9 years ago
Rich Trott 0503681348 child_process: measure buffer length in bytes 9 years ago
cjihrig 93e150f1d6 cluster: guard against undefined message handlers 9 years ago
cjihrig 28b73428e1 cluster: close ownerless handles on disconnect() 9 years ago
cjihrig 27d0eb054c child_process: emit IPC messages on next tick 9 years ago
Anna Henningsen 178f3080f8 module: don't cache uninitialized builtins 9 years ago
cjihrig b28468e0a7 child_process: allow buffer encoding in spawnSync 9 years ago
Justin Sprigg 98270c6d15 buffer: fix single digit hex string handling 9 years ago
Ben Noordhuis d270706881 util: pretty-print SIMD types 9 years ago
Sakthipriyan Vairamani c4329aa226 fs: move mkdtemp* functions near static functions 9 years ago
Sakthipriyan Vairamani c068880757 fs: mkdtemp shouldn't crash if no callback passed 9 years ago
Dirceu Pereira Tiegs 2ab36093e6 http: use `localAddress` instead of `path` 9 years ago
Brian White 1908b7f00a path: fix basename() regressions 9 years ago
Anna Henningsen 64415564de zlib: remove `_closed` in source 9 years ago
James M Snell 10671406ac process: internal/process/stdio.js cleanup / modernization 9 years ago
Ben Noordhuis e0240ab592 child_process: use /system/bin/sh on android 9 years ago
James M Snell 95b7560d8e src,module: add --preserve-symlinks command line flag 9 years ago
Eugene Obrezkov 226b9668db repl: copying tabs shouldn't trigger completion 9 years ago
Blake Embrey ce2d5be4a1 repl: exports `Recoverable` 9 years ago