| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Whitespace fixes. No functional change. | Ruediger Pluem | 2023-03-22 | 1 | -1/+1 |
| * | Do not double encode encoded slashes | Ruediger Pluem | 2023-03-13 | 1 | -1/+4 |
| * | check apr_sockaddr_info_get() return value | Giovanni Bechis | 2022-06-28 | 1 | -2/+12 |
| * | Remove some APR 0.x stuff. | Christophe Jaillet | 2022-02-20 | 1 | -5/+0 |
| * | core: Add ap_create_connection() to create a server or client/proxy connection. | Yann Ylavic | 2021-09-09 | 1 | -3/+3 |
| * | Revert r1480058, -1'ed on dev@ and STATUS. | Yann Ylavic | 2020-12-10 | 1 | -116/+48 |
| * | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -1/+1 |
| * | trap bad FTP responses | Eric Covener | 2020-02-07 | 1 | -5/+15 |
| * | PR62989: DOCTYPE tags in server-generated HTML. | Eric Covener | 2020-01-31 | 1 | -1/+1 |
| * | Fix pool concurrency problems | Ruediger Pluem | 2019-10-11 | 1 | -2/+2 |
| * | * Lock the worker, not the balancer. We even do not know if we have a balancer | Ruediger Pluem | 2019-08-29 | 1 | -2/+2 |
| * | lognos | Eric Covener | 2019-08-08 | 1 | -1/+1 |
| * | remove request details from error documents (CVE-2019-10092). | Eric Covener | 2019-08-02 | 1 | -2/+3 |
| * | Follow up to r1859371: extend to other ap_proxy_connection_create[_ex]() users. | Yann Ylavic | 2019-05-17 | 1 | -6/+4 |
| * | Make proxy modules compile if APR_HAS_THREADS is not defined. | Stefan Sperling | 2019-01-29 | 1 | -0/+6 |
| * | revert of r808895 somehow missed mod_proxy_ftp | Eric Covener | 2019-01-23 | 1 | -1/+1 |
| * | Save some cycle. | Christophe Jaillet | 2018-08-18 | 1 | -9/+11 |
| * | Delay some memory allocation. | Christophe Jaillet | 2018-04-20 | 1 | -1/+2 |
| * | Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen | William A. Rowe Jr | 2016-06-09 | 1 | -5/+5 |
| * | mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections, | Yann Ylavic | 2016-04-26 | 1 | -2/+2 |
| * | Added many log numbers to log statements that | Rainer Jung | 2016-01-19 | 1 | -1/+1 |
| * | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -5/+5 |
| * | Revert r1715789: will re-commit without spurious functional changes. | Yann Ylavic | 2015-11-23 | 1 | -5/+5 |
| * | Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive). | Yann Ylavic | 2015-11-23 | 1 | -5/+5 |
| * | Fix some spurious ident spotted by sparse | Christophe Jaillet | 2015-08-31 | 1 | -1/+1 |
| * | Fix indent. | Christophe Jaillet | 2014-10-22 | 1 | -26/+26 |
| * | Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent apr_... | Christophe Jaillet | 2014-08-01 | 1 | -4/+2 |
| * | Remove some 'register' in variable declaration. | Christophe Jaillet | 2014-07-14 | 1 | -1/+1 |
| * | Strip useless apr_brigade_cleanup() calls. | Yann Ylavic | 2014-06-10 | 1 | -1/+0 |
| * | Avoid sending back uninitialized memory, use 'ftpmessage' in order to have so... | Christophe Jaillet | 2013-12-17 | 1 | -2/+1 |
| * | mod_proxy: Ensure network errors detected by the proxy are returned as | Graham Leggett | 2013-05-07 | 1 | -48/+116 |
| * | * modules/proxy/mod_proxy_ftp.c (proxy_ftp_handler): Remove | Joe Orton | 2013-01-03 | 1 | -1/+1 |
| * | * modules/proxy/mod_proxy_ftp.c: Fill in APLOGNO. | Joe Orton | 2012-12-18 | 1 | -1/+1 |
| * | * modules/proxy/mod_proxy_ftp.c (proxy_ftp_handler): Simplify EPSV | Joe Orton | 2012-12-11 | 1 | -18/+32 |
| * | CVE-2012-3499 and CVE-2012-4558 | Jim Jagielski | 2012-11-26 | 1 | -1/+3 |
| * | *) mod_proxy_ftp: Fix segfaults on IPv4 requests to hosts with DNS AAAA rec... | Jim Jagielski | 2012-11-01 | 1 | -3/+8 |
| * | Fix handling of ProxyBlock if a forward proxy is configured, and fix | Joe Orton | 2012-07-24 | 1 | -1/+1 |
| * | Various code clean up | Stefan Fritsch | 2012-07-15 | 1 | -1/+1 |
| * | Various code cleanup to avoid compiler, cppcheck, or clang warnings: | Stefan Fritsch | 2011-12-18 | 1 | -4/+3 |
| * | mod_proxy: Move ap_proxy_string_read() out of the public API into | Graham Leggett | 2011-12-02 | 1 | -2/+76 |
| * | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-02 | 1 | -25/+25 |
| * | Remove some getpid() logging, this is now also included in the error log | Stefan Fritsch | 2011-11-30 | 1 | -3/+2 |
| * | great proxy logging cleanup: | Stefan Fritsch | 2011-11-18 | 1 | -74/+68 |
| * | add missing 'static' | Stefan Fritsch | 2011-10-18 | 1 | -1/+1 |
| * | regex related cleanups: | Stefan Fritsch | 2011-10-18 | 1 | -8/+9 |
| * | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -3/+3 |
| * | Avoid some memory allocations by using apr_table_setn where the string arguments | Stefan Fritsch | 2011-06-13 | 1 | -2/+2 |
| * | Use APR_STATUS_IS_... in some more cases. | Stefan Fritsch | 2011-05-11 | 1 | -1/+1 |
| * | Remove the thread mutex from the worker... it really should be | Jim Jagielski | 2011-02-08 | 1 | -2/+2 |
| * | More movement to shared stuff... | Jim Jagielski | 2011-01-13 | 1 | -2/+2 |