summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Expose http parse error codesFelix Geisendörfer2012-03-191-0/+1
* cluster: kill workers when master diesAndreas Madsen2012-03-191-0/+98
* cluster: add graceful disconnect supportAndreas Madsen2012-03-192-0/+232
* test: fix race in simple/test-cluster-master-errorBen Noordhuis2012-03-191-9/+14
* test: changed instances of == to ===Your Name2012-03-191-3/+3
* process: add `process.config`Nathan Rajlich2012-03-151-0/+44
* child_process: Separate 'close' event from 'exit'Charlie McConnell2012-03-153-1/+19
* events: don't delete the listeners array in removeListener()Nathan Rajlich2012-03-151-0/+9
* test: make .removeAllListeners() test more exhaustiveBen Noordhuis2012-03-161-3/+9
* events: don't delete the listeners arrayBen Noordhuis2012-03-161-3/+7
* test: don't let debugger listen on common.PORTBen Noordhuis2012-03-161-1/+2
* Fix invalid timer testisaacs2012-03-151-2/+0
* timers: handle negative or non-numeric timeout valuesBen Noordhuis2012-03-151-0/+71
* test: test if forks are spawned with parent's `process.execArgv`Maciej Małecki2012-03-151-0/+46
* test: test `process.execArgv`Maciej Małecki2012-03-151-0/+40
* test: Fix path to require hello-world moduleShigeki Ohtsu2012-03-141-1/+1
* Ignore an empty port component when parsing URLs.Łukasz Walukiewicz2012-03-121-0/+52
* module: remove 'exited', replace 'children' arrayisaacs2012-03-121-0/+63
* tls: parsing multiple values of a key in ssl certificatessuda2012-03-102-0/+80
* buffer: throw from constructor if length > kMaxLengthBen Noordhuis2012-03-091-0/+29
* cluster: support passing of named pipesBen Noordhuis2012-03-091-0/+57
* Emit end event only onceIgor Zinkovsky2012-03-071-0/+58
* dgram: fix when we call .close() inside 'listening'ssuda2012-03-061-0/+32
* process: add `process.hrtime()`Nathan Rajlich2012-03-061-0/+40
* net, http, https: add localAddress optionDmitry Nizovtsev2012-03-062-0/+116
* fix simple/test-process-argv-0 on windowsIgor Zinkovsky2012-03-051-1/+6
* process: show detailed error message in process.dlopen()Shigeki Ohtsu2012-03-062-0/+45
* disable simple/test-signal-handler on WindowsIgor Zinkovsky2012-03-051-1/+4
* disable fs.watchFile tests on windowsIgor Zinkovsky2012-03-032-1/+9
* util: fix util.format() formatting of %%ssuda2012-03-031-1/+2
* tls: proxy set(Timeout|NoDelay|KeepAlive) methodsJimb Esser2012-03-031-0/+83
* fix test-net-pipe-connect-errors for windowsIgor Zinkovsky2012-03-011-14/+19
* test: fix typo in test-child-process-stdout-flushVincent Ollivier2012-03-011-1/+1
* Revert "test-fs-watch: Add faster failure, and link to #2813"Ben Noordhuis2012-02-291-8/+0
* net: fix race write() before and after connect()koichik2012-02-281-0/+48
* Update argv0 test to verify correct behaviorisaacs2012-02-271-4/+11
* [ISSUE #2554 #2567] throw if fs args for 'start' or 'end' are stringsAJ ONeal2012-02-271-0/+24
* Use NODE_MODULE in the hello-world addon example.Nathan Rajlich2012-02-271-4/+2
* `newListener` emits correct fn when using `once`Roly Fentanes2012-02-251-3/+10
* test: test for `process.argv[0]` correctnessMaciej Małecki2012-02-231-0/+43
* test-fs-watch: Add faster failure, and link to #2813isaacs2012-02-221-0/+8
* Change test fixture from symlink to regular fileisaacs2012-02-221-1/+46
* dgram: fix out-of-bound memory readBen Noordhuis2012-02-231-0/+52
* Pause process.stdin in stdin getterisaacs2012-02-211-0/+31
* buffer: support decoding of URL-safe base64Ben Noordhuis2012-02-211-0/+6
* crypto: add function getDiffieHellman()Tomasz Buchert2012-02-211-0/+70
* test: update HTTP basic auth testBen Noordhuis2012-02-201-2/+3
* url: decode url entities in auth sectionBen Noordhuis2012-02-201-1/+21
* http: support PURGE request methodBen Noordhuis2012-02-201-31/+35
* repl: add automatic loading of built-in libsBrandon Benvie2012-02-201-0/+71