summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-21Merge branch 'master' of git://github.com/ry/nodeUrban Hafner9-0/+790
2009-06-21Add documentation for node.ProcessRyan1-0/+61
2009-06-21fix error in test-process-simpleRyan1-2/+4
2009-06-21Add test-process-kill.jsRyan1-0/+15
2009-06-21Add test-process-simple.jsRyan1-0/+26
2009-06-21define signal constantsRyan1-0/+137
2009-06-21Add process.kill(sig = SIGTERM)Ryan2-11/+28
2009-06-21Add pid accessorRyan2-4/+27
2009-06-21Add onExit callbackRyan2-4/+15
2009-06-21Get stdin/stdout working. Add process->Close().Ryan2-26/+247
2009-06-20skelton of node.ProcessRyan4-0/+273
2009-06-20Bug: Add HTTPConnection->size() and HTTPServer->size()Ryan1-0/+4
2009-06-19Merge branch 'master' of git://github.com/ry/nodeUrban Hafner11-137/+194
2009-06-18bump versionv0.0.5Ryan2-1/+5
2009-06-18Clean up debug code in net.ccRyan1-20/+3
2009-06-18Namespace trimming: remove node.constantsRyan3-18/+16
2009-06-18Small clean up in test-http-client-raceRyan1-8/+12
2009-06-18Add benchmark dir with ruby scriptRyan2-0/+95
2009-06-18Fixes for ipv6Ryan4-90/+63
2009-06-18Merge branch 'master' of git://github.com/ry/nodeUrban Hafner113-2104/+6796
2009-06-17upgrade v8 to 1.2.8Ryan109-2046/+6736
2009-06-17Clean upsRyan3-56/+58
2009-06-17Accept ports represented as stringsRyan1-2/+2
2009-06-17Implementation of node.http.catUrban Hafner3-11/+30
2009-06-17Test case for node.http.catUrban Hafner1-0/+23
2009-06-16Merge branch 'master' of git://github.com/ry/nodeUrban Hafner8-48/+156
2009-06-16Fix test-http-client-race bugRyan2-7/+15
2009-06-16Add failing test for HTTP ClientRyan1-0/+35
2009-06-16Only run debug tests if the build debug was builtRyan1-4/+6
2009-06-16Fix memleak: freeaddrinfo() after Server resolve address.Ryan1-0/+3
2009-06-16Resolve should default to IPv4 address.Ryan1-10/+48
2009-06-16Add "opening" readyState for the resolve period.Ryan4-26/+42
2009-06-16Add electric fence option to configure processRyan1-7/+13
2009-06-16Test for remote module loadingUrban Hafner1-0/+18
2009-06-15Add global print() function.Ryan1-4/+2
2009-06-15Bugfix+Refactor: accessing HTTP connection remoteAddressRyan5-60/+39
2009-06-15Fiddle with remoteAddressRyan2-24/+31
2009-06-13test default build tooRyan1-1/+3
2009-06-13small superficial clean-upsRyan3-12/+18
2009-06-13bump versionRyan2-1/+5
2009-06-12Add Request objects on the HTTP server can be interrupted.v0.0.4Ryan4-30/+35
2009-06-12Remove unused HTTPConnection destructorRyan2-7/+0
2009-06-12Upgrade http parserRyan3-225/+415
2009-06-12onBodyComplete was not getting called in HTTP serverRyan3-9/+12
2009-06-12fix typoRyan1-1/+1
2009-06-11bump versionv0.0.3Ryan2-2/+6
2009-06-11Add 'localhost' to connect() to test for issue 3Ryan1-1/+1
2009-06-11add note about python versionsRyan1-3/+3
2009-06-11comment out gnutls check in wscript until it's usedRyan1-5/+7
2009-06-11Fix comment/test for Mac getaddinfo() bug.Ryan2-2/+5