summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy_fdpass.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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