summaryrefslogtreecommitdiff
path: root/modules/proxy/mod_proxy_fdpass.c
Commit message (Expand)AuthorAgeFilesLines
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-2/+2
* Fix the use of the default 'flush' provider.Christophe Jaillet2015-11-291-5/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-2/+2
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-2/+2
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-2/+2
* mod_proxy: Don't limit the size of the connectable Unix Domain Socket paths.Yann Ylavic2014-06-161-56/+1
* Fix computation of the size of 'struct sockaddr_un' when passed to 'connect()'.Christophe Jaillet2014-06-011-2/+4
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-6/+6
* great proxy logging cleanup:Stefan Fritsch2011-11-181-9/+7
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-10/+10
* Introduce new function ap_get_conn_socket() to access the socket ofStefan Fritsch2011-06-131-3/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-2/+2
* More movement to shared stuff...Jim Jagielski2011-01-131-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* Fix backward compatibility with APR versions less than 2.0 which don't haveBrian Havard2010-04-131-0/+11
* Remove usage of the APR private function apr_wait_for_io_or_timeout(),Brian Havard2010-04-121-4/+1
* simple formatting line-wrap/no functional changesJim Jagielski2009-05-061-3/+6
* Use canonical testingJim Jagielski2009-05-061-9/+9
* Remove tabs. no functional changes.Paul Querna2009-01-081-3/+3
* Add a declaration check for CMSG_DATA to mod_proxy_fdpass.Rainer Jung2009-01-021-4/+4
* Use apr_cpystrn instead of strncpy since strncpy can create an unterminated s...Takashi Sato2008-12-181-1/+1
* Add configuration of the Flush provider for mod_proxy_fdpass.Paul Querna2008-12-121-1/+1
* Move the provider interface to a separate header file for mod_proxy_fdpass.Paul Querna2008-12-121-8/+1
* Convert the flushing mechanism used before passing the socket to be based on ...Paul Querna2008-12-121-15/+52
* Add a new mod_proxy_fdpass module to pass a client connection off to a separa...Paul Querna2008-12-121-0/+261