summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove net_legacy timers_legacyRyan Dahl2011-10-1113-3544/+2
* disable test-sendfdRyan Dahl2011-10-111-0/+0
* docs: improve addons, readline, repl documentationFedor Indutny2011-10-113-20/+30
* docs: fix typo in code snippetBen Noordhuis2011-10-111-1/+1
* Disable test-child-process-custom-fds.jsRyan Dahl2011-10-112-6/+9
* Upgrade libuv to 4ac1309Ryan Dahl2011-10-113-72/+71
* wix project to create msi installer for windowsTomasz Janczuk2011-10-117-2/+143
* Remove ANOTHER old TODO listRyan Dahl2011-10-111-88/+0
* Remove old TODO listRyan Dahl2011-10-111-33/+0
* Delete another CMake fileRyan Dahl2011-10-111-97/+0
* Remove cmake build systemRyan Dahl2011-10-1114-732/+0
* v8: fix gyp build on windowsBen Noordhuis2011-10-111-0/+3
* uv: upgrade to 47d22acBen Noordhuis2011-10-111-5/+25
* now working on v0.5.10Ryan Dahl2011-10-101-2/+2
* Bump version to v0.5.9v0.5.9Ryan Dahl2011-10-105-9/+38
* Revert "v8: implement VirtualMemory class on SunOS"Ryan Dahl2011-10-101-126/+15
* Revert "Upgrade V8 to 3.6.6"Ryan Dahl2011-10-10282-29482/+15414
* v8: implement VirtualMemory class on SunOSBen Noordhuis2011-10-101-15/+126
* Upgrade libuv to f7f518aRyan Dahl2011-10-102-6/+2
* child_process.fork: don't overwrite envRyan Dahl2011-10-101-1/+2
* Remove test-child-process-channel.jsRyan Dahl2011-10-102-34/+0
* Adjust listenFD deprecation message. Remove test.Ryan Dahl2011-10-102-57/+2
* process.stderr goes through libuv nowRyan Dahl2011-10-103-62/+72
* gyp: work around sunos python flock() bugBen Noordhuis2011-10-101-6/+12
* tty.WritableStream should be writableRyan Dahl2011-10-101-0/+1
* Upgrade libuv to 5656e3Ryan Dahl2011-10-108-13/+35
* Fix #1851 Correct X/index docisaacs2011-10-101-1/+2
* Upgrade V8 to 3.6.6Ryan Dahl2011-10-10282-15414/+29482
* Update docs for server fd sharingRyan Dahl2011-10-103-24/+23
* uv: upgrade to 41e8574Ben Noordhuis2011-10-104-20/+69
* tty: unbreak --use-legacyBen Noordhuis2011-10-101-2/+6
* Windows: exit on ctrl+cBert Belder2011-10-081-0/+1
* fix for simple/test-executable-path.js on windowsIgor Zinkovsky2011-10-071-8/+18
* Change API for sending handlesRyan Dahl2011-10-074-72/+68
* Upgrade libuv to 9f6024aRyan Dahl2011-10-079-40/+75
* Do load balancing test in test-child-process-fork2.Ryan Dahl2011-10-074-47/+106
* Some small optimizationsBert Belder2011-10-072-13/+10
* Simplify arg parsing in String.writeRyan Dahl2011-10-071-23/+20
* net: remove unconditional getpeername() callBen Noordhuis2011-10-071-18/+21
* Simplify writeReq handling in net_uvBert Belder2011-10-071-7/+6
* Fixing #1774 about issues when running node with --harmony_block_scoping v8 o...talltyler2011-10-081-4/+4
* Black hole tcp reads after destroy()Bert Belder2011-10-071-0/+3
* Add test-child-process-fork2 and fixes to make it workRyan Dahl2011-10-076-6/+55
* Don't check sign of loadavgFedor Indutny2011-10-071-4/+0
* use uv for memory and loadavg functionsFedor Indutny2011-10-079-270/+10
* Support sending handles to other processesRyan Dahl2011-10-073-10/+16
* Turn off V8's -Werror in GYPRyan Dahl2011-10-071-0/+3
* Merge branch 'ipc-binding'Ryan Dahl2011-10-0713-264/+527
|\
| * Reimplement child_process.forkRyan Dahl2011-10-072-4/+120
| * Upgrade libuv to 886b112Ryan Dahl2011-10-074-15/+44