summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Implement make installFedor Indutny2011-12-141-4/+6
* build: update 'make install' warning messageBen Noordhuis2011-12-141-1/+2
* build: regenerate out/Makefile from within the main Makefileeddy_me08@yahoo.com2011-11-291-1/+2
* build: print "not yet implemented" warning on `make install`Ben Noordhuis2011-11-231-0/+3
* Add missing rmRyan Dahl2011-11-181-1/+1
* Force makefile generation in gypRyan Dahl2011-11-171-2/+2
* Remove SCONS deprecate WAFRyan Dahl2011-11-141-60/+203
* Add 'make dist-upload'Ryan Dahl2011-11-111-4/+20
* Improve OSX installerRyan Dahl2011-11-101-0/+1
* Remove separation of libuv testsRyan Dahl2011-11-021-198/+0
* Don't ls node_g after make - it confuses peopleRyan Dahl2011-09-291-1/+0
* prepare for release - website under new userRyan Dahl2011-08-261-1/+1
* test: add dgram tests to test-uv listBen Noordhuis2011-08-241-0/+192
* tools/test.py to support marking files a libuv-brokenRyan Dahl2011-08-231-192/+2
* waf: Don't build out/Debug/node_g - just out/Debug/nodeRyan Dahl2011-08-231-1/+1
* WAF builds in out/ instead of build/Ryan Dahl2011-08-231-29/+29
* Have WAF variants match GYP configuration namesRyan Dahl2011-08-231-6/+6
* net_uv: Don't error on ECONNRESETRyan Dahl2011-08-221-0/+1
* test: enable simple/test-http-dns-error for `make test-uv`Ben Noordhuis2011-08-121-0/+1
* win: fix test-process-envRyan Dahl2011-08-101-0/+1
* Add test-pipe-file-to-http to test-uvRyan Dahl2011-08-101-0/+1
* Fix test-net-server-on-fd-0 for windows by removing assertRyan Dahl2011-08-091-0/+1
* Add fixed tests to test-uvRyan Dahl2011-08-091-0/+3
* build: don't try to `ls -lh` executables that don't existBen Noordhuis2011-08-071-2/+2
* http: make http2 the default, legacy backend is available with --use-http1Ben Noordhuis2011-08-021-4/+4
* test: add targets `test-http2` and `test-all-http2`Ben Noordhuis2011-08-021-0/+6
* child_process_uv: don't attempt to pass test-child-process-deprecated-apiRyan Dahl2011-08-011-0/+1
* Add test-tls-securepair-server to test-uvRyan Dahl2011-08-011-1/+1
* child_process_uv: fix test-child-process-stdin and -ipcRyan Dahl2011-08-011-0/+2
* child_process_uv: fix test/simple/test-child-process-envRyan Dahl2011-07-311-0/+1
* child_process_uv: fix simple/test-child-process-cwdRyan Dahl2011-07-311-0/+1
* child_process_uv: add exec, fix simple/test-child-process-exec-cwdRyan Dahl2011-07-311-2/+3
* initial pass at lib/child_process_uv.jsRyan Dahl2011-07-311-0/+4
* Fix test-module-load-list for use-uvRyan Dahl2011-07-271-0/+1
* test: test pipe API with raw net.Stream() objectBen Noordhuis2011-07-221-0/+1
* Add tls tests to test-uvRyan Dahl2011-07-211-0/+12
* Remove logos from packageRyan Dahl2011-07-211-0/+1
* test: add test-net-pingpong to `make test-uv` listBen Noordhuis2011-07-211-0/+1
* Add tests for process.nextTick bugs on windowsBert Belder2011-07-211-0/+2
* test: beef up checks in test-http-unix-socket.js, add to `make test-uv`Ben Noordhuis2011-07-211-0/+1
* Output size of binaries on 'make'Ryan Dahl2011-07-181-0/+2
* net_uv: getsockname bindingHenry Rawas2011-07-151-0/+1
* Add 'make test-uv-debug'Ryan Dahl2011-07-151-153/+157
* connect-timeout callbacks after closeHenry Rawas2011-07-151-0/+4
* windows: fix simple/test-executable-pathRyan Dahl2011-07-151-0/+1
* connect-buffer play back queued write and endHenry Rawas2011-07-141-0/+1
* add working http testsHenry Rawas2011-07-141-0/+9
* net_uv: Add maxConnections supportHenry Rawas2011-07-141-0/+1
* fix socket-timeout. Also fix makefile test list name net-streamHenry Rawas2011-07-131-1/+2
* test-net-reconnect needs socket connect eventHenry Rawas2011-07-121-0/+1