2492 Commits (fb9d66bceb6d3d6b0d90cbfaeab650e82e9e6db5)

Author SHA1 Message Date
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
Andreas Madsen fed8cff1d0 crypto: fix constructor call in crypto streams 12 years ago
Fedor Indutny ff32ecd5bf net: account encoding in .byteLength 12 years ago
Fedor Indutny eb39c9854a net: fix buffer iteration in bytesWritten 12 years ago
Tobias Müllerleile 4108c31293 tls: Re-enable check of CN-ID in cert verification 12 years ago
Rafael Garcia bd0d45818e stream: unused variable 12 years ago
Rafael Garcia ea4f0b4a6b stream: remove vestiges of previous _transform API 12 years ago
isaacs 88686aa410 http: Remove legacy ECONNRESET workaround code 12 years ago
Fedor Indutny 5902bc45c5 child_process: acknowledge sent handles 12 years ago
isaacs 4716dc662d assert: Simplify AssertError creation 12 years ago
isaacs 234fb122bb http client: Ensure socket cleanup on response end 12 years ago