summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_serf.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+2
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-2/+2
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-13/+13
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-13/+13
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-13/+13
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-13/+13
* s/apr_pstrndup/apr_pstrmemdup/ when applicableChristophe Jaillet2015-03-261-2/+2
* mod_serf: Add a FIXME, we are using ap_get_client_block() incorrectly.Graham Leggett2013-05-151-0/+1
* spellingJeff Trawick2012-08-061-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-16/+16
* Remove more log message prefixes that are now redundant as theStefan Fritsch2011-11-291-5/+5
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-61/+61
* Create wrapper API for apr_random;Stefan Fritsch2011-09-151-31/+1
* Various code cleanupStefan Fritsch2011-06-221-4/+2
* Fix various "variable 'x' set but not used" warnings.Stefan Fritsch2011-05-221-7/+2
* Prevent segfault if URI is missing a schemeStefan Fritsch2010-06-101-0/+4
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* When connecting to no http protocol response will be NULL and httpd cores.Jean-Frederic Clere2009-09-301-0/+6
* Add port in the logic.Jean-Frederic Clere2009-09-301-2/+7
* When using Heartmonitor choose the back-end randomly for the list provider by...Jean-Frederic Clere2009-09-291-3/+35
* handle an unfortunate implication of loadable MPMs:Jeff Trawick2009-04-021-1/+8
* ap_strchr_p() is the one that takes (protects) a const char *Jeff Trawick2009-04-011-2/+2
* clean up apr_time_from_msec() compatibility macrosJeff Trawick2009-04-011-4/+4
* * modules/proxy/mod_serf.cPaul Querna2009-03-291-2/+2
* Add static cluster backend, for very simple configurations.Paul Querna2009-03-281-1/+91
* Add very basic, non-streaming, support for request bodies.Paul Querna2009-03-281-3/+43
* - Improve flushing/connection eos logic.Paul Querna2009-03-281-21/+20
* Work in Progress.Paul Querna2009-03-281-36/+82
* If the MPM supports serf in its core, use this to drive the proxied request Paul Querna2009-03-281-27/+83
* Add support for Preserving the client provided Host header.Paul Querna2009-03-271-7/+42
* * modules/proxy/mod_serf.cPaul Querna2009-03-271-0/+2
* Work in Progress.Paul Querna2009-03-271-19/+421
* Umm, oops. r595022 shouldn't have ended up in trunk.Justin Erenkrantz2007-11-141-212/+0
* Amsterdam sandbox: add serf input/output filters that replace the core filters.Justin Erenkrantz2007-11-141-0/+212
* Add mod_serf, a reverse proxy module, which uses serf[1] as its http client l...Paul Querna2007-11-131-0/+439