2367 Commits (3158ffb6ef153c0e76f4a6b5b98e91a8315c197c)

Author SHA1 Message Date
Ben Noordhuis 3b0a759b6b test: fix up weakref.cc after v8 api change 12 years ago
Ben Noordhuis 82b3524bce crypto: fix utf8/utf-8 encoding check 12 years ago
isaacs e0519ace31 net: Destroy when not readable and not writable 12 years ago
isaacs 5dc51d4e21 url: Properly parse certain oddly formed urls 12 years ago
isaacs df6ffc018e stream: unshift('') is a noop 12 years ago
Trevor Norris 0761c90204 process: remove maxTickDepth from _tickCallback 12 years ago
Andrew Paprocki 49e3fcd058 vm: fix race condition in watchdog cleanup 12 years ago
Brian White 774b28fde7 repl: fix JSON.parse error check 12 years ago
Fedor Indutny 4f14221f03 tls: invoke write cb only after opposite read end 12 years ago
Fedor Indutny f7ff8b4454 tls: retry writing after hello parse error 12 years ago
Nathan Zadoks a40133d10c http: remove bodyHead from 'upgrade' events 12 years ago
Timothy J Fontaine 007e63bb13 buffer: special case empty string writes 12 years ago
isaacs a2f93cf77a http: Return true on empty writes, not false 12 years ago
isaacs 52adc0d963 test: Fix test-deprecation-flags 12 years ago
Timothy J Fontaine a846d9388c net: use timers._unrefActive for internal timeouts 12 years ago
isaacs 896b2aa707 util: Add debuglog, deprecate console lookalikes 12 years ago
Trevor Norris 2cad7a69ce buffer: throw when writing beyond buffer 12 years ago
isaacs 3a2b5030ae crypto: Clear error after DiffieHellman key errors 12 years ago
Trevor Norris d5d5170c35 string_bytes: strip padding from base64 strings 12 years ago
Ben Noordhuis d820b64412 tls: add localAddress and localPort properties 12 years ago
Robert Kowalski 812356049d module: use path.sep instead of a custom solution 12 years ago
Ben Noordhuis f59ab10a64 buffer, crypto: fix default encoding regression 12 years ago
Ben Noordhuis 22533c035d timers: fix setInterval() assert 12 years ago
Robert Kowalski 04ce80760e module: use path.sep instead of custom solution 12 years ago
Ben Noordhuis 7124387b34 http: don't escape request path, reject bad chars 12 years ago
Ben Noordhuis b3d1e504f4 net: emit dns 'lookup' event before connect 12 years ago
Timothy J Fontaine 8886c6bf62 dns: add getServers and setServers 12 years ago
Benoit Vallée dbe9f8da6b test: increase workers to 8 in cluster-disconnect 12 years ago
Ben Noordhuis 21bd456763 child_process: fix handle delivery 12 years ago
Nick Sullivan 8db693a87e util: make util.log handle non strings like console.log 12 years ago
Ben Noordhuis 69572a3965 test: fix up weakref.cc deprecation warnings 12 years ago
Ben Noordhuis 7bfcaa8f91 test: fix up weakref.cc after v8 api change 12 years ago
isaacs 5e9c7a92f2 test: Darwin file watcher has paths now 12 years ago
isaacs a58454226f stream: Handle multi-corking properly 12 years ago
isaacs c38ce9bc0a stream: Guarantee ordering of 'finish' event 12 years ago
Timothy J Fontaine 72c58158f7 test: fix pummel/test-net-many-clients.js 12 years ago
Ben Kelly 8a407f58b9 os: Include netmask in os.networkInterfaces() 12 years ago
Miroslav Bajtoš 43ec1b1c2e debugger, cluster: each worker has new debug port 12 years ago
Daniel Moore 3b6fc600e2 stream: make Readable.wrap support empty streams 12 years ago
Daniel Moore 1ad93a6584 stream: make Readable.wrap support objectMode 12 years ago
Timothy J Fontaine a90dc41df2 test: reap children when cluster-bind-twice fails 12 years ago
Sam Roberts 4c02282c7e test: EventEmitter#setMaxListeners() returns this 12 years ago
Miroslav Bajtoš a32a243d5f debugger: breakpoints in scripts not loaded yet 12 years ago
Ben Noordhuis ab518e8831 https: implement https.Server#setTimeout() 12 years ago
Andrew Paprocki c081809344 vm: add support for timeout argument 12 years ago
Miroslav Bajtoš 5ddf7f4200 debugger: fix bug in breakpoint regex escaping 12 years ago
Fedor Indutny 0c72936641 test: fix timing sensitive tests 12 years ago
Miroslav Bajtoš 5db936d2ae debugger: breakpoints in scripts not loaded yet 12 years ago
Miroslav Bajtoš 8c2ad47f42 debugger: `restart` with custom debug port 12 years ago
Miroslav Bajtoš 74323a95a0 debugger: `restart` with custom debug port 12 years ago