2652 Commits (de56ffa58b08d69e428fa221681ef305464898a8)

Author SHA1 Message Date
Ryan 82cb1b5acb API: Remove buffered file object (node.File) 15 years ago
Ryan 8658999c7d Refactor node.Process to take advantage of evcom_reader/writer. 15 years ago
Ryan 17c6a67f15 Introduce node.stdio 15 years ago
Ryan 0727fcc9ed Speed up test-tcp-throttle.js 15 years ago
Ryan 316e2833f0 Use flat object instead of array-of-arrays for HTTP headers. 15 years ago
Ryan 368ea93bfe Upgrade evcom - fix API issues. 15 years ago
Ryan 7aaab320b3 API: tcp.Connection "disconnect" event renamed to "close". 15 years ago
Ryan dd5ae3183b Enable test-tcp-many-clients. 15 years ago
Ryan 3b0408ec1c Sync evcom after refactor; fix binding issues 15 years ago
Ryan 738d20f6f0 (evcom) Add fix for pausing against big buffers. 15 years ago
Ryan 94e8721771 Add connection.readPause() and connection.readResume() 15 years ago
Ryan 75fc21537a Bugfix: response.setBodyEncoding("ascii") not working. 15 years ago
Ryan 9b3baf3d50 Bugfix: node.encodeUtf8 was broken. (Connor Dunn) 15 years ago
Ryan e111ccc014 Add Felix Geisendörfer's HTTP stress test. 15 years ago
Ryan 4f46c47773 node.fs.File was not passing args to promise callbacks. 15 years ago
Ryan 9d3ed1bb92 Bugfix: negative integers in raw encoding stream. 15 years ago
Ryan b27f8ba06d Default to chunked for client requests without C-Length. 15 years ago
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. 15 years ago
Ryan 5e2a6f8c46 Upgrade evnet to fix close() bug. Add test for bug. 15 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