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
Reviewed by: joes More... over 21 years ago
when running perl_test, don't rerun 'perl Makefile.PL' if already done. More... over 21 years ago
Fixt typo- apr_rfc_822_date. Thanks, Randy. More... over 21 years ago
For win32: More... over 21 years ago
Add some prereq info More... over 21 years ago
Update STATUS/CHANGES to reflect recent commits. More... over 21 years ago
Be sure filter->ctx is non-NULL before using it in a prefetch read. More... over 21 years ago
Phase out test_config.pl script. Rework prefetch code in mod_apreq.c and move apreq_brigade_copy function from apreq_params.c to apreq.c More... over 21 years ago
Add apreq-1 docs with '[STATUS]' annotations on each section More... over 21 years ago
Doxify CHANGES and have WrapXS simply include Request_pod and Cookie_pod files, instead of trying to generate the perldocs. More... over 21 years ago
s/read_bytes/read_ahead/ in apreq_cfg_t,added apreq_request_config & XS wrapper. Modified xsbuilder.pl to allow it to parse the header files in glue/perl/xsbuilder (mainly hoping this will eventually generate better pdd/pod) More... over 21 years ago
'%make apr_tags' creates doxygen tags for apr & apr-util More... over 21 years ago
Deprecate apreq_expires in favor of apr_rfc822_date, add doc link to apreq homepage More... over 21 years ago
Eliminate codependency between cookie->version and cookie->time by using max_age to store the cookie's lifetime. More... over 21 years ago
add Win32 make instructions. More... over 21 years ago
undefining APR_INLINE no longer needed on Win32 More... over 21 years ago
Add INSTALL, CHANGES, etc. More... over 21 years ago
Make request.pm's upload test more memory-challenging More... over 21 years ago
License check: add/fix license year = 2003 for httpd-apreq-2 More... over 21 years ago
Make upload->link's return value more perlish (and consistent w/ apreq-1) More... over 21 years ago
STATUS update, redux More... over 21 years ago
Code cleanups and STATUS update. More... over 21 years ago
Added default config & sanity checks More... over 21 years ago
Use buffered IO for generated link files. Should provide better performance since the brigade is probably small enough to avoid a syswrite. More... over 21 years ago
Add name, info, value, & link to upload API. More... over 21 years ago
Have apreq_param_brigade return a copy of param->bb More... over 21 years ago
Eliminate 'Assignment discards qualifier' warning More... over 21 years ago
Drop const qualifier from apreq_upload return value. Still futzing with apreq_xs_postperl.h and friends. The good news is that the upload test in glue/perl/t/apreq/request.t should pass now. More... over 21 years ago
Minor parser/hook cleanups. More... over 21 years ago
Add config framework to apreq parsers. Add file bucket logic for spooling uploads into brigades. More... over 21 years ago