1789 Commits (f1722a280c0b0505ecb2cd92cd66195a6d53368a)

Author SHA1 Message Date
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
Ben Noordhuis f0c1376e07 net: make .write() throw on bad input 13 years ago
koichik 7dffbaf2ce http: Upgrade/CONNECT request should detach its socket earlier 13 years ago
Fedor Indutny 71ae175319 zlib: reset() method for deflate/inflate streams 13 years ago
Andreas Madsen c8108aad83 child_process: fix typo in internal message event name 13 years ago
Ryan Dahl e1b829d2a5 Add broken test-isolates3.js 13 years ago
Ryan Dahl d4ee61ffc7 Add failing test-isolates2.js 13 years ago
Fedor Indutny 4cbcdb4b2c test: make debugger-repl tests work with isolates 13 years ago
Fedor Indutny 99679c6430 IsolateDebugger C++ 13 years ago
Ben Noordhuis 97e4b3a7bf isolates: drain message queue completely 13 years ago
Andreas Madsen 787f62de8c Improve test-child-process-silent 13 years ago
Ryunosuke SATO 22d7fe1206 events: fix checking max listeners with `1` 13 years ago
koichik 08a91acd76 http: better support for CONNECT method. 13 years ago
koichik c1a63a9e90 tls: Allow establishing secure connection on the existing socket 13 years ago
koichik 70033bd960 net: make connect() accept options 13 years ago
Maciej Małecki 39484f49ef test tls: make tests use new `tls.connect` API 13 years ago
Ryan Dahl 8bd80f4911 fix test-sys for hash randomization 13 years ago
koichik dd9593ccc4 http: fix ServerResponse does not emit 'close' 13 years ago
Ben Noordhuis dadc30318f isolates: implement message passing 13 years ago
Emerson Macedo aa67b1f375 fs: add appendFile() and appendFileSync() functions 13 years ago
Mikael Bourges-Sevenier 5b05429bf0 typed arrays: add Buffer -> TypedArray constructor 13 years ago
Andreas Madsen 5f08c3cfa1 cluster improvements: Worker class and isolate internal messages 13 years ago
Ryan Dahl f3da6c6c04 Potential fix for #2438 13 years ago
Ryan Dahl 2cde498319 Add another test to test-http-parser-bad-ref.js demoing #2438 13 years ago
Ben Noordhuis 884f689efe test: add #2293 regression test 13 years ago
Ben Noordhuis 539598b11f test: don't create temp files in fixtures dir 13 years ago
Ryan Dahl 432a2e4d39 Add test for #2438 13 years ago
Ben Noordhuis c24276f008 net: defer net.Server 'close' event to next tick 13 years ago
Ryan Dahl 4428b70cba Add isolate version of test-child-process-fork 13 years ago
Ryan Dahl 5fc0c27d5c move isolate V8 functions out of node.cc 13 years ago
Ryan Dahl 40c98a977b Add shared-buffer isolate addon test 13 years ago
Ryan Dahl 2c560c5405 Change isolate test to demo EIO bug 13 years ago
Ryan Dahl a0f3eb015a node_file.cc should use NODE_LOOP() 13 years ago
Ryan Dahl 268476549e Join all threads at end of main thread 13 years ago
Andreas Madsen d483acc5d9 test: remove internet test from test/simple/ 13 years ago
koichik b037c16f55 test: fix test-sys.js fails if the time zone is not CET 13 years ago
koichik a848a3efbf net: fix Socket.pause null reference when called on a closed Stream 13 years ago
Ryan Dahl b319699132 Add isolate version of test-child-process-fork 13 years ago
Ryan Dahl 533a455274 move isolate V8 functions out of node.cc 13 years ago
Ryan Dahl 02f24f54ba Add shared-buffer isolate addon test 13 years ago
Ryan Dahl 8c476371f5 Change isolate test to demo EIO bug 13 years ago