summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix Cookie2 header problems that originates backMladen Turk2005-12-231-3/+3
* This shift was treated in 32 bit scope, then masked to 64 bits,William A. Rowe Jr2005-12-201-1/+1
* Morph the ap_http_broken_backend_filter() proxy "specific"Jim Jagielski2005-12-204-18/+23
* In Apache-2.x, the function is called apr_pstrdup().Martin Kraemer2005-12-191-7/+3
* * Move code for broken backend detection out of core filter into a new httpRuediger Pluem2005-12-183-0/+33
* * If the mod_proxy backend connection broke in the middle of the response,Ruediger Pluem2005-12-183-6/+26
* * Fix ap_http_chunk_filter to create correct chunks in the case that aRuediger Pluem2005-12-171-0/+2
* Bring forward the fix for CVE-2005-3352 already on the branches:Joe Orton2005-12-161-1/+1
* * modules/debug/mod_bucketeer.c (bucketeer_out_filter): Only pass onJoe Orton2005-12-161-4/+7
* Sorry, previous commit was not ok.Jean-Frederic Clere2005-12-151-2/+5
* The string comming from TC is in ASCII and the string returned by apr_psprint...Jean-Frederic Clere2005-12-151-2/+4
* OK, while we ponder how best to reuse conn pools for workers,Jim Jagielski2005-12-111-10/+4
* * revert r355823 and r355837Ruediger Pluem2005-12-114-39/+5
* * Let the proxy handler know that the backend connection broke after we haveRuediger Pluem2005-12-111-1/+14
* * Move handling of backends that broke after the headers have been sentRuediger Pluem2005-12-113-4/+25
* Add a comment and use proper grammar for another comment.Justin Erenkrantz2005-12-071-1/+5
* If a connection aborts while waiting for a chunked line, flag the connection asJustin Erenkrantz2005-12-071-5/+17
* If we get an error reading the upstream response, we should bail.Justin Erenkrantz2005-12-071-0/+6
* Add the mod_dbd exports to the NetWare make fileBradley Nicholes2005-12-061-0/+5
* Improve defaults from 'test' values (and get meaningful errors onNick Kew2005-12-061-6/+9
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Omit furtherJoe Orton2005-12-061-2/+5
* PR 36090Nick Kew2005-12-051-0/+1
* * Fix PR37753. Off by one bug in get_path_param eats up too much of the stringRuediger Pluem2005-12-031-1/+1
* Recover textWilliam A. Rowe Jr2005-12-021-128/+128
* Until we determine whether we should dip into the connectionJim Jagielski2005-12-011-7/+5
* minor doc changes already on 2.2 branchRoy T. Fielding2005-12-011-3/+3
* Check that conn->hostname is valid before we do the stringJim Jagielski2005-11-301-0/+1
* Fix SSL Protocol hexdumps for EBCDIC systemsMartin Kraemer2005-11-301-0/+14
* First stab at a build environment for mod_authn_dbdColm MacCarthaigh2005-11-291-0/+132
* Optional functions are of __cdecl the kind on win32, due to "APU_DECLARE_NONSTDColm MacCarthaigh2005-11-292-13/+13
* A first stab at a win32 build environment for mod_dbd.Colm MacCarthaigh2005-11-291-0/+132
* Give DBD a set of _DECLARE macros consistent with other modules, so thatColm MacCarthaigh2005-11-292-13/+34
* Fix case where a shared keepalive connection results inJim Jagielski2005-11-291-3/+13
* * modules/ssl/ssl_scache_dc.c (ssl_scache_dc_retrieve): Fix warningJoe Orton2005-11-281-1/+1
* PR#37553Nick Kew2005-11-222-65/+167
* Fix a problem with the HTTPS CGI variable not getting set for secure requests...Bradley Nicholes2005-11-221-2/+2
* Wrap exported functions in AP_DECLARENick Kew2005-11-221-8/+9
* * Minor performance tweak by reusing already calculated strlen in get_body.Ruediger Pluem2005-11-191-1/+1
* mod_authz_dbd: SQL authz with Login/Session supportNick Kew2005-11-183-0/+340
* Add defaults and comments for better robustness against misuseNick Kew2005-11-162-1/+5
* Remove support for 'On' and 'Off' for AuthBasicProvider and AuthDigestProviderJustin Erenkrantz2005-11-162-30/+4
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-1623-247/+247
* Fix (Chris Darroch) to register cleanup for persistent connectionNick Kew2005-11-161-20/+23
* Fix typo in ProxyStatus syntax error message.Jeff Trawick2005-11-161-1/+1
* Replace dodgy cast with ap_set_string_slotNick Kew2005-11-151-2/+1
* Fix driver-dependent potential memor-use bug in preparing statementsNick Kew2005-11-141-1/+2
* No functional change: more indenting/formatting changes due toJim Jagielski2005-11-103-10/+10
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-10113-2263/+2263
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-1042-2871/+2871
* Work if check_conn is NOTIMPL in a driverNick Kew2005-11-091-2/+4