41
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Whitespace More... over 10 years ago
Slight change, to keep it in the same style as the check above. More... over 10 years ago
Merge pull request #1099 from cherokee/nosymlink_927 More... over 10 years ago
Merge pull request #1100 from rakuco/remove-sizeof-sig_atomic-t-check More... over 10 years ago
Remove check for sizeof(sig_atomic_t). More... over 10 years ago
Implement handler_file to forbid symlinks. More... over 10 years ago
Add two remaining very commonly present headers: DNT and Cache-Control More... over 10 years ago
Merge pull request #1090 from cherokee/cherokee_tweak More... over 10 years ago
I could not find any other references to forward escaping than JSON. More... over 10 years ago
Merge branch 'master' into cherokee_tweak More... over 10 years ago
Fix killing of connections from the main thread. More... over 10 years ago
This sounds "reasonable" but doesn't work yet. More... over 10 years ago
Solve the mistery why connections that are limited are not show in the connection list. More... over 10 years ago
Merge pull request #1094 from cherokee/dwriter_rename_unsigned More... over 10 years ago
Step 2. Introduce the new cherokee_dwriter_integer for signed values. More... over 10 years ago
Step 1. Replace cherokee_dwriter_integer with cherokee_dwriter_unsigned More... over 10 years ago
Added missing NEWLINE. More... over 10 years ago
Managed to drop the status from line 176. Readded. More... over 10 years ago
cherokee_buffer_insert didn't cover a few corner cases properly. More... over 10 years ago
Uniform naming. More... over 10 years ago
A workaround for the problem where the loop deadlocks the current thread. More... over 10 years ago
There is absolutely no reason to allow http_get. More... over 10 years ago
One extra check. More... over 10 years ago
Attempt to also get closing of connections to work. More... over 10 years ago
Fix trace support from cherokee-tweak More... over 10 years ago
Fix how the commandline parameters are handled, if someone is a python command line parser pro, please fix. More... over 10 years ago
Fix the killing code. More... over 10 years ago
Better way to handle the 404 so PURGE can tell us about objects not in cache More... over 10 years ago
The PID is an unsigned integer, which is initialised with -1, hence 2^64-1. Make sure we communicate -1. More... over 10 years ago
If no value is returned, and we should provide a decimal, don't offer a string instead. More... over 10 years ago