Commit Graph

  • 0f888ed6de bump version v0.1.4 Ryan 2009-08-13 15:52:55 +0200
  • b41ea5289e Upgrade libev to 3.8 Ryan 2009-08-13 15:07:37 +0200
  • 9dc621f83a Upgrade v8 to 1.3.4 Ryan 2009-08-13 15:06:34 +0200
  • dd5ae3183b Enable test-tcp-many-clients. Ryan 2009-08-13 15:04:24 +0200
  • af40ae6b8f Remove debugging messages in HTTP client Ryan 2009-08-13 15:03:28 +0200
  • 79ff085c4a Upgrade v8 to 1.3.3 Ryan 2009-08-13 13:52:47 +0200
  • 3b0408ec1c Sync evcom after refactor; fix binding issues Ryan 2009-08-13 13:47:16 +0200
  • 4253baf4ab Sync evcom. Ryan 2009-08-10 12:54:57 +0200
  • ca0dda797a (evcom) SOL_SOCKET got renamed in socket,stream renaming Ryan 2009-08-10 12:46:22 +0200
  • 738d20f6f0 (evcom) Add fix for pausing against big buffers. Ryan 2009-08-10 12:14:41 +0200
  • 0638a3a3ab Add IncomingMessage.prototype.pause() and resume(). Ryan 2009-08-09 19:16:25 +0200
  • 94e8721771 Add connection.readPause() and connection.readResume() Ryan 2009-08-09 18:49:51 +0200
  • 7d60998ee1 Upgrade evcom Ryan 2009-08-09 18:27:56 +0200
  • ed8c43d2f3 Bugfix: Negative ints in HTTP's on_body and node.fs.read() Ryan 2009-08-09 18:10:16 +0200
  • 75fc21537a Bugfix: response.setBodyEncoding("ascii") not working. Ryan 2009-08-09 18:04:10 +0200
  • 65ec2d5db4 Fix http benchmark. Wasn't correctly dispatching. Ryan 2009-08-08 21:51:28 +0200
  • abaab2ce9b Add -m32 gcc flag to udns build. Ryan 2009-08-08 16:58:06 +0200
  • d8226af7f5 Upgrade http_parser to v0.2 Ryan 2009-08-07 18:25:25 +0200
  • 6ffe389c97 Add SHA1 hash values to ChangeLog and fix formating. Ryan 2009-08-07 15:31:36 +0200
  • 78024fa689 Remove extra ev_timer_stop() in src/dns.cc Ryan 2009-08-07 14:10:40 +0200
  • 0486c091e1 (evcom) Increase recv buffer from 4 bytes (!!!) to 8192 Ryan 2009-08-06 15:08:07 +0200
  • 7464d42310 bump version v0.1.3 Ryan 2009-08-06 13:59:38 +0200
  • 7946e98c1f Delete v8 file that was removed in 1.3.2 Ryan 2009-08-06 13:59:09 +0200
  • 8bb8b4b570 Upgrade v8 to 1.3.2 Ryan 2009-08-06 13:36:45 +0200
  • b849d50288 Remove unused symbols. Ryan 2009-08-06 13:33:42 +0200
  • 216fb3b9b2 Bugfix: node.http.ServerRequest.setBodyEncoding('ascii') not working Ryan 2009-08-06 13:29:24 +0200
  • 9b3baf3d50 Bugfix: node.encodeUtf8 was broken. (Connor Dunn) Ryan 2009-08-06 13:17:30 +0200
  • fb7dd02929 Add ranlib to udns Makefile Ryan 2009-08-05 15:33:42 +0200
  • e111ccc014 Add Felix Geisendörfer's HTTP stress test. Ryan 2009-08-05 11:17:26 +0200
  • 396ed96b2d Upgrade evcom - fix accepting too many connections issue Ryan 2009-08-04 14:44:40 +0200
  • 2312ff4b23 Apply patch for V8 bug 414 Ryan 2009-08-04 12:05:59 +0200
  • 6acac912dd Initial support for shebang. Ryan 2009-08-03 18:39:37 +0200
  • 11df252cb9 Add simple command line switches Ryan 2009-08-03 18:19:40 +0200
  • 1bf9be6b37 Add node.version Ryan 2009-08-03 17:51:35 +0200
  • e10fbab00f bump version v0.1.2 Ryan 2009-08-01 14:56:45 +0200
  • 207bd3c764 Add header to src/dns.cc to compile on FreeBSD. Ryan 2009-08-01 12:58:39 +0200
  • c745383b31 Add examples of reading a file to documentation. Ryan 2009-07-31 19:56:53 +0200
  • 4f46c47773 node.fs.File was not passing args to promise callbacks. Ryan 2009-07-31 19:48:19 +0200
  • 9d3ed1bb92 Bugfix: negative integers in raw encoding stream. Ryan 2009-07-31 19:16:08 +0200
  • e25afc35bd Hack to fix module line numbers in stack traces. Ryan 2009-07-31 18:49:30 +0200
  • b27f8ba06d Default to chunked for client requests without C-Length. Ryan 2009-07-31 18:34:27 +0200
  • 2ebd692151 Upgrade V8 to 1.3.1 Ryan 2009-07-31 14:36:48 +0200
  • 5373c6869a node.tcp.Server's backlog option is now an argument to listen() Ryan 2009-07-31 11:59:36 +0200
  • 4db8bb9375 Simplify the DNS usage example. Ryan 2009-07-30 15:54:38 +0200
  • 41d89f611f Add DNS API. Ryan 2009-07-28 12:29:18 +0200
  • 77d407df28 bump version v0.1.1 Ryan 2009-07-27 15:48:16 +0200
  • d41197e02c Disable test-tcp-many-clients.js. It's broken on macintosh - don't want to fix right now. Ryan 2009-07-27 15:30:07 +0200
  • 0fb0af3a6c Rename evnet to evcom. Ryan 2009-07-25 17:52:21 +0200
  • 842eaf446d Move EventEmitter.prototype.emit() completely into C++. Ryan 2009-07-24 22:23:50 +0200
  • 4aac515202 Remove unused 'using namespace std' lines. Ryan 2009-07-24 22:22:08 +0200
  • b3e828991b Remove unused symbols from http.cc. Ryan 2009-07-24 20:42:54 +0200
  • 854538d094 Missing HandleScope in GetMethod(). Thanks Brian. Ryan 2009-07-24 20:09:26 +0200
  • d2222efc5e Add note to README about wiki page Ryan 2009-07-24 15:14:59 +0200
  • 50c0d16208 Fix memory leak. It was only a missing HandleScope in Emit()! Ryan 2009-07-24 12:53:46 +0200
  • 78aaf8df67 Remove unused static object. Ryan 2009-07-24 01:15:21 +0200
  • 646829262f Fix evnet_buf size calculation for V8::AdjustAmountOfExternalAllocatedMemory(). Ryan 2009-07-23 18:36:28 +0200
  • dd1750f573 Clean up little errors in events.js Ryan 2009-07-23 18:35:43 +0200
  • 0462b5d1ec ObjectWrap: MakeWeak again after each Weak callback. Ryan 2009-07-23 18:35:03 +0200
  • b1588e78d9 Fix utf8 scripts, add test. Thanks Urban. Ryan 2009-07-20 21:22:19 +0200
  • e8a5d3d311 remove the callback from node.cat, node.fs.cat Ryan 2009-07-20 21:07:34 +0200
  • b07dc31e1b root_module should be a local variable Ryan 2009-07-20 18:30:15 +0200
  • 2a695a9721 Array.prototype.encodeUtf8 renamed to node.encodeUtf8(array) Ryan 2009-07-20 18:19:13 +0200
  • 88e9a5f122 Upgrade V8 to 1.2.14 Ryan 2009-07-20 13:18:42 +0200
  • f4dfbe37a3 Upgrade libev to 3.7 Ryan 2009-07-20 13:01:40 +0200
  • e7bbda0b7f Attach connections on Macintosh too. Ryan 2009-07-20 12:52:03 +0200
  • eb10553634 Move node.inherit, node.path, node.cat to new file: util.js Ryan 2009-07-16 17:19:02 +0200
  • 22e85cbc0b Fix 'make test-debug' Ryan 2009-07-16 16:54:55 +0200
  • edbae656d6 Add IsNearDeath assertion to ObjectWrap destructor Ryan 2009-07-16 15:43:03 +0200
  • 56c785ceae small clean ups to http.js Ryan 2009-07-16 10:59:40 +0200
  • 8b819d8546 Upgrade evnet. Ryan 2009-07-15 17:52:38 +0200
  • 0292dea847 Better error output for socket errors. Temporary. Ryan 2009-07-15 17:52:11 +0200
  • 1b6bbc619d Bugfix: Server-side clients not attached between creation and on_connect. Ryan 2009-07-15 17:00:15 +0200
  • fc02221393 Remove unused variable from ~Connection Ryan 2009-07-15 14:36:38 +0200
  • 5e2a6f8c46 Upgrade evnet to fix close() bug. Add test for bug. Ryan 2009-07-15 07:54:01 +0200
  • ef09b2c65d large http.js refactor Ryan 2009-07-14 18:31:50 +0200
  • 216e6204f0 http: Add IncomingMessage as abstract base class of ServerReq ClientRes Ryan 2009-07-14 11:59:13 +0200
  • 116069fab3 upgrade http_parser Ryan 2009-07-14 00:00:07 +0200
  • 2819e3bcb8 Replace some printf() in src/net with asserts Ryan 2009-07-13 16:35:48 +0200
  • f99fbc61e1 Add 'close' event to tcp.Server Ryan 2009-07-13 15:36:14 +0200
  • 05d6319fa0 Add benchmark scripts. Ryan 2009-07-13 12:48:59 +0200
  • bf6a457f64 Use assert() for Unwrap checks instead of JS error. Ryan 2009-07-13 11:44:41 +0200
  • 041af82b8c Bugfix: Sockets not properly reattached if reconnected during disconnect event. Ryan 2009-07-12 15:02:13 +0200
  • d4fcc0a753 add bug to TODO Ryan 2009-07-12 11:49:37 +0200
  • 996d5ef5f1 Add res.client to ClientResponse Ryan 2009-07-12 11:48:37 +0200
  • c5ab0d5a80 Upgrade liboi, which is now called evnet. Ryan 2009-07-13 16:38:24 +0200
  • 51e77c37b5 Do not call Detach() from Server::~Server. Ryan 2009-07-11 11:43:06 +0200
  • 22c3a1e2a5 Templatize ObjectWrap::Unwrap. Remove NODE_UNWRAP macro. Ryan 2009-07-10 13:57:05 +0200
  • 1fc4dce08b Simplify and cleanup ObjectWrap. Ryan 2009-07-10 13:38:53 +0200
  • 4b9f26c51a validate js Joshaven Potter 2009-06-30 18:49:56 -0400
  • 0640517a91 fix example on website Ryan 2009-06-30 15:56:52 +0200
  • 813b53938b bump version v0.1.0 Ryan 2009-06-30 15:18:05 +0200
  • 94f03be728 Add changelog Ryan 2009-06-30 15:10:15 +0200
  • 7879e7fd25 small cleanups Ryan 2009-06-30 13:58:30 +0200
  • 8047b912c0 Change 'new node.tcp.Connection' to 'node.tcp.createConnection' Ryan 2009-06-30 13:56:52 +0200
  • d56552dc66 Remove node.Process constructor from API Ryan 2009-06-30 13:40:00 +0200
  • a3d77ee4e7 Add new documentation (using asciidoc!) Ryan 2009-06-30 13:27:25 +0200
  • a623d763c1 Add -m32 flags for compiling on 64bit machines. Ryan 2009-06-29 21:17:06 +0200
  • e4ba665c87 Fix ref/unref problem. Was doing opposite of what I should. Ryan 2009-06-29 20:53:54 +0200
  • 88ad880556 Add new test for node.fs.stat() Ryan 2009-06-29 14:11:26 +0200
  • e7ad8ab4b0 Clean up some of the event handling code Ryan 2009-06-29 14:11:01 +0200