355
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 23, 2023 — Jun 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
node.fs.File was not passing args to promise callbacks. More... almost 15 years ago
Bugfix: negative integers in raw encoding stream. More... almost 15 years ago
Hack to fix module line numbers in stack traces. More... almost 15 years ago
Default to chunked for client requests without C-Length. More... almost 15 years ago
Upgrade V8 to 1.3.1 More... almost 15 years ago
node.tcp.Server's backlog option is now an argument to listen() More... almost 15 years ago
Simplify the DNS usage example. More... almost 15 years ago
Add DNS API. More... almost 15 years ago
bump version More... almost 15 years ago
Disable test-tcp-many-clients.js. It's broken on macintosh - don't want to fix right now. More... almost 15 years ago
Rename evnet to evcom. More... almost 15 years ago
Move EventEmitter.prototype.emit() completely into C++. More... almost 15 years ago
Remove unused 'using namespace std' lines. More... almost 15 years ago
Remove unused symbols from http.cc. More... almost 15 years ago
Missing HandleScope in GetMethod(). Thanks Brian. More... almost 15 years ago
Add note to README about wiki page More... almost 15 years ago
Fix memory leak. It was only a missing HandleScope in Emit()! More... almost 15 years ago
Remove unused static object. More... almost 15 years ago
Fix evnet_buf size calculation for V8::AdjustAmountOfExternalAllocatedMemory(). More... almost 15 years ago
Clean up little errors in events.js More... almost 15 years ago
ObjectWrap: MakeWeak again after each Weak callback. More... almost 15 years ago
Fix utf8 scripts, add test. Thanks Urban. More... almost 15 years ago
remove the callback from node.cat, node.fs.cat More... almost 15 years ago
root_module should be a local variable More... almost 15 years ago
Array.prototype.encodeUtf8 renamed to node.encodeUtf8(array) More... almost 15 years ago
Upgrade V8 to 1.2.14 More... almost 15 years ago
Upgrade libev to 3.7 More... almost 15 years ago
Attach connections on Macintosh too. More... almost 15 years ago
Move node.inherit, node.path, node.cat to new file: util.js More... almost 15 years ago
Fix 'make test-debug' More... almost 15 years ago