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
2013-05-14test: increase workers to 8 in cluster-disconnectBenoit Vallée
2013-05-13child_process: fix handle deliveryBen Noordhuis
2013-05-09test: fix pummel/test-net-many-clients.jsTimothy J Fontaine
2013-05-08stream: make Readable.wrap support empty streamsDaniel Moore
2013-05-08stream: make Readable.wrap support objectModeDaniel Moore
2013-05-02debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš
2013-04-26debugger: `restart` with custom debug portMiroslav Bajtoš
2013-04-22http: Don't try to destroy nonexistent socketsisaacs
2013-04-22test: fix dgram-bind-default-address on osxisaacs
2013-04-21crypto: LazyTransform on properties, not methodsisaacs
2013-04-19assert: put info in err.message, not err.nameRyan Doenges
2013-04-18dgram: fix no address bind()Ben Noordhuis
2013-04-18test: make stdout-close-unref work in test runnerBen Noordhuis
2013-04-17handle_wrap: fix NULL pointer dereferenceBen Noordhuis
2013-04-16test: preserve process.env after test-init execStanislav Ochotnicky
2013-04-16test: preserve process.env in forked child_processStanislav Ochotnicky
2013-04-12stream: Fix unshift() race conditionsisaacs
2013-04-10net: fix socket.bytesWritten Buffers supportFedor Indutny
2013-04-09buffer: fix offset checksŁukasz Walukiewicz
2013-04-09stream: call write cb before finish eventisaacs
2013-04-08http: Support write(data, 'hex')isaacs
2013-04-08crypto: dh secret should be left-paddedFedor Indutny
2013-04-08crypto: fix constructor call in crypto streamsAndreas Madsen
2013-04-08net: fix buffer iteration in bytesWrittenFedor Indutny
2013-04-07crypto: zero is not an error if writing 0 bytesFedor Indutny
2013-04-03http: Remove legacy ECONNRESET workaround codeisaacs
2013-04-03test: fork-getconnections stricter, less chattyisaacs
2013-04-02http client: Ensure socket cleanup on response endisaacs
2013-04-02test: test intended code-pathsAndrew Hart
2013-03-31repl: isSyntaxError() catches "strict mode" errorsNathan Rajlich
2013-03-28stream: Emit readable on ended streams via read(0)isaacs
2013-03-28stream: Handle late 'readable' event listenersisaacs
2013-03-27test: Accept either kind of NaNisaacs
2013-03-27tls: handle errors before calling C++ methodsFedor Indutny
2013-03-27domain: fix domain callback from MakeCallbackTrevor Norris
2013-03-26child_process: don't emit same handle twiceBen Noordhuis
2013-03-25crypto: make getCiphers() return non-SSL ciphersBen Noordhuis
2013-03-25child_process: fix sending utf-8 to child processBen Noordhuis
2013-03-25stream: Fix early end in Writables on zero-length writesisaacs
2013-03-24timer: fix off-by-one ms errorAlexey Kupershtokh
2013-03-23crypto: check randomBytes() size argumentBen Noordhuis
2013-03-22stream: Fix stall in Transform under very specific conditionsGil Pedersen
2013-03-21timers: handle signed int32 overflow in enroll()Fedor Indutny
2013-03-20fs: make write/appendFileSync correctly set file modeRaymond Feng
2013-03-17tls: write pending data of opposite sideFedor Indutny
2013-03-15stream: Return self from readable.wrapisaacs
2013-03-15test: No need for kicking in streams2 testisaacs
2013-03-15stream: Never call decoder.end() multiple timesGil Pedersen
2013-03-14Revert "stream: Never call decoder.end() multiple times"isaacs
2013-03-14fs: Missing cb errors are deprecated, not a throwisaacs