summaryrefslogtreecommitdiff
path: root/src/mod_extforward.c
Commit message (Expand)AuthorAgeFilesLines
* show extforward re-run warning only with debug.log-request-handling (fixes #2...Stefan Bühler2015-07-051-3/+5
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-1/+1
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-1/+1
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-2/+2
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* [mod_extforward] fix compilation without IPv6, (not) using undefined var (fix...Stefan Bühler2013-10-131-1/+0
* [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if...Stefan Bühler2013-07-311-6/+7
* fix undefined stuff found with clangStefan Bühler2013-05-151-28/+25
* mod_extforward: log address of untrusted proxy with debug.log-request-handlingStefan Bühler2012-11-151-2/+2
* Use NULL instead of 0 where pointers are expected.Cyril Brulebois2012-08-311-1/+1
* [mod_extforward] Support ipv6 addresses (fixes #1889)Stefan Bühler2012-05-181-2/+2
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-061-7/+8
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-9/+9
* Fix unused var in mod_extforward if ipv6 is disabled.Stefan Bühler2009-04-271-0/+1
* Make mod_extforward headers configurable (fixes #1545)Stefan Bühler2009-04-261-40/+57
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-1/+2
* Fix mod_extforward to compile with old gcc version (#1591)Stefan Bühler2008-03-131-1/+2
* Fix previous mergeStefan Bühler2008-03-021-1/+1
* - support chained proxies in mod_extforward (#1528)Elan Ruusamäe2008-01-211-42/+54
* - HTTPS env var should be "on" when using mod_extforward and the X-Forwarded-...Elan Ruusamäe2008-01-181-1/+7
* use public API instead of patching the cond-cache ourselfJan Kneschke2007-08-181-19/+7
* fixed aggressive caching of conditionals (#41)Jan Kneschke2007-08-181-32/+19
* oops, missed one renamed variable if IPv6 is not availableJan Kneschke2007-04-101-1/+1
* * fixed possible crash in debug-message in mod_extforwardJan Kneschke2007-04-101-92/+105
* - add mod_extforward module from wikiElan Ruusamäe2007-02-191-0/+490