summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-06-14test: bundle node-weak in test/gc so that it doesn't need to be downloadedNathan Rajlich
2012-06-13test-child-process-spawn-loop: make it pass on Windows.Bert Belder
2012-06-13Fix #3388 Support listening on file descriptorsisaacs
2012-06-12Fix #3407 os.tmpDir()isaacs
2012-06-13tests: make all message tests pass on WindowsBert Belder
2012-06-13test-net-timeout: make it pass on WindowsBert Belder
2012-06-12test-child-process-kill: make it pass on windowsBert Belder
2012-06-12test-exec: make it work on WindowsBert Belder
2012-06-12crypto: make cipher/decipher accept buffer argsBen Noordhuis
2012-06-12Revert "uv: upgrade to b7e150ee"Bert Belder
2012-06-12uv: upgrade to b7e150eeBert Belder
2012-06-12test-net-connect-econnrefused: don't take forever to completeBert Belder
2012-06-12test-module-loading: convert backslashes to forward slashesBert Belder
2012-06-12test-http-get-pipeline-problem: don't fail if there are stray files in the te...Bert Belder
2012-06-12test-net-write-slow: increase the socket timeout periodBert Belder
2012-06-11fix fs.readFile with lying size=0 stat resultsisaacs
2012-06-11Add Buffer.concat methodisaacs
2012-06-11child_process: fix test implementation for options.detachedCharlie McConnell
2012-06-09test: add test for bad unicode sequencesNuno Job
2012-06-09Fix fs.realpath tests so that they actually runisaacs
2012-06-09Fix #3394 fs.realpath: Properly cache symlink targetsisaacs
2012-06-09domain: document and test dispose eventAndreas Madsen
2012-06-09domain: run now return callback resultAndreas Madsen
2012-06-08Fix #3379 prevent domain.intercept passing 1st arg to cbMarc Harter
2012-06-08child_process: expose UV_PROCESS_DETACHED as options.detachedCharlie McConnell
2012-06-06fs: make callbacks run in global contextBen Noordhuis
2012-06-05Warn about running npm in the replisaacs
2012-06-01test: v8 stack trace messages changed slightlyisaacs
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny
2012-05-31test: update pummel/test-execBen Noordhuis
2012-05-29net: fix 'close' event emit orderBen Noordhuis
2012-05-27fs: no end emit after createReadStream.pause()Andreas Madsen
2012-05-24test: update addons .gitignoreBen Noordhuis
2012-05-24windows: enable creating directory junctions with fs.symlinkIgor Zinkovsky
2012-05-22remove race from test-child-process-fork-exec-argv testIgor Zinkovsky
2012-05-22test: fix bad commentBen Noordhuis
2012-05-22test: fix simple/test-process-active-wrapsBen Noordhuis
2012-05-21cluster: remove NODE_UNIQUE_ID from env on startupAndreas Madsen
2012-05-21Check for tabs in source line in DisplayExceptionLineOleg Efimov
2012-05-21test: add http 'data after timeout' testBen Noordhuis
2012-05-20test: wait for 'close' event for stdoutisaacs
2012-05-20test: root can connect to chmod'd pipesisaacs
2012-05-20test: Solaris is not as granular with rename fs watch eventsisaacs
2012-05-19fs.watch should not require a listener argumentsAndreas Madsen
2012-05-16Faster fs.readFile and fs.readFileSyncisaacs
2012-05-16Fix #3270 Escape url.parse delimsisaacs
2012-05-16Revert "test: stack overflow output"isaacs
2012-05-16http: make http.get() accept a URLAdam Malcontenti-Wilson
2012-05-16fs: add sync open flags 'rs' and 'rs+'Kevin Bowman
2012-05-15Merge branch 'master' into v0.6-mergeisaacs