summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kill two autoconf-related birds with one commit.Justin Erenkrantz2001-09-301-2/+2
* Remove unnecessary initialization and add a comment about chunk_hdr'sJustin Erenkrantz2001-09-301-1/+4
* Switch to the corresponding apr_table_* macro rather than doing thisJustin Erenkrantz2001-09-301-1/+1
* Cleanup some needless initialization of the date variable and consolidateJustin Erenkrantz2001-09-301-3/+2
* Remove the lameo create_req hack and delay the addition of the HTTP_INJustin Erenkrantz2001-09-292-48/+25
* Remove bogus comment.Justin Erenkrantz2001-09-291-1/+1
* Input filtering rewrite. Consolidate how we handle HTTP input parsing byJustin Erenkrantz2001-09-292-234/+93
* We don't mind the .mak files hanging around, don't tell us about it.William A. Rowe Jr2001-09-281-0/+1
* /home/cvs/httpd-2.0/ no longer tracks makefiles. But at least incorporateWilliam A. Rowe Jr2001-09-281-573/+0
* Fix the "merge" behaviour of the ProxyErrorOverride directive.Graham Leggett2001-09-282-0/+4
* Some style cleanups related to the ProxyErrorOverride function.Graham Leggett2001-09-283-7/+7
* Change ProxyHTTPOverrideReturnedErrors command to ProxyErrorOverrideVictor J. Orlikowski2001-09-271-1/+1
* Immortal data should go in an immortal bucket, not a pool bucket. It wouldCliff Woolley2001-09-271-1/+1
* change command name so that it starts with 'Proxy'Ian Holsman2001-09-262-4/+8
* Currently, when the map-to-storage handler for TRACE returns DONE, theJeff Trawick2001-09-201-0/+4
* Clean up a compile warning on AIX.Victor J. Orlikowski2001-09-201-1/+1
* Added New Option 'HTTPProxyOverrideReturnedErrors' which lets the server over...Ian Holsman2001-09-204-15/+59
* The call to apr_explode_localtime() in mod_log_config is one of the moreJustin Erenkrantz2001-09-191-2/+3
* Oftentimes, I make no sense whatsoever.Justin Erenkrantz2001-09-191-3/+4
* Fix case where an included file may change but the shtml file has not -Justin Erenkrantz2001-09-191-0/+8
* This patch eliminates the wasteful run-time conversion of method names fromJustin Erenkrantz2001-09-192-1/+25
* Switch back to SIGUSR1 for graceful restarts on all platforms thatJustin Erenkrantz2001-09-192-8/+8
* Allow VPATH builds for SSL.Ryan Bloom2001-09-181-4/+4
* Simplify dav_propdb_define_namespaces(); since we're putting the value inGreg Stein2001-09-181-10/+4
* Revamp the API that mod_dav uses to talk to back end deadprop (propdb)Greg Stein2001-09-183-586/+755
* Now that we have apr_datum_t, convert some uses of dav_datum over toGreg Stein2001-09-183-39/+46
* Need to store the pool into the xmlns structure.Greg Stein2001-09-181-0/+1
* Fix constness problem reported by gcc:Cliff Woolley2001-09-181-2/+2
* Doxygenize thisCliff Woolley2001-09-181-2/+1
* Here's the declaration for all to share. Don't expect many to use it.William A. Rowe Jr2001-09-182-17/+80
* Remove the Win32 script-processing exception from mod_cgi, andWilliam A. Rowe Jr2001-09-171-77/+52
* Temporary hack to ensure that the split results are within a brigadeGreg Stein2001-09-171-1/+9
* Change the type to be consistent with wrowe's changes.Justin Erenkrantz2001-09-171-2/+2
* Nothing complains when I change these ints for consistency to apr_size_t.William A. Rowe Jr2001-09-171-2/+2
* rules.mk is stored in $(top_blddir). Without this change, VPATH buildsRyan Bloom2001-09-131-1/+1
* Remove mod_tls. All of the filters in mod_tls can now be found inRyan Bloom2001-09-128-988/+0
* Maintain info structure in mod_mem_cache. This fixes bug where the contentBill Stoddard2001-09-113-6/+18
* Add an opaque datatype for managing a set of XML namespace declarations.Greg Stein2001-09-112-0/+108
* add a note about an uninitialized variableJeff Trawick2001-09-111-0/+1
* fix a typo which prevented mod_mem_cache from compiling withJeff Trawick2001-09-111-1/+1
* Introduce the notion of a multi part cache object. Part of the cache_objectBill Stoddard2001-09-104-151/+147
* I don't seriously expect this solves the segfault ... but it does makeWilliam A. Rowe Jr2001-09-101-1/+1
* apr_filepath_merge includes APR_FILEPATH_SECURE_ROOT tests that canWilliam A. Rowe Jr2001-09-101-3/+7
* There is no errno using apr. A quick grep reveals a dozen or so filesWilliam A. Rowe Jr2001-09-101-4/+4
* The per_dir_merge overlay of AddInputFilter/AddOutputFilter mustWilliam A. Rowe Jr2001-09-081-14/+2
* Added NetWare to a Win32 #ifdefBradley Nicholes2001-09-071-1/+1
* attempt to fix some issues in mod_cache found by gccJeff Trawick2001-09-071-1/+6
* Fix error in Netware-specific code.Justin Erenkrantz2001-09-071-1/+1
* Pass headers on read/write header calls. Update mod_mem_cache to cache headers.Bill Stoddard2001-09-074-36/+72
* Make find_start_sequence use the BNDM search algorithm. We handleJustin Erenkrantz2001-09-071-44/+176