15430 Commits (0f4c7b8c371caae4cd4a2cb1fa03d2079f75663d)
 

Author SHA1 Message Date
Ryan d0988da515 Website: correct typos. 16 years ago
Ryan 8bf2a2fa55 Rename req.uri.queryKey to req.uri.params. More familar to rails users. 16 years ago
Ryan ed283dc280 Fix bug: catting non-existent files 16 years ago
Ryan 4fbe15f065 bump version to v0.0.2 16 years ago
Ryan 739276b3a5 work on About on webpage 16 years ago
Ryan d13d06467a Add audience to website 16 years ago
Ryan 7bd2282a9f Fix up description on web page 16 years ago
Ryan 272c4167da changes to website 16 years ago
Ryan aceb1987ed Remove complex string appending in http's send() method. 16 years ago
Ryan 247c9d2210 Remove unnecessary AdjustAmountOfExternalAllocatedMemory from node.http. 16 years ago
Ryan 34a6f10695 Fix ::exit() compile issues. 16 years ago
Ryan 3c701cb56d add long description to website 16 years ago
Ryan d958befde1 Remove old .gitmodules file 16 years ago
Ryan d460bdd31f Clean up that download link. 16 years ago
Ryan 80eed19612 Update website with first release link. 16 years ago
Ryan a3627c06f8 Change to build on FreeBSD 16 years ago
Ryan 1d8c4659d1 Just twiddling with the webpage 16 years ago
Ryan b3338273b4 Reorganize the website into two pages. 16 years ago
Ryan 765815ba1f add license, readme 16 years ago
Ryan 562db19d32 Add includes for freebsd compatibility 16 years ago
Ryan 11b2e5dcc4 Remove file access flags that arn't present in macintosh. 16 years ago
Ryan b260a9108b Add errno constants. Move all constants to `node.constants` namespace. 16 years ago
Ryan 3bdd042a6e Rename fatal_exception to FatalException 16 years ago
Ryan c4e53c7ceb Have connection.setEncoding use node::ParseEncoding 16 years ago
Ryan 24ebd0360a Clean up doc intro and syntax highlighting. 16 years ago
Ryan e8f177aa2d Clean up outgoing encoding API. Generally: send(chunk, encoding). 16 years ago
Ryan cf0eebf685 Add preliminary tcp documentation 16 years ago
Ryan c326614c8d More docs. Add rmdir and unlink. 16 years ago
Ryan a9f29cd18d File I/O documentation. Remove necessity of class="sh_javascript". 16 years ago
Ryan 2fe090b7f6 Add node.fs prefix to some constants. oops. 16 years ago
Ryan d1b0ce6d37 Large refactor of file code. 16 years ago
Ryan f3af6c6f53 More docs 16 years ago
Ryan 3eb4819db1 Add docs. Rename exit() to node.exit(). 16 years ago
Ryan 5c2389fada Remove error codes from file on_completion callbacks. Use file.onError. 16 years ago
Ryan 58c13e5192 Namespace File stuff in node.fs 16 years ago
Ryan 6244f77822 Beginnings of file i/o docs. Finish up timers. 16 years ago
Ryan e787e11a1b Begin documentation for file i/o 16 years ago
Ryan cb3a11d72a Camel case status_code and http_version. 16 years ago
Ryan 691467670d More node.http.Client docs 16 years ago
Ryan 6a582a4d9a Begin node.http.Client docs 16 years ago
Ryan 81b39a04cd Add setBodyEncoding to http client responses. 16 years ago
Ryan a1aecc9378 HTTP Server: Close 1.0 connections properly. 16 years ago
Ryan 0ef5c99973 Add http.ServerRequest.setBodyEncoding. Needs test still. 16 years ago
Ryan 1b54e3d87d Change encoding setter/getter to setEncoding function. 16 years ago
Ryan 5e37dfca02 Clean up tests. Add docs. 16 years ago
Ryan 82e773630b HTTP Client: add fix to allow TCP connection to reconnect. 16 years ago
Ryan b445514898 Remove debugging statement. 16 years ago
Ryan b9fedf0500 Add color PASS/FAIL statements. Use python for portability. 16 years ago
Ryan 6a172d7119 Fix a bug in HTTP server when receiving half-closes. 16 years ago
Ryan a5d5056327 Bug fix: need to return readyState symbol from scope. 16 years ago