aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-21Remove unnecessary DetachRyan
2009-06-21Finished remote module loadingUrban Hafner
2009-06-21Tests and implementation of node.cat()Urban Hafner
2009-06-21Update to use the new parseUri()Urban Hafner
2009-06-21Remove empty parts of the parsed URI.Urban Hafner
2009-06-21Merge branch 'master' of git://github.com/ry/nodeUrban Hafner
2009-06-21define signal constantsRyan
2009-06-21Add process.kill(sig = SIGTERM)Ryan
2009-06-21Add pid accessorRyan
2009-06-21Add onExit callbackRyan
2009-06-21Get stdin/stdout working. Add process->Close().Ryan
2009-06-20skelton of node.ProcessRyan
2009-06-20Bug: Add HTTPConnection->size() and HTTPServer->size()Ryan
2009-06-19Merge branch 'master' of git://github.com/ry/nodeUrban Hafner
2009-06-18Clean up debug code in net.ccRyan
2009-06-18Namespace trimming: remove node.constantsRyan
2009-06-18Fixes for ipv6Ryan
2009-06-18Merge branch 'master' of git://github.com/ry/nodeUrban Hafner
2009-06-17Clean upsRyan
2009-06-17Accept ports represented as stringsRyan
2009-06-17Implementation of node.http.catUrban Hafner
2009-06-16Fix test-http-client-race bugRyan
2009-06-16Fix memleak: freeaddrinfo() after Server resolve address.Ryan
2009-06-16Resolve should default to IPv4 address.Ryan
2009-06-16Add "opening" readyState for the resolve period.Ryan
2009-06-15Add global print() function.Ryan
2009-06-15Bugfix+Refactor: accessing HTTP connection remoteAddressRyan
2009-06-15Fiddle with remoteAddressRyan
2009-06-13small superficial clean-upsRyan
2009-06-12Add Request objects on the HTTP server can be interrupted.Ryan
2009-06-12Remove unused HTTPConnection destructorRyan
2009-06-12onBodyComplete was not getting called in HTTP serverRyan
2009-06-11Fix comment/test for Mac getaddinfo() bug.Ryan
2009-06-10remove unnecessary pthread headerRyan
2009-06-10fix for issue 3; but now experiencing segfault on linuxRyan
2009-06-10Free pointer with delete, since created with newRyan
2009-06-09Extra header to work with freebsdRyan
2009-06-09Add HTTP proxy test. Fix bug in http.Server.Ryan
2009-06-09Allow for absolute paths to specify root moduleRyan
2009-06-08Don't use AI_NUMERICSERV. Doesn't work on mac.Ryan
2009-06-08Modify the tests to use onExit hook.Ryan
2009-06-08Implement onExit() hook for modules.Ryan
2009-06-08Module system refactorRyan
2009-06-06Do not assume transfer-encoding: chunked as default on requests.Ryan
2009-06-05Add connection.remoteAddress for server-side node.tcp.Connections.Ryan
2009-06-05Don't use AI_PASSIVE in getaddrinfo() for client connections.Ryan
2009-06-04Fix HTTP client output bug.Ryan
2009-06-04If http.Client has an error, do not continue to reconnect.Ryan
2009-06-04Add "had_error" argument to the "onDisconnect" in node.tcp.ClientRyan
2009-06-01Rename req.uri.queryKey to req.uri.params. More familar to rails users.Ryan