summaryrefslogtreecommitdiff
path: root/src/mod_extforward.c
Commit message (Expand)AuthorAgeFilesLines
...
* [mod_extforward] PROXY proto and SSL_CLIENT_VERIFYGlenn Strauss2017-08-061-7/+8
* [mod_extforward] typo in commentGlenn Strauss2017-07-301-1/+1
* [core] continue collecting use of netdb.hGlenn Strauss2017-07-151-55/+1
* [mod_extforward] quiet clang compiler warningGlenn Strauss2017-05-171-1/+2
* [core] perf: skip redundant strlen() if len knownGlenn Strauss2017-05-151-16/+9
* [mod_extforward] compile on OSXGlenn Strauss2017-05-151-2/+2
* [core] omit default port from normalized host strGlenn Strauss2017-04-251-1/+6
* [core] fix stat_cache initialization errorGlenn Strauss2017-04-111-0/+1
* [mod_extforward] fix typos in Forwarded handlingGlenn Strauss2017-04-091-4/+49
* [mod_extforward] support HAProxy "PROXY" protocol (fixes #2804)Glenn Strauss2017-04-071-18/+612
* [mod_extforward] support Forwarded HTTP Extension (#2703)Glenn Strauss2017-04-061-9/+453
* [mod_extforward] rearrange code; prep ForwardedGlenn Strauss2017-04-061-85/+85
* [mod_extforward] upd scheme after ipstr validatedGlenn Strauss2017-04-011-9/+26
* [mod_extforward] consolidate ipstr_to_sockaddr()Glenn Strauss2017-04-011-7/+6
* [mod_extforward] simplify header searchGlenn Strauss2017-04-011-12/+13
* [core] include <netdb.h> where neededGlenn Strauss2017-03-281-1/+5
* [core] use con->dst_addr_buf instead of ip recalcGlenn Strauss2017-03-281-21/+3
* [core] remove some unused header includesGlenn Strauss2017-03-281-5/+1
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+12
* [mod_extforward] fix crash on invalid IP (fixes #2766)Glenn Strauss2016-11-241-0/+1
* [mod_extforward] reset cond_cache for scheme (fixes #1499)Glenn Strauss2016-04-131-0/+1
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-4/+2
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* 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