2
I Use This!
Inactive

Commits : Listings

Analyzed 23 days ago. based on code collected 24 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move file to a different directory More... over 21 years ago
- add env/test_cgi.c, a C cgi script, for testing libapreq_cgi library More... over 21 years ago
Add cgi-bin directory, and associated directives in extra.conf.in, More... over 21 years ago
fix typo: s/@nmake/@echo nmake/ More... over 21 years ago
Add support for building mod_apreq as a static module, which is based on Bojan Smojver's patch- http://marc.theaimsgroup.com/?l=apreq-dev&m=106515072621995&w=2 More... over 21 years ago
Drop useless APREQ_CTX_MAXSIZE. More... over 21 years ago
Rework build system around ap[ru]-config to allow apr & apr-utils to have non-httpd install locations. More... over 21 years ago
Add *nix support for % make perl_install More... over 21 years ago
s/request/redirect/g in cvsignore More... over 21 years ago
more cvsignore goodness More... over 21 years ago
Commit more tests (and iron out a few kinks in mod_apreq.c) which mix redirects with prefetch logic. More... over 21 years ago
Allow unencoded "=" signs to occur in a (query string) param value. More... over 21 years ago
<<EOT More... over 21 years ago
I intend to mess with mod_apreq.c to ensure internal redirects work. The input filter chain may get clobbered on internal redirects and subrequests, which can lose whatever POST data lies in mod_apreq's spool brigade. More... over 21 years ago
apr_table_get may return NULL, which is invalid input for apreq_char_to_value. Thanks to Bojan Smojver for the spot. More... over 21 years ago
add an install target for Win32. More... over 21 years ago
Move the defines ahead of #include "apache_httpd_test.h" (avoids compiler redefinition warnings). More... over 21 years ago
apr_brigade_pflatten() does not null-terminate the result string. More... over 21 years ago
Some cleanup, and better searching for Apache-related binaries. More... over 21 years ago
Adjust the apxs command for building c-modules for Win32. More... over 21 years ago
Remove apxs scripts, as they're available at http://perl.apache.org/. More... over 21 years ago
Fetch apxs for Win32 from http://perl.apache.org/, if desired, More... over 21 years ago
Create a static libapreq_cgi library on Win32. More... over 21 years ago
s/env_log/apreq_log/. More... over 21 years ago
httpd 2.0.46 is a requirement, need to add the check in More... over 21 years ago
temporarily add Win32 apxs tool, to be used to build env/c-modules/ More... over 21 years ago
Use top-level Makefile.PL for Win32 build, and adjust INSTALL More... over 21 years ago
fix undefined $perl More... over 21 years ago
fix the ignore list More... over 21 years ago
Add -L../src to apxs arguments to ensure we're using the correct libapreq More... over 21 years ago