359
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 25, 2025 — Jan 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add http.ServerRequest.setBodyEncoding. Needs test still. More... over 16 years ago
Change encoding setter/getter to setEncoding function. More... over 16 years ago
Clean up tests. Add docs. More... over 16 years ago
HTTP Client: add fix to allow TCP connection to reconnect. More... over 16 years ago
Remove debugging statement. More... over 16 years ago
Add color PASS/FAIL statements. Use python for portability. More... over 16 years ago
Fix a bug in HTTP server when receiving half-closes. More... over 16 years ago
Bug fix: need to return readyState symbol from scope. More... over 16 years ago
Debugging http. Add simple test. (Does not pass.) More... over 16 years ago
Add request method. (How could that be missing still?) More... over 16 years ago
Modify website colors. More... over 16 years ago
Simple HTTP client is working a bit. More... over 16 years ago
Add ParseUri to the node namespace More... over 16 years ago
Work on motivation statement. More... over 16 years ago
Use parseUri() for req.uri. Update docs. More... over 16 years ago
HTTP Server: check the ready state of the connection before each send. More... over 16 years ago
Clean up readyState handling. Add test. More... over 16 years ago
Fix crash in oi_socket; add ready state reader to Connection objects. More... over 16 years ago
Change request handler to take two parameters: req, res. More... over 16 years ago
Work on website styling. More... over 16 years ago
Add to module documentation. More... over 16 years ago
Remove v8 prefix from function template callbacks. More... over 16 years ago
Remove HTTP parser callbacks for fragment, query_string, path. More... over 16 years ago
Add sendUtf8 method to socket objects. More... over 16 years ago
Slightly better buffer allocation. (Probably not worth it.) More... over 16 years ago
Commit partial work in http.js. Comment out V8::Dispose(); in node.cc More... over 16 years ago
Inform V8 of external allocations. More... over 16 years ago
Fixes to get HTTP working with new TCP API. More... over 16 years ago
Wrap NewInstance with TryCatch. (Was still missing the error.) More... over 16 years ago
Wrap calls in TryCatch; Check return values after UNWRAP. More... over 16 years ago