summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* More logging in simple/test-eio-raceisaacs2012-03-291-2/+2
* test: move pummel/test-tls-fragmentation to benchmark/Ben Noordhuis2012-03-291-63/+0
* tls: reduce memory overhead, reuse bufferYosef Dinerstein2012-03-291-0/+63
* test: move simple/test-crypto-dh to pummel/Ben Noordhuis2012-03-291-0/+0
* test: remove simple/test-module-load-listBen Noordhuis2012-03-291-108/+0
* typed arrays: prevent unaligned typed array views on top of buffersErik Lundin2012-03-291-14/+28
* typed arrays: add Uint8ClampedArrayMikael Bourges-Sevenier2012-03-282-1/+17
* repl: add a 'useColors' option to the replNathan Rajlich2012-03-271-0/+3
* repl: add test case verifying the repl options usageNathan Rajlich2012-03-271-0/+66
* repl: make ^D emit an 'end' event on the readline instanceNathan Rajlich2012-03-271-0/+77
* test: add test of tls.createServer(honorCipherOrder=true)Shigeki Ohtsu2012-03-261-0/+86
* test: add test of cleartextStream.getCipher() in tlsShigeki Ohtsu2012-03-231-0/+53
* test: generate 1024-bit keys, pacify openssl 1.0.1Lal Jérémy2012-03-221-4/+4
* cmd: add a -i / --interactive flag to force the REPLNathan Rajlich2012-03-211-0/+44
* debug repl tests: Add visibility, remove test that times outisaacs2012-03-202-17/+26
* test: merge typed arrays testsErik Lundin2012-03-212-53/+23
* test: fix simple/test-typed-arraysErik Lundin2012-03-211-73/+91
* repl: fix space autocompletion bugAlex Kocharin2012-03-201-0/+12
* 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