summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change core code to allow an MPM to set hard thread/serverJeff Trawick2001-12-1831-342/+460
* Stop using HARD_SERVER_LIMIT/HARD_THREAD_LIMIT all over the placeJeff Trawick2001-12-181-13/+21
* No point in linking the proxy objects with the submodules.Victor J. Orlikowski2001-12-181-3/+3
* Remove old kludge for AIX, since the rtl flags handles this nicely now.Victor J. Orlikowski2001-12-181-4/+0
* Showstoppers and something not to be forgotten..Ken Coar2001-12-171-1/+21
* AIX: don't set LDR_CNTRL environment variable for 64-bit buildJeff Trawick2001-12-171-1/+5
* Win32: The async AcceptEx() event should be autoreset uponBill Stoddard2001-12-172-1/+6
* My typo - the least I can do is commit the patch to fix theWilliam A. Rowe Jr2001-12-171-1/+1
* Replaced an instance of apr_pool_userdata_setn() with apr_pool_userdata_set()..Brian Pane2001-12-161-2/+2
* cleaned up bucket types and removed the extraneous clearing of a bufferBrian Pane2001-12-161-25/+15
* Removed the comment suggesting the use of apr_table_overlap()Brian Pane2001-12-161-1/+0
* get binbuild to do the right thing with envvars (install/edit asJeff Trawick2001-12-153-6/+17
* some acts of stupidity are better left undescribedJeff Trawick2001-12-151-4/+1
* handle the envvar file properly in install-bindist.shJeff Trawick2001-12-151-0/+10
* mention an easy but important problem in case I forget about itJeff Trawick2001-12-151-1/+4
* Move any load library path environment variables out ofJeff Trawick2001-12-157-7/+51
* Fixed the logic for detecting sentinel or EOS in send_parsed_contentBrian Pane2001-12-151-1/+1
* Fix for segfault that happened upon reaching EOS in anBrian Pane2001-12-151-1/+13
* Detabify the chunk filter. No function change.Bill Stoddard2001-12-141-47/+44
* Use the new APR pool code to reduce pool-related lockBrian Pane2001-12-142-1/+5
* Use the new pool API to eliminate pool locking in the prefork MPMBrian Pane2001-12-141-1/+1
* Change the beos mpm to use the new pools creation call to try andDavid Reid2001-12-141-4/+5
* take over DSO installation from libtool on all platforms, for bothJeff Trawick2001-12-141-7/+6
* Style change. Convert tabs->spaces, shorten long lines, etc, etc, etc.Justin Erenkrantz2001-12-141-257/+295
* Move the insert_filter hook from the prepare request phase to theWilliam A. Rowe Jr2001-12-142-9/+10
* A style change for ken :)William A. Rowe Jr2001-12-141-1/+2
* include directories should be added to INCLUDES, not CPPFLAGSJeff Trawick2001-12-141-1/+5
* Master dictionary entry for the new directiveWilliam A. Rowe Jr2001-12-141-0/+2
* Fix links.Joshua Slive2001-12-132-2/+2
* Update the AcceptPathInfo docs and add references from upgrading andJoshua Slive2001-12-133-31/+76
* Whoops, that's quadstate, the value 3 is not-present.William A. Rowe Jr2001-12-131-1/+1
* As suggested by Josh Slive, add the explicit 'default' to AcceptPathInfo.William A. Rowe Jr2001-12-132-12/+44
* A little loopy commit. Refer mod_cgid users to the mod_cgi docs forWilliam A. Rowe Jr2001-12-133-0/+68
* Ya know, the language here wasn't all that explicit. We are testing forWilliam A. Rowe Jr2001-12-131-6/+7
* Not really an XXX hereWilliam A. Rowe Jr2001-12-131-1/+7
* Apply the converse of the AcceptPathInfo patch for isapi's/cgi's.William A. Rowe Jr2001-12-133-0/+12
* Address a signedness warning. No cleaner solutions here.William A. Rowe Jr2001-12-131-1/+1
* While contemplating a cast to (char) for the c arg to trie_node_link,William A. Rowe Jr2001-12-131-2/+2
* If dconf->accept_path_info is tristate, why not r->used_path_info?William A. Rowe Jr2001-12-131-7/+14
* Jeff's guess, right on. [Thought I committed it all... gotta grab aWilliam A. Rowe Jr2001-12-131-1/+1
* hack up core_dir_config so that server/core.c compiles againJeff Trawick2001-12-131-0/+1
* Modified for clarity.Aaron Bannert2001-12-131-1/+2
* Now all should be well. AcceptPathInfo on will give us a document withWilliam A. Rowe Jr2001-12-131-0/+25
* Rolled back w3c tidy diffs that corrupted japanese translations.Rich Bowen2001-12-133-44/+522
* Give the request_rec some information about path_info allowance.William A. Rowe Jr2001-12-132-2/+8
* Kill some redundancy (why test PUT when we disallow all but GET/POST?)William A. Rowe Jr2001-12-131-15/+14
* . unwind MORE redundant code [wasn't I just here six months ago???]William A. Rowe Jr2001-12-131-31/+15
* Periods aren't commas. Clear out some inappropriate casts whileWilliam A. Rowe Jr2001-12-131-2/+2
* Whatever this was doing, it looks most unholy.William A. Rowe Jr2001-12-131-6/+10
* Fix a bug in how we select the IP for the POD to connect to for dummyAaron Bannert2001-12-132-1/+10