summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into net2Ryan Dahl2010-02-26104-171/+440
|\
| * Decoupled readdir test.arlolra2010-02-259-17/+14
| * Make the output of sys.inspect a lot more compact.Benjamin Thomas2010-02-251-25/+35
| * Add optional third argument sys.inpect to indicate how many times you want it...Benjamin Thomas2010-02-251-0/+2
| * Rename writeHeader to writeHeadBenjamin Thomas2010-02-2514-16/+16
| * Update common.js path for new test layoutRyan Dahl2010-02-251-1/+1
| * Split tests.arlolra2010-02-2595-93/+315
| * added fs.link, fs.symlink, fs.readlinkRasmus Andersson2010-02-221-0/+38
* | Merge branch 'master' into net2Ryan Dahl2010-02-2236-511/+306
|\ \ | |/
| * Implement fs.readdirSync()Ryan Dahl2010-02-211-16/+25
| * Fix bug in process.mixin where deep copies would not work at all.Benjamin Thomas2010-02-211-1/+1
| * Revert "Add fs.readdirSync()"Ryan Dahl2010-02-211-25/+16
| * Expose fs.lstatisaacs2010-02-211-1/+11
| * Rename sendHeader to writeHeader; allow reasonPhraseRyan Dahl2010-02-2116-18/+18
| * Add fs.readdirSync()Micheil Smith2010-02-211-16/+25
| * Rename readPause and readResume to pause/resumeRyan Dahl2010-02-202-6/+6
| * Remove promisesRyan Dahl2010-02-202-126/+0
| * Multipart test no longer depend on PromiseRyan Dahl2010-02-201-10/+9
| * If ab isn't installed skip keep-alive testRyan Dahl2010-02-191-3/+5
| * skipping TLS test if node was not compiled with TLSRasmus Andersson2010-02-191-2/+2
| * sys.exec() no longer uses PromiseRyan Dahl2010-02-193-48/+45
| * http.cat no longer uses PromiseRyan Dahl2010-02-192-17/+19
| * Do not use Promise in 'fs' moduleRyan Dahl2010-02-1910-146/+140
| * Remove Promise.prototype.wait()Ryan Dahl2010-02-194-141/+5
| * Truly synchronous require()Ryan Dahl2010-02-191-4/+6
| * fixed process.mixin to properly copy getters/settersRasmus Andersson2010-02-181-1/+16
| * Adding interface between node and libeio for Chmod.Micheil Smith2010-02-181-0/+27
| * Remove a few wait() calls in the testsRyan Dahl2010-02-173-7/+7
* | Merge branch 'master' into net2Ryan Dahl2010-02-1746-239/+277
|\ \ | |/
| * Clean up and rename test-stat-handlerRyan Dahl2010-02-171-2/+2
| * Rename a few remaining fs.cat calls.Ryan Dahl2010-02-172-6/+6
| * API: OutgoingMessage.prototype.finish() renamed to close()Ryan Dahl2010-02-1715-28/+42
| * File API tweaksTim Caswell2010-02-168-51/+12
| * API: Make request/response object closer to stream interfaceRyan Dahl2010-02-1614-48/+48
| * Add some puts() to test-multipart.js to show what it's doing.isaacs2010-02-161-4/+21
| * API: connection.send() renamed to connection.write()Ryan Dahl2010-02-1613-33/+33
| * Added failing test: promise.wait() after promise.emitXXX()Jonas Pfenniger2010-02-151-0/+15
| * Fixed: promise late chainYuichiro MASUI2010-02-151-6/+6
| * sys.inspect(Date) now shows the date valueMark Hansen2010-02-151-0/+10
| * Rename 'posix' module to 'fs'Ryan Dahl2010-02-1214-37/+37
| * API: tcp events 'receive' to 'data', 'eof' to 'end'Ryan Dahl2010-02-1214-34/+34
| * Simple test case for require.async()Felix Geisendörfer2010-02-111-0/+8
| * Implemented posix.catSync()Felix Geisendörfer2010-02-111-0/+5
| * Small clean up to test-timers.jsRyan Dahl2010-02-111-5/+4
| * Fix: Module cache did not propagateFelix Geisendörfer2010-02-113-0/+9
* | Merge branch 'master' into net2Ryan Dahl2010-02-107-126/+936
|\ \ | |/
| * Add test: modifying event listeners during callback.Michael Stillwell2010-02-091-0/+32
| * Rewrite sys.inspect to be more reliable and handle crazy edge cases.Tim Caswell2010-02-091-3/+38
| * A rewrite of multipart library.isaacs2010-02-082-123/+827
| * Fix stdout flush issueRyan Dahl2010-02-072-35/+17