summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* http: remove bodyHead from 'upgrade' eventsNathan Zadoks2013-05-244-3/+12
* buffer: special case empty string writesTimothy J Fontaine2013-05-231-0/+7
* http: Return true on empty writes, not falseisaacs2013-05-231-0/+93
* net: use timers._unrefActive for internal timeoutsTimothy J Fontaine2013-05-211-0/+47
* buffer: throw when writing beyond bufferTrevor Norris2013-05-201-0/+10
* crypto: Clear error after DiffieHellman key errorsisaacs2013-05-201-5/+11
* string_bytes: strip padding from base64 stringsTrevor Norris2013-05-201-0/+4
* buffer, crypto: fix default encoding regressionBen Noordhuis2013-05-162-0/+12
* timers: fix setInterval() assertBen Noordhuis2013-05-161-0/+7
* test: increase workers to 8 in cluster-disconnectBenoit Vallée2013-05-141-1/+1
* child_process: fix handle deliveryBen Noordhuis2013-05-131-0/+85
* test: fix pummel/test-net-many-clients.jsTimothy J Fontaine2013-05-081-6/+5
* stream: make Readable.wrap support empty streamsDaniel Moore2013-05-081-0/+43
* stream: make Readable.wrap support objectModeDaniel Moore2013-05-081-51/+65
* debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš2013-05-024-2/+117
* debugger: `restart` with custom debug portMiroslav Bajtoš2013-04-263-110/+175
* http: Don't try to destroy nonexistent socketsisaacs2013-04-221-0/+81
* test: fix dgram-bind-default-address on osxisaacs2013-04-221-1/+4
* crypto: LazyTransform on properties, not methodsisaacs2013-04-211-0/+42
* assert: put info in err.message, not err.nameRyan Doenges2013-04-181-0/+13
* dgram: fix no address bind()Ben Noordhuis2013-04-181-0/+36
* test: make stdout-close-unref work in test runnerBen Noordhuis2013-04-181-2/+3
* handle_wrap: fix NULL pointer dereferenceBen Noordhuis2013-04-161-0/+23
* test: preserve process.env after test-init execStanislav Ochotnicky2013-04-161-4/+8
* test: preserve process.env in forked child_processStanislav Ochotnicky2013-04-161-1/+4
* stream: Fix unshift() race conditionsisaacs2013-04-111-0/+133
* net: fix socket.bytesWritten Buffers supportFedor Indutny2013-04-101-0/+2
* buffer: fix offset checksŁukasz Walukiewicz2013-04-081-0/+33
* stream: call write cb before finish eventisaacs2013-04-091-0/+29
* http: Support write(data, 'hex')isaacs2013-04-081-2/+4
* crypto: dh secret should be left-paddedFedor Indutny2013-04-081-0/+46
* crypto: fix constructor call in crypto streamsAndreas Madsen2013-04-081-0/+62
* net: fix buffer iteration in bytesWrittenFedor Indutny2013-04-081-0/+9
* crypto: zero is not an error if writing 0 bytesFedor Indutny2013-04-071-0/+71
* http: Remove legacy ECONNRESET workaround codeisaacs2013-04-031-0/+54
* test: fork-getconnections stricter, less chattyisaacs2013-04-031-12/+24
* http client: Ensure socket cleanup on response endisaacs2013-04-021-0/+67
* test: test intended code-pathsAndrew Hart2013-04-011-7/+27
* repl: isSyntaxError() catches "strict mode" errorsNathan Rajlich2013-03-301-0/+15
* stream: Emit readable on ended streams via read(0)isaacs2013-03-281-0/+24
* stream: Handle late 'readable' event listenersisaacs2013-03-281-0/+82
* test: Accept either kind of NaNisaacs2013-03-272-5/+15
* tls: handle errors before calling C++ methodsFedor Indutny2013-03-271-0/+68
* domain: fix domain callback from MakeCallbackTrevor Norris2013-03-261-0/+39
* child_process: don't emit same handle twiceBen Noordhuis2013-03-251-0/+1
* crypto: make getCiphers() return non-SSL ciphersBen Noordhuis2013-03-251-9/+13
* child_process: fix sending utf-8 to child processBen Noordhuis2013-03-251-0/+34
* stream: Fix early end in Writables on zero-length writesisaacs2013-03-242-0/+68
* timer: fix off-by-one ms errorAlexey Kupershtokh2013-03-231-0/+48
* crypto: check randomBytes() size argumentBen Noordhuis2013-03-231-0/+6