summaryrefslogtreecommitdiff
path: root/src/mod_proxy_core_address.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-210/+0
* Fix many warningsstbuehler2009-04-271-2/+2
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...stbuehler2008-07-311-2/+2
* Use SAFE_BUF_STR in all output calls.stbuehler2008-07-271-4/+4
* Disable a debug message in mod_proxy_core_addressstbuehler2008-07-271-1/+1
* - Enforce use of ARRAY_STATIC_FREE instead of FOREACH(...); if (x->ptr) free(...glen2008-01-151-3/+1
* - Remove a TRACE from proxy_core_address. patch from #1516glen2008-01-151-1/+1
* added a huge win32 patch by jtiaijan2007-02-171-0/+2
* Added support for X-Rewrite-Backend to support creation of proxy-core backend...jakabosky2007-01-121-1/+1
* - cleanup trailing whitespacesdarix2006-12-291-3/+3
* converted mod_proxy_backend_xxx's into loadable modules.jakabosky2006-12-121-1/+1
* fixed unix-domain socket support (fixes #912, patch from jakabosky)jan2006-11-271-0/+23
* fixed the SQF balancerjan2006-11-131-0/+1
* fixed non-critical mem-leaksjan2006-07-191-1/+6
* support host:port notation (IPv4 and IPv6)jan2006-07-191-3/+99
* added mod_proxy_corejan2006-07-181-0/+85