156
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 22 hours ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PerlIOApache_flush() and mpxs_Apache2__RequestRec_rflush() now no longer throw exceptions when modperl_wbucket_flush() fails if the failure was just a reset connection or an aborted connection. The failure is simply logged to the error log instead. This should fix cases of httpd.exe crashing when users press the Stop button in their web browsers.
Steve Hay
as stevehay
More... almost 13 years ago
remove hard coded AuthType and AuthName from Apache2__RequestUtil.h More... about 13 years ago
avoid a superfluous module list scan in modperl_module_insert() More... about 13 years ago
Modules that add directives should be loaded via PerlLoadModule More... about 13 years ago
fixed a wrong content-length header in t/filter/TestFilter/out_str_reverse.pm More... about 13 years ago
LWP 6.x uses HTTP/1.1 but t/response/TestAPI/request_rec.pm assumes it is always called using HTTP/1.0 More... about 13 years ago
next try: restrict localization of $HTTP::Headers::TRANSLATE_UNDERSCORE to HTTP::Headers 6.00 only More... about 13 years ago
HTTP::Headers at least in version 6.00 does not translate underscores to minus when storing headers but does so when they are read. More... about 13 years ago
Bugfix: Apache2::ServerUtil::get_server{description,banner,version} cannot More... about 13 years ago
skip Apache2::SizeLimit tests for threaded MPMs More... about 13 years ago
Check the ExtUtils::Embed version in Apache2::Build, More... about 13 years ago
Pass LD_LIBRARY_PATH if mod_env is loaded. Should prevent build failures More... about 13 years ago
2.0.6 More... over 13 years ago
start 2.0.6-dev cycle More... over 13 years ago
Add another note from pgollucci More... over 13 years ago
add notes from 2.0.5 release More... over 13 years ago
Merge changes from 2.0.5 release More... over 13 years ago
Fix KEYS url More... over 13 years ago
another 5.14 fix More... over 13 years ago
forgot about Changes More... over 13 years ago
With Perl 5.13.x using GvGP and GvSV as an lvalue has become invalid. More... over 13 years ago
RT #48103 More... over 13 years ago
Make PerlIOApache_write() throw an APR::Error object, rather than just a string error, if modperl_wbucket_write() fails.
Steve Hay
as stevehay
More... over 13 years ago
Apply fixes for various issues with newer LWP and B::Concise More... over 13 years ago
Look for a usable apxs in $ENV{PATH} if all other options fail, then prompt the user for one. More... over 13 years ago
Make sure perl is built either with multiplicity and ithreads or without both More... over 13 years ago
make APR::Socket::fileno unimplemented on Windows More... over 13 years ago
Support for "install_vendor" and "install_site" make targets More... over 13 years ago
Removed unused variable. More... almost 14 years ago
Fix on fbsd amd64 where U32 is 4 bytes and pthread_t is 8. More... almost 14 years ago