2504 Commits (6902f6536cee48904a1779b6e196b14b5f86d526)

Author SHA1 Message Date
Timothy J Fontaine 8886c6bf62 dns: add getServers and setServers 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
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š fd9e01c031 debugger: print port number when connecting to debuggee 12 years ago
Miroslav Bajtoš 74323a95a0 debugger: `restart` with custom debug port 12 years ago
isaacs 025f9133bb http: Don't try to destroy nonexistent sockets 12 years ago
isaacs 01e2920219 http: Don't try to destroy nonexistent sockets 12 years ago
isaacs 4bf1d1007f crypto: LazyTransform on properties, not methods 12 years ago
Ben Noordhuis 41b75ca926 cluster: clean up lib/cluster.js 12 years ago
isaacs c77312405e lint 12 years ago
Ben Noordhuis cf0fa96db8 events: add EventEmitter.defaultMaxListeners 13 years ago
Ryan Doenges 9026675061 path: add path.isAbsolute(path) 12 years ago
Ryan Doenges 6101eb184d assert: put info in err.message, not err.name 12 years ago
Ben Noordhuis 92023b4b37 dgram: fix no address bind() 12 years ago
Timothy J Fontaine 951e0b69fa http: split Client into _http_client.js 12 years ago
Timothy J Fontaine 6717fdccb4 http: move Server and ServerResponse out 12 years ago
Timothy J Fontaine dc9f97b7b9 http: move OutgoingMessage into it's own file 12 years ago
Timothy J Fontaine bb56489f21 http: move parsers into _http_common.js 12 years ago
Timothy J Fontaine 5909a9c9bd http: move IncomingMessage into its own file 12 years ago
Timothy J Fontaine 62e4f89765 http: split Agent into its own file 12 years ago
Ben Noordhuis 38149bb048 http: escape unsafe characters in request path 12 years ago
isaacs 881ef7cc5f url: ~ is not actually an unwise char 12 years ago
isaacs 17a379ec39 url: Escape all unwise characters 12 years ago
isaacs b0de1e4a41 stream: Fix unshift() race conditions 12 years ago
isaacs 22c7d134e2 lint 12 years ago
Ben Noordhuis 212eb8a52e child_process: fix O(n*m) scan of cmd string 12 years ago
Ben Noordhuis dbbfbe74ca cluster: fix O(n*m) scan of cmd string 12 years ago
Trevor Norris 33fae69779 domain: change name for domain setup 12 years ago
Fedor Indutny c665b8e9ba net: fix socket.bytesWritten Buffers support 12 years ago
Łukasz Walukiewicz 2e28832660 buffer: fix offset checks 12 years ago
isaacs c93af860a0 stream: call write cb before finish event 12 years ago
isaacs e4b716efaa http: Support write(data, 'hex') 12 years ago