summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* mod_isapi: GetServerVariable returned improperly terminated headerJeff Trawick2004-02-161-4/+6
* mod_isapi: send_response_header() failed to copy status string'sJeff Trawick2004-02-161-1/+1
* mod_isapi: GetServerVariable("ALL_RAW") returned the wrong bufferJeff Trawick2004-02-161-1/+1
* adding 304 support for if-Modified-Since request header,Jean-Jacques Clar2004-02-101-0/+7
* * modules/ssl/ssl_engine_pphrase.c: Note that the ERR_clear_error()Joe Orton2004-02-101-2/+3
* fix name of The Apache Software FoundationAndré Malo2004-02-09140-141/+141
* fix copyright dates and apply the license to one forgotten header fileAndré Malo2004-02-085-4/+19
* fix copyright dates according to the first check inAndré Malo2004-02-0825-26/+26
* fix copyright dates according to the first check inAndré Malo2004-02-0826-26/+26
* oopsAndré Malo2004-02-081-1/+1
* fix copyright dates according to the first checkinAndré Malo2004-02-083-3/+3
* fix copyright dates according to the first check inAndré Malo2004-02-0813-13/+13
* fix copyright dates according to the first checkinAndré Malo2004-02-083-3/+3
* fix copyright dates according to the first check inAndré Malo2004-02-0817-17/+17
* fix copyright date according to the first check inAndré Malo2004-02-081-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-083-3/+3
* fix copyright dates according to the first checkinAndré Malo2004-02-083-3/+3
* fix copyright dates according to the first check inAndré Malo2004-02-083-3/+3
* fix copyright dates according to the first check inAndré Malo2004-02-0713-13/+13
* apply Apache License, Version 2.0André Malo2004-02-061-2/+1
* apply Apache License, Version 2.0André Malo2004-02-06121-6410/+1484
* apply Apache License, 2.0André Malo2004-02-0610-526/+101
* apply Apache License, version 2.0André Malo2004-02-068-392/+80
* We need the SSL module dir in our path in order to compile mod_ssl.Justin Erenkrantz2004-02-051-0/+1
* Allow mod_auth_digest to work with sub-requests with different methods thanJustin Erenkrantz2004-01-291-3/+5
* catch another edge caseAndré Malo2004-01-281-2/+7
* issue a warning if an external rewrite map is used without RewriteLock.André Malo2004-01-271-0/+8
* fix error handling during flag parsingAndré Malo2004-01-271-2/+45
* EOLs sent by external rewritemaps are now consumedAndré Malo2004-01-251-2/+18
* Introduce the ability to force a content handler viaAndré Malo2004-01-241-29/+60
* Introduce the RewriteCond -x check, which returnsAndré Malo2004-01-241-0/+9
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_output): Use non-blockingJoe Orton2004-01-231-3/+17
* revert the zlib.lib linkage patch. Bill Rowe said, it's worse than before.André Malo2004-01-211-2/+50
* Don't include zlib files directly. That's very nasty!André Malo2004-01-181-50/+2
* in conservative C declarations still have to be the first in a function.André Malo2004-01-181-4/+5
* mod_log_config: Fix corruption of buffered logs with threadedJeff Trawick2004-01-171-3/+49
* Build array of allowed methods with proper dimensions, fixingJeff Trawick2004-01-161-1/+1
* allow proxying of directoryindex'd resourcesAndré Malo2004-01-141-1/+3
* internal_fast_redirect: take over important request_rec membersAndré Malo2004-01-131-0/+3
* bust the "recursive include" test. It's no longer necessary and preventsAndré Malo2004-01-131-44/+0
* allow proxying and rules in .htaccess in subrequestsAndré Malo2004-01-131-6/+0
* with the new general status stuff, F and G are just shortcutsAndré Malo2004-01-131-56/+10
* allow setting of any valid HTTP response code via R flag.André Malo2004-01-131-5/+46
* If the proxy was enabled, and UseCanonicalHostname was off,Martin Kraemer2004-01-131-4/+20
* no need to copy the string againAndré Malo2004-01-131-1/+1
* weekday and monthnames are locale dependent...André Malo2004-01-131-9/+18
* 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
* make REMOTE_PORT availableAndré Malo2004-01-121-3/+6
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response): HandleJoe Orton2004-01-121-14/+10