summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow passing env to child processRyan Dahl2010-03-031-0/+12
* tcp.Connection.prototype.write should return booleanRyan Dahl2010-03-023-100/+100
* Rewrote realpath implementation solving all known failing tests (also added a...Rasmus Andersson2010-03-021-47/+242
* Disable ipv6 test on solarisRyan Dahl2010-03-021-2/+5
* Added fs.realpath and fs.realpathSync (pure javascript versions)Rasmus Andersson2010-03-011-0/+56
* Bug fix for deep process.mixin array handlingFelix Geisendörfer2010-03-011-1/+10
* Stop sys.inspect from adding extra new lines for deep objects that are elemen...Benjamin Thomas2010-03-011-3/+3
* Move watchFile into fs moduleRyan Dahl2010-03-011-4/+3
* Tests on common port.arlolra2010-02-2631-59/+31
* 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
* 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
* 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