Commit Graph

220 Commits (34a6f10695e7ddc28de27a394e75f814a739a8a7)

Author SHA1 Message Date
Ryan 34a6f10695 Fix ::exit() compile issues.
Thanks Matthias!
2009-05-28 14:47:16 +02:00
Ryan 3c701cb56d add long description to website 2009-05-28 13:45:18 +02:00
Ryan d958befde1 Remove old .gitmodules file 2009-05-28 12:30:22 +02:00
Ryan d460bdd31f Clean up that download link. 2009-05-27 18:41:04 +02:00
Ryan 80eed19612 Update website with first release link. 2009-05-27 18:38:22 +02:00
Ryan a3627c06f8 Change to build on FreeBSD
The v8/SConstruct change has been give to the v8 people.
http://codereview.chromium.org/113897
2009-05-27 16:29:55 +02:00
Ryan 1d8c4659d1 Just twiddling with the webpage 2009-05-27 15:42:16 +02:00
Ryan b3338273b4 Reorganize the website into two pages. 2009-05-27 14:53:36 +02:00
Ryan 765815ba1f add license, readme 2009-05-27 01:59:31 +02:00
Ryan 562db19d32 Add includes for freebsd compatibility 2009-05-27 01:35:54 +02:00
Ryan 11b2e5dcc4 Remove file access flags that arn't present in macintosh. 2009-05-26 20:35:42 +02:00
Ryan b260a9108b Add errno constants. Move all constants to `node.constants` namespace. 2009-05-26 19:48:49 +02:00
Ryan 3bdd042a6e Rename fatal_exception to FatalException 2009-05-26 18:18:17 +02:00
Ryan c4e53c7ceb Have connection.setEncoding use node::ParseEncoding 2009-05-26 18:14:32 +02:00
Ryan 24ebd0360a Clean up doc intro and syntax highlighting. 2009-05-26 18:06:53 +02:00
Ryan e8f177aa2d Clean up outgoing encoding API. Generally: send(chunk, encoding). 2009-05-26 17:48:59 +02:00
Ryan cf0eebf685 Add preliminary tcp documentation 2009-05-26 15:20:25 +02:00
Ryan c326614c8d More docs. Add rmdir and unlink. 2009-05-26 12:11:31 +02:00
Ryan a9f29cd18d File I/O documentation. Remove necessity of class="sh_javascript". 2009-05-26 11:39:40 +02:00
Ryan 2fe090b7f6 Add node.fs prefix to some constants. oops. 2009-05-26 03:37:18 +02:00
Ryan d1b0ce6d37 Large refactor of file code.
All the c++ code is now reduced to simple wrappers. The node.fs.File object
is defined entirely in javascript now. As is the actionQueue methods.

This makes the boundaries much cleaner. There is still some thought that
needs to go into how exactly the API should behave but this simplification
is a first step.
2009-05-26 03:30:51 +02:00
Ryan f3af6c6f53 More docs 2009-05-25 19:52:05 +02:00
Ryan 3eb4819db1 Add docs. Rename exit() to node.exit(). 2009-05-25 13:38:36 +02:00
Ryan 5c2389fada Remove error codes from file on_completion callbacks. Use file.onError.
The error codes still remain for the two general file system operations:
rename and stat.

Additionally I've removed the actionQueue for file system operations. They
are sent directly into the thread pool.
2009-05-25 13:17:35 +02:00
Ryan 58c13e5192 Namespace File stuff in node.fs 2009-05-21 12:49:41 +02:00
Ryan 6244f77822 Beginnings of file i/o docs. Finish up timers. 2009-05-21 12:33:57 +02:00
Ryan e787e11a1b Begin documentation for file i/o 2009-05-20 16:58:08 +02:00
Ryan cb3a11d72a Camel case status_code and http_version. 2009-05-20 16:06:08 +02:00
Ryan 691467670d More node.http.Client docs 2009-05-20 16:05:11 +02:00
Ryan 6a582a4d9a Begin node.http.Client docs 2009-05-20 13:42:26 +02:00
Ryan 81b39a04cd Add setBodyEncoding to http client responses. 2009-05-20 13:00:20 +02:00
Ryan a1aecc9378 HTTP Server: Close 1.0 connections properly. 2009-05-20 10:28:10 +02:00
Ryan 0ef5c99973 Add http.ServerRequest.setBodyEncoding. Needs test still. 2009-05-20 10:17:07 +02:00
Ryan 1b54e3d87d Change encoding setter/getter to setEncoding function. 2009-05-20 10:02:02 +02:00
Ryan 5e37dfca02 Clean up tests. Add docs. 2009-05-19 22:32:41 +02:00
Ryan 82e773630b HTTP Client: add fix to allow TCP connection to reconnect. 2009-05-19 21:53:26 +02:00
Ryan b445514898 Remove debugging statement. 2009-05-19 20:40:56 +02:00
Ryan b9fedf0500 Add color PASS/FAIL statements. Use python for portability. 2009-05-19 20:31:40 +02:00
Ryan 6a172d7119 Fix a bug in HTTP server when receiving half-closes. 2009-05-19 20:24:37 +02:00
Ryan a5d5056327 Bug fix: need to return readyState symbol from scope. 2009-05-19 16:19:47 +02:00
Ryan 536eceaa2d Debugging http. Add simple test. (Does not pass.) 2009-05-19 14:50:09 +02:00
Ryan 3700568322 Add request method. (How could that be missing still?) 2009-05-19 14:46:07 +02:00
Ryan 5dce17c5aa Modify website colors. 2009-05-19 13:16:36 +02:00
Ryan 87e6578aa9 Simple HTTP client is working a bit. 2009-05-19 13:12:46 +02:00
Ryan 3bc73ba967 Add ParseUri to the node namespace 2009-05-19 00:01:11 +02:00
Ryan 456bb1b9f8 Work on motivation statement. 2009-05-18 23:53:26 +02:00
Ryan edc38b4134 Use parseUri() for req.uri. Update docs. 2009-05-18 19:33:05 +02:00
Ryan 9c70bf356b HTTP Server: check the ready state of the connection before each send. 2009-05-18 14:02:50 +02:00
Ryan 310eed03e0 Clean up readyState handling. Add test. 2009-05-18 13:53:39 +02:00
Ryan 69ab87ca53 Fix crash in oi_socket; add ready state reader to Connection objects. 2009-05-18 13:38:15 +02:00