Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-09Don'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-07Do 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
2009-06-01Fix bug: catting non-existent filesRyan
2009-05-29Remove complex string appending in http's send() method.Ryan
2009-05-29Remove unnecessary AdjustAmountOfExternalAllocatedMemory from node.http.Ryan
2009-05-28Fix ::exit() compile issues.Ryan
2009-05-26Remove file access flags that arn't present in macintosh.Ryan
2009-05-26Add errno constants. Move all constants to `node.constants` namespace.Ryan
2009-05-26Rename fatal_exception to FatalExceptionRyan
2009-05-26Have connection.setEncoding use node::ParseEncodingRyan
2009-05-26Clean up outgoing encoding API. Generally: send(chunk, encoding).Ryan
2009-05-26More docs. Add rmdir and unlink.Ryan
2009-05-26File I/O documentation. Remove necessity of class="sh_javascript".Ryan
2009-05-26Add node.fs prefix to some constants. oops.Ryan
2009-05-26Large refactor of file code.Ryan
2009-05-25Add docs. Rename exit() to node.exit().Ryan
2009-05-25Remove error codes from file on_completion callbacks. Use file.onError.Ryan
2009-05-21Namespace File stuff in node.fsRyan
2009-05-21Beginnings of file i/o docs. Finish up timers.Ryan
2009-05-20Camel case status_code and http_version.Ryan
2009-05-20Add setBodyEncoding to http client responses.Ryan
2009-05-20HTTP Server: Close 1.0 connections properly.Ryan
2009-05-20Add http.ServerRequest.setBodyEncoding. Needs test still.Ryan
2009-05-20Change encoding setter/getter to setEncoding function.Ryan
2009-05-19HTTP Client: add fix to allow TCP connection to reconnect.Ryan
2009-05-19Remove debugging statement.Ryan
2009-05-19Fix a bug in HTTP server when receiving half-closes.Ryan
2009-05-19Bug fix: need to return readyState symbol from scope.Ryan
2009-05-19Debugging http. Add simple test. (Does not pass.)Ryan
2009-05-19Add request method. (How could that be missing still?)Ryan
2009-05-19Simple HTTP client is working a bit.Ryan
2009-05-19Add ParseUri to the node namespaceRyan