summaryrefslogtreecommitdiffstats
path: root/modules/metadata (follow)
Commit message (Expand)AuthorAgeFilesLines
* add "Header note" which was the solution for two users this week on IRC.Eric Covener2013-09-081-3/+10
* * modules/metadata/mod_unique_id.c: Replace use of hostname + pid withJoe Orton2013-07-101-121/+29
* provide a simple (no <If>) way to set a header only if it's not already there.Eric Covener2013-06-251-2/+13
* Reduce stack usage by 3kChristophe Jaillet2013-06-111-1/+1
* According to comment in 'magic_rsl_add' and to the way 'magic_rsl_printf' man...Christophe Jaillet2013-06-111-1/+1
* Close file in error path.Christophe Jaillet2013-06-091-0/+1
* * Fix null pointer dereference in case SetEnvif and SetEnvIfExpr are usedRuediger Pluem2013-04-241-1/+1
* Use %pm available since apr 1.3 instead of an extra call to apr_strerrorStefan Fritsch2013-03-311-7/+5
* Remove useless tests.Christophe Jaillet2013-03-032-2/+2
* Use 'apr_is_empty_table()' instead of testing against 'apr_table_elts(...)->n...Christophe Jaillet2012-12-101-1/+1
* remove warning:Jim Jagielski2012-11-091-2/+3
* Might as well show 'em allJim Jagielski2012-09-241-1/+2
* Allow for exposure of loadavg and server load via mod_headersJim Jagielski2012-09-241-0/+24
* NetWare build tweaks.Guenter Knauf2012-08-099-10/+10
* Compile the regex used by is_header_regex() only once during startupStefan Fritsch2012-05-271-5/+7
* Downgrade log message about adjusted IP address to trace1Stefan Fritsch2012-03-241-1/+1
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-1/+0
* Further clarify the naming of the entity that directly connects to us byGraham Leggett2011-12-142-9/+9
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-142-8/+8
* Remove usage of APLOG_NOERRNO. It has been a no-op since at least 2.0.xStefan Fritsch2011-12-071-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-0310-78/+78
* Remove more log message prefixes that are now redundant as theStefan Fritsch2011-11-291-5/+4
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-253-17/+17
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-222-98/+34
* Style fixes, no functional change.Graham Leggett2011-11-181-22/+44
* Change module sets and default activation status:Rainer Jung2011-11-121-1/+1
* Use random value instead of remote IP address in cookie value. This has theStefan Fritsch2011-11-091-9/+6
* More ap_pregsub error checking/loggingStefan Fritsch2011-11-071-0/+7
* More checks of ap_pregsub return valuesStefan Fritsch2011-11-071-0/+11
* Check return value of ap_pregsub()Stefan Fritsch2011-11-071-9/+27
* Unify syntax of config directives taking an expression as optional contition ...Stefan Fritsch2011-11-041-2/+6
* Replace literal constant with AP_MAX_REG_MATCHStefan Fritsch2011-10-181-4/+3
* Fix configuration of internal proxiesStefan Fritsch2011-10-181-5/+5
* Remove OID match which was never in a GA releas and is obsoleted byStefan Fritsch2011-10-101-71/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-20/+20
* Fix issues found by PVS-Studio static analyzer:Stefan Fritsch2011-09-192-11/+8
* initialize counter with random numberStefan Fritsch2011-09-151-7/+2
* PR29755: mod_usertrack gets skipped when modules return a status code fromEric Covener2011-08-071-2/+2
* adjustments of build priorities of modules without special dependenciesStefan Fritsch2011-07-131-2/+2
* Add string valued expressions to ap_expr, do some API cleanupStefan Fritsch2011-07-022-4/+2
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-303-5/+1
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-189-9/+9
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-089-18/+18
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-0810-68/+68
* Fix segfault for loglevel >= trace2Stefan Fritsch2011-01-171-6/+2
* revert r1031670:Eric Covener2010-12-291-6/+6
* Rename ap_expr's typedef names:Stefan Fritsch2010-12-041-1/+1
* Fix SetEnvIfExpr to work with expressions that do not set the regexpStefan Fritsch2010-11-281-10/+19
* Fix segfault on parse errorStefan Fritsch2010-11-281-1/+1