summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add some debug output to test-child-process-double-pipeRyan Dahl2011-08-111-0/+15
* Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty'isaacs2011-08-111-1/+6
* net: properly export remoteAddress to user landBen Noordhuis2011-08-111-2/+2
* test: fix logic error in test-net-remote-address-port.jsBen Noordhuis2011-08-111-2/+2
* win: fix test-process-envRyan Dahl2011-08-101-0/+11
* test: Allow common.ddCommand to be run in presence of existing fileRyan Dahl2011-08-101-0/+5
* x-platform func for spawning pwd in testsRyan Dahl2011-08-103-7/+14
* Revert "Make test-sync-fileread pass even when git cr/lf conversion is enabled"Bert Belder2011-08-102-2/+1
* Make test-sync-fileread pass even when git cr/lf conversion is enabledBert Belder2011-08-102-1/+2
* Remove unnecessary lineRyan Dahl2011-08-091-1/+0
* Fix test-net-server-on-fd-0 for windows by removing assertRyan Dahl2011-08-091-1/+3
* Fix dd command tests for WindowsRyan Dahl2011-08-093-6/+21
* Fix test/simple/test-replRyan Dahl2011-08-091-1/+1
* Improve win compat of test-replRyan Dahl2011-08-091-5/+3
* Improve assert error messagesRyan Dahl2011-08-091-1/+1
* windows: fix test-umaskRyan Dahl2011-08-091-1/+8
* Fix test-executable-pathRyan Dahl2011-08-081-2/+2
* Fix test-http-upgrade-server and test-http-parserRyan Dahl2011-08-081-9/+1
* Endian argument should be a boolean. Signed integers shouldn't run through ch...Robert Mustacchi2011-08-088-170/+170
* Merge branch 'gyp'Ryan Dahl2011-08-081-3/+3
|\
| * gyp: fix test runnerRyan Dahl2011-08-061-3/+3
* | Fix test-child-process-exec-cwd.Ryan Dahl2011-08-081-1/+1
* | Improve util.format() compatibility with browser.koichik2011-08-081-0/+9
* | Test for default host headers on default ports in https and httpisaacs2011-08-071-0/+64
|/
* Make test-child-process-exec-env work on windowsBert Belder2011-08-051-1/+6
* Revert commits 12c8b27 and 88f416a, fixed properly in 2fe4558.Ben Noordhuis2011-08-051-15/+3
* module: strip byte order marker when loading *.js and *.json filesBen Noordhuis2011-08-043-0/+7
* test: fix bad test in test-cli-eval.jsBen Noordhuis2011-08-041-3/+3
* test: fix exec-after-fork race in test/simple/test-child-process-kill.jsBen Noordhuis2011-08-031-3/+15
* Update tests for http2.Mikeal Rogers2011-08-029-76/+79
* Partial fix for test-child-process.cwd on windowsBert Belder2011-08-021-4/+13
* win: fix test-child-process-exec-cwdRyan Dahl2011-08-011-2/+13
* win2k3: fix test-child-process-envRyan Dahl2011-08-011-1/+1
* child_process_uv: don't attempt to pass test-child-process-deprecated-apiRyan Dahl2011-08-011-0/+3
* fix test-child-process-env on windowsIgor Zinkovsky2011-08-011-1/+8
* Add a few more asserts to test/simple/test-child-process-stdin.jsRyan Dahl2011-08-011-0/+4
* windows: Fix test-module-load-listRyan Dahl2011-08-011-14/+30
* child_process_uv: add exec, fix simple/test-child-process-exec-cwdRyan Dahl2011-07-311-14/+15
* initial pass at lib/child_process_uv.jsRyan Dahl2011-07-311-1/+4
* Add %% escape to util.format()koichik2011-07-301-1/+4
* add wrapper for uv_spawnRyan Dahl2011-07-291-0/+63
* util: add sprintf-like format() functionBen Noordhuis2011-07-301-0/+46
* Add support for TLS SNIFedor Indutny2011-07-292-3/+113
* Revert "AMD compatibility for node"isaacs2011-07-296-43/+0
* Fix http.ClientRequest crashes if end() was called twicekoichik2011-07-301-0/+38
* Fix test-module-load-list for use-uvRyan Dahl2011-07-271-12/+27
* Lazy load a few modulesRyan Dahl2011-07-271-3/+0
* Add process.moduleLoadList for better startup transparencyRyan Dahl2011-07-271-0/+79
* Fix crypto encryption/decryption with Base64.SAWADA Tadashi2011-07-271-0/+19
* Fix test-net-stream.jsFelix Geisendörfer2011-07-261-3/+5