Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-01-10test: make debugger-repl tests work with isolatesFedor Indutny
2012-01-10IsolateDebugger C++Fedor Indutny
2012-01-10isolates: drain message queue completelyBen Noordhuis
2012-01-10Improve test-child-process-silentAndreas Madsen
2012-01-09Merge remote branch 'origin/v0.6'Ryan Dahl
2012-01-09events: fix checking max listeners with `1`Ryunosuke SATO
2012-01-09http: better support for CONNECT method.koichik
2012-01-09tls: Allow establishing secure connection on the existing socketkoichik
2012-01-09net: make connect() accept optionskoichik
2012-01-08test tls: make tests use new `tls.connect` APIMaciej Małecki
2012-01-06fix test-sys for hash randomizationRyan Dahl
2012-01-06http: fix ServerResponse does not emit 'close'koichik
2012-01-06isolates: implement message passingBen Noordhuis
2012-01-06fs: add appendFile() and appendFileSync() functionsEmerson Macedo
2012-01-05typed arrays: add Buffer -> TypedArray constructorMikael Bourges-Sevenier
2012-01-05cluster improvements: Worker class and isolate internal messagesAndreas Madsen
2012-01-04Potential fix for #2438Ryan Dahl
2012-01-04Add another test to test-http-parser-bad-ref.js demoing #2438Ryan Dahl
2012-01-02Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
2012-01-02test: add #2293 regression testBen Noordhuis
2011-12-31test: don't create temp files in fixtures dirBen Noordhuis
2011-12-30Add test for #2438Ryan Dahl
2011-12-29net: defer net.Server 'close' event to next tickBen Noordhuis
2011-12-29Add isolate version of test-child-process-forkRyan Dahl
2011-12-29move isolate V8 functions out of node.ccRyan Dahl
2011-12-29Add shared-buffer isolate addon testRyan Dahl
2011-12-29Change isolate test to demo EIO bugRyan Dahl
2011-12-29node_file.cc should use NODE_LOOP()Ryan Dahl
2011-12-29Join all threads at end of main threadRyan Dahl
2011-12-29Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
2011-12-28test: remove internet test from test/simple/Andreas Madsen
2011-12-28test: fix test-sys.js fails if the time zone is not CETkoichik
2011-12-28net: fix Socket.pause null reference when called on a closed Streamkoichik
2011-12-27http: fix XMLHttpRequest piped in a writable file stream hangs next requestkoichik
2011-12-26http: Avoid 'data'/'end' events after pause()koichik
2011-12-26http: fix resource leakkoichik
2011-12-24Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-22test: ensure callback is executedBen Noordhuis
2011-12-22net: raise exception when the socket is closedJu-yeong Park
2011-12-22Add gitignore file for addon testsRyan Dahl
2011-12-22Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-21tls: Fix node swallows openssl error on requestkoichik
2011-12-21Support addons with gypRyan Dahl
2011-12-20timers: remove _idleTimeout from item in .unenroll()James Hartig
2011-12-20build: remove unused cmakelistjbergstroem
2011-12-20assert: test `RegExp`'s properties when checking for equalityMaciej Małecki
2011-12-20assert: .deepEqual() support for RegExp objectsPedro Teixeira
2011-12-20Add env argument to cluster.forkAndreas Madsen
2011-12-19test: Add test case for MODULE_NOT_FOUND.Nathan Rajlich
2011-12-19util: output Dates with Date.toString not Date.toUTCStringAvi Flax