Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-03-30cluster: Rename 'death' back to 'exit'isaacs
2012-03-29More logging in simple/test-eio-raceisaacs
2012-03-29test: move pummel/test-tls-fragmentation to benchmark/Ben Noordhuis
2012-03-29tls: reduce memory overhead, reuse bufferYosef Dinerstein
2012-03-29test: move simple/test-crypto-dh to pummel/Ben Noordhuis
2012-03-29test: remove simple/test-module-load-listBen Noordhuis
2012-03-29typed arrays: prevent unaligned typed array views on top of buffersErik Lundin
2012-03-29typed arrays: add Uint8ClampedArrayMikael Bourges-Sevenier
2012-03-28repl: add a 'useColors' option to the replNathan Rajlich
2012-03-28repl: add test case verifying the repl options usageNathan Rajlich
2012-03-28repl: make ^D emit an 'end' event on the readline instanceNathan Rajlich
2012-03-26test: add test of tls.createServer(honorCipherOrder=true)Shigeki Ohtsu
2012-03-23test: add test of cleartextStream.getCipher() in tlsShigeki Ohtsu
2012-03-23test: generate 1024-bit keys, pacify openssl 1.0.1Lal Jérémy
2012-03-21cmd: add a -i / --interactive flag to force the REPLNathan Rajlich
2012-03-21debug repl tests: Add visibility, remove test that times outisaacs
2012-03-21test: merge typed arrays testsErik Lundin
2012-03-21test: fix simple/test-typed-arraysErik Lundin
2012-03-20repl: fix space autocompletion bugAlex Kocharin
2012-03-20Expose http parse error codesFelix Geisendörfer
2012-03-20cluster: kill workers when master diesAndreas Madsen
2012-03-20cluster: add graceful disconnect supportAndreas Madsen
2012-03-19test: fix race in simple/test-cluster-master-errorBen Noordhuis
2012-03-19test: changed instances of == to ===Your Name
2012-03-16process: add `process.config`Nathan Rajlich
2012-03-16child_process: Separate 'close' event from 'exit'Charlie McConnell
2012-03-16events: don't delete the listeners array in removeListener()Nathan Rajlich
2012-03-16test: make .removeAllListeners() test more exhaustiveBen Noordhuis
2012-03-16events: don't delete the listeners arrayBen Noordhuis
2012-03-16test: don't let debugger listen on common.PORTBen Noordhuis
2012-03-16Fix invalid timer testisaacs
2012-03-16timers: handle negative or non-numeric timeout valuesBen Noordhuis
2012-03-16test: test if forks are spawned with parent's `process.execArgv`Maciej Małecki
2012-03-16test: test `process.execArgv`Maciej Małecki
2012-03-14test: Fix path to require hello-world moduleShigeki Ohtsu
2012-03-12Ignore an empty port component when parsing URLs.Łukasz Walukiewicz
2012-03-12module: remove 'exited', replace 'children' arrayisaacs
2012-03-10tls: parsing multiple values of a key in ssl certificatessuda
2012-03-10buffer: throw from constructor if length > kMaxLengthBen Noordhuis
2012-03-09cluster: support passing of named pipesBen Noordhuis
2012-03-08Emit end event only onceIgor Zinkovsky
2012-03-07dgram: fix when we call .close() inside 'listening'ssuda
2012-03-06process: add `process.hrtime()`Nathan Rajlich
2012-03-06net, http, https: add localAddress optionDmitry Nizovtsev
2012-03-06fix simple/test-process-argv-0 on windowsIgor Zinkovsky
2012-03-06process: show detailed error message in process.dlopen()Shigeki Ohtsu
2012-03-06disable simple/test-signal-handler on WindowsIgor Zinkovsky
2012-03-04disable fs.watchFile tests on windowsIgor Zinkovsky
2012-03-03util: fix util.format() formatting of %%ssuda
2012-03-03tls: proxy set(Timeout|NoDelay|KeepAlive) methodsJimb Esser