summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-21bump versionv0.1.5Ryan1-1/+1
2009-08-21Buggy connections could crash node.js. Now check connection before sending da...Kevin van Zonneveld1-4/+3
2009-08-21Don't Close TCP Connection/Server on destruction.Ryan2-2/+1
2009-08-19Upgrade evcom - fix API issues.Ryan3-26/+15
2009-08-19Return the EventEmitter from addListener for chaining.Ryan1-0/+1
2009-08-19Bugfix: stdin fd (0) being ignored by node.File.Abe Fettig1-1/+1
2009-08-14API: tcp.Connection "disconnect" event renamed to "close".Ryan3-7/+7
2009-08-13bump versionv0.1.4Ryan1-1/+1
2009-08-13Remove debugging messages in HTTP clientRyan1-2/+2
2009-08-13Sync evcom after refactor; fix binding issuesRyan3-66/+42
2009-08-09Add IncomingMessage.prototype.pause() and resume().Ryan1-0/+8
2009-08-09Add connection.readPause() and connection.readResume()Ryan2-0/+32
2009-08-09Upgrade evcomRyan2-41/+41
2009-08-09Bugfix: Negative ints in HTTP's on_body and node.fs.read()Ryan2-2/+3
2009-08-09Bugfix: response.setBodyEncoding("ascii") not working.Ryan1-6/+6
2009-08-07Remove extra ev_timer_stop() in src/dns.ccRyan1-4/+1
2009-08-06bump versionv0.1.3Ryan1-1/+1
2009-08-06Remove unused symbols.Ryan2-7/+0
2009-08-06Bugfix: node.http.ServerRequest.setBodyEncoding('ascii') not workingRyan1-6/+6
2009-08-06Bugfix: node.encodeUtf8 was broken. (Connor Dunn)Ryan1-1/+23
2009-08-04Upgrade evcom - fix accepting too many connections issueRyan1-2/+2
2009-08-03Initial support for shebang.Ryan1-0/+3
2009-08-03Add simple command line switchesRyan1-0/+27
2009-08-03Add node.versionRyan2-0/+4
2009-08-01Add header to src/dns.cc to compile on FreeBSD.Ryan1-2/+3
2009-07-31node.fs.File was not passing args to promise callbacks.Ryan1-4/+16
2009-07-31Bugfix: negative integers in raw encoding stream.Ryan1-1/+1
2009-07-31Hack to fix module line numbers in stack traces.Ryan1-6/+6
2009-07-31Default to chunked for client requests without C-Length.Ryan1-18/+22
2009-07-31node.tcp.Server's backlog option is now an argument to listen()Ryan2-10/+28
2009-07-28Add DNS API.Ryan7-22/+381
2009-07-25Rename evnet to evcom.Ryan6-51/+51
2009-07-24Move EventEmitter.prototype.emit() completely into C++.Ryan3-33/+55
2009-07-24Remove unused 'using namespace std' lines.Ryan2-2/+0
2009-07-24Remove unused symbols from http.cc.Ryan1-15/+0
2009-07-24Missing HandleScope in GetMethod(). Thanks Brian.Ryan1-15/+18
2009-07-24Fix memory leak. It was only a missing HandleScope in Emit()!Ryan2-10/+20
2009-07-24Remove unused static object.Ryan1-2/+0
2009-07-23Fix evnet_buf size calculation for V8::AdjustAmountOfExternalAllocatedMemory().Ryan1-1/+2
2009-07-23Clean up little errors in events.jsRyan1-2/+2
2009-07-23ObjectWrap: MakeWeak again after each Weak callback.Ryan1-8/+19
2009-07-20Fix utf8 scripts, add test. Thanks Urban.Ryan2-6/+10
2009-07-20remove the callback from node.cat, node.fs.catRyan2-4/+4
2009-07-20root_module should be a local variableRyan1-1/+1
2009-07-20Array.prototype.encodeUtf8 renamed to node.encodeUtf8(array)Ryan1-2/+2
2009-07-20Attach connections on Macintosh too.Ryan1-1/+2
2009-07-16Move node.inherit, node.path, node.cat to new file: util.jsRyan4-73/+71
2009-07-16Add IsNearDeath assertion to ObjectWrap destructorRyan1-0/+1
2009-07-16small clean ups to http.jsRyan2-47/+17
2009-07-15Better error output for socket errors. Temporary.Ryan1-1/+3