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