summaryrefslogtreecommitdiffstats
path: root/modules/proxy/mod_proxy.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-08-15fix some homophonic issues in comments, as well as someJeff Trawick10-14/+14
2001-08-15Proxy now works as a DSO on AIX.Victor J. Orlikowski1-3/+3
2001-08-15Fix a char * vs char ** mixup...Victor J. Orlikowski1-10/+10
2001-08-15Works under AIX as a DSO now.Victor J. Orlikowski1-0/+4
2001-08-15 Save a ton o' space by rle encoding the header bitmap.William A. Rowe Jr1-0/+0
2001-08-15Tweak server/Makefile so that the rules for generating exports.cJeff Trawick2-2/+17
2001-08-15 Solve the segfault until the right patch is unearthed.William A. Rowe Jr1-4/+4
2001-08-14 Fix a small bug that limited the description's width to the filename's width.William A. Rowe Jr1-2/+2
2001-08-14 Outch to Win9x... can't be destroying locks asymetrically. Do we wantWilliam A. Rowe Jr1-1/+2
2001-08-14> 1. Cleaned the ApacheMonitor code a little bit.William A. Rowe Jr5-636/+431
2001-08-14Break http_proxy_handler into multiple smaller functions.Ryan Bloom2-366/+482
2001-08-14need to check return value of ssl_hook_process_connectionDoug MacEachern1-2/+7
2001-08-14namespace-protect accept_lock_mechJeff Trawick7-13/+12
2001-08-14Fix build of OS/2 MPM after recent move of common code.Brian Havard1-0/+1
2001-08-14OS/2: Allow mod_dav_fs to build as a DLL. It needs special treatment as itBrian Havard1-0/+8
2001-08-14Clean up several parsing errors in find_ct that may or may not be causingRoy T. Fielding1-60/+73
2001-08-14Add contact info to README (was in INSTALL in 1.3)Joshua Slive1-0/+29
2001-08-14Install the SSL header files.Ryan Bloom2-0/+3
2001-08-13Lots of small config file changes including:Joshua Slive2-200/+90
2001-08-13change the name of AP_MPM_NEEDS_RECLAIM_CHILD_PROCESSES toJeff Trawick8-10/+10
2001-08-13(hopefully) get WinNT MPM to build using mpm_common.c code; a few notes:Jeff Trawick5-78/+26
2001-08-13allow non-Unix MPMs to use mpm_common.c by not automaticallyJeff Trawick9-1/+29
2001-08-13get threaded to compile again by fixing a lock_fname/ap_lock_fname mixupJeff Trawick1-6/+6
2001-08-13Begin to sanitize the MPM configuration directives. Now, allRyan Bloom21-828/+321
2001-08-13Close a major resource leak. Everytime we had issued aRyan Bloom2-1/+4
2001-08-13Remove a warning from mod_echo.Ryan Bloom1-1/+1
2001-08-12Make the body read in proxy http handler nonblocking. There's no senseChuck Murcko1-1/+5
2001-08-12Change the MaxSpareThreads to 150 for threaded MPM. This mirrors the newJustin Erenkrantz1-1/+1
2001-08-12Put the MaxClients setting for prefork back to its 1.3 level.Joshua Slive2-2/+2
2001-08-11Fix the macro expansion problem in the hook declaration.Ryan Bloom2-8/+12
2001-08-11Fix the proxy when the origin server sends back a 100Ryan Bloom2-181/+197
2001-08-11Forgot the CHANGES comment with my last commit.Ryan Bloom1-0/+5
2001-08-11Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom24-57/+64
2001-08-10hot and muggy in Raleigh (i.e., it's August)Greg Ames1-82/+5
2001-08-10Wipe out a couple suspended bugs.Joshua Slive1-13/+1
2001-08-10Move things to the docs/STATUS file and reference the variousJoshua Slive2-26/+14
2001-08-10Hot and sunny again in Montreal.Joshua Slive1-19/+4
2001-08-10Clarify what %U will log.Joshua Slive1-1/+1
2001-08-10This should fix the remaining problems with POST. Basically, weRyan Bloom1-1/+13
2001-08-10Eliminate duplicate info and add references to logs.html.Joshua Slive3-142/+5
2001-08-10Bring forward new logs.html doc from 1.3.Joshua Slive3-0/+1162
2001-08-10Fix a bug in mod_expires. Previous to this patch, if youRyan Bloom2-2/+11
2001-08-10The worker MPM now handles shutdown and restart requests. ItRyan Bloom2-22/+10
2001-08-10record something in the error log if the parent process seg faultsGreg Ames3-3/+36
2001-08-09We want to use mod_cgid with the worker MPM as well.Ryan Bloom1-1/+1
2001-08-09This change was moved into 2.0.23. The problem therefore both began andCliff Woolley1-4/+0
2001-08-09Fix a restart problem when cgid is used. Code in the parentJeff Trawick2-4/+13
2001-08-09If we are going to get the length of a brigade, it helps if thatRyan Bloom1-0/+1
2001-08-09Add a comment so that the next poor fool who re-writes this sectionRyan Bloom1-0/+6
2001-08-09Handle the -1 case in ap_http_filter. -1 means that we have to readRyan Bloom1-0/+14