15778 Commits (5c85ae69f914d23b55fcf8e966ca894a8c479639)
 

Author SHA1 Message Date
Ryan 8bb8b4b570 Upgrade v8 to 1.3.2 15 years ago
Ryan b849d50288 Remove unused symbols. 15 years ago
Ryan 216fb3b9b2 Bugfix: node.http.ServerRequest.setBodyEncoding('ascii') not working 15 years ago
Ryan 9b3baf3d50 Bugfix: node.encodeUtf8 was broken. (Connor Dunn) 15 years ago
Ryan fb7dd02929 Add ranlib to udns Makefile 15 years ago
Ryan e111ccc014 Add Felix Geisendörfer's HTTP stress test. 15 years ago
Ryan 396ed96b2d Upgrade evcom - fix accepting too many connections issue 15 years ago
Ryan 2312ff4b23 Apply patch for V8 bug 414 15 years ago
Ryan 6acac912dd Initial support for shebang. 15 years ago
Ryan 11df252cb9 Add simple command line switches 15 years ago
Ryan 1bf9be6b37 Add node.version 15 years ago
Ryan e10fbab00f bump version 15 years ago
Ryan 207bd3c764 Add header to src/dns.cc to compile on FreeBSD. 15 years ago
Ryan c745383b31 Add examples of reading a file to documentation. 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 e25afc35bd Hack to fix module line numbers in stack traces. 15 years ago
Ryan b27f8ba06d Default to chunked for client requests without C-Length. 15 years ago
Ryan 2ebd692151 Upgrade V8 to 1.3.1 15 years ago
Ryan 5373c6869a node.tcp.Server's backlog option is now an argument to listen() 15 years ago
Ryan 4db8bb9375 Simplify the DNS usage example. 15 years ago
Ryan 41d89f611f Add DNS API. 15 years ago
Ryan 77d407df28 bump version 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 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