summaryrefslogtreecommitdiffstats
path: root/modules/metadata (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed obsolete -prefix; minor cosmetic changes.Guenter Knauf2007-03-229-162/+162
* Implement a BASEDIR build environment variable to allow the NetWare build to ...Bradley Nicholes2007-02-011-1/+1
* * Fix a off-by-one error in parse_format_tag in the case that the last characterRuediger Pluem2007-01-241-1/+3
* Embed the .manifest files of all httpd binaries as a post-buildWilliam A. Rowe Jr2007-01-1110-40/+160
* PR#36609 - permit % as the last character of a Header valueNick Kew2006-12-251-2/+2
* Support regexp-based manipulation of HTTP headersNick Kew2006-10-031-8/+59
* * Fix precedence problem.Ruediger Pluem2006-10-021-1/+1
* Observed by hunter - fix the cut n paste errors in some .res compilationWilliam A. Rowe Jr2006-08-051-1/+1
* update license header textRoy T. Fielding2006-07-1110-60/+60
* Revert Revision 397647William A. Rowe Jr2006-07-0610-20/+20
* This resource /D syntax was pretty horridly imported into VS 2005,William A. Rowe Jr2006-04-2710-20/+20
* Remove all /machine:I386 references, these are getting in the wayWilliam A. Rowe Jr2006-04-2710-50/+50
* s|/GX |/EHsc | because they were always synonyms, and Visual StudioWilliam A. Rowe Jr2006-04-2010-10/+10
* Remove a host of dependencies upon awk, using the same template forWilliam A. Rowe Jr2006-04-2010-320/+30
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-1910-10/+10
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-164-101/+101
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-109-77/+77
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-106-945/+945
* C++ comments are not supported by some compilers (ReliantUnix).Jean-Frederic Clere2005-10-181-1/+1
* Catch up with the changes to mod_ssl and rename the David Reid2005-09-181-4/+5
* rewrite CR mitigation logic to wipe out any trailingJeff Trawick2005-09-111-6/+6
* Add ssl dir to include path.Mladen Turk2005-08-191-2/+2
* * modules/metadata/mod_setenvif.c: Unconditionally include mod_ssl.h.Joe Orton2005-07-251-7/+4
* Allow extraction of the values of SSL certificate extensions intoMartin Kraemer2005-07-221-1/+72
* Update remaining 2004 copyright notices.Joe Orton2005-06-141-1/+2
* mod_mime_magic: Handle CRLF-format magic files so that it works withJeff Trawick2005-06-021-5/+10
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-1510-10/+10
* Link to the correct socket library depending on which one is selectedBradley Nicholes2005-04-181-1/+6
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-114-17/+17
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-049-9/+18
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-308-24/+24
* Remove the .cvsignore files.Joe Orton2004-11-191-21/+0
* Just a simple switch of mod_usertrack to run earlier in the fixup hook.Paul Querna2004-11-041-1/+1
* In order for mod_expires to work with mod_cache, mod_expires has to go first.Justin Erenkrantz2004-09-221-1/+4
* Implement "Early" mode in mod_headers, and document it.Nick Kew2004-07-051-14/+48
* Drop the ErrorHeader directive which turned out to be a misnomer.André Malo2004-06-111-11/+17
* Eliminate the redundant compiler rulesBradley Nicholes2004-06-011-3/+1
* 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