summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* prevent loops & seg faults when GETs have chunked bodies.Greg Ames2001-11-021-3/+18
* Don't change the type of the new resource. The provider will update itGreg Stein2001-11-021-8/+0
* Added the .def files for building the external modules for NetWare. AlsoBradley Nicholes2001-11-0218-0/+75
* make sure that the HTTP_IN filter is in place across internal redirects.Greg Ames2001-10-301-0/+2
* Mixed tabs and spaces within many nexted {}-less if-else expressionsAaron Bannert2001-10-291-21/+20
* Fix a truncation bug in how we print the port on the Via: header.Aaron Bannert2001-10-291-3/+5
* Use the _setn flavor which will avoid strdup'ing these strings, andWilliam A. Rowe Jr2001-10-291-2/+2
* Some syntax errors in mod_mime_magic's magic file can resultJeff Trawick2001-10-271-1/+5
* Fix RedirectMatch handling to properly handle URLs with host portions.Justin Erenkrantz2001-10-261-5/+9
* Style-guide fixes, no functional changes.Ken Coar2001-10-251-73/+128
* Two more mod_so configure-time fixes:Aaron Bannert2001-10-241-1/+8
* Get rid of an old .cvsignore file so this directory will get prunedCliff Woolley2001-10-241-10/+0
* If the user explicitly requests --enable-so, --enable-so=yes,Aaron Bannert2001-10-241-3/+10
* Just some style peeves. Tabs and spaces and whatnot.Aaron Bannert2001-10-231-6/+7
* Reading commit log messages can be very helpful for noting inconsistentWilliam A. Rowe Jr2001-10-211-6/+6
* The test of filename[0] == '/' is very evil ;)William A. Rowe Jr2001-10-211-5/+5
* Style-guide compliance changes only, no functional differences.Ken Coar2001-10-211-52/+81
* Grab this pointer, before it goes NULLWilliam A. Rowe Jr2001-10-211-2/+2
* For Win32 cgi %1 arguments, use backslashes. For $1, use posix slashes.William A. Rowe Jr2001-10-211-2/+17
* On second thought, we like our dot, alot.William A. Rowe Jr2001-10-211-2/+0
* Round out const'nessWilliam A. Rowe Jr2001-10-211-1/+1
* First Patch! [Well, my own typo.]William A. Rowe Jr2001-10-211-2/+2
* Reimplement Win32 registry-based and shebang-extended scripting.William A. Rowe Jr2001-10-211-0/+510
* Thread saftey lock for mod_rewrite's cache... I'm sure others will haveWilliam A. Rowe Jr2001-10-212-3/+42
* Simplified mod_env's directives to behave as most directives areWilliam A. Rowe Jr2001-10-211-114/+47
* Fix a nasty GP fault... stop testing buckets after they are passed!!!William A. Rowe Jr2001-10-201-1/+2
* Restrict by content type and encoding before we go and try to drag in someWilliam A. Rowe Jr2001-10-201-4/+23
* And where, praytell, should mod_proxy.c find ap_send_http_optionsWilliam A. Rowe Jr2001-10-191-0/+1
* The proxy does not actually need this header.Ryan Bloom2001-10-181-2/+0
* As GStein points out... comment here would be helpfulWilliam A. Rowe Jr2001-10-181-0/+2
* Gets VPATH builds working again. The problem was that apr.h is generatedAaron Bannert2001-10-171-1/+1
* It is absolutely invalid practice to test 'prot' bits to determine if aWilliam A. Rowe Jr2001-10-171-4/+12
* Already committed in similar form to Apache 1.3.22-dev, this patch allowsWilliam A. Rowe Jr2001-10-171-2/+9
* A bit of declaration would help get this loading on Win32William A. Rowe Jr2001-10-171-2/+2
* Missed this one when I removed the other ldap files.Ryan Bloom2001-10-161-537/+0
* Remove all of the ldap modules. These have been moved to their ownRyan Bloom2001-10-167-2503/+0
* Initial revisionRyan Bloom2001-10-165-0/+3027
* LoadFile(s) required by modules before they loaded weren't executed untilWilliam A. Rowe Jr2001-10-161-1/+1
* Hmmm... mismatched namespaces :-?William A. Rowe Jr2001-10-161-1/+1
* Cleanup the proxy code that creates a request to the originRyan Bloom2001-10-162-6/+7
* Cautiously avoiding the scoping issue that was discussed on the list,Aaron Bannert2001-10-161-14/+13
* disabling mod_example ap_hook_{http_method,default_port}Doug MacEachern2001-10-161-0/+4
* Forgot the directive's note change for "Any"William A. Rowe Jr2001-10-151-1/+1
* Fix the first bucket not getting chunked properly. The reason was thatJustin Erenkrantz2001-10-141-8/+12
* Ensure that ap_http_filter can not be coersced into reading more than weJustin Erenkrantz2001-10-141-0/+6
* x_handler() was not checking r->handler, leaving it to handle every requestDoug MacEachern2001-10-131-0/+4
* Remove unused hard-coded definition of a SHELL_PATH.Cliff Woolley2001-10-121-2/+0
* Well, now I know what the bio_is_renegotiating call was for.Justin Erenkrantz2001-10-121-3/+16
* If we passed the bucket to ap_pass_brigade (because it was EOS or FLUSH),Justin Erenkrantz2001-10-121-2/+2
* Lose the magic number and use the central #define AP_IOBUFSIZE.Justin Erenkrantz2001-10-122-8/+7