466
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
moved to 1.3.12 More... about 19 years ago
fixed handling of dead fastcgi processes if deamonized More... about 19 years ago
don't touch the exit-conditions for the loop directly (reverting a this part of one of the last changesets) More... about 19 years ago
seperated the tests for each section and let run-tests.pl use Test::Harness More... about 19 years ago
added | to the non-rfc characters in URI More... about 19 years ago
updated ChangeLog and NEWS from timeline More... about 19 years ago
get make distcheck working More... about 19 years ago
compile fixes for MIPSpro on IRIX More... about 19 years ago
PACKAGE -> PACKAGE_NAME (by smi) More... about 19 years ago
update keep-alive docs More... about 19 years ago
added man page for spawn-fcgi and add a example for conditionals and simple-vhost More... about 19 years ago
added tests for restarting fcgi-procs after they died More... about 19 years ago
rewrote the event and error handling with the help of the fcgi-responder.c from the tests. More... about 19 years ago
added checks for the line-terminator handling and cleanup the configs More... about 19 years ago
removed generated files from svn More... about 19 years ago
fixed #25 by setting all duplicates to 400 More... about 19 years ago
disable dump_packet More... about 19 years ago
parse last-modified timestamp and compare it. More... about 19 years ago
'modification' as ignored and handled as 'access' More... about 19 years ago
converted all tests to run-tests.pl More... about 19 years ago
this one belongs to the last changeset More... about 19 years ago
* If sizeof(long) == sizeof(off_t), buffer_{append,copy}_off_t() are only macros to buffer_{append,copy}_long() * ltostr() returns the string length instead of always 0 * Don't check return value of buffer_prepare_append(buffer *b), since it only returns -1 if b == NULL, which we do a few lines above anyway. * Improved buffer_path_simplify(). No "dot_stack" required anymore. Operation can also be performed inplace. * Check errno also against EACCES at pidfile-unlink for not logging a "Permission denied". More... about 19 years ago
* Changed AM_CONFIG_HEADER to AC_CONFIG_HEADER. The Manual says: Older versions of Automake required the use of AM_CONFIG_HEADER; this is no longer the case today. More... about 19 years ago
tolerate \n\n instead of \r\n\r\n and handle overlapping EOL correctly More... about 19 years ago
get pidof working on linux More... about 19 years ago
moved SA_LEN macro to http-header-glue.c More... about 19 years ago
moved external functions to *-glue.c More... about 19 years ago
Don't use broken http_host pointer for debugging. More... about 19 years ago
removed warnings about shadowed variables More... about 19 years ago
added ssl.ca-file and updated error-message if private and public key don't match More... about 19 years ago