summaryrefslogtreecommitdiff
path: root/modules/metadata
Commit message (Expand)AuthorAgeFilesLines
* mod_unique_id: Follow up to r1892915 and r1893002: Atomic counter.Yann Ylavic2021-09-071-6/+32
* mod_unique_id: Follow up to r1892915: Shorter counter race condition yet.Yann Ylavic2021-09-071-5/+3
* Reduce the time window where duplicates may be generated by mod_uniqueidChristophe Jaillet2021-09-051-7/+6
* Revert r1887244 and r1887245 which causes issues on WindowsChristophe Jaillet2021-09-051-32/+20
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-261-0/+1
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-16/+5
* Follow-up to r1887244.Christophe Jaillet2021-03-061-5/+5
* Fix a potential duplicated ID generation issue under heavy load.Christophe Jaillet2021-03-061-20/+32
* * modules/metadata/mod_unique_id.c: Use base64url encoding forJoe Orton2020-11-301-6/+3
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+1
* Slighly simplify code.Christophe Jaillet2020-02-281-12/+4
* Remove duplicated "CookieTracking" directive in 'command_rec'.Christophe Jaillet2020-02-281-2/+0
* * Another whitespace fixRuediger Pluem2020-02-251-1/+0
* * Whitespace fixRuediger Pluem2020-02-251-1/+1
* PR64077: samesite/httponly/secure flags for usertrackEric Covener2020-02-221-0/+55
* handle LOCAL ver_cmd proxy headersGiovanni Bechis2020-02-211-0/+3
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-132-2/+2
* mod_setenvif: add "early mode"Eric Covener2020-01-141-5/+43
* Fix a typoChristophe Jaillet2019-09-201-1/+1
* * modules/metadata/mod_remoteip.c (remoteip_process_v2_header,Joe Orton2019-08-061-9/+27
* * modules/metadata/mod_mime_magic.c: Constify some constantJoe Orton2019-06-271-7/+6
* This is harmless, but this really should be an 'echo_do *'Christophe Jaillet2019-02-171-1/+1
* mod_remoteip: Fix RemoteIP{Trusted,Internal}ProxyList loading broken by 2.4.30.Yann Ylavic2018-05-311-12/+0
* copy apr_sockaddr_is_wildcard to maintain 1.4.x support.Eric Covener2018-03-241-0/+35
* mod_remoteip: make proxy-protocol work on slave connections, e.g. in HTTP/2Stefan Eissing2018-03-191-1/+6
* some small tweaks to get things building againGregg Lewis Smith2018-01-191-4/+4
* avoid ap_set_content_type when processing a _Request_Header set|edit|unset Co...Eric Covener2018-01-101-4/+7
* PR 61983: "Header unset Content-Type" doesn't workEric Covener2018-01-101-0/+3
* APR-ize uint typesJim Jagielski2017-12-151-14/+14
* Fix format pattern (%lu => %APR_SIZE_T_FMT).Rainer Jung2017-10-161-2/+3
* PROXY protocol proposal correctionsMike Rumph2017-09-011-7/+5
* Fix remaning compilation warning when MIME_MAGIC_DEBUG is defined.Christophe Jaillet2017-08-191-12/+12
* Fix some compilation warning when MIME_MAGIC_DEBUG is defined.Christophe Jaillet2017-08-191-4/+4
* Remove empty line.Christophe Jaillet2017-05-221-1/+0
* When processing a 'SetEnv' directive, warn if the environment variable name i...Christophe Jaillet2017-05-191-0/+11
* Fix directive name in Christophe Jaillet2017-04-061-2/+2
* Rename RemoteIPProxyProtocolDisableHosts to RemoteIPProxyProtocolExceptionsDaniel Ruggeri2017-04-051-1/+1
* Update PROXY handling by removing Optional processingDaniel Ruggeri2017-04-011-174/+98
* Finally include feedback from Ruediger Pluem. Add slave "backoff" verified by...Daniel Ruggeri2017-03-251-3/+39
* * We can have expressions that become true if a regex pattern in the expressionRuediger Pluem2017-03-091-1/+11
* Change tactic for PROXY processing in Optional caseDaniel Ruggeri2017-02-041-54/+63
* * modules/metadata/mod_remoteip.c (register_hooks,Joe Orton2017-01-311-4/+5
* * modules/metadata/mod_remoteip.c: Fix GCC strict-aliasing warningJoe Orton2017-01-311-1/+8
* Set all read buckets aside in case we need to restore all during optional hea...Daniel Ruggeri2017-01-281-13/+18
* * Silence compiler warningRuediger Pluem2017-01-111-1/+1
* Reinsert attribution to mod_remoteip.c for PROXY protocolDaniel Ruggeri2016-12-311-0/+3
* On the trunk:Stefan Eissing2016-12-311-1/+1
* Move attribution for mod_remoteip RemoteIPProxyProtocol from file to CHANGESDaniel Ruggeri2016-12-311-3/+0
* Shorten RemoteIPProxyProtocolEnable to RemoteIPProxyProtocol and correct refe...Daniel Ruggeri2016-12-301-4/+4
* Merge new PROXY protocol code into mod_remoteipDaniel Ruggeri2016-12-301-2/+773