summaryrefslogtreecommitdiff
path: root/modules/generators
Commit message (Expand)AuthorAgeFilesLines
* The purpose of this patch is to toggle the debugging mode (default) toWilliam A. Rowe Jr2001-08-172-14/+10
* Given a choice between chasing my tail to keep these updated, and rollingWilliam A. Rowe Jr2001-08-172-599/+0
* Ignore goodnessWilliam A. Rowe Jr2001-08-161-0/+1
* More VersioningWilliam A. Rowe Jr2001-08-162-8/+78
* Fix a small bug that limited the description's width to the filename's width.William A. Rowe Jr2001-08-141-2/+2
* Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom2001-08-116-8/+8
* We want to use mod_cgid with the worker MPM as well.Ryan Bloom2001-08-091-1/+1
* Fix a restart problem when cgid is used. Code in the parentJeff Trawick2001-08-091-4/+9
* Update for the 2.0.23 tagWilliam A. Rowe Jr2001-08-072-118/+50
* Thanks rbb, and the modproxy-dev autobuild report for pointing these out.William A. Rowe Jr2001-08-071-4/+2
* All mod_autoindex query parsing is now quietly quashed with theWilliam A. Rowe Jr2001-08-071-70/+163
* Formatted output changes only...William A. Rowe Jr2001-08-071-108/+335
* plug mod_cgid restart leakDoug MacEachern2001-08-061-2/+1
* Same cleanups as applied to mod_cgi, falling out of scope != destructionWilliam A. Rowe Jr2001-08-061-0/+4
* We are done with this subrequest (before we even got started...) soWilliam A. Rowe Jr2001-08-061-0/+3
* This is not C++, falling out of scope doesn't constitute destruction :)William A. Rowe Jr2001-08-061-0/+1
* Multiviews and mod_negotiation will already handle this case, it neverWilliam A. Rowe Jr2001-08-061-22/+0
* remove a gcc warning, leave object code unchangedJeff Trawick2001-08-031-1/+1
* Save hundreds of cycles on every autoindex request by _not_ attemptingWilliam A. Rowe Jr2001-08-031-50/+73
* That's enough for tonight ... gheesh. Allow 2xx + OK (0) results fromWilliam A. Rowe Jr2001-08-031-1/+1
* Allow a slightly larger range of acceptable responses.William A. Rowe Jr2001-08-031-1/+1
* Fix some major brokenness. We were not validating that the autoindexWilliam A. Rowe Jr2001-08-031-23/+30
* Begone ancient beast. IndexOptions FancyIndexing is sufficiently lessWilliam A. Rowe Jr2001-08-031-22/+2
* don't count workers in processes which aren't actively serving requests.Greg Ames2001-07-311-1/+3
* mod_status: don't include workers from dead or quiescing processes in theGreg Ames2001-07-311-6/+11
* Be a bit more explicit. If the filetype is not an APR_REG, the fail the request.Bill Stoddard2001-07-302-2/+2
* Win32: Get exec cgi tag working. finfo.protection == 0 on Windows from theBill Stoddard2001-07-302-2/+2
* Throw back in the newline, just for source legibility.William A. Rowe Jr2001-07-291-1/+1
* Correct a subtle reflow problem (evident in Mozilla Gecko/20010505) thatWilliam A. Rowe Jr2001-07-291-5/+2
* Minor quibble, <li> can and should be a balanced tagWilliam A. Rowe Jr2001-07-281-2/+2
* More pendantic changes for HTML 3.2/4.01 Transitional compliance, andWilliam A. Rowe Jr2001-07-281-89/+87
* More pedantic changes to create HTML 3.2/4.01 Transitional andWilliam A. Rowe Jr2001-07-281-41/+36
* More obsessive changes to meet HTML 3.2, HTML 4.01 Transitional andWilliam A. Rowe Jr2001-07-281-47/+51
* Replace ap_send_fd invocation with bucket brigade calls. Send an eos downBill Stoddard2001-07-271-15/+18
* Cliff's most sane advise :-)William A. Rowe Jr2001-07-251-1/+1
* Reviewing my own commit logs ... dang did this look silly.William A. Rowe Jr2001-07-251-1/+1
* Safe casts - we are assured that len_read is positive, but it must beWilliam A. Rowe Jr2001-07-251-3/+4
* Same fix for largefile support as core.cWilliam A. Rowe Jr2001-07-251-4/+11
* More signedness fixesWilliam A. Rowe Jr2001-07-251-3/+4
* Change over to apr_strfsize() for apr_off_t file size formatting.William A. Rowe Jr2001-07-251-2/+3
* Some cast magic for intentional float/int transformations, but I haveWilliam A. Rowe Jr2001-07-251-9/+11
* Changes to respect the new apr bucket and brigade length types (eitherWilliam A. Rowe Jr2001-07-242-1/+4
* Update for latest structure changes for 2.0.21William A. Rowe Jr2001-07-202-0/+4
* Changed AP_MPMQ_MAX_DAEMONS to refer to MaxClients andPaul J. Reder2001-07-181-1/+1
* scratch an old itch - give lingering close its own state in the scoreboard.Greg Ames2001-07-121-1/+9
* fix pid numbers in mod_status output when using a threaded mpm. pid_buffer wasGreg Ames2001-07-101-2/+2
* s/cont/pool/David Reid2001-07-071-7/+7
* Refresh .mak files for tagging 2.0.19William A. Rowe Jr2001-06-282-59/+66
* Employ the new ap_sub_req_lookup_dirent() function for mod_autoindex.William A. Rowe Jr2001-06-271-7/+8
* handle the SERVER_IDLE_KILL state in some of the ExtendedStatus=OnJeff Trawick2001-05-311-0/+6