405 Commits (d41197e02ca9be2cce585f7b0d015554f42e0ecf)
 

Author SHA1 Message Date
Ryan d41197e02c Disable test-tcp-many-clients.js. It's broken on macintosh - don't want to fix right now. 15 years ago
Ryan 0fb0af3a6c Rename evnet to evcom. 15 years ago
Ryan 842eaf446d Move EventEmitter.prototype.emit() completely into C++. 15 years ago
Ryan 4aac515202 Remove unused 'using namespace std' lines. 15 years ago
Ryan b3e828991b Remove unused symbols from http.cc. 15 years ago
Ryan 854538d094 Missing HandleScope in GetMethod(). Thanks Brian. 15 years ago
Ryan d2222efc5e Add note to README about wiki page 15 years ago
Ryan 50c0d16208 Fix memory leak. It was only a missing HandleScope in Emit()! 15 years ago
Ryan 78aaf8df67 Remove unused static object. 15 years ago
Ryan 646829262f Fix evnet_buf size calculation for V8::AdjustAmountOfExternalAllocatedMemory(). 15 years ago
Ryan dd1750f573 Clean up little errors in events.js 15 years ago
Ryan 0462b5d1ec ObjectWrap: MakeWeak again after each Weak callback. 15 years ago
Ryan b1588e78d9 Fix utf8 scripts, add test. Thanks Urban. 15 years ago
Ryan e8a5d3d311 remove the callback from node.cat, node.fs.cat 15 years ago
Ryan b07dc31e1b root_module should be a local variable 15 years ago
Ryan 2a695a9721 Array.prototype.encodeUtf8 renamed to node.encodeUtf8(array) 15 years ago
Ryan 88e9a5f122 Upgrade V8 to 1.2.14 15 years ago
Ryan f4dfbe37a3 Upgrade libev to 3.7 15 years ago
Ryan e7bbda0b7f Attach connections on Macintosh too. 15 years ago
Ryan eb10553634 Move node.inherit, node.path, node.cat to new file: util.js 15 years ago
Ryan 22e85cbc0b Fix 'make test-debug' 15 years ago
Ryan edbae656d6 Add IsNearDeath assertion to ObjectWrap destructor 15 years ago
Ryan 56c785ceae small clean ups to http.js 15 years ago
Ryan 8b819d8546 Upgrade evnet. 15 years ago
Ryan 0292dea847 Better error output for socket errors. Temporary. 15 years ago
Ryan 1b6bbc619d Bugfix: Server-side clients not attached between creation and on_connect. 15 years ago
Ryan fc02221393 Remove unused variable from ~Connection 15 years ago
Ryan 5e2a6f8c46 Upgrade evnet to fix close() bug. Add test for bug. 15 years ago
Ryan ef09b2c65d large http.js refactor 15 years ago
Ryan 216e6204f0 http: Add IncomingMessage as abstract base class of ServerReq ClientRes 15 years ago
Ryan 116069fab3 upgrade http_parser 15 years ago
Ryan 2819e3bcb8 Replace some printf() in src/net with asserts 15 years ago
Ryan f99fbc61e1 Add 'close' event to tcp.Server 15 years ago
Ryan 05d6319fa0 Add benchmark scripts. 15 years ago
Ryan bf6a457f64 Use assert() for Unwrap checks instead of JS error. 15 years ago
Ryan 041af82b8c Bugfix: Sockets not properly reattached if reconnected during disconnect event. 16 years ago
Ryan d4fcc0a753 add bug to TODO 16 years ago
Ryan 996d5ef5f1 Add res.client to ClientResponse 16 years ago
Ryan c5ab0d5a80 Upgrade liboi, which is now called evnet. 15 years ago
Ryan 51e77c37b5 Do not call Detach() from Server::~Server. 16 years ago
Ryan 22c3a1e2a5 Templatize ObjectWrap::Unwrap. Remove NODE_UNWRAP macro. 16 years ago
Ryan 1fc4dce08b Simplify and cleanup ObjectWrap. 16 years ago
Joshaven Potter 4b9f26c51a validate js 16 years ago
Ryan 0640517a91 fix example on website 16 years ago
Ryan 813b53938b bump version 16 years ago
Ryan 94f03be728 Add changelog 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 a3d77ee4e7 Add new documentation (using asciidoc!) 16 years ago