360
I Use This!
Very High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 15 hours ago.
Mar 07, 2025 — Mar 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
allow null host parameter to listen on localhost More... almost 17 years ago
report errors from loaded files More... almost 17 years ago
with great performance hit, a patch to handle binary More... almost 17 years ago
change HTTPServer constructor. Now: HTTPServer(host, port, onrequest); More... almost 17 years ago
better reporting on fatal exceptions More... almost 17 years ago
better error messages More... almost 17 years ago
fixed bug in HTTPServer. wasn't properly destroying requests. More... about 17 years ago
working towards working keep-alive. need tests More... about 17 years ago
add blockingFileRead to tide me over until I can get a proper file interface. More... about 17 years ago
add some information about http request objects More... about 17 years ago
add minimal amount about HTTPServer to spec More... about 17 years ago
update TCPClient specs More... about 17 years ago
complete tcp client (for the most part) More... about 17 years ago
half way implemented the new TCPClient More... about 17 years ago
implement setInterval() More... about 17 years ago
add beginnings of a specification doc More... about 17 years ago
add test/test_clearTimeout.rb More... about 17 years ago
add test_setTimeout More... about 17 years ago
add test/test_http_server_echo and 'make test' More... about 17 years ago
add command line options More... about 17 years ago
rename module load function to Init_modulename(), like ruby More... about 17 years ago
exit program on top level exceptions More... about 17 years ago
Add beginnings of the setTimeout interface More... about 17 years ago
refactor js_request creation into method More... about 17 years ago
avoid reallocating the same strings every request More... about 17 years ago
Major refactoring: program name now "node" More... about 17 years ago
begin work on the TCP.connect interface More... about 17 years ago
update example.js More... about 17 years ago
add headers to request object More... about 17 years ago
fix bug in count-hosts.js was closing the chunked encoding before request ended More... about 17 years ago