361
I Use This!
Very High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Aug 16, 2025 — Aug 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update oi_socket - modify node code to match More... over 17 years ago
Some fixes to allow HTTPServer to begin listening. More... over 17 years ago
Implement HTTPServer (untested!) More... over 17 years ago
Make onError work for TCPConnection. More... over 17 years ago
Fix HTTPConnection javascript inheritance. More... over 17 years ago
various clean ups; HTTPConnection (js side) inherits from TCPConnection More... over 17 years ago
Slight change in tcp connection constructor More... over 17 years ago
add onMessageComplete and onBody handlers. More... over 17 years ago
extract headers, status_code, path, http version from http messages. More... over 17 years ago
Begin refactor of http.cc. Remove libebb add http_parser. More... over 17 years ago
rename Connection.disconnect -> Connection.close More... over 17 years ago
cleanup: rename some of the callbacks More... over 17 years ago
add Connection::SendEOF. modify test accordingly. More... over 17 years ago
Major refactor of network code More... over 17 years ago
Add test for setInterval More... over 17 years ago
Remove `if (pointer == NULL)` after allocations with `new`. More... over 17 years ago
Publicize Socket and Server for eventual cooperation with HttpServer. More... over 17 years ago
remove process.{cc,h} process.exit() now exit() More... over 17 years ago
Refactor setTimeout to be a Timer object. More... over 17 years ago
Use ObjectWrap base class for File, Socket, Server. More... over 17 years ago
Create a node namespace More... over 17 years ago
Update liboi. Use EV_MULTIPLICITY=0. More... over 17 years ago
get 'make install' working More... over 17 years ago
change localhost to 127.0.0.1 because macs suck More... over 17 years ago
fix the waf configure --debug options. seems to work now. More... over 17 years ago
sign error on file position argument More... over 17 years ago
wasn't sending pos arg for puts() More... over 17 years ago
WAF: fix the debug variant. More... over 17 years ago
add position arguments to File#read and File#write More... over 17 years ago
improved ping pong test. More... over 17 years ago