summaryrefslogtreecommitdiffstats
path: root/modules/metadata (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in mod_usertrack when no CookieName is set.Justin Erenkrantz2004-03-091-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-161-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-221-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-241-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-06-011-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-071-1/+2
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-209-45/+45
* If mod_mime_magic does not know the content-type, do not attempt to guess.Justin Erenkrantz2003-02-191-20/+18
* foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, whichWilliam A. Rowe Jr2003-02-189-18/+18
* Extend the SetEnvIf directive to capture subexpressions of theAndré Malo2003-02-141-4/+16
* style issues. no code changes.André Malo2003-02-121-11/+16
* *) Introduce debugging symbols for Win32 release builds, both .pdbWilliam A. Rowe Jr2003-02-079-54/+135
* finished that boring job:André Malo2003-02-038-8/+8
* Fix mod_cern_meta to not create empty metafiles when theJeff Trawick2003-02-011-1/+1
* Add mod_ident to the NetWare buildBradley Nicholes2003-01-232-0/+251
* Taking a guess at what mod_ident.exp should look like forWilliam A. Rowe Jr2003-01-201-0/+1
* Win32 build project for David Shane Holden's mod_ident reorganization.William A. Rowe Jr2003-01-201-0/+128
* Catch up with the changes to apr/build/win32ver.awk and name all loadableWilliam A. Rowe Jr2003-01-208-16/+16
* move rfc1413 code to a new module "metadata:mod_ident".André Malo2003-01-182-0/+397
* Fix for BrowserMatchNoCase, which was incorrectly treating non-regexBrian Pane2002-11-301-1/+1
* Add a SERVER_ADDR keyword to match the CGI environment variable,Ken Coar2002-11-121-1/+10