1403 Commits (b28e700ebdf6583364fec3171390a24153f79632)

Author SHA1 Message Date
Ryan 41d89f611f Add DNS API. 15 years ago
Ryan d41197e02c Disable test-tcp-many-clients.js. It's broken on macintosh - don't want to fix right now. 15 years ago
Ryan b1588e78d9 Fix utf8 scripts, add test. Thanks Urban. 15 years ago
Ryan 1b6bbc619d Bugfix: Server-side clients not attached between creation and on_connect. 16 years ago
Ryan 5e2a6f8c46 Upgrade evnet to fix close() bug. Add test for bug. 16 years ago
Ryan 041af82b8c Bugfix: Sockets not properly reattached if reconnected during disconnect event. 16 years ago
Joshaven Potter 4b9f26c51a validate js 16 years ago
Ryan 7879e7fd25 small cleanups 16 years ago
Ryan 8047b912c0 Change 'new node.tcp.Connection' to 'node.tcp.createConnection' 16 years ago
Ryan d56552dc66 Remove node.Process constructor from API 16 years ago
Ryan e4ba665c87 Fix ref/unref problem. Was doing opposite of what I should. 16 years ago
Ryan 88ad880556 Add new test for node.fs.stat() 16 years ago
Ryan d428eff023 Snakecase events . 16 years ago
Ryan e876d6629e Fix unused variable warnings. 16 years ago
Ryan 65324866bc Implement Promises for file i/o 16 years ago
Ryan ed926da691 Remove onEvent compatibility 16 years ago
Ryan 70fe920fb5 Use events for all HTTP messages. 16 years ago
Ryan ed3d6a63d5 Further expand EventEmitter to TCP and HTTP 16 years ago
Ryan 5b7fb1003c Add failing test. Process spawning loop. 16 years ago
Ryan bdad5e7333 test-process-kill: start process after onLoad 16 years ago
Ryan 7363ccd273 bugfix: Properly exit a process. 16 years ago
Ryan 3fed1a0954 Use v8's test runner 16 years ago
Urban Hafner ea290e727d Finished remote module loading 16 years ago
Urban Hafner ad15067ea0 Tests and implementation of node.cat() 16 years ago
Ryan c5b5815ae7 fix error in test-process-simple 16 years ago
Ryan 145072e736 Add test-process-kill.js 16 years ago
Ryan e71b089cd7 Add test-process-simple.js 16 years ago
Ryan 89d891f912 Small clean up in test-http-client-race 16 years ago
Ryan e30e4415ee Fixes for ipv6 16 years ago
Urban Hafner ce85f84d15 Implementation of node.http.cat 16 years ago
Urban Hafner 79010540fc Test case for node.http.cat 16 years ago
Ryan d77f757745 Fix test-http-client-race bug 16 years ago
Ryan 194eeac0d9 Add failing test for HTTP Client 16 years ago
Ryan 3b05cf260e Add "opening" readyState for the resolve period. 16 years ago
Urban Hafner 6b9e5eedf2 Test for remote module loading 16 years ago
Ryan 870b5db46c Bugfix+Refactor: accessing HTTP connection remoteAddress 16 years ago
Ryan dcf5e72036 Fiddle with remoteAddress 16 years ago
Ryan 916b9ca715 Add Request objects on the HTTP server can be interrupted. 16 years ago
Ryan 3a0de007aa onBodyComplete was not getting called in HTTP server 16 years ago
Ryan 1a1406c80e Add 'localhost' to connect() to test for issue 3 16 years ago
Ryan f657a6324a Fix comment/test for Mac getaddinfo() bug. 16 years ago
Ryan 88c04e74c9 Add HTTP proxy test. Fix bug in http.Server. 16 years ago
Ryan dca7f7bada Add http server / http client test. 16 years ago
Ryan 8b49cef10b Modify the tests to use onExit hook. 16 years ago
Ryan f6a7fe2657 Implement onExit() hook for modules. 16 years ago
Ryan b6fe4aec50 Module system refactor 16 years ago
Ryan 5558bc4e6e Add connection.remoteAddress for server-side node.tcp.Connections. 16 years ago
Ryan 8cfdd326a8 Add "had_error" argument to the "onDisconnect" in node.tcp.Client 16 years ago
Ryan ed283dc280 Fix bug: catting non-existent files 16 years ago
Ryan 5c2389fada Remove error codes from file on_completion callbacks. Use file.onError. 16 years ago