summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* If the provider returns an error, then we should propagate it (ratherGreg Stein2002-01-201-1/+1
* Input filtering prototype change: Socket blocking type should beJustin Erenkrantz2002-01-1911-36/+51
* Style changes only. (Remove tabs, etc, etc.)Justin Erenkrantz2002-01-191-38/+41
* move OpenSSL specific SSL_{get,set}_state macros to the #ifdef'd group ofDoug MacEachern2002-01-192-8/+9
* Fix a segfault in mod_include which was found by Sander Striker usingJeff Trawick2002-01-181-1/+2
* ShushWilliam A. Rowe Jr2002-01-181-0/+4
* fix for SSLv2 requestsDoug MacEachern2002-01-181-3/+15
* Clean up several typesaftey (signedness and size) emits.William A. Rowe Jr2002-01-171-7/+11
* output filter optimizations:Doug MacEachern2002-01-171-24/+26
* prevent possible segv if SSL_get_current_cipher() returns NULL inDoug MacEachern2002-01-171-2/+4
* Fix a problem in the parsing of the <Proxy foo> directive.Jeff Trawick2002-01-171-2/+2
* adjust BIO_METHOD initializers for sslcDoug MacEachern2002-01-171-2/+6
* allow mod_auth_digest to configure with --srcdirDoug MacEachern2002-01-171-1/+1
* Follow our Unix bretherens' conventions, and name the sub-proxy modulesWilliam A. Rowe Jr2002-01-174-68/+69
* rewrite of mod_ssl input filter for better performance and less memory usageDoug MacEachern2002-01-173-350/+332
* quick handler now runs on subrequests as wellIan Holsman2002-01-161-10/+7
* Log a more descriptive error message.Bill Stoddard2002-01-141-1/+1
* Revamp how mod_dav asks its provider to generate a GET response.Greg Stein2002-01-143-179/+96
* Removed the creation of a temporary pool in the expression parsingBrian Pane2002-01-131-34/+17
* Allocate only as much data as we need to hold token values in theBrian Pane2002-01-131-4/+5
* Added the NetWare def files for mod_cache and mod_mem_cacheBradley Nicholes2002-01-122-0/+11
* Bring forward the FileETag directive enhancement from 1.3.23-dev.Ken Coar2002-01-111-9/+55
* Document future binary compatibility problem.Ben Laurie2002-01-111-0/+2
* Fix a segfault in mod_rewrite's logging code caused by passing theJeff Trawick2002-01-111-1/+1
* The mutex must be pool-managed, not ssl managed. We are encounteringWilliam A. Rowe Jr2002-01-113-21/+5
* Ok one typo... that's it for me for one eveningWilliam A. Rowe Jr2002-01-101-1/+1
* Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.William A. Rowe Jr2002-01-1016-25/+26
* *) Split all Win32 modules [excluding the core components mod_core,William A. Rowe Jr2002-01-1039-44/+2344
* mod_ssl adjustments to help with using toolkits other than OpenSSL:Doug MacEachern2002-01-106-52/+122
* wrowe's veto'd this.Ian Holsman2002-01-101-76/+0
* Fixing the apr_shm_ and apr_rmm_ args back to a warning state was good.William A. Rowe Jr2002-01-101-1/+4
* new option LogExcludeByTypeIan Holsman2002-01-101-0/+76
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-106-558/+986
* get SSLRandomSeed exec: working by passing the proper arguments to apr_proc_c...Doug MacEachern2002-01-101-2/+7
* call ssl_mutex_kill() during module cleanupDoug MacEachern2002-01-092-2/+5
* get SSLPassPhraseDialog exec: working by passing the proper argumentsDoug MacEachern2002-01-093-14/+21
* Code updates to allow Mod_Rewrite and Mod_Auth_DBM to build on NetWareBradley Nicholes2002-01-081-8/+1
* Add the ability to pass flags to both apr_file_open and apr_mktemp.Ryan Bloom2002-01-082-5/+5
* Fix how mod_dav examines methods in the request -- use the method numberGreg Stein2002-01-072-27/+60
* Stylistic nitpicking before I go to work on this.Justin Erenkrantz2002-01-071-29/+15
* Rearranged the log_request_time() code to eliminate the allocationBrian Pane2002-01-061-4/+16
* Bypass a strdup and an 8KB local variable in the common case whereBrian Pane2002-01-061-5/+4
* Cleaned up a couple of ap_ssi_parse_string calls that I missedBrian Pane2002-01-061-12/+12
* Eliminated various large (8KB) string buffers from the stack inBrian Pane2002-01-062-33/+103
* Fix a typo in mod_deflate's m4 config section.Justin Erenkrantz2002-01-061-1/+1
* for proxy CONNECT handling:Jeff Trawick2002-01-041-12/+18
* cache now can cache things for minutes.Ian Holsman2002-01-045-6/+39
* split mem_cache out of mod_cache (ala mod_proxy & proxy_http)Ian Holsman2002-01-042-6/+113
* Fix a couple of mod_proxy problems forwarding HTTP connections:Jeff Trawick2002-01-041-27/+35
* Keep my comments to myself.Bill Stoddard2002-01-031-1/+0