0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 7 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add README. More... over 13 years ago
Ditch the perfect hashing - measurements say its slower than if (strcmp...) else if (strcmp....). More... over 13 years ago
Add TODO. More... over 13 years ago
Add distinct config.mk.debian and .openbsd, and makefile changes. More... over 13 years ago
Fix bad flags typo More... almost 14 years ago
Linting. Still lots of int/long/uint conversion warnings... More... almost 14 years ago
Move the async_read/write methods to the io watcher. Also, remove some temporary test files. More... almost 14 years ago
Minor changes to io test script More... almost 14 years ago
Add watcher methods to get io fd, child pid, signal number, and stat path. More... almost 14 years ago
And add test-fork. More... almost 14 years ago
stat watcher More... almost 14 years ago
Test idle. More... almost 14 years ago
Add tests for child and signal. More... almost 14 years ago
Add test-periodic.lua. (periodic is like timer, but based on wall clock.) More... almost 14 years ago
Async IO partially working More... almost 14 years ago
Error handling pretty much works now. async IO reads need work. More... almost 14 years ago
Working on isolating error handling. More... almost 14 years ago
Working on tests. More... almost 14 years ago
A start on error handling More... about 14 years ago
Tried to add more explicit send buffer, broke writes. why? More... about 14 years ago
Fix callback issues, now each watcher CB is called with (watcher, events) More... about 14 years ago
Add watcher:set methods, clean up a bit. More... about 14 years ago
8,750+ responses PER SECOND, woohoo! More... about 14 years ago
Fix off-by-one error in gen_perfhash.lua. More... about 14 years ago
Add perfect hashing and table<->flags functions. More... about 14 years ago
Add inits for all other watchers. Not yet tested. More... about 14 years ago
Add __tostring to loop and watchers. More... about 14 years ago
Add makefile config files More... about 14 years ago
Working on adding unbuffered reads. More... about 14 years ago
Add _start/_stop and metatables for all watchers, and add io_init. More... about 14 years ago