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
Clean up of conversion of relative to absolute paths, and make More... over 21 years ago
Revert configure_startup_pl override- Apache::Test DTRT now that we've replaced ExtUtils::MakeMaker with ModPerl::MM More... over 21 years ago
use absolute path names. More... over 21 years ago
Need to use ModPerl::MM to install Apache::Request into Apache2 directory More... over 21 years ago
TEST.PL fixes to avoid using prior installations of libapreq et. al. More... over 21 years ago
ignore generated .def files More... over 21 years ago
- add some files to cleanup More... over 21 years ago
need more work on the top-level Makefile.PL More... over 21 years ago
start working on the top-level Makefile.PL to make the httpd-apreq-2 More... over 21 years ago
s/\t/ / in Graham's patch More... over 21 years ago
Incorporate Graham Clark's apreq_decode patch + unit test. More... over 21 years ago
STATUS update- build/test_config.pl ist kaput. More... over 21 years ago
Update READMEs and drop test_config.pl More... over 21 years ago
Add preparse logic to bring behavior in line with apreq-1 More... over 21 years ago
check the return value of do(), needed to trap if it fails to run More... over 21 years ago
make apreq_brigade_concat public, and use it for controlling mod_apreq's spool. More... over 21 years ago
Update STATUS and CHANGES. More... over 21 years ago
Drop param->charset from apreq_params.h More... over 21 years ago
Bring cookie perldocs up to speed. More... over 21 years ago
Fix some parsing bugs in apreq_cookie_attr, fix segfault in apreq_xs_cookie_bake, and add some bake(2) tests to perl glue. More... over 21 years ago
Perl API fixes: mortalize env, add wrappers for apreq_encode and apreq_decode, and decode cookie value, moving (unencoded) cookie value accessor to raw_value More... over 21 years ago
Minor GET macro cleanups. More... over 21 years ago
Use DECLINED,OK instead of 0,-1 More... over 21 years ago
Prefetch reads should block until the configured read_ahead amount (64K) is available More... over 21 years ago
Minor code cleanups in mod_apreq.c. Update and doxify STATUS file. More... over 21 years ago
Parsers should only return APR_SUCCESS when they are done. The previous patch to mod_apreq.c tickled out a bug in the mfd parser, which would return APR_SUCCESS during a large file upload block. More... over 21 years ago
Simplify filter prefetch logic and fix .cvsignore for apreq_access_test. More... over 21 years ago
Added access tests for mod_apreq.c's prefetch code. Turns out we cannot use AP_MODE_SPECULATIVE for this situation, since it bypasses ap_http_filter's protocol-specific (POST) logic. More... over 21 years ago
In searching for a suitable Apache2 installation, More... over 21 years ago
Reviewed by: joes More... over 21 years ago