449 Commits (9dc621f83a6ea79e95b7b9780df164df0b28bac7)
 

Author SHA1 Message Date
Ryan 9dc621f83a Upgrade v8 to 1.3.4 15 years ago
Ryan dd5ae3183b Enable test-tcp-many-clients. 15 years ago
Ryan af40ae6b8f Remove debugging messages in HTTP client 15 years ago
Ryan 79ff085c4a Upgrade v8 to 1.3.3 15 years ago
Ryan 3b0408ec1c Sync evcom after refactor; fix binding issues 15 years ago
Ryan 4253baf4ab Sync evcom. 15 years ago
Ryan ca0dda797a (evcom) SOL_SOCKET got renamed in socket,stream renaming 15 years ago
Ryan 738d20f6f0 (evcom) Add fix for pausing against big buffers. 15 years ago
Ryan 0638a3a3ab Add IncomingMessage.prototype.pause() and resume(). 15 years ago
Ryan 94e8721771 Add connection.readPause() and connection.readResume() 15 years ago
Ryan 7d60998ee1 Upgrade evcom 15 years ago
Ryan ed8c43d2f3 Bugfix: Negative ints in HTTP's on_body and node.fs.read() 15 years ago
Ryan 75fc21537a Bugfix: response.setBodyEncoding("ascii") not working. 15 years ago
Ryan 65ec2d5db4 Fix http benchmark. Wasn't correctly dispatching. 15 years ago
Ryan abaab2ce9b Add -m32 gcc flag to udns build. 15 years ago
Ryan d8226af7f5 Upgrade http_parser to v0.2 15 years ago
Ryan 6ffe389c97 Add SHA1 hash values to ChangeLog and fix formating. 15 years ago
Ryan 78024fa689 Remove extra ev_timer_stop() in src/dns.cc 15 years ago
Ryan 0486c091e1 (evcom) Increase recv buffer from 4 bytes (!!!) to 8192 15 years ago
Ryan 7464d42310 bump version 15 years ago
Ryan 7946e98c1f Delete v8 file that was removed in 1.3.2 15 years ago
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