Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-10 | Bug 1450990 - Refactor a bunch of the logging config files | Dylan William Hardison | 1 | -3/+1 | |
2018-03-14 | Bug 1445700 - apache_size_limit should be 800_000 when Linux::Smaps is not ↵ | Dylan William Hardison | 1 | -2/+4 | |
installed. | |||||
2018-02-16 | no bug - add USE_NYTPROF to PerlPassEnv (#395) | Dylan William Hardison | 1 | -1/+10 | |
2017-12-23 | no bug - support Devel::NYTProf | Dylan William Hardison | 1 | -1/+20 | |
2017-10-07 | Bug 1404092 - Bugzilla->localconfig should directly use environmental ↵ | Dylan William Hardison | 1 | -0/+6 | |
variables and ignore the localconfig file | |||||
2017-10-06 | Bug 1405011 - Prevent code in mod_perl.pl from executing twice | Dylan William Hardison | 1 | -0/+2 | |
2017-07-07 | Bug 1376023 - Undo accidental reversion of bug 1352907 | Dylan William Hardison | 1 | -1/+1 | |
This reverts commit 38b13ae3f1885faa0da1d0040a0dda87dc786515. * change __lbheartbeat__ to "httpd OK" again | |||||
2017-05-27 | Bug 1352264 - Preload all templates (re-apply) | Dylan William Hardison | 1 | -0/+3 | |
2017-05-17 | use non-whimsical string for lbheartbeat | Dylan William Hardison | 1 | -1/+1 | |
2017-05-11 | Bug 1352907 - Simplify extension system for performance | Dylan William Hardison | 1 | -1/+1 | |
2017-05-02 | Revert "Bug 1352264 - Preload all templates" | Dylan William Hardison | 1 | -3/+0 | |
This reverts commit c82963a57cf97932870e11de8cf2a6205132b954. | |||||
2017-04-26 | Bug 1352264 - Preload all templates | Dylan William Hardison | 1 | -0/+3 | |
2017-03-30 | Bug 1351695 - Allow apache to ignore .htaccess for increased performance | Dylan William Hardison | 1 | -20/+4 | |
2017-03-27 | Bug 1350467 - Add method Bugzilla->preload_features() to be called in ↵ | Dylan William Hardison | 1 | -0/+2 | |
mod_perl.pl startup | |||||
2017-03-17 | Bug 1347335 - Lifecycle of request cache begin at apache startup | Dylan William Hardison | 1 | -6/+6 | |
2017-03-15 | Bug 1347570 - Enforce minimum value for apache_size_limit | Dylan William Hardison | 1 | -1/+5 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -17/+15 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -15/+17 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -17/+15 | |
local symlink to data/ directory | |||||
2016-04-27 | Bug 1225214 - Implement very simple request time logging | Dylan Hardison | 1 | -0/+3 | |
2015-11-23 | Bug 1227031 - mod_perl workers are being terminated after 0 seconds | Dylan Hardison | 1 | -11/+2 | |
2015-11-04 | remove stray line that snuck in | Dylan Hardison | 1 | -1/+1 | |
2015-11-04 | Bug 1219750 - Allow Apache2::SizeLimit to be configured via params | Dylan Hardison | 1 | -5/+10 | |
2015-10-14 | Bug 1214704 - disable mod_perl preloading | Byron Jones | 1 | -37/+35 | |
2015-08-17 | Bug 979441 - Under mod_perl, some modules aren't preloaded at startup | Byron Jones | 1 | -35/+37 | |
2014-03-05 | Bug 979727: increase the mod_perl sizelimit to 700_000 on production | Byron Jones | 1 | -4/+4 | |
2013-09-23 | Bug 919389: increase the mod_perl sizelimit to 600_000 on production | Byron Jones | 1 | -1/+1 | |
2013-08-19 | Bug 905948: under mod_perl, HTTP/200 is returned when etags match If-None-Match | Byron Jones | 1 | -3/+4 | |
2013-07-22 | use the better fix for checking for REST responses | Byron Jones | 1 | -1/+2 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=895306 | |||||
2013-07-18 | Bug 895306: REST endpoint returns both JSON and HTML errors when running ↵ | Byron Jones | 1 | -1/+7 | |
under mod_perl | |||||
2013-03-14 | Bug 849721: drop sizelimit down to 500_000 | Byron Jones | 1 | -2/+2 | |
2013-03-12 | Bug 849721: lower max_unshared_size to 1g | Byron Jones | 1 | -1/+1 | |
2013-01-09 | Bug 827808: increase the non-production sizelimit to 600_000 | Byron Jones | 1 | -1/+1 | |
2013-01-09 | set different values for Apache2::SizeLimit->set_max_unshared_size between ↵ | Byron Jones | 1 | -1/+5 | |
production and non-production instances https://bugzilla.mozilla.org/show_bug.cgi?id=827808 | |||||
2012-02-09 | Bug 713213: increase apache sizelimit | Byron Jones | 1 | -2/+2 | |
2012-01-24 | merged with bugzilla/4.2 | Dave Lawrence | 1 | -1/+2 | |
2012-01-24 | Bug 633061: Require Apache2::SizeLimit 0.96 for proper operation on Linux | Max Kanat-Alexander | 1 | -2/+3 | |
r=dkl a=mkanat | |||||
2012-01-12 | Bug 713213: bump up max_unshared_size to 100,000 | Byron Jones | 1 | -2/+2 | |
2011-10-05 | more porting work | David Lawrence | 1 | -1/+1 | |
2011-08-05 | Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to the | Max Kanat-Alexander | 1 | -5/+5 | |
difficulty of installing its dependencies. Instead move the code directly into Bugzilla itself. r=LpSolit, r=glob, a=mkanat | |||||
2011-07-19 | Bug 643890: Use Apache's ErrorLog when using mod_perl/vhosts | Christian Ruppert | 1 | -0/+5 | |
r=mkanat, a=mkanat | |||||
2011-02-03 | Bug 630750: Don't let "." and "lib" get into @INC when running under | Max Kanat-Alexander | 1 | -0/+17 | |
mod_perl r=dkl, a=mkanat | |||||
2011-01-24 | Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness of | Max Kanat-Alexander | 1 | -2/+7 | |
generate_random_password, to protect against an account compromise issue and other critical vulnerabilities. r=LpSolit, a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=621591 | |||||
2010-12-28 | Bug 621597: Make mod_perl.pl do the INC configuration itself, instead of | Max Kanat-Alexander | 1 | -1/+7 | |
requiring it to be in httpd.conf. r=dkl, a=mkanat | |||||
2010-12-27 | Bug 599539: Update the mod_perl code for Apache2::SizeLimit 0.92 | Max Kanat-Alexander | 1 | -14/+5 | |
r=glob, a=mkanat | |||||
2010-11-15 | Bug 599552: Clean up mod_perl.pl, and make it use the same CGI.pm compile | Max Kanat-Alexander | 1 | -9/+7 | |
options as mod_cgi does. r=glob, a=mkanat | |||||
2010-07-21 | Bug 428313: Properly expire the browser's CSS and JS cache when there | Max Kanat-Alexander | 1 | -1/+1 | |
are new versions of those files. This also eliminates single-file skins and should also allow Extensions to have skins. r=glob, a=mkanat | |||||
2010-02-01 | Fix the data in the bzr repo to match the data in the CVS repo. | Max Kanat-Alexander | 1 | -0/+0 | |
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files. | |||||
2010-02-01 | Bug 532318: In mod_perl on Windows, instead of using Apache2::SizeLimit, ↵ | Michael Thomas | 1 | -5/+13 | |
just set MaxRequestsPerChild Patch by Michael Thomas <mockodin@gmail.com> r=mkanat, a=mkanat | |||||
2009-12-01 | Bug 532025: Under mod_perl, starting Apache w/ extensions enabled was ↵ | mkanat%bugzilla.org | 1 | -3/+3 | |
throwing the "not a valid name" error. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat |