summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Make unhandled Promise errors throw an exceptionFelix Geisendörfer2010-01-191-0/+23
* Support late callback binding for PromisesFelix Geisendörfer2010-01-191-0/+50
* Removed Promise.cancel()Felix Geisendörfer2010-01-192-41/+0
* Allow optional params to setTimeout, setIntervalMicheil Smith2010-01-181-0/+32
* Add process.nextTick()Ryan Dahl2010-01-181-0/+28
* Add process.IdleWatcherRyan Dahl2010-01-181-0/+14
* API: Move Promise and EventEmitter into 'events' moduleRyan Dahl2010-01-155-15/+20
* Added regression test for issue #44Ben Williamson2010-01-111-0/+16
* Add tests for path module.isaacs2010-01-091-0/+27
* Fix another problem with the EIO interfaceRyan Dahl2010-01-081-0/+19
* Fix bug in the url module's url_parse method if 'parseQueryString' is trueBenjamin Thomas2010-01-061-0/+21
* libeio bugfix part 3Ryan Dahl2010-01-062-0/+16
* Clean up multipart test caseFelix Geisendörfer2010-01-051-34/+54
* Handle bad requests in simplified parser APIFelix Geisendörfer2010-01-051-2/+7
* Added test case for the simple multipart APIFelix Geisendörfer2010-01-051-1/+18
* Throw exception for invalid multipart streamsFelix Geisendörfer2010-01-051-6/+26
* libeio bugfix: want_poll should be called if breaking on maxreqRyan Dahl2010-01-041-0/+20
* Use "url" module instead of "uri" module in http.js.isaacs2010-01-048-208/+23
* Add URL and QueryString modules, and tests for each.isaacs2010-01-042-0/+620
* Rename "Dynamic Property" to "Getter/Setter" in sys.inspect.Tim Caswell2010-01-031-3/+3
* Fix inspect to not trigger dynamic propertiesTim Caswell2010-01-021-1/+15
* Fix inspect for the special case of an Object that inherits from Array, but h...Tim Caswell2009-12-311-1/+5
* Fix assert.js code styleRyan Dahl2009-12-291-62/+91
* Bugfix: libeio race conditionRyan Dahl2009-12-291-0/+63
* don't chunk responses to HTTP/1.0 clients, even if they send Connection: Keep...Michaeljohn Clement2009-12-231-0/+65
* Fix require("../blah") issuesisaacs2009-12-228-1/+35
* Fix test-readdir.jsRyan Dahl2009-12-191-1/+2
* require() should throw error if module does.Ryan Dahl2009-12-182-0/+11
* Update to fix failing test. Rewrite of the resolveObject function, and some t...isaacs2009-12-181-3/+5
* Pull in the uri.js from Narwhal and create tests, stripping out the cruft fro...isaacs2009-12-181-0/+191
* add missing semicolonRyan Dahl2009-12-091-1/+1
* sys.inspect prints out special chars correctly (\n, \u0001, etc...)Xavier Shay2009-12-071-0/+2
* Make process.mixin copy over undefined valuesFelix Geisendörfer2009-12-061-1/+7
* Two bug fixes for process.mixinFelix Geisendörfer2009-12-061-0/+16
* Add http.Client.prototype.request()Christopher Lenz2009-12-066-10/+10
* sys.inspect is totally more awesome nowXavier Shay2009-12-061-0/+26
* Don't use promises internally in DNS moduleRyan Dahl2009-12-061-2/+2
* Bugfix: Don't use chunked encoding for 1.0 requests.Ryan Dahl2009-12-051-0/+41
* Dependency free assert module with unit testsKarl Guertin2009-12-052-1/+127
* CommonJS testing for node.jsFelix Geisendörfer2009-12-0553-302/+307
* fixed HTTP duplicated header bugMichaeljohn Clement2009-12-051-3/+18
* Add HTTP client TLS supportRhys Jones2009-11-301-0/+107
* Stat::Callback has 2 arguments for callback: current stat info and previous s...choonkeat2009-11-281-1/+2
* add process.umask()Friedemann Altrock2009-11-221-0/+6
* Promises should not be able to be canceled more than once.Friedemann Altrock2009-11-221-0/+12
* Reduce multipart memory footprintFelix Geisendörfer2009-11-221-0/+1
* Initial TLS supportRhys Jones2009-11-225-1/+178
* Multipart improvementsFelix Geisendörfer2009-11-211-1/+1
* Speed up test-wait-ordering.jsRyan Dahl2009-11-181-6/+7
* Test runner should only run test-*.jsRyan Dahl2009-11-171-1/+1