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-07-13Revert "events: don't delete the listeners array in removeListener()"Nathan Rajlich
2012-07-12net: fix net.Server.listen({fd:x}) error reportingBen Noordhuis
2012-07-09Merge branch 'v0.8.2-release' into v0.8isaacs
2012-07-09domain: Remove first arg from intercepted fnToshihiro Nakamura
2012-07-09test: make test-fs-watch-file write to tmp dirBen Noordhuis
2012-07-09fs: make unwatchFile() remove a specific listenerBen Noordhuis
2012-07-09process: throw a TypeError when anything but an Array is passed to hrtime()Nathan Rajlich
2012-07-08Fix test-require-json on Windowsisaacs
2012-07-07module: add filename to require() json errorsTJ Holowaychuk
2012-07-06timers: fix handling of large timeoutsBen Noordhuis
2012-07-04repl: fix passing an empty line inserting "undefined" into the bufferNathan Rajlich
2012-07-04repl: fix crashes when buffering commandMaciej MaƂecki
2012-06-27windows: make fs.realpath(Sync) work with UNC pathsBert Belder
2012-06-27realpath: No sync cb() calling allowed.isaacs
2012-06-22Fix #3503: stdin: resume() on pipe(dest)isaacs
2012-06-22test: add deprecation fixtureisaacs
2012-06-21Add --no-deprecation and --trace-deprecation flagsisaacs
2012-06-21fs: make fs.watchFile() work on windowsBen Noordhuis
2012-06-21test: add another fs.watchFile() testBen Noordhuis
2012-06-21Use parent SlowBuffer, if any, when Buffer is slicedKarl Skomski
2012-06-20Fix fs.readfile('/dev/stdin')isaacs
2012-06-20test-domain: fix the test to work on WindowsBert Belder
2012-06-20test-cluster-worker-kill: use SIGKILL instead of SIGHUPBert Belder
2012-06-20windows: `listen(pipe_name)` is not supported when running clusterBert Belder
2012-06-19net.Socket: Delay pause/resume until after connectisaacs
2012-06-19child_process: add .stdin stream to forksFedor Indutny
2012-06-18test-eio-limit: bump the number of allowed background tasks to 200Bert Belder
2012-06-18Fix test-cluster-message so it passes on WindowsBert Belder
2012-06-18tls: fix off-by-one error in renegotiation checkBen Noordhuis
2012-06-18crypto: add padding to diffie-hellman keyFedor Indutny
2012-06-18net: Prevent property access throws during closeReid Burke
2012-06-17test: Don't reuse common.PORT in test-child-process-fork-netisaacs
2012-06-16Revert "Check if a stream has a valid fd before read_start"Bert Belder
2012-06-16Revert "DNS: Support NAPTR queries"isaacs
2012-06-16DNS: Support NAPTR queriesssuda
2012-06-16Fix #3448 Use listen callback in test-regress-GH-1697isaacs
2012-06-16s/exit/close/ in test-child-process-stdout-flush, fixes #3449Charlie McConnell
2012-06-16Add test-stdin-pause-resume-syncisaacs
2012-06-16Check if a stream has a valid fd before read_startKarl Skomski
2012-06-16test: skip test-http-full-response on ab errorsCharlie McConnell
2012-06-15test-domain-implicit-fs: make it pass on windowsBert Belder
2012-06-15Fix #3425: removeAllListeners should delete arrayReid Burke
2012-06-15windows: make symlinks tolerant to forward slashesBert Belder
2012-06-15Fix test-fs-realpath on Windowsisaacs
2012-06-14cluster: rename worker.unqiueID to worker.idAndreas Madsen
2012-06-14Update message test for new v8 behaviorisaacs
2012-06-14test-bad-unicode: update to reflect V8 3.11 behaviorBert Belder
2012-06-14test: use the debug build of node-weak when necessaryNathan Rajlich
2012-06-14test: add a .gitignore file to ignore weak's compiled "build" dirNathan Rajlich
2012-06-14test: bundle node-weak in test/gc so that it doesn't need to be downloadedNathan Rajlich