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
AgeCommit message (Expand)Author
2009-06-12Add Request objects on the HTTP server can be interrupted.v0.0.4Ryan
2009-06-12fix typoRyan
2009-06-11bump versionv0.0.3Ryan
2009-06-11add note about python versionsRyan
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-05Documentation for connection.connect()Ryan
2009-06-05Merge branch 'ujh/master'Ryan
2009-06-05Mention node_chatUrban Hafner
2009-06-05Add link to chat room demoRyan
2009-06-05XHTML compliant HTML and a few spelling fixesUrban Hafner
2009-06-05Mentioning the google group in the README and documentation.Urban Hafner
2009-06-04Add "had_error" argument to the "onDisconnect" in node.tcp.ClientRyan
2009-06-03Website: correct typos.Ryan
2009-06-01Rename req.uri.queryKey to req.uri.params. More familar to rails users.Ryan
2009-05-31work on About on webpageRyan
2009-05-30Add audience to websiteRyan
2009-05-30Fix up description on web pageRyan
2009-05-29changes to websiteRyan
2009-05-28add long description to websiteRyan
2009-05-27Clean up that download link.Ryan
2009-05-27Update website with first release link.Ryan
2009-05-27Just twiddling with the webpageRyan
2009-05-27Reorganize the website into two pages.Ryan
2009-05-26Add errno constants. Move all constants to `node.constants` namespace.Ryan
2009-05-26Clean up doc intro and syntax highlighting.Ryan
2009-05-26Clean up outgoing encoding API. Generally: send(chunk, encoding).Ryan
2009-05-26Add preliminary tcp documentationRyan
2009-05-26More docs. Add rmdir and unlink.Ryan
2009-05-26File I/O documentation. Remove necessity of class="sh_javascript".Ryan
2009-05-25More docsRyan
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-21Beginnings of file i/o docs. Finish up timers.Ryan
2009-05-20Begin documentation for file i/oRyan
2009-05-20Camel case status_code and http_version.Ryan
2009-05-20More node.http.Client docsRyan
2009-05-20Begin node.http.Client docsRyan
2009-05-20Clean up tests. Add docs.Ryan
2009-05-19Modify website colors.Ryan
2009-05-19Add ParseUri to the node namespaceRyan
2009-05-19Work on motivation statement.Ryan
2009-05-18Use parseUri() for req.uri. Update docs.Ryan
2009-05-17Work on website styling.Ryan