Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-02 | Remove separation of libuv tests | Ryan Dahl | 1 | -198/+0 | |
2011-09-29 | Don't ls node_g after make - it confuses people | Ryan Dahl | 1 | -1/+0 | |
2011-08-26 | prepare for release - website under new user | Ryan Dahl | 1 | -1/+1 | |
2011-08-24 | test: add dgram tests to test-uv list | Ben Noordhuis | 1 | -0/+192 | |
2011-08-23 | tools/test.py to support marking files a libuv-broken | Ryan Dahl | 1 | -192/+2 | |
Use export NODE_USE_UV=1 python tools/test.py --libuv simple pummel To run the equivalent of "make test-uv". | |||||
2011-08-23 | waf: Don't build out/Debug/node_g - just out/Debug/node | Ryan Dahl | 1 | -1/+1 | |
This is to match how GYP does it. | |||||
2011-08-23 | WAF builds in out/ instead of build/ | Ryan Dahl | 1 | -29/+29 | |
2011-08-23 | Have WAF variants match GYP configuration names | Ryan Dahl | 1 | -6/+6 | |
2011-08-22 | net_uv: Don't error on ECONNRESET | Ryan Dahl | 1 | -0/+1 | |
Fixes #1571. | |||||
2011-08-12 | test: enable simple/test-http-dns-error for `make test-uv` | Ben Noordhuis | 1 | -0/+1 | |
2011-08-10 | win: fix test-process-env | Ryan Dahl | 1 | -0/+1 | |
Remove support for setting process.env.TZ as it doesn't seem we can do it x-platform without fixing V8. | |||||
2011-08-10 | Add test-pipe-file-to-http to test-uv | Ryan Dahl | 1 | -0/+1 | |
2011-08-09 | Fix test-net-server-on-fd-0 for windows by removing assert | Ryan Dahl | 1 | -0/+1 | |
Rename to regression test for GH-746 as the fd 0 behavior was not what the bug report was about. | |||||
2011-08-09 | Add fixed tests to test-uv | Ryan Dahl | 1 | -0/+3 | |
2011-08-07 | build: don't try to `ls -lh` executables that don't exist | Ben Noordhuis | 1 | -2/+2 | |
Avoids `ls: cannot access build/debug/node_g: No such file or directory`. Not an actual error but it confuses people. | |||||
2011-08-02 | http: make http2 the default, legacy backend is available with --use-http1 | Ben Noordhuis | 1 | -4/+4 | |
Fixes #1441. | |||||
2011-08-02 | test: add targets `test-http2` and `test-all-http2` | Ben Noordhuis | 1 | -0/+6 | |
Passes `--use-http2` to node. Fixes #1430. | |||||
2011-08-01 | child_process_uv: don't attempt to pass test-child-process-deprecated-api | Ryan Dahl | 1 | -0/+1 | |
2011-08-01 | Add test-tls-securepair-server to test-uv | Ryan Dahl | 1 | -1/+1 | |
2011-08-01 | child_process_uv: fix test-child-process-stdin and -ipc | Ryan Dahl | 1 | -0/+2 | |
2011-07-31 | child_process_uv: fix test/simple/test-child-process-env | Ryan Dahl | 1 | -0/+1 | |
2011-07-31 | child_process_uv: fix simple/test-child-process-cwd | Ryan Dahl | 1 | -0/+1 | |
2011-07-31 | child_process_uv: add exec, fix simple/test-child-process-exec-cwd | Ryan Dahl | 1 | -2/+3 | |
2011-07-31 | initial pass at lib/child_process_uv.js | Ryan Dahl | 1 | -0/+4 | |
2011-07-27 | Fix test-module-load-list for use-uv | Ryan Dahl | 1 | -0/+1 | |
2011-07-22 | test: test pipe API with raw net.Stream() object | Ben Noordhuis | 1 | -0/+1 | |
Test case for #1379. | |||||
2011-07-21 | Add tls tests to test-uv | Ryan Dahl | 1 | -0/+12 | |
2011-07-21 | Remove logos from package | Ryan Dahl | 1 | -0/+1 | |
2011-07-21 | test: add test-net-pingpong to `make test-uv` list | Ben Noordhuis | 1 | -0/+1 | |
2011-07-21 | Add tests for process.nextTick bugs on windows | Bert Belder | 1 | -0/+2 | |
These are supposed to pass w/ libuv, so add them to the test-uv tests. | |||||
2011-07-21 | test: beef up checks in test-http-unix-socket.js, add to `make test-uv` | Ben Noordhuis | 1 | -0/+1 | |
2011-07-18 | Output size of binaries on 'make' | Ryan Dahl | 1 | -0/+2 | |
2011-07-15 | net_uv: getsockname binding | Henry Rawas | 1 | -0/+1 | |
2011-07-15 | Add 'make test-uv-debug' | Ryan Dahl | 1 | -153/+157 | |
To run: ./configure --debug && make test-uv-debug | |||||
2011-07-15 | connect-timeout callbacks after close | Henry Rawas | 1 | -0/+4 | |
2011-07-15 | windows: fix simple/test-executable-path | Ryan Dahl | 1 | -0/+1 | |
2011-07-14 | connect-buffer play back queued write and end | Henry Rawas | 1 | -0/+1 | |
2011-07-14 | add working http tests | Henry Rawas | 1 | -0/+9 | |
2011-07-14 | net_uv: Add maxConnections support | Henry Rawas | 1 | -0/+1 | |
2011-07-13 | fix socket-timeout. Also fix makefile test list name net-stream | Henry Rawas | 1 | -1/+2 | |
2011-07-12 | test-net-reconnect needs socket connect event | Henry Rawas | 1 | -0/+1 | |
2011-07-08 | test-uv: add more test cases | Henry Rawas | 1 | -0/+10 | |
2011-07-08 | add tests to "make test-uv" | Henry Rawas | 1 | -2/+123 | |
2011-07-08 | Start 'make test-uv' command | Ryan Dahl | 1 | -0/+7 | |
2011-05-20 | Use same make as when originally invoked | Robert Mustacchi | 1 | -0/+8 | |
2011-04-02 | Added favicon.ico | George Stagas | 1 | -0/+1 | |
2011-02-10 | Bump version to v0.4.0v0.4.0 | Ryan Dahl | 1 | -0/+1 | |
2011-01-27 | Simplify website | Ryan Dahl | 1 | -8/+1 | |
2010-12-22 | Add 'make test-valgrind' | Ryan Dahl | 1 | -0/+6 | |
2010-12-13 | Print 'make clean' commands | Ryan Dahl | 1 | -4/+4 | |