| Commit message (Expand) | Author | Age | Files | Lines |
* | The purpose of this patch is to toggle the debugging mode (default) to | William A. Rowe Jr | 2001-08-17 | 2 | -14/+10 |
* | Given a choice between chasing my tail to keep these updated, and rolling | William A. Rowe Jr | 2001-08-17 | 2 | -599/+0 |
* | Ignore goodness | William A. Rowe Jr | 2001-08-16 | 1 | -0/+1 |
* | More Versioning | William A. Rowe Jr | 2001-08-16 | 2 | -8/+78 |
* | Fix a small bug that limited the description's width to the filename's width. | William A. Rowe Jr | 2001-08-14 | 1 | -2/+2 |
* | Fix the new method code. We need to cast 1 to an apr_int64_t or it will | Ryan Bloom | 2001-08-11 | 6 | -8/+8 |
* | We want to use mod_cgid with the worker MPM as well. | Ryan Bloom | 2001-08-09 | 1 | -1/+1 |
* | Fix a restart problem when cgid is used. Code in the parent | Jeff Trawick | 2001-08-09 | 1 | -4/+9 |
* | Update for the 2.0.23 tag | William A. Rowe Jr | 2001-08-07 | 2 | -118/+50 |
* | Thanks rbb, and the modproxy-dev autobuild report for pointing these out. | William A. Rowe Jr | 2001-08-07 | 1 | -4/+2 |
* | All mod_autoindex query parsing is now quietly quashed with the | William A. Rowe Jr | 2001-08-07 | 1 | -70/+163 |
* | Formatted output changes only... | William A. Rowe Jr | 2001-08-07 | 1 | -108/+335 |
* | plug mod_cgid restart leak | Doug MacEachern | 2001-08-06 | 1 | -2/+1 |
* | Same cleanups as applied to mod_cgi, falling out of scope != destruction | William A. Rowe Jr | 2001-08-06 | 1 | -0/+4 |
* | We are done with this subrequest (before we even got started...) so | William A. Rowe Jr | 2001-08-06 | 1 | -0/+3 |
* | This is not C++, falling out of scope doesn't constitute destruction :) | William A. Rowe Jr | 2001-08-06 | 1 | -0/+1 |
* | Multiviews and mod_negotiation will already handle this case, it never | William A. Rowe Jr | 2001-08-06 | 1 | -22/+0 |
* | remove a gcc warning, leave object code unchanged | Jeff Trawick | 2001-08-03 | 1 | -1/+1 |
* | Save hundreds of cycles on every autoindex request by _not_ attempting | William A. Rowe Jr | 2001-08-03 | 1 | -50/+73 |
* | That's enough for tonight ... gheesh. Allow 2xx + OK (0) results from | William A. Rowe Jr | 2001-08-03 | 1 | -1/+1 |
* | Allow a slightly larger range of acceptable responses. | William A. Rowe Jr | 2001-08-03 | 1 | -1/+1 |
* | Fix some major brokenness. We were not validating that the autoindex | William A. Rowe Jr | 2001-08-03 | 1 | -23/+30 |
* | Begone ancient beast. IndexOptions FancyIndexing is sufficiently less | William A. Rowe Jr | 2001-08-03 | 1 | -22/+2 |
* | don't count workers in processes which aren't actively serving requests. | Greg Ames | 2001-07-31 | 1 | -1/+3 |
* | mod_status: don't include workers from dead or quiescing processes in the | Greg Ames | 2001-07-31 | 1 | -6/+11 |
* | Be a bit more explicit. If the filetype is not an APR_REG, the fail the request. | Bill Stoddard | 2001-07-30 | 2 | -2/+2 |
* | Win32: Get exec cgi tag working. finfo.protection == 0 on Windows from the | Bill Stoddard | 2001-07-30 | 2 | -2/+2 |
* | Throw back in the newline, just for source legibility. | William A. Rowe Jr | 2001-07-29 | 1 | -1/+1 |
* | Correct a subtle reflow problem (evident in Mozilla Gecko/20010505) that | William A. Rowe Jr | 2001-07-29 | 1 | -5/+2 |
* | Minor quibble, <li> can and should be a balanced tag | William A. Rowe Jr | 2001-07-28 | 1 | -2/+2 |
* | More pendantic changes for HTML 3.2/4.01 Transitional compliance, and | William A. Rowe Jr | 2001-07-28 | 1 | -89/+87 |
* | More pedantic changes to create HTML 3.2/4.01 Transitional and | William A. Rowe Jr | 2001-07-28 | 1 | -41/+36 |
* | More obsessive changes to meet HTML 3.2, HTML 4.01 Transitional and | William A. Rowe Jr | 2001-07-28 | 1 | -47/+51 |
* | Replace ap_send_fd invocation with bucket brigade calls. Send an eos down | Bill Stoddard | 2001-07-27 | 1 | -15/+18 |
* | Cliff's most sane advise :-) | William A. Rowe Jr | 2001-07-25 | 1 | -1/+1 |
* | Reviewing my own commit logs ... dang did this look silly. | William A. Rowe Jr | 2001-07-25 | 1 | -1/+1 |
* | Safe casts - we are assured that len_read is positive, but it must be | William A. Rowe Jr | 2001-07-25 | 1 | -3/+4 |
* | Same fix for largefile support as core.c | William A. Rowe Jr | 2001-07-25 | 1 | -4/+11 |
* | More signedness fixes | William A. Rowe Jr | 2001-07-25 | 1 | -3/+4 |
* | Change over to apr_strfsize() for apr_off_t file size formatting. | William A. Rowe Jr | 2001-07-25 | 1 | -2/+3 |
* | Some cast magic for intentional float/int transformations, but I have | William A. Rowe Jr | 2001-07-25 | 1 | -9/+11 |
* | Changes to respect the new apr bucket and brigade length types (either | William A. Rowe Jr | 2001-07-24 | 2 | -1/+4 |
* | Update for latest structure changes for 2.0.21 | William A. Rowe Jr | 2001-07-20 | 2 | -0/+4 |
* | Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients and | Paul J. Reder | 2001-07-18 | 1 | -1/+1 |
* | scratch an old itch - give lingering close its own state in the scoreboard. | Greg Ames | 2001-07-12 | 1 | -1/+9 |
* | fix pid numbers in mod_status output when using a threaded mpm. pid_buffer was | Greg Ames | 2001-07-10 | 1 | -2/+2 |
* | s/cont/pool/ | David Reid | 2001-07-07 | 1 | -7/+7 |
* | Refresh .mak files for tagging 2.0.19 | William A. Rowe Jr | 2001-06-28 | 2 | -59/+66 |
* | Employ the new ap_sub_req_lookup_dirent() function for mod_autoindex. | William A. Rowe Jr | 2001-06-27 | 1 | -7/+8 |
* | handle the SERVER_IDLE_KILL state in some of the ExtendedStatus=On | Jeff Trawick | 2001-05-31 | 1 | -0/+6 |