summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Gracefully handle EMFILERyan Dahl2010-10-272-21/+45
* Style changes.Tim-Smart2010-10-262-41/+39
* Use the timer list for setTimeoutRyan Dahl2010-10-262-25/+81
* Move setTimeout and friends into timers moduleRyan Dahl2010-10-262-73/+94
* Move idle timers into its own moduleRyan Dahl2010-10-262-165/+171
* Add C++ API for constructing fast buffer from stringRyan Dahl2010-10-262-0/+19
* Remove old TODOsRyan Dahl2010-10-261-7/+0
* Fix permissions on http.jsRyan Dahl2010-10-261-0/+0
* Remove old todoRyan Dahl2010-10-261-1/+0
* allowHalfOpen disabled by defaultRyan Dahl2010-10-267-26/+56
* create directories during configureRyan Dahl2010-10-252-16/+12
* exec instead of sh a the configure.real scriptRyan Dahl2010-10-251-2/+1
* more configure hackeryRyan Dahl2010-10-251-1/+3
* Ignore configure.realRyan Dahl2010-10-251-0/+1
* add configureRyan Dahl2010-10-253-2/+6
* fix styleRyan Dahl2010-10-252-4/+1
* Set the readable variables on the read/write streamsPaul Querna2010-10-251-1/+10
* Add SecurePair for handling of a ssl/tls stream.Paul Querna2010-10-252-0/+333
* remove old todo.Paul Querna2010-10-251-1/+0
* Centralize error handling in SecureStreamPaul Querna2010-10-252-23/+70
* Add make installisaacs2010-10-252-6/+17
* Update node_net.cc to make us of node_constants.ccMicheil Smith2010-10-253-13/+10
* Add HAVE_OPENSSL flag to makefilePaul Querna2010-10-253-3/+15
* add todo about half-open connectionsRyan Dahl2010-10-241-0/+2
* Remove test-base64-bigfileRyan Dahl2010-10-241-136/+0
* Replace WAF with make/autoconfRyan Dahl2010-10-2423-1698/+435
* Now working on v0.3.1Ryan Dahl2010-10-231-2/+2
* bump version to 0.3.0v0.3.0Ryan Dahl2010-10-235-5/+97
* Revert "Add some failing tests for path.join"Ryan Dahl2010-10-231-4/+0
* one more 'listening' race conditionRyan Dahl2010-10-231-19/+22
* Fix a few 'listening' race conditionsRyan Dahl2010-10-232-41/+42
* Do not spin on aceept() with EMFILERyan Dahl2010-10-232-1/+24
* Make sure Error object on exec() gets killed memberRyan Dahl2010-10-233-12/+18
* Fix test-net-eaddrinuseRyan Dahl2010-10-232-19/+30
* Provide a C++ Buffer constructor for external storage.Stéphan Kochen2010-10-222-24/+77
* Generalize Buffer::Copy to work with all unsigned byte external data.Stéphan Kochen2010-10-221-4/+6
* Simplify things by using `*ArrayData` everywhere.Stéphan Kochen2010-10-221-33/+8
* Remove old interface remains from Buffer.Stéphan Kochen2010-10-222-22/+2
* Don't call AtExit twiceRyan Dahl2010-10-221-1/+0
* Fix parsing of linux memoryVitali Lovich2010-10-221-1/+16
* Write write.txt into the tmpdirRyan Dahl2010-10-225-5/+5
* Remove a confusing sentence in the docsRyan Dahl2010-10-211-3/+0
* Remove unneeded function wrappersJorge Chamorro Bieling2010-10-213-10/+5
* Upgrade libev to 4.00Ryan Dahl2010-10-2116-582/+1201
* Upgrade V8 to 2.5.1Ryan Dahl2010-10-2178-389/+2086
* Add isatty for isaacsRyan Dahl2010-10-211-0/+13
* Force exit on SIGINT but still reset flags on stdio fdsRyan Dahl2010-10-212-1/+38
* Add incomplete R plot fileRyan Dahl2010-10-201-0/+86
* Fix execFile timeouts, improve testsRyan Dahl2010-10-202-19/+56
* ChildProcesses cannot be killed if pid is missingRyan Dahl2010-10-201-13/+8