summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ry/v0.10'isaacs2013-03-285-5/+228
|\
| * 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
* | util: fix util.inspect() line width calculationMarcin Kostrzewa2013-03-281-0/+28
* | test: Use 'close' event in simple/test-repl-timeout-throwisaacs2013-03-261-1/+1
* | buffer: remove _charsWrittenTrevor Norris2013-03-261-20/+0
* | tls: expose SSL_CTX_set_timeout via tls.createServerManav Rathi2013-03-262-0/+156
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-03-269-9/+270
|\ \ | |/
| * 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
| * stream: Fix stall in Transform under very specific conditionsGil Pedersen2013-03-211-0/+36
| * timers: handle signed int32 overflow in enroll()Fedor Indutny2013-03-211-0/+64
* | Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-03-213-16/+257
|\ \ | |/
| * fs: make write/appendFileSync correctly set file modeRaymond Feng2013-03-201-0/+98
| * tls: write pending data of opposite sideFedor Indutny2013-03-171-0/+74
| * stream: Return self from readable.wrapisaacs2013-03-141-0/+94
| * test: No need for kicking in streams2 testisaacs2013-03-141-24/+0
| * stream: Never call decoder.end() multiple timesGil Pedersen2013-03-141-0/+73
* | test: fix up weakref.cc after v8 api changeBen Noordhuis2013-03-201-6/+6
* | bindings: update apiTrevor Norris2013-03-203-2/+4
* | test: Misc Windows unit test fixesScott Blomquist2013-03-193-4/+8
* | tls: write pending data of opposite sideFedor Indutny2013-03-171-0/+74
* | readline: handle wide characters properlyNao Iizuka2013-03-151-0/+19
* | repl: Use a domain to catch async errors safelyisaacs2013-03-143-1/+80
* | repl: emit 'reset' event when context is resetSami Samhuri2013-03-141-0/+73
* | Revert "fs: Missing cb errors are deprecated, not a throw"isaacs2013-03-131-10/+1
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-03-1320-8/+414
|\ \ | |/
| * Revert "stream: Never call decoder.end() multiple times"isaacs2013-03-131-4/+0
| * fs: Missing cb errors are deprecated, not a throwisaacs2013-03-131-1/+10
| * stream: Never call decoder.end() multiple timesGil Pedersen2013-03-131-0/+4
| * net: handle 'finish' event only after 'connect'Fedor Indutny2013-03-131-0/+41
| * stream: Don't emit 'end' unless read() calledisaacs2013-03-1013-0/+100
| * stream: Avoid nextTick warning filling read bufferisaacs2013-03-101-2/+13
| * events: Handle missing error obj when domains in useJulian Gruber2013-03-101-0/+42
| * http: ServerRequest does not timeout after 'end'koichik2013-03-102-49/+85
| * http: Do not setTimeout a not-yet-existent socketisaacs2013-03-101-0/+48
| * http: check if incoming parser has already been freedhc2013-03-091-0/+62
| * timers: consistent this keyword in setImmediateAndreas Madsen2013-03-091-0/+64
| * domain: Fix double-exit on nested domainsisaacs2013-03-091-4/+38
* | net: handle 'finish' event only after 'connect'Fedor Indutny2013-03-131-0/+41
* | util: custom `inspect()` method may return an ObjectNathan Rajlich2013-03-121-0/+5
* | console: `console.dir()` bypasses inspect() methodsNathan Rajlich2013-03-121-1/+12
|/
* test: Fail faster in simple/test-cluster-bind-twice-v2isaacs2013-03-081-0/+11