summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis2012-05-151-0/+54
* child_process: rename field _internal to _handleBen Noordhuis2012-05-151-1/+1
* child_process: allow sending a net Socket and Server object using child.sendAndreas Madsen2012-05-142-0/+329
* net: make isIP() return 0 on empty inputrsolomo2012-05-141-3/+4
* Fix #3058 querystring: Fix incorrect handling of empty keysisaacs2012-05-111-1/+3
* test: add failing dgram refcount testBen Noordhuis2012-05-111-0/+27
* util: make _extend() more robustBen Noordhuis2012-05-101-0/+9
* util: handle non-string return value in .inspect()Alex Kocharin2012-05-091-0/+7
* Optimize writing strings with Socket.writeBert Belder2012-05-091-3/+2
* More cluster event consistencyisaacs2012-05-051-9/+21
* Move test-fs-largefile into pummelisaacs2012-05-051-0/+0
* string_decoder: added support for UTF-16LEkoichik2012-05-051-0/+36
* string_decoder: add support for CESU-8koichik2012-05-051-0/+43
* cluster: worker exit event to match child_processJ. Lee Coltrane2012-05-044-4/+314
* Merge branch 'v0.6-merge'isaacs2012-05-048-0/+609
|\
| * Fix incorrect merge choicesisaacs2012-05-041-1/+1
| * Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-042-0/+140
| |\
| | * Merge branch 'http-memleak' into v0.6isaacs2012-05-046-0/+469
| | |\
| | | * Clean up gc testsisaacs2012-05-045-11/+27
| | | * Tests for memory leaksisaacs2012-05-036-0/+453
| | * | fs: fix file descriptor leak in sync functionsBen Noordhuis2012-05-031-0/+62
| | * | fs: fix ReadStream / WriteStream double close bugBen Noordhuis2012-05-031-0/+61
| | |/
| * | Clean up gc testsisaacs2012-05-045-11/+27
| * | Tests for memory leaksisaacs2012-05-046-0/+453
* | | net: signal localAddress bind failure in connectBrian Schroeder2012-05-052-0/+118
|/ /
* | buffer: add UTF-16LE encoding name.koichik2012-05-031-0/+4
* | addon: add AtExit() functionBen Noordhuis2012-05-033-0/+52
* | fs: fix file descriptor leak in sync functionsBen Noordhuis2012-05-031-0/+65
* | debugger: support mirroring Date objectsFedor Indutny2012-05-022-0/+17
* | test: add a child domain explicitlyYoshihiro Kikuchi2012-05-021-3/+2
* | vm: accept only object as arg of .createContext()Fedor Indutny2012-05-021-0/+33
* | path: add path.sep to get the path separator.Yi, EungJun2012-05-011-0/+8
* | udp: make getsockname() return address family nameShigeki Ohtsu2012-05-011-0/+64
* | test: rebuild keys without asking for passwordMichael Thomas2012-05-011-2/+4
* | process: ensure that the "exit" event always has "code" givenNathan Rajlich2012-04-302-3/+39
* | console: throw when no such label exists in `console.timeEnd`Maciej MaƂecki2012-04-291-0/+9
* | Merge branch 'v0.6'Bert Belder2012-04-291-0/+45
|\ \ | |/
| * test: cluster: add worker death event testBen Noordhuis2012-04-231-0/+45
* | repl: make tab completion read up the prototype of "global"Nathan Rajlich2012-04-251-0/+6
* | test: use the new net.listen(backlog=x) APIBen Noordhuis2012-04-182-8/+2
* | net, http: add backlog parameter to .listen()Erik Dubbelboer2012-04-181-0/+25
* | Merge remote-tracking branch 'ry/v0.6' into masterisaacs2012-04-185-5/+141
|\ \ | |/
| * fs.WriteStream: Handle modifications to fs.openisaacs2012-04-091-0/+52
| * enable test-fs-largefile.js testIgor Zinkovsky2012-04-051-1/+1
| * fs.readFile: don't make the callback before the fd is closedBert Belder2012-04-061-0/+48
| * don't crash when queued write failsIgor Zinkovsky2012-03-221-7/+9
| * sunos: fix EMFILE on process.memoryUsage()Bryan Cantrill2012-03-221-0/+37
| * test: HTTP responses with no content-lengthkoichik2012-03-181-0/+46
| * Change test fixture from symlink to regular fileisaacs2012-03-021-1/+46
| * net: fix race write() before and after connect()koichik2012-02-281-0/+48