41
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds a new QA test. It covers whether after a 301 response a keep-alive connection isn't closed. Bug #568. More... over 13 years ago
Adds a new QA test. It checks whether the server can access local files with the question mark in the name. Bug #582 More... over 13 years ago
Better parsing of the "Connection:" header. More... over 13 years ago
Implements strncasestr() and strncasestrn(). More... over 13 years ago
Implements CHEROKEE_CHAR_IS_WHITE, CHEROKEE_CHAR_IS_UPPERCASE, CHEROKEE_CHAR_IS_LOWERCASE, CHEROKEE_CHAR_TO_LOWER and CHEROKEE_CHAT_TO_UPPER. More... over 13 years ago
There were three more Front-Line Cache QA tests that required some changes to run concurrently. More... over 13 years ago
Clean up More... over 13 years ago
Increases the delay of the thread launching mechanism according to the number of tests being run. More... over 13 years ago
Workarounds Python's BUG #1515. More... over 13 years ago
Front-Line Cache related QA tests could not be run neither more than once in the same session nor in parallel by multiple threads. This patch works out those QA tests so they behave like any other QA test of the bench. More... over 13 years ago
Fixes the 'secdownload' related QA tests. They failed if the QA test run for more than a minute. The timeout is set to a week now. More... over 13 years ago
Bug-fix: Front-Line Cache internals might access invalid memory. More... over 13 years ago
Fixes TRACE() entry that might access invalid memory. More... over 13 years ago
Valgrind was complaining about pthread_rwlock_init() accessing uninitialized memory. I doubt this solves any real problem, although it does not hurt either. More... over 13 years ago
By default, do not use the GZip encoder with Internet Explorer clients older than IE6 (MSIE [1-6]). #legacy More... over 13 years ago
Cherokee 1.2.99 released More... over 13 years ago
Complex rule matches (and, or and not) accesses now the right internal configuration objects. Besides fixing the server core issue, this patch also adds a new QA test entry to project us against potential regressions. It fixes bug #1207: http://bugs.cherokee-project.com/1207 More... almost 14 years ago
php-fpm should most likely be launched as root. More... almost 14 years ago
Fixes a compilation issue More... almost 14 years ago
Second part of yesterday's "Chunked encoded responses over SSL/TLS" patch. Under some circumstances the terminating mark was not being sent, and thus HTTP clients reported a malformed response. More... almost 14 years ago
Adds a clarification to the LDAP validator documentation page. Thanks for David <[email protected]> for the patch! More... almost 14 years ago
Extends a few TRACE entries to make clear that no information was sent to the client when a libSSL error is caught and reported. More... almost 14 years ago
The long awaited "EAGAIN handle of chunked responses over SSL/TLS" fix. Due a libssl restriction, the cryptor will NOT report ret_ok until the content of the source buffer is fully sent (the buffer can not be modified while it is being sent). This patch makes Cherokee to generate the plain chunk in-memory in order to let the original crytor object to mechanism handle the I/O events. More... almost 14 years ago
LDAP's filter is optional. http://bugs.cherokee-project.com/1252 More... almost 14 years ago
'users' was detected as an unknown configuration key entry by both the LDAP and MySQL validators. Fixes http://bugs.cherokee-project.com/1251 Thanks to David James Breitkreutz for reporting the problem! More... almost 14 years ago
Adds a missing documentation page. It caused the /doc interface of Cherokee-admin to fail when /help/basics.html was accessed. Thanks to MATSUU Takuto <[email protected]> for the patch! More... almost 14 years ago
Adds support for auto-configuring PHP-fpm's "pm.status_path", and "ping.path" as special URLs. The wizard inspects PHP's configuration file in order to figure whether they have to be configured in the web server. More... almost 14 years ago
Re-implements (extends, actually) SCRIPT_FILENAME. More... almost 14 years ago
Clean up. Removes a few lines of old code. More... almost 14 years ago
Translate a CGI from PHP to Python because php-fpm cannot be used as a regular command line tool to execute PHP (as php-cgi could be). More... almost 14 years ago