summaryrefslogtreecommitdiff
path: root/modules/metadata
Commit message (Expand)AuthorAgeFilesLines
* allow %% to represent a literal %.André Malo2004-04-181-2/+10
* allow env clauses also for 'echo' and 'unset'André Malo2004-04-181-5/+15
* Allow ErrorHeader echoAndré Malo2004-04-181-2/+3
* don't segfault, when setting an empty header valueAndré Malo2004-04-181-1/+1
* simplificationsAndré Malo2004-04-181-101/+59
* remove unused parameters and minor memory leakAndré Malo2004-04-181-8/+9
* :retabAndré Malo2004-04-181-2/+2
* :retab + other WS changesAndré Malo2004-04-181-78/+77
* Add mod_version to the NetWare buildBradley Nicholes2004-04-152-0/+251
* nobody came up with another patch or objections and it should not get lost:André Malo2004-04-114-0/+441
* Fix a bunch of cases where the return code of the regex compilerAndré Malo2004-04-102-4/+6
* escape the cookie_name before pasting into the regexp.André Malo2004-04-101-1/+33
* let's be more lenient, in what we accept.André Malo2004-04-101-2/+2
* allow RequestHeader to be conditionalAndré Malo2004-04-051-21/+11
* fix segfault, which occurs if no CT is set and wildcards are used.André Malo2004-04-031-1/+1
* Fix bug in mod_usertrack when no CookieName is set.Justin Erenkrantz2004-03-081-10/+21
* Allow make files to create a cc.opt compiler options file per NLM rather than...Bradley Nicholes2004-03-071-2/+2
* Add the include path to modules/ssl to resolve the include of mod_ssl.hBradley Nicholes2004-03-061-0/+1
* fix windows build: add path to mod_ssl.hAllan K. Edwards2004-03-011-3/+3
* * modules/metadata/mod_headers.c (header_inout_cmd): Remove redundantJoe Orton2004-03-011-6/+1
* Add 's' format tag to mod_headers to allow access to mod_ssl variablesJoe Orton2004-02-281-1/+48
* remove support for Remote_User variable, which never worked at all.André Malo2004-02-211-8/+0
* fix name of The Apache Software FoundationAndré Malo2004-02-099-9/+9
* fix copyright dates according to the first check inAndré Malo2004-02-089-9/+9
* apply Apache License, Version 2.0André Malo2004-02-069-482/+93
* catch another edge caseAndré Malo2004-01-281-2/+7
* according to RFC 2965, inspect only the Cookie header (vs. Cookie2)André Malo2004-01-131-4/+1
* don't overwrite other cookiesAndré Malo2004-01-131-1/+1
* Use -export-dynamic only when linking an httpd which includes mod_so,Joe Orton2004-01-081-2/+0
* update license to 2004.André Malo2004-01-019-9/+9
* Pick up declaration for insert_error_filter hookBill Stoddard2003-12-151-0/+1
* Allow retention of header fields on non-200 responsesKen Coar2003-12-151-14/+116
* *) Add a hook (insert_error_filter) to allow filters to re-insertPaul J. Reder2003-12-121-0/+2
* stop using apr_sockaddr_port_get() accessor function, as it willJeff Trawick2003-12-051-2/+2
* A better solution than my previous commit as pointed out by Andre Malo.Paul J. Reder2003-11-221-4/+3
* mod_expires: Don't report an Internal Server error if ExpiresDefaultPaul J. Reder2003-11-211-1/+2
* Fix a problem with the display of empty variables ("SetEnv foo") inJeff Trawick2003-11-211-1/+1
* fix optimizer to not throw away a regex if it stumbles over it.André Malo2003-11-021-20/+25
* Fold in the CAN-2003-0542 regex patch.Sander Striker2003-10-241-4/+4
* The problem that this patch solves is one where cookie names are mis-identifiedCliff Woolley2003-09-231-16/+49
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-5/+5
* add more info to a log message so we know which "read failed" scenarioJeff Trawick2003-06-201-1/+1
* preserve const-ness while searching for a char in a stringJeff Trawick2003-06-021-2/+2
* Allow ExpiresByType to accept and understand minor-type wildcardsKen Coar2003-06-011-3/+40
* More mod_expires tuning. Replace the fixup hook with an insert filterBill Stoddard2003-05-311-95/+32
* Use apr_table_overlap. Add note about additional brokeness of fast-redirectBill Stoddard2003-05-301-2/+8
* Namespace protect the mod_expires filterBill Stoddard2003-05-181-2/+2
* if there are any ExpiresByType directives for the currentKen Coar2003-05-141-50/+145
* After discussions at length on dev@apr/httpd, it is determined thatWilliam A. Rowe Jr2003-03-119-90/+9
* mod_usertrack: don't set the cookie in subrequests. This worksAndré Malo2003-03-061-1/+2