0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 4 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Decrement thread_count equally on succressfull and failed request. More... almost 16 years ago
Kill thread if still active when closing. Shutdown socket when closing. More... almost 16 years ago
Move tracing to C More... almost 16 years ago
Add trace support More... almost 16 years ago
normalize write and read callbacks error handling More... almost 16 years ago
disable timeout when calling the Rack app handle EV_ERROR in event callbacks More... almost 16 years ago
Add goals of the rewrite More... almost 16 years ago
Add some doc in .c files More... almost 16 years ago
Update to libev v3.41 More... almost 16 years ago
Fix bug in size of last chunk when response is splitted in several slices to send. Add tests for cucurrency. More... almost 16 years ago
Add some doc and remove some debug code More... almost 16 years ago
Set timeout from Ruby More... almost 16 years ago
Refactor buffer_to_ruby_obj More... almost 16 years ago
Remove "watch" macro and init watcher when connection is started More... almost 16 years ago
Monkey patch Thin Rails adapter to add a mutex More... almost 16 years ago
Remove unused array.c More... almost 16 years ago
Handle multiple response headers with the same name More... almost 16 years ago
Keep a counter of active Ruby threads instead of using dark hidden Ruby version specific thread functions. This will not work without the GIL, but I'm sure it's here to stay. More... almost 16 years ago
Some renaming More... almost 16 years ago
Split connection.c in several files More... almost 16 years ago
Merge branch 'master' into conn_queue More... almost 16 years ago
Init connections queue More... almost 16 years ago
todo note about cookie header More... almost 16 years ago
Initial work on using queue for getting free connection More... almost 16 years ago
bits of doc luv More... almost 16 years ago
Remove FIXME note for previous commit More... almost 16 years ago
Fix big download by sending in chunks and waiting for the write buffer to drain. More... almost 16 years ago
Merge test fixes from buf_queue branch More... almost 16 years ago
Do not run Ruby scheduler if there's no runnable threads. More... almost 16 years ago
oops kindalike forgot to add in last commit More... almost 16 years ago