summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump versionv0.1.7Ryan2009-08-274-5/+29
* Fix text on index.htmlRyan2009-08-271-1/+1
* API: rename node.Process to node.ChildProcessRyan2009-08-2613-104/+106
* lintRyan2009-08-2629-176/+179
* Replace onExit() with process.addListener("exit")Ryan2009-08-2629-74/+77
* Introduce 'process' object. Also is the global object.Ryan2009-08-263-10/+17
* Depreciate onLoadRyan2009-08-2626-429/+383
* Synchronous module loading.Ryan2009-08-262-34/+51
* Add node.assert for internal debugging.Ryan2009-08-261-0/+4
* promise.block() renamed to promise.wait()Ryan2009-08-264-54/+120
* Improve Promise documentation.Ryan2009-08-261-17/+21
* Modify website layout.Ryan2009-08-261-5/+5
* API: All EventEmitters emit "newListener" when listeners are added.Ryan2009-08-253-1/+56
* Restyle website/api.html. Now looks like the front page.Ryan2009-08-256-83/+107
* Upgrade v8 to 1.3.7Ryan2009-08-2545-215/+436
* Fix coupling problems on OSXRyan2009-08-251-22/+28
* Add close() to coupling pump. Wasn't getting EOF.Ryan2009-08-251-0/+10
* Experimental support for Promise.block()Ryan2009-08-257-71/+180
* API: Remove buffered file object (node.File)Ryan2009-08-254-290/+1
* Refactor node.Process to take advantage of evcom_reader/writer.Ryan2009-08-256-298/+185
* Introduce node.stdioRyan2009-08-2413-38/+793
* Speed up test-tcp-throttle.jsRyan2009-08-241-1/+1
* Add sha1 hashes to ChangeLogRyan2009-08-241-4/+4
* Remove outdated todo listRyan2009-08-241-26/+0
* Add node node_g to gitignore.Ryan2009-08-241-0/+2
* Use flat object instead of array-of-arrays for HTTP headers.Ryan2009-08-2311-66/+87
* bump versionv0.1.6Ryan2009-08-224-52/+10
* evcom upgrade - ignore sigpipe. remove error output.Ryan2009-08-225-4/+16
* bump versionv0.1.5Ryan2009-08-214-3/+23
* Buggy connections could crash node.js. Now check connection before sending da...Kevin van Zonneveld2009-08-211-4/+3
* Sync evcomRyan2009-08-213-28/+78
* Don't Close TCP Connection/Server on destruction.Ryan2009-08-212-2/+1
* Upgrade v8 to 1.3.6Ryan2009-08-2133-145/+726
* Remove connnection.fullClose() from documentation.Ryan2009-08-191-6/+0
* Upgrade evcom - fix API issues.Ryan2009-08-1913-540/+1456
* Upgrade v8 to 1.3.5Ryan2009-08-19110-1307/+6193
* Return the EventEmitter from addListener for chaining.Ryan2009-08-191-0/+1
* Bugfix: stdin fd (0) being ignored by node.File.Abe Fettig2009-08-191-1/+1
* API: tcp.Connection "disconnect" event renamed to "close".Ryan2009-08-1410-22/+23
* Clarify some of the TCP API documentation.Ryan2009-08-141-13/+26
* 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