summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-18assert: 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-16handle_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-11stream: Fix unshift() race conditionsisaacs
2013-04-10net: fix socket.bytesWritten Buffers supportFedor Indutny
2013-04-08buffer: 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-01test: test intended code-pathsAndrew Hart
2013-03-30repl: 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-26domain: fix domain callback from MakeCallbackTrevor Norris
2013-03-25child_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-24stream: Fix early end in Writables on zero-length writesisaacs
2013-03-23timer: fix off-by-one ms errorAlexey Kupershtokh
2013-03-23crypto: check randomBytes() size argumentBen Noordhuis
2013-03-21stream: 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-14stream: Return self from readable.wrapisaacs
2013-03-14test: No need for kicking in streams2 testisaacs
2013-03-14stream: Never call decoder.end() multiple timesGil Pedersen
2013-03-13Revert "stream: Never call decoder.end() multiple times"isaacs
2013-03-13fs: Missing cb errors are deprecated, not a throwisaacs
2013-03-13stream: Never call decoder.end() multiple timesGil Pedersen
2013-03-13net: handle 'finish' event only after 'connect'Fedor Indutny
2013-03-10stream: Don't emit 'end' unless read() calledisaacs
2013-03-10stream: Avoid nextTick warning filling read bufferisaacs
2013-03-10events: Handle missing error obj when domains in useJulian Gruber