summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* DougM confirms Madhu's suspicions, this change was inadvertent.William A. Rowe Jr2003-03-061-1/+1
* new directive 'compressionlevel'Ian Holsman2003-03-051-1/+23
* Unescape the supplied wildcard pattern. Otherwise the pattern willAndré Malo2003-03-021-12/+19
* add some comments and WS to make it better readable (hopefully ;-)André Malo2003-03-021-12/+24
* emit and accept modern query string parameter delimiters (;).André Malo2003-03-021-22/+27
* buhuh! use the correct target string and don't forgetAndré Malo2003-03-021-1/+1
* WS and style issues. No code changes.André Malo2003-03-021-117/+123
* Extend mod_negotiation to evaluate the environment variablesAndré Malo2003-03-011-0/+51
* fix style and WS issues. No code changes.André Malo2003-03-011-128/+149
* Prevent endless loops of internal redirects in mod_rewrite byAndré Malo2003-03-012-23/+119
* mod_rewrite: Fix some problems reporting errors with mappingJeff Trawick2003-02-281-4/+14
* Fix mod_rewrite's abs_URI handling.André Malo2003-02-272-82/+174
* When using Redirect in directory context, append requested queryAndré Malo2003-02-251-0/+6
* Confirmed by Milan Kosina that this code was still broken - I realizedWilliam A. Rowe Jr2003-02-251-12/+30
* fix some const-ness problems which break the compile with the nativeJeff Trawick2003-02-251-3/+3
* Don't try to use the LDAP cache if it has been turned off. Make sure that weBradley Nicholes2003-02-241-91/+103
* This is part three.André Malo2003-02-241-11/+42
* This is part two.André Malo2003-02-242-14/+34
* Well, here comes a major fix. I've splitted the patch into 3 partsAndré Malo2003-02-241-13/+0
* Keep the subrequest filter in place when a subrequest isJeff Trawick2003-02-241-0/+9
* Someone (I need to refer back) asked that we do the same skip for theWilliam A. Rowe Jr2003-02-231-10/+31
* guess, what happens, when l == 0André Malo2003-02-231-2/+2
* Right now SSLMutex is bogus. It just uses APR_LOCK_DEFAULT noJim Jagielski2003-02-234-10/+120
* uh, oh. Fix possible 1-byte buffer overflow.André Malo2003-02-231-2/+2
* Fix a 64-bit porting issue.Madhusudan Mathihalli2003-02-211-4/+5
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-2055-275/+275
* quiet a gcc warning by adding () around && within ||Jeff Trawick2003-02-201-2/+2
* Return 413 if chunk-ext-header is too long rather than reading from a truncatedJustin Erenkrantz2003-02-191-2/+13
* 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-1855-110/+110
* Hook mod_proxy's fixup before mod_rewrite's fixup, so that byAndré Malo2003-02-182-2/+12
* fix a typo in a commentJeff Trawick2003-02-181-1/+1
* Fix potential memory leaks in mod_deflate on malformed input data.Justin Erenkrantz2003-02-171-2/+11
* Remove ap_cache_reset_output_filters.Justin Erenkrantz2003-02-173-21/+0
* Style changes only. No functional changes.Justin Erenkrantz2003-02-171-30/+53
* Switch mod_deflate to 'most' status now. It's stable enough and will disableJustin Erenkrantz2003-02-171-1/+1
* catch some style issues. No code changes.André Malo2003-02-151-102/+112
* Extend the SetEnvIf directive to capture subexpressions of theAndré Malo2003-02-141-4/+16
* use a better text for the overlap warning.André Malo2003-02-141-4/+3
* extend the check for Alias overlappings. Now test also previousAndré Malo2003-02-141-3/+5
* Added support for Novell LDAP SDK and standardized the SSL support acrossBradley Nicholes2003-02-144-188/+406
* change optional function to return the previous writer, allowing to have mutl...Ian Holsman2003-02-142-6/+12
* people often assume that their Aliases will be found by "best match" ratherAndré Malo2003-02-141-0/+25
* Forward port of mod_actions' ability to handle arbitrary methodsAndré Malo2003-02-141-7/+13
* style.André Malo2003-02-131-2/+4
* Tabs. Runovers. Style violations ... oh my!William A. Rowe Jr2003-02-131-99/+100
* drop the guess_domain function.André Malo2003-02-131-106/+8
* Make sure that the file extension is at least an empty string rather than NULLBradley Nicholes2003-02-121-0/+5
* mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannotJeff Trawick2003-02-123-2/+66
* style issues. no code changes.André Malo2003-02-121-11/+16