292 Commits (5ad5d89e3f6739a12b1c9d7a650307eefe972548)
 

Author SHA1 Message Date
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
Ryan 536eceaa2d Debugging http. Add simple test. (Does not pass.) 16 years ago
Ryan 3700568322 Add request method. (How could that be missing still?) 16 years ago
Ryan 5dce17c5aa Modify website colors. 16 years ago
Ryan 87e6578aa9 Simple HTTP client is working a bit. 16 years ago
Ryan 3bc73ba967 Add ParseUri to the node namespace 16 years ago
Ryan 456bb1b9f8 Work on motivation statement. 16 years ago
Ryan edc38b4134 Use parseUri() for req.uri. Update docs. 16 years ago
Ryan 9c70bf356b HTTP Server: check the ready state of the connection before each send. 16 years ago
Ryan 310eed03e0 Clean up readyState handling. Add test. 16 years ago
Ryan 69ab87ca53 Fix crash in oi_socket; add ready state reader to Connection objects. 16 years ago
Ryan 478e45a32f Change request handler to take two parameters: req, res. 16 years ago
Ryan d0b5961960 Work on website styling. 16 years ago
Ryan 9c0db09d95 Add to module documentation. 16 years ago
Ryan 9a63d8ec28 Remove v8 prefix from function template callbacks. 16 years ago
Ryan 175223d5d7 Remove HTTP parser callbacks for fragment, query_string, path. 16 years ago
Ryan 91bd3124ad Add sendUtf8 method to socket objects. 16 years ago
Ryan 2cb81113ec Slightly better buffer allocation. (Probably not worth it.) 16 years ago
Ryan fb96f07ece Commit partial work in http.js. Comment out V8::Dispose(); in node.cc 16 years ago
Ryan baed9d514d Inform V8 of external allocations. 16 years ago
Ryan 81691c7dc5 Fixes to get HTTP working with new TCP API. 16 years ago
Ryan 589d8af5d4 Wrap NewInstance with TryCatch. (Was still missing the error.) 16 years ago
Ryan febbf75302 Wrap calls in TryCatch; Check return values after UNWRAP. 16 years ago
Ryan 73fb24f48d Relatively large update to TCP API. No more "protocol". 16 years ago
Ryan 31ba3cde17 Rename TCP classes to sit in node hierarchy. 16 years ago
Ryan de6036669d Add p() like in Ruby. 16 years ago
Ryan dfde465483 Don't need librt. 16 years ago
Ryan 28f86c7aa8 update node.html 16 years ago
Ryan 028c278a05 Add HTTP Server documentation. 16 years ago
Ryan 4b2cd6f305 Remove -n from echo in Makefile. (Doesn't work on OSX.) 16 years ago
Ryan 427e3f5dcb Introduce NODE_SET_PROTOTYPE_METHOD which properly sets the signature. 16 years ago
Ryan 8d00691f78 Was not properly passing the host parameter to Acceptor::Listen. 16 years ago
Ryan 740139408d Fix memory leak in timer. 16 years ago
Ryan 3212b31ea1 Rename main.js to node.js. 16 years ago
Ryan f6c955b7f4 Move Timer class into node namespace. 16 years ago
Ryan d64a78ac46 more updates to websites 16 years ago
Ryan b34792a480 Add webpage. Very incomplete. 16 years ago
Ryan 4d39a3586c Path, URI, Fragment, etc were not getting passed to RequestHandler. 16 years ago
Ryan 94a182a2c8 liboi should include libev 16 years ago