| Commit message (Expand) | Author | Files | Lines |
2012-01-02 | s/2011/2012/g | Rich Bowen | 1 | -1/+2 |
2012-01-02 | add/enhance some hints about configuration section merging (or lack of it in | Eric Covener | 6 | -2/+99 |
2012-01-02 | Add a bit of debug logging | Stefan Fritsch | 2 | -1/+10 |
2012-01-02 | Avoid using C++ reserved word 'new' in arg name in header | Stefan Fritsch | 1 | -5/+7 |
2011-12-30 | Display registered providers | Stefan Fritsch | 1 | -3/+61 |
2011-12-30 | Add new ap_list_provider_groups() API for mod_info | Stefan Fritsch | 3 | -1/+48 |
2011-12-30 | Sort list of modules | Stefan Fritsch | 1 | -6/+34 |
2011-12-30 | Display all those shiny new hooks that we have in 2.4 | Stefan Fritsch | 1 | -3/+40 |
2011-12-30 | Fix another case of #ifdef-within-a-macro (which was inadvertently | Kaspar Brand | 1 | -9/+6 |
2011-12-29 | Document the unfortunate side effect of converting ap_log_*error into macros | Stefan Fritsch | 1 | -2/+8 |
2011-12-29 | Don't use #ifdef inside macro calls | Stefan Fritsch | 3 | -30/+25 |
2011-12-29 | SECURITY: CVE-2012-0021 (cve.mitre.org) | Stefan Fritsch | 1 | -12/+14 |
2011-12-28 | Fix handling of piped, syslog, or inherited ErrorLog entries | Stefan Fritsch | 1 | -1/+2 |
2011-12-28 | Check during configtest that the directories for error logs exist | Stefan Fritsch | 2 | -1/+40 |
2011-12-28 | Fix -DDUMP_RUN_CFG output for piped and syslog loggers | Stefan Fritsch | 1 | -3/+5 |
2011-12-28 | Adapt loglevel of config errors during second pass | Stefan Fritsch | 1 | -8/+8 |
2011-12-28 | Adjust the translations to r1223048 (Apache Tomcat link) | Takashi Sato | 4 | -6/+6 |
2011-12-25 | Fix link to Apache Tomcat. | Takashi Sato | 1 | -1/+1 |
2011-12-24 | add missing #ifdef in ssl_cmd_protocol_parse (should have been in r1222921) | Kaspar Brand | 1 | -0/+2 |
2011-12-24 | update transformations | Kaspar Brand | 2 | -8/+18 |
2011-12-24 | SSLProtocol: allow explicit control of TLSv1.1 and TLSv1.2 flavors when | Kaspar Brand | 5 | -9/+70 |
2011-12-24 | Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1 | Kaspar Brand | 7 | -58/+62 |
2011-12-24 | REMOTE_ADDR is now r->useragent_ip, which is not/never available at | Kaspar Brand | 1 | -3/+1 |
2011-12-22 | Update transformation. | Graham Leggett | 1 | -0/+35 |
2011-12-22 | Clarify how the filters are merged when defined using the AddOuputFilter | Graham Leggett | 1 | -0/+35 |
2011-12-22 | mod_mime: Don't arbitrarily bypass AddOutputFilter during a ProxyPass, | Graham Leggett | 1 | -2/+2 |
2011-12-22 | Update transformations. | Graham Leggett | 2 | -1/+2 |
2011-12-22 | Add a link to the general HTTP compliance instructions. | Graham Leggett | 1 | -0/+1 |
2011-12-22 | Update transformations. | Graham Leggett | 1 | -8/+7 |
2011-12-22 | Build the man page for httxt2dbm. | Graham Leggett | 3 | -8/+70 |
2011-12-21 | RPM: Add mod_policy to the RPM spec file. | Graham Leggett | 1 | -0/+4 |
2011-12-21 | Update transformations. | Graham Leggett | 32 | -13/+1248 |
2011-12-21 | Add documentation for mod_policy, as well as explanatory documentation | Graham Leggett | 5 | -0/+1225 |
2011-12-21 | mod_policy: Add a new testing module to help server administrators | Graham Leggett | 8 | -1/+1407 |
2011-12-20 | Move ab, logresolve, httxt2dbm and apxs to bin from sbin, along with | Graham Leggett | 5 | -12/+11 |
2011-12-20 | Added mod_firehose and firehose to NetWare build. | Guenter Knauf | 4 | -1/+508 |
2011-12-20 | Some cosmetic NetWare makefile tweaks. | Guenter Knauf | 2 | -4/+4 |
2011-12-20 | Make mod_lua compile with lua 5.2.x. | Guenter Knauf | 2 | -0/+8 |
2011-12-19 | Fix the case where AP_DEBUG is unset. | Graham Leggett | 1 | -1/+1 |
2011-12-19 | Distinguish properly between the bindir and sbindir directories when | Graham Leggett | 5 | -14/+28 |
2011-12-19 | Fix warning: variable 'rv' set but not used. | Graham Leggett | 1 | -3/+9 |
2011-12-19 | Fix warning: 'nlen' may be used uninitialized in this function. | Graham Leggett | 1 | -1/+1 |
2011-12-19 | RPM: Remove fiddling with installbuilddir, this is correct by default | Graham Leggett | 1 | -4/+0 |
2011-12-19 | Update transformations. | Graham Leggett | 1 | -1/+1 |
2011-12-19 | Clarify which tarballs we are talking about. | Graham Leggett | 1 | -1/+1 |
2011-12-19 | Update transformations. | Graham Leggett | 11 | -11/+26 |
2011-12-19 | Add further explanation on RPM packaging. | Graham Leggett | 1 | -1/+16 |
2011-12-18 | Update transformations. | Graham Leggett | 5 | -3/+243 |
2011-12-18 | Document the RPM platform. | Graham Leggett | 3 | -3/+220 |
2011-12-18 | Various code cleanup to avoid compiler, cppcheck, or clang warnings: | Stefan Fritsch | 13 | -25/+22 |