| Commit message (Expand) | Author | Age | Files | Lines |
* | Add suspend_connection and resume_connection hooks to notify modules | Jeff Trawick | 2013-11-30 | 2 | -1/+43 |
* | Fix error | Jim Jagielski | 2013-11-25 | 1 | -1/+1 |
* | Follow-up to r1541029: | Jeff Trawick | 2013-11-21 | 1 | -1/+4 |
* | Add parse_errorlog_arg callback to ap_errorlog_provider to allow providers | Jan Kaluža | 2013-11-12 | 2 | -1/+9 |
* | Error detection and a quick validity check when restoring... | Jim Jagielski | 2013-11-08 | 1 | -0/+1 |
* | Correct typo in comments for ap_map_http_request_error(). | Chris Darroch | 2013-10-07 | 1 | -1/+1 |
* | ap_rputs() silently truncated size_t to int, resulting in 130+ warnings | Jeff Trawick | 2013-10-05 | 1 | -1/+1 |
* | skiplist is now in apr 1.5 and above | Jim Jagielski | 2013-10-02 | 1 | -82/+0 |
* | Error log providers need to be able to trigger a startup error from their | Jeff Trawick | 2013-09-27 | 1 | -0/+4 |
* | mod_proxy: Add ap_connection_reusable() for checking if a connection | Jeff Trawick | 2013-09-25 | 1 | -1/+2 |
* | Add AP_ERRORLOG_PROVIDER_ADD_EOL_STR flag for ap_errorlog_provider, bump MMN. | Jan Kaluža | 2013-09-24 | 2 | -2/+9 |
* | Add ap_errorlog_provider to make ErrorLog logging modular. Move | Jan Kaluža | 2013-09-23 | 2 | -2/+30 |
* | Update related to r1519556 | Christophe Jaillet | 2013-09-03 | 1 | -2/+3 |
* | mod_status, mod_echo: Fix the display of client addresses. They were truncate... | Christophe Jaillet | 2013-09-03 | 1 | -1/+1 |
* | Mention how "satisfy any" affects AAA hooks run after access_checker | Eric Covener | 2013-08-27 | 1 | -0/+3 |
* | fix Doxygen warnings/comments | Jeff Trawick | 2013-08-13 | 5 | -6/+6 |
* | Add util_fcgi.h and associated definitions and support | Jeff Trawick | 2013-08-13 | 2 | -1/+282 |
* | Add ap_log_data(), ap_log_rdata(), etc. for logging buffers. | Jeff Trawick | 2013-08-10 | 2 | -1/+175 |
* | access_checker_ex runs immediately after access_checker, | Eric Covener | 2013-08-08 | 1 | -1/+1 |
* | fix a couple of grammar problems | Jeff Trawick | 2013-08-01 | 1 | -2/+2 |
* | Fixed some Windows warnings. | Guenter Knauf | 2013-07-07 | 1 | -0/+4 |
* | Avoid including apr_general.h. | Guenter Knauf | 2013-07-04 | 1 | -2/+8 |
* | Restore support for the AUTH_HANDLED return code in AUTHN providers, | Eric Covener | 2013-07-03 | 2 | -2/+4 |
* | Replace pre_htaccess hook with more flexible open_htaccess hook | Stefan Fritsch | 2013-07-02 | 2 | -8/+25 |
* | factor out DEFAULT_HANDLER_NAME | Eric Covener | 2013-06-26 | 2 | -1/+5 |
* | *) core: merge AllowEncodedSlashes from the base configuration into | Eric Covener | 2013-06-25 | 2 | -1/+4 |
* | fix doc for ap_pregsub_ex() return code | Jeff Trawick | 2013-06-21 | 1 | -1/+1 |
* | make opaque | Jim Jagielski | 2013-06-18 | 1 | -26/+3 |
* | Fold in Eric Covener's socket callback | Jim Jagielski | 2013-06-17 | 2 | -0/+30 |
* | Added missing bump. | Guenter Knauf | 2013-06-11 | 1 | -0/+2 |
* | document params | Stefan Fritsch | 2013-06-09 | 1 | -0/+2 |
* | Allow use of strtoul() | Stefan Fritsch | 2013-06-09 | 1 | -6/+0 |
* | Note the given functions will be available in APR. | Graham Leggett | 2013-06-06 | 1 | -0/+17 |
* | core: Stop the HTTP_IN filter from attempting to write error buckets | Graham Leggett | 2013-05-14 | 2 | -1/+19 |
* | mod_proxy, mod_proxy_http: Connection headers must be stripped on the way | Graham Leggett | 2013-05-13 | 1 | -1/+2 |
* | Make AP_SERVER_ADD_STRING define-able from CFLAGS. | Guenter Knauf | 2013-05-13 | 1 | -2/+4 |
* | core, mod_cache: Ensure RFC2616 compliance in ap_meets_conditions() | Graham Leggett | 2013-05-07 | 2 | -1/+72 |
* | core: Add the ability to do explicit matching on weak and strong ETags | Graham Leggett | 2013-05-06 | 2 | -1/+20 |
* | * Minor bump as documented (missed in r1478140) | Ruediger Pluem | 2013-05-04 | 1 | -1/+1 |
* | mod_cache: Invalidate cached entities in response to RFC2616 Section | Graham Leggett | 2013-05-01 | 1 | -0/+1 |
* | fix comment | Stefan Fritsch | 2013-04-27 | 1 | -1/+1 |
* | core, mod_ssl: Lift the restriction that prevents mod_ssl taking | Graham Leggett | 2013-04-22 | 2 | -1/+10 |
* | mod_dav: Improve error handling in dav_method_put(), add new | Jeff Trawick | 2013-04-04 | 1 | -1/+2 |
* | update w/ correct patch level | Jim Jagielski | 2013-03-27 | 1 | -1/+1 |
* | disable pool alloc poisoning if APR_POOL_DEBUG is enabled because it uses | Stefan Fritsch | 2013-03-22 | 1 | -1/+1 |
* | Useful extensions... | Jim Jagielski | 2013-03-19 | 2 | -0/+20 |
* | Pull out duplicated code to proxy_util... | Jim Jagielski | 2013-03-07 | 1 | -0/+2 |
* | I do DECLARE | Jim Jagielski | 2013-03-05 | 1 | -19/+19 |
* | PR54587: LDAP connections used for authn were not respecting | Eric Covener | 2013-03-04 | 2 | -1/+4 |
* | Add in rough uds support (Bugx 54101) from Blaise Tarr <blaise.tarr@gmail.com> | Jim Jagielski | 2013-03-01 | 1 | -0/+1 |