2864 Commits (9bd934cb961655cbedcdc26f2aa2b0c764227320)

Author SHA1 Message Date
isaacs 5dd91b0147 url: Set href to null by default 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
Ryunosuke SATO 7ce5a31061 events: define properties on prototype 12 years ago
Brian White 774b28fde7 repl: fix JSON.parse error check 12 years ago
Brian White 6af8788f3e buffer: return `this` in fill() for chainability 12 years ago
Fedor Indutny 9ee86b718c tls: proper .destroySoon 12 years ago
Fedor Indutny 4f14221f03 tls: invoke write cb only after opposite read end 12 years ago
Fedor Indutny fa170dd2b2 tls: ignore .shutdown() syscall error 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
isaacs a2f93cf77a http: Return true on empty writes, not false 12 years ago
Timothy J Fontaine f8193ab3c4 timers: use uv_now instead of Date.now 12 years ago
Ben Noordhuis fda2b319dc http: save roundtrips, convert buffers to strings 12 years ago
Timothy J Fontaine a846d9388c net: use timers._unrefActive for internal timeouts 12 years ago
Timothy J Fontaine f46ad012bc timers: internal unref'd timer for api 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
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
Trevor Norris 88333f7ace http: don't slice unless necessary 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
isaacs a241deb19a crypto: Pass encodings for Hmac digest 12 years ago
isaacs 430dc39e87 crypto: use StringBytes::Encode 12 years ago
isaacs a1eacdf12a crypto: Pass strings to binding layer directly 12 years ago
isaacs d5158574c6 stream: Make default encoding configurable 12 years ago
isaacs bdb78b9945 stream: don't create unnecessary buffers in Readable 12 years ago
isaacs 0b8af89363 lint 12 years ago
Ben Noordhuis e72cd415ad cluster: use round-robin load balancing 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
isaacs ec576235f1 http: Use writev instead of the hacky hot end 12 years ago
isaacs a58454226f stream: Handle multi-corking properly 12 years ago
isaacs c38ce9bc0a stream: Guarantee ordering of 'finish' event 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
Sam Roberts f8d81222e8 event: make setMaxListeners() return 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
Ben Noordhuis d3ddee61c2 http: forward-port missing bits from 01e2920 12 years ago
Fedor Indutny df8a4f8f07 http: write buffers when chunked to embrace writev 12 years ago
Fedor Indutny 60ed2c5434 net: implement ._writev for .cork/uncork() support 12 years ago
Fedor Indutny 21ed8df696 streams: introduce .cork/.uncork/._writev 12 years ago