summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused symbols from http.cc.Ryan2009-07-241-15/+0
* Missing HandleScope in GetMethod(). Thanks Brian.Ryan2009-07-241-15/+18
* Add note to README about wiki pageRyan2009-07-241-0/+3
* Fix memory leak. It was only a missing HandleScope in Emit()!Ryan2009-07-242-10/+20
* Remove unused static object.Ryan2009-07-241-2/+0
* Fix evnet_buf size calculation for V8::AdjustAmountOfExternalAllocatedMemory().Ryan2009-07-231-1/+2
* Clean up little errors in events.jsRyan2009-07-231-2/+2
* ObjectWrap: MakeWeak again after each Weak callback.Ryan2009-07-231-8/+19
* Fix utf8 scripts, add test. Thanks Urban.Ryan2009-07-204-7/+21
* remove the callback from node.cat, node.fs.catRyan2009-07-202-4/+4
* root_module should be a local variableRyan2009-07-201-1/+1
* Array.prototype.encodeUtf8 renamed to node.encodeUtf8(array)Ryan2009-07-201-2/+2
* Upgrade V8 to 1.2.14Ryan2009-07-20153-4631/+11061
* Upgrade libev to 3.7Ryan2009-07-2016-208/+994
* Attach connections on Macintosh too.Ryan2009-07-201-1/+2
* Move node.inherit, node.path, node.cat to new file: util.jsRyan2009-07-165-73/+72
* Fix 'make test-debug'Ryan2009-07-161-1/+1
* Add IsNearDeath assertion to ObjectWrap destructorRyan2009-07-161-0/+1
* small clean ups to http.jsRyan2009-07-162-47/+17
* Upgrade evnet.Ryan2009-07-151-3/+3
* Better error output for socket errors. Temporary.Ryan2009-07-151-1/+3
* Bugfix: Server-side clients not attached between creation and on_connect.Ryan2009-07-153-1/+71
* Remove unused variable from ~ConnectionRyan2009-07-151-1/+0
* Upgrade evnet to fix close() bug. Add test for bug.Ryan2009-07-152-0/+93
* large http.js refactorRyan2009-07-142-282/+262
* http: Add IncomingMessage as abstract base class of ServerReq ClientResRyan2009-07-141-36/+66
* upgrade http_parserRyan2009-07-143-12/+21
* Replace some printf() in src/net with assertsRyan2009-07-132-7/+3
* Add 'close' event to tcp.ServerRyan2009-07-133-1/+27
* Add benchmark scripts.Ryan2009-07-135-1/+96
* Use assert() for Unwrap checks instead of JS error.Ryan2009-07-131-8/+8
* Bugfix: Sockets not properly reattached if reconnected during disconnect event.Ryan2009-07-136-20/+37
* add bug to TODORyan2009-07-131-0/+5
* Add res.client to ClientResponseRyan2009-07-132-3/+8
* Upgrade liboi, which is now called evnet.Ryan2009-07-1317-1029/+1136
* Do not call Detach() from Server::~Server.Ryan2009-07-112-2/+7
* Templatize ObjectWrap::Unwrap. Remove NODE_UNWRAP macro.Ryan2009-07-105-27/+26
* Simplify and cleanup ObjectWrap.Ryan2009-07-1013-202/+134
* validate jsJoshaven Potter2009-07-015-99/+85
* fix example on websiteRyan2009-06-301-1/+1
* bump versionv0.1.0Ryan2009-06-304-2/+25
* Add changelogRyan2009-06-301-0/+55
* small cleanupsRyan2009-06-302-4/+0
* Change 'new node.tcp.Connection' to 'node.tcp.createConnection'Ryan2009-06-305-17/+17
* Remove node.Process constructor from APIRyan2009-06-309-13/+32