361
I Use This!
Very High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Aug 13, 2025 — Aug 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove unused 'using namespace std' lines. More... about 17 years ago
Remove unused symbols from http.cc. More... about 17 years ago
Missing HandleScope in GetMethod(). Thanks Brian. More... about 17 years ago
Add note to README about wiki page More... about 17 years ago
Fix memory leak. It was only a missing HandleScope in Emit()! More... about 17 years ago
Remove unused static object. More... about 17 years ago
Fix evnet_buf size calculation for V8::AdjustAmountOfExternalAllocatedMemory(). More... about 17 years ago
Clean up little errors in events.js More... about 17 years ago
ObjectWrap: MakeWeak again after each Weak callback. More... about 17 years ago
Fix utf8 scripts, add test. Thanks Urban. More... about 17 years ago
remove the callback from node.cat, node.fs.cat More... about 17 years ago
root_module should be a local variable More... about 17 years ago
Array.prototype.encodeUtf8 renamed to node.encodeUtf8(array) More... about 17 years ago
Upgrade V8 to 1.2.14 More... about 17 years ago
Upgrade libev to 3.7 More... about 17 years ago
Attach connections on Macintosh too. More... about 17 years ago
Move node.inherit, node.path, node.cat to new file: util.js More... about 17 years ago
Fix 'make test-debug' More... about 17 years ago
Add IsNearDeath assertion to ObjectWrap destructor More... about 17 years ago
small clean ups to http.js More... about 17 years ago
Upgrade evnet. More... about 17 years ago
Better error output for socket errors. Temporary. More... about 17 years ago
Bugfix: Server-side clients not attached between creation and on_connect. More... about 17 years ago
Remove unused variable from ~Connection More... about 17 years ago
Upgrade evnet to fix close() bug. Add test for bug. More... about 17 years ago
large http.js refactor More... about 17 years ago
http: Add IncomingMessage as abstract base class of ServerReq ClientRes More... about 17 years ago
upgrade http_parser More... about 17 years ago
Upgrade liboi, which is now called evnet. More... about 17 years ago
Replace some printf() in src/net with asserts More... about 17 years ago