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