1074 Commits (1cdadb1e3b6108bb636213debacf2f93166fbf83)

Author SHA1 Message Date
Ben Noordhuis cacd3ae004 test: add cluster 'bind twice' test 13 years ago
koichik c2dc673eb5 http: fix http-parser is freed twice 13 years ago
Ben Noordhuis 832efb1e01 test: remove deprecated isolates test 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
koichik 0f0af55a0a net: fix large file downloads failing 13 years ago
Christopher Jeffrey f64989e63b fs: fix ReadStream fails to read from existing fd 13 years ago
Stefan Rusu 07a983a602 test: add tcp and https DNS error tests 13 years ago
Ben Noordhuis 7e40c7ddc9 buffers: fix intermittent out of bounds error 13 years ago
Ben Noordhuis f101f7c9ba buffers: honor length argument in base64 decoder 13 years ago
Dan VerWeire 35b3d15194 test: dgram-{broadcast,multicast}-multi-process : prevent false failures 13 years ago
Andreas Madsen 33b7fc250f child_process: do not disconnect on exit emit 13 years ago
Bert Belder 0ad2a9a2e0 Small test-dgram-multicast-multi-process fixes 13 years ago
Andreas Madsen 42ea068a1a Test for ChildProcess.disconnect() 13 years ago
Ben Noordhuis 279e7e7341 fs: add O_EXCL support, exclusive open file 13 years ago
Ben Noordhuis 88b919ea56 fs, test: add file open mode tests 13 years ago
Łukasz Walukiewicz a94ffdaec5 url: Support for IPv6 addresses in URLs. 13 years ago
koichik 3fd13c6426 http: fix free http-parser too early 13 years ago
Ben Noordhuis b221fe9b29 timers: add v0.4 compatibility hack 13 years ago
isaacs 38651521a8 stdout ending test message correction 13 years ago
isaacs ff0f0aeb40 Fix #2507 Raise errors less agressively when destroying stdio streams 13 years ago
Dan VerWeire a0119af0e4 test: handle unhandled dgram scenarios 13 years ago
Ben Noordhuis 2775c0e97e dgram: bring back setTTL() 13 years ago
Ben Noordhuis 46e86aa803 dgram: bring back setMulticastLoopback() 13 years ago
Ben Noordhuis 57ddf5f50a test: fix typos in error messages 13 years ago
Ben Noordhuis aef62a03ee test: join multicast group *after* binding 13 years ago
Ben Noordhuis 9037decb28 test: remove erroneous dropMembership() call 13 years ago
koichik 827180097c test: fix test/simple/test-net-server-max-connections.js is racey 13 years ago
koichik 93298afc4e test: for #2109 13 years ago
koichik 3df7c90c30 http: keep-alive should default with HTTP/1.1 server 13 years ago
Maciej Małecki e10ed097cb path fs: move `path.exists*` to `fs.exists*` 13 years ago
Dan VerWeire f2b1f57f74 dgram: reintroduce setMulticastTTL() 13 years ago
Dan VerWeire f749338e1e dgram: reintroduce setBroadcast() 13 years ago
Roman Shtylman a38fd6056c dgram: reintroduce addMembership() and dropMembership() 13 years ago
Igor Zinkovsky de78922b12 ref isolate loop 13 years ago
koichik 35fe3eb5c7 http: reduce creating http-parser instances 13 years ago
Nicolas LaCasse 40c93486e8 Fix #2365 zlib crashing on invalid input 13 years ago
Andreas Madsen f9a47debfc Add cluster.setupMaster 13 years ago
Ingmar Runge 0ca30187cf Crypto: adding ability to turn off automatic PKCS padding 13 years ago
Bert Belder d489a01f81 Make path.extname do the right thing when the last path component is . or .. 13 years ago
Ben Noordhuis d44ce97909 cluster: don't always kill the master on uncaughtException 13 years ago
Andreas Madsen 4a38795b6f Add failing test case: parent on('exit') 13 years ago
Bert Belder 892056bf97 tests: fix more lint issues 13 years ago
Andreas Madsen 4865063924 Tests: fix jslint issues 13 years ago
koichik 534df2f8d2 tls: fix double 'error' events on HTTPS Requests 13 years ago
Ben Noordhuis 549443a7cc typed arrays: set class name 13 years ago
Fedor Indutny 23de33968f querystring: fix maxKeys = 0 is ignored 13 years ago
Fedor Indutny f1678bfc65 http: do not accept headers if limit is exceeded 13 years ago
Fedor Indutny 8a98c2f1d8 http, querystring: added limits to prevent DoS 13 years ago
Fedor Indutny 220288725f test-eio-limit: add missing copyright headers 13 years ago
Fedor Indutny e03b42d1bb Add failing test-eio-limit.js 13 years ago