summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump versionv0.1.4Ryan2009-08-134-2/+27
* Upgrade libev to 3.8Ryan2009-08-1320-1295/+1731
* Upgrade v8 to 1.3.4Ryan2009-08-1321-109/+325
* Enable test-tcp-many-clients.Ryan2009-08-131-0/+0
* Remove debugging messages in HTTP clientRyan2009-08-131-2/+2
* Upgrade v8 to 1.3.3Ryan2009-08-1352-1232/+7229
* Sync evcom after refactor; fix binding issuesRyan2009-08-137-693/+652
* Sync evcom.Ryan2009-08-101-1/+1
* (evcom) SOL_SOCKET got renamed in socket,stream renamingRyan2009-08-101-1/+1
* (evcom) Add fix for pausing against big buffers.Ryan2009-08-103-6/+79
* Add IncomingMessage.prototype.pause() and resume().Ryan2009-08-092-0/+23
* Add connection.readPause() and connection.readResume()Ryan2009-08-094-1/+91
* Upgrade evcomRyan2009-08-096-496/+489
* Bugfix: Negative ints in HTTP's on_body and node.fs.read()Ryan2009-08-092-2/+3
* Bugfix: response.setBodyEncoding("ascii") not working.Ryan2009-08-092-7/+7
* Fix http benchmark. Wasn't correctly dispatching.Ryan2009-08-081-5/+10
* Add -m32 gcc flag to udns build.Ryan2009-08-081-1/+1
* Upgrade http_parser to v0.2Ryan2009-08-075-883/+948
* Add SHA1 hash values to ChangeLog and fix formating.Ryan2009-08-071-21/+29
* Remove extra ev_timer_stop() in src/dns.ccRyan2009-08-071-4/+1
* (evcom) Increase recv buffer from 4 bytes (!!!) to 8192Ryan2009-08-061-3/+3
* bump versionv0.1.3Ryan2009-08-064-2/+24
* Delete v8 file that was removed in 1.3.2Ryan2009-08-061-370/+0
* Upgrade v8 to 1.3.2Ryan2009-08-0653-231/+2256
* Remove unused symbols.Ryan2009-08-062-7/+0
* Bugfix: node.http.ServerRequest.setBodyEncoding('ascii') not workingRyan2009-08-061-6/+6
* Bugfix: node.encodeUtf8 was broken. (Connor Dunn)Ryan2009-08-062-1/+34
* Add ranlib to udns MakefileRyan2009-08-061-0/+2
* Add Felix Geisendörfer's HTTP stress test.Ryan2009-08-051-0/+41
* Upgrade evcom - fix accepting too many connections issueRyan2009-08-044-72/+115
* Apply patch for V8 bug 414Ryan2009-08-041-11/+38
* Initial support for shebang.Ryan2009-08-031-0/+3
* Add simple command line switchesRyan2009-08-031-0/+27
* Add node.versionRyan2009-08-033-3/+4
* bump versionv0.1.2Ryan2009-08-014-2/+22
* Add header to src/dns.cc to compile on FreeBSD.Ryan2009-08-011-2/+3
* Add examples of reading a file to documentation.Ryan2009-07-311-0/+25
* node.fs.File was not passing args to promise callbacks.Ryan2009-07-312-4/+36
* Bugfix: negative integers in raw encoding stream.Ryan2009-07-312-1/+48
* Hack to fix module line numbers in stack traces.Ryan2009-07-311-6/+6
* Default to chunked for client requests without C-Length.Ryan2009-07-312-18/+74
* Upgrade V8 to 1.3.1Ryan2009-07-31124-2392/+7951
* node.tcp.Server's backlog option is now an argument to listen()Ryan2009-07-313-25/+44
* Simplify the DNS usage example.Ryan2009-07-301-27/+23
* Add DNS API.Ryan2009-07-2846-33/+9585
* bump versionv0.1.1Ryan2009-07-274-2/+38
* Disable test-tcp-many-clients.js. It's broken on macintosh - don't want to fi...Ryan2009-07-271-0/+0
* Rename evnet to evcom.Ryan2009-07-2512-306/+306
* Move EventEmitter.prototype.emit() completely into C++.Ryan2009-07-243-33/+55
* Remove unused 'using namespace std' lines.Ryan2009-07-242-2/+0