| Commit message (Expand) | Author | Age | Files | Lines |
* | Add wrappers for malloc, calloc, realloc that check for out of memory | Stefan Fritsch | 2011-09-19 | 1 | -0/+4 |
* | PR51371: cross-compile issues with cgi and apr_procattr_limit_*. | Eric Covener | 2011-09-17 | 1 | -0/+3 |
* | * Correctly obey ServerName / ServerAlias if the Host header from the | Ruediger Pluem | 2011-09-17 | 1 | -0/+4 |
* | initialize counter with random number | Stefan Fritsch | 2011-09-15 | 1 | -0/+3 |
* | Create wrapper API for apr_random; | Stefan Fritsch | 2011-09-15 | 1 | -0/+2 |
* | Add in MaxRangeOverlaps and MaxRangeReversals to accomodate | Jim Jagielski | 2011-09-12 | 1 | -76/+81 |
* | Reflect user-visible behavior change | William A. Rowe Jr | 2011-09-09 | 1 | -1/+5 |
* | Non-releases don't have user-visible regressions; now a contributor to the fix | William A. Rowe Jr | 2011-09-09 | 1 | -5/+3 |
* | mod_ldap: Optional function uldap_ssl_supported(r) always returned false | Eric Covener | 2011-09-08 | 1 | -0/+4 |
* | Set Accept-Rangs: none instead of unsetting the Accept-Range header when we | Eric Covener | 2011-09-08 | 1 | -0/+4 |
* | take care of some MaxRanges feedback: | Eric Covener | 2011-09-07 | 1 | -0/+4 |
* | bump SECURITY issue to top of in-development 2.3.15 section. | Eric Covener | 2011-09-06 | 1 | -6/+6 |
* | Revamp CRL checking for client and remote servers: | Kaspar Brand | 2011-09-04 | 1 | -0/+5 |
* | * Fix a regression in the CVE-2011-3192 byterange fix: | Ruediger Pluem | 2011-09-01 | 1 | -0/+9 |
* | add MaxRanges directive institute a default limit of 200 (post-merge where | Eric Covener | 2011-08-28 | 1 | -0/+4 |
* | mod_cache: Ensure that CacheDisable can correctly appear within | Graham Leggett | 2011-08-15 | 1 | -0/+3 |
* | mod_cache: Fix the moving of the CACHE filter, which erroneously | Graham Leggett | 2011-08-15 | 1 | -0/+4 |
* | Improve ssl_log_cxerror(): | Kaspar Brand | 2011-08-15 | 1 | -0/+2 |
* | Add ap_varbuf API for resizable buffers. | Stefan Fritsch | 2011-08-13 | 1 | -0/+8 |
* | Accept LDAP_OPT_CONNECT_TIMEOUT as an alternative to LDAP_OPT_NETWORK_TIMEOUT. | Eric Covener | 2011-08-12 | 1 | -0/+4 |
* | mod_ldap: remove hard-coded loops of 10 retries w/o delay with a configurable | Eric Covener | 2011-08-11 | 1 | -0/+3 |
* | remove (the only) retry logic in mod_authnz_ldap's authentication path | Eric Covener | 2011-08-10 | 1 | -0/+3 |
* | Allow to explicitly disable modules even with module selection 'reallyall' | Stefan Fritsch | 2011-08-08 | 1 | -0/+3 |
* | Prevent a crash if a non-existent internal RewriteMap is specified | Eric Covener | 2011-08-08 | 1 | -0/+5 |
* | Enforce OpenSSL 0.9.7 as a minimum requirement in configure, and | Kaspar Brand | 2011-08-07 | 1 | -0/+2 |
* | Remove the ssl_toolkit_compat layer, which is no longer needed | Kaspar Brand | 2011-08-07 | 1 | -0/+2 |
* | Drop support for the RSA BSAFE SSL-C toolkit from configure, | Kaspar Brand | 2011-08-07 | 1 | -0/+3 |
* | PR29755: mod_usertrack gets skipped when modules return a status code from | Eric Covener | 2011-08-07 | 1 | -1/+5 |
* | mod_proxy_http, mod_proxy_connect: Add 'proxy-status' and 'proxy-source-port' | Stefan Fritsch | 2011-08-05 | 1 | -0/+3 |
* | Enable ldap modules in 'all' and 'most' selections if ldap is compiled into | Stefan Fritsch | 2011-08-05 | 1 | -0/+3 |
* | cleanups related to new AllowOverrideList functionality: | Stefan Fritsch | 2011-08-03 | 1 | -0/+3 |
* | Fix endless loop if first bucket is metadata | Stefan Fritsch | 2011-08-01 | 1 | -0/+2 |
* | And we are at 2.3.15-dev | Jim Jagielski | 2011-08-01 | 1 | -0/+3 |
* | Improve logging for mod_proxy_ajp. | Rainer Jung | 2011-07-30 | 1 | -0/+2 |
* | mod_proxy_ajp: Respect "reuse" flag in END_REPONSE | Rainer Jung | 2011-07-29 | 1 | -0/+3 |
* | mod_proxy: enable absolute URLs to be rewritten with ProxyPassReverse, | Nick Kew | 2011-07-29 | 1 | -0/+4 |
* | Install signal handlers for crashes before detaching. Previously, there | Stefan Fritsch | 2011-07-26 | 1 | -0/+3 |
* | Reduce period during startup and restart where a successive signal may be lost | Stefan Fritsch | 2011-07-26 | 1 | -0/+3 |
* | mod_allowmethods: Correct Merging of "reset" and do | Rainer Jung | 2011-07-26 | 1 | -0/+3 |
* | Add a CHANGES entry for all the module selection changes | Stefan Fritsch | 2011-07-24 | 1 | -0/+8 |
* | Add change log entry, bump MMN | Stefan Fritsch | 2011-07-23 | 1 | -0/+3 |
* | * server/vhost.c (get_addresses): For '*' and '_default_', return | Joe Orton | 2011-07-18 | 1 | -0/+3 |
* | Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, as | Stefan Fritsch | 2011-07-17 | 1 | -0/+4 |
* | Fix parsing of Content-Length in type maps | Stefan Fritsch | 2011-07-17 | 1 | -0/+3 |
* | Add more (trace) logging to the ap_scan_script_header*() functions | Stefan Fritsch | 2011-07-16 | 1 | -0/+7 |
* | Add a mod_dir option to allow the used DirectoryIndex to | Eric Covener | 2011-07-15 | 1 | -0/+3 |
* | Don't try to compress requests with a zero sized body. | Stefan Fritsch | 2011-07-13 | 1 | -0/+3 |
* | Use APR_UNSPEC to allow startup on IP6-only systems. | Stefan Fritsch | 2011-07-13 | 1 | -0/+3 |
* | Add some environment variables to the whitelist in suexec | Stefan Fritsch | 2011-07-13 | 1 | -0/+5 |
* | Fix regexp RewriteCond with NoCase, | Stefan Fritsch | 2011-07-06 | 1 | -0/+2 |