0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 21, 2023 — May 21, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use mkstemp() for tmp filename More... about 16 years ago
clean up keep-alive stuff
ryah
as Ryan Dahl
More... about 16 years ago
Ebb supports Keep-Alive
ryah
as Ryan Dahl
More... about 16 years ago
Add HTTP_CONNECTION to parser in prep for Keep-Alive feature
ryah
as Ryan Dahl
More... about 16 years ago
Add ACCEPT header, slight parser cleanup
ryah
as Ryan Dahl
More... about 16 years ago
Major update to parser.rl
ryah
as Ryan Dahl
More... about 16 years ago
Remove begin_transmission API
ryah
as Ryan Dahl
More... about 16 years ago
add fcgi-rack script for benchmarking
ryah
as Ryan Dahl
More... about 16 years ago
missing require for test
ryah
as Ryan Dahl
More... about 16 years ago
site update
ryah
as Ryan Dahl
More... about 16 years ago
fixed nasty content-length bug.
ryah
as Ryan Dahl
More... about 16 years ago
error for accept() failure
ryah
as Ryan Dahl
More... about 16 years ago
better rake compile task
ryah
as Ryan Dahl
More... about 16 years ago
Fix up tests and runner
ryah
as Ryan Dahl
More... about 16 years ago
Clean up ebb_rails and Runner
ryah
as Ryan Dahl
More... about 16 years ago
Remove debugging printfs - add some ticks to benchmark
ryah
as Ryan Dahl
More... about 16 years ago
Allow for threads outside of ebb to run.
ryah
as Ryan Dahl
More... about 16 years ago
None of the Ruby library methods work as they should, so I will try another more hacky technique of attaching an idle watcher.
ryah
as Ryan Dahl
More... about 16 years ago
try rb_thread_select() again
ryah
as Ryan Dahl
More... about 16 years ago
undoing even the last commit! it was too slow still!
ryah
as Ryan Dahl
More... about 16 years ago
Back to rb_thread_schedule()
ryah
as Ryan Dahl
More... about 16 years ago
Use rb_thread_select instead of rb_thread_schedule
ryah
as Ryan Dahl
More... about 16 years ago
allocate memory on demand. set ebb_rails to use seq.processing
ryah
as Ryan Dahl
More... about 16 years ago
small site update
ryah
as Ryan Dahl
More... about 16 years ago
reduce number of states in state machine
ryah
as Ryan Dahl
More... about 16 years ago
small update to python binding
ryah
as Ryan Dahl
More... about 16 years ago
site update
ryah
as Ryan Dahl
More... about 16 years ago
Move version into ebb.h and other misc cleanups
ryah
as Ryan Dahl
More... about 16 years ago
fix multiple cookie error
ryah
as Ryan Dahl
More... about 16 years ago
Clean up benchmark scripts
ryah
as Ryan Dahl
More... about 16 years ago