6 Commits (42158a03132568ce28cf94e73ba6b8039b208d5d)

Author SHA1 Message Date
Brian White 2bc7841d0f
test: use random ports where possible 9 years ago
Rich Trott a1040f2065 test: refresh temp directory when using pipe 9 years ago
Brendan Ashworth 04722d14ca test: improve test-net-pingpong 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Fedor Indutny c7b42fe2e5 test: check ipv6 support before testing it 10 years ago
isaacs 695abba5ac test: Fix many tests for streams2 net refactor 12 years ago
Ben Noordhuis 018e110cd1 test: replace .addListener() calls with .on() 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Ben Noordhuis 725fcf5587 test: add test-net-pingpong to `make test-uv` list 13 years ago
Henry Rawas b6f6a1ca11 ipv6 node 13 years ago
Ryan Dahl d964b4c5aa net_uv: enable another test case in test-net-pingpong 13 years ago
Henry Rawas 47a5d93256 Fix test-net-pingpong.js on windows 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl 6ede26cb9c Add socket.bufferSize 14 years ago
Ryan Dahl c4161f32f5 Add callback to socket.write() 14 years ago
Oleg Efimov 0665f0271e GJSLint all simple tests exclude http-*, url, path 14 years ago
Oleg Efimov 0ce9cbab29 GJSLint continue 14 years ago
Ryan Dahl a0159b4b29 Fix global leaks 14 years ago
Ryan Dahl 2470d2ee92 allowHalfOpen disabled by default 14 years ago
Ryan Dahl 4593c04959 Implement net.Server.maxConnections 14 years ago
Ryan Dahl 9fd5e3c89c Update tests to work with module contexts 14 years ago
Ryan Dahl ba792ea202 :%s/sys.puts/console.log/g 15 years ago
Ryan Dahl 14414f81f3 Soft deprecation of 'listening' event. 15 years ago
Ryan Dahl 50c70ac714 Update stream API: forceClose() -> destroy(), close() -> end() 15 years ago
Ryan Dahl 025116f8d0 Move Buffer into own module 15 years ago
Ryan Dahl 90295d9fce [net2] inline write on empty write buffer for performance 15 years ago
Ryan Dahl fdf46a65c9 Use streams for stdout and stdin 15 years ago
Ryan Dahl 462a8f8652 add error listener to test-net-pingpong 15 years ago
Ryan Dahl 264a67aed2 Update net.js for new stream API 15 years ago
Ryan Dahl 71d237e6a0 Move net2 tests into test/simple 15 years ago
Ryan Dahl 33509bdbe5 eof -> end 15 years ago
Ryan Dahl 20eec646b3 [net2] add unix server to ping-pong test 15 years ago
Ryan Dahl a8ede8dd9e [net2] port ping pong test 15 years ago
Felix Geisendörfer 530328f12b CommonJS testing for node.js 15 years ago
Ryan Dahl 7a2e784ad7 Module refactor - almost CommonJS compatible now 15 years ago
Ryan Dahl ad0a4cefb8 Namespace EVERYTHING under process; introduce GLOBAL 15 years ago
Ryan Dahl 8185e1fd25 Remove include() add node.mixin() 15 years ago
Ryan Dahl 095470854b Move tcp library to /tcp.js 15 years ago
Ryan Dahl e0ec0036ca Add connection.setNoDelay() to disable Nagle algorithm. 15 years ago
Ryan Dahl 4b8f503fac Move mjsunit.js to system module directory. 15 years ago
Ryan 116f4dea05 lint 15 years ago
Ryan 723c7d9f7c Replace onExit() with process.addListener("exit") 15 years ago
Ryan 31265be4a6 Depreciate onLoad 15 years ago
Ryan 7aaab320b3 API: tcp.Connection "disconnect" event renamed to "close". 15 years ago
Ryan 8047b912c0 Change 'new node.tcp.Connection' to 'node.tcp.createConnection' 16 years ago
Ryan d428eff023 Snakecase events . 16 years ago
Ryan ed926da691 Remove onEvent compatibility 16 years ago
Ryan ed3d6a63d5 Further expand EventEmitter to TCP and HTTP 16 years ago