I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Dec 08, 2022 — Dec 08, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* modules/ssl/ssl_engine_io.c (ssl_io_input_getline): Document
Joe Orton
as jorton
More... over 15 years ago
* modules/ssl/ssl_engine_io.c (ssl_io_input_getline): Document interface. (ssl_io_filter_input): For GETLINE mode, pull lines directly from the char_buffer if possible, to avoid unnecessarily copying the entire buffer once per invocation. More... over 15 years ago
* modules/ssl/ssl_engine_io.c (char_buffer_read): Use memmove in place of memcpy since the buffers can overlap; add explanatory comment. More... over 15 years ago
* modules/ssl/ssl_engine_io.c (char_buffer_read): Use memmove in place
Joe Orton
as jorton
More... over 15 years ago
Relax checks for OCSP responder URIs:
Joe Orton
as jorton
More... over 15 years ago
Relax checks for OCSP responder URIs: More... over 15 years ago
* Prevent XSS attacks when using wildcards in the path of the FTP URL (CVE-2008-2939). Discovered by Marc Bevand of Rapid7. More... over 15 years ago
* Prevent XSS attacks when using wildcards in the path of the FTP URL More... over 15 years ago
Make list_hooks.pl multi-line aware, and swallow up the
Jim Jagielski
as jim
More... over 15 years ago
Make list_hooks.pl multi-line aware, and swallow up the required lines to obtain args, etc... More... over 15 years ago
picking nits - de-tab More... over 15 years ago
picking nits - de-tab
Jim Jagielski
as jim
More... over 15 years ago
Simplyfy codepath. Don't treat "" as special, just
Jim Jagielski
as jim
More... over 15 years ago
Simplyfy codepath. Don't treat "" as special, just plug along. This matches the codepath in mod_cgi.c More... over 15 years ago
New Turkish translations More... over 15 years ago
New Turkish translations More... over 15 years ago
*) mod_cgid: Pass along empty command line arguments from an ISINDEX
Eric Covener
as covener
More... over 15 years ago
*) mod_cgid: Pass along empty command line arguments from an ISINDEX query that has consecutive '+' characters in the QUERY_STRING, matching the behavior of mod_cgi. More... over 15 years ago
* Remove call to apr_reslist_destroy. With the latest trunk version of apr-util this causes a lock during shutdown as at the point of time we would execute apr_reslist_destroy the reslist is already destroyed, because we are in a cleanup of the same pool where the reslist registered itself as precleanup. With apr-util 1.3.x calling apr_reslist_destroy is not really useful and needed in this case as we are in a cleanup that was registered against the same pool that is used by the reslist. As it was registered *after* the reslist was created it just runs *before* the reslist cleanup would run. This is somewhat pointless here and we could leave the job of destroying the reslist to the reslist cleanup. More... over 15 years ago
* Remove call to apr_reslist_destroy. With the latest trunk version of More... over 15 years ago
pre-translation improvements More... over 15 years ago
pre-translation improvements More... over 15 years ago
eol-style: native More... over 15 years ago
eol-style: native More... over 15 years ago
update Japanese translations More... over 15 years ago
update Japanese translations More... over 15 years ago
* Give possible piped loggers a chance to process their input before they get killed by us. More... over 15 years ago
* Give possible piped loggers a chance to process their input before they get More... over 15 years ago
* Construct a site in the reverse proxy case when there is non. More... over 15 years ago
* Construct a site in the reverse proxy case when there is non. More... over 15 years ago