summaryrefslogtreecommitdiffstats
path: root/modules/generators (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* a worker being cleaned up is not processing a request; filter out suchJeff Trawick2001-05-301-1/+1
* Get the Request Phase Participation change compiling on Windows.Bill Stoddard2001-05-171-1/+11
* don't destroy the pcgi pool when the other-child registrationJeff Trawick2001-05-161-1/+3
* clean up DSO builds on OS/390 a bit by ignoring some generated filesJeff Trawick2001-05-151-0/+1
* add "Request Phase Participation" info to mod_infoDoug MacEachern2001-05-151-1/+90
* Make first phase changes to the scoreboard data structures inPaul J. Reder2001-05-151-45/+45
* Fix httpd's definition of LTFLAGS to be consistent with that of aprRoy T. Fielding2001-05-121-1/+1
* minor scoreboard/status improvements:Jeff Trawick2001-05-071-13/+16
* Get rid of some Apache 1.x OPTIMIZE_TIMEOUTS cruft. Other logicJeff Trawick2001-05-071-9/+0
* Build (and do so cleanly) when !APR_HAS_OTHER_CHILD.Jeff Trawick2001-05-041-2/+2
* Prevent a hang when a cgi handled by mod_cgid tries to read aJeff Trawick2001-05-021-1/+5
* Completely revamp configure so that it preserves the standard makeRoy T. Fielding2001-04-291-1/+1
* Add more options to the ap_mpm_query function. This also allows MPMs toRyan Bloom2001-04-131-0/+1
* Probably my own foobarWilliam A. Rowe Jr2001-04-121-1/+1
* Changes required to make prefork clean up idle children properly. There was a...Paul J. Reder2001-04-061-0/+2
* Time to refresh mak on Win32William A. Rowe Jr2001-04-051-39/+39
* clean up some mod_cgid issues related to other child maintenance...Jeff Trawick2001-04-031-1/+3
* oops... really fix the storage leak this time... we were doing cleanupsJeff Trawick2001-03-291-9/+10
* Fix a storage leak in mod_cgid... the temporary pool created forJeff Trawick2001-03-291-1/+5
* top_module global variable renamed to ap_top_moduleDoug MacEachern2001-03-261-3/+3
* Enable mod_status by default. This matches the docs and what 1.3 does.Ryan Bloom2001-03-251-1/+1
* This should wrap this freshen upWilliam A. Rowe Jr2001-03-222-77/+76
* Refreshing the .mak files. Dang... should have done this in the a.m.William A. Rowe Jr2001-03-082-0/+3
* Allow modules to query the MPM about it's execution profile. ThisRyan Bloom2001-03-021-0/+10
* get rid of unused parameter filename to function get_req()Jeff Trawick2001-03-021-3/+2
* no need to calculate the config file name in display_info() since weJeff Trawick2001-03-021-2/+0
* Fix mod_info, so that <Directory> and <Location> directives areRyan Bloom2001-03-021-1/+2
* Fix a problem displaying status when a threaded MPM is used.Jeff Trawick2001-02-281-5/+5
* Goodbye ap_send_http_headerWilliam A. Rowe Jr2001-02-286-9/+0
* Get mod_cgi building again after moving a bunch of code from the HTTPRyan Bloom2001-02-261-0/+1
* Begin to move functions from the http module to the core. The goal is toRyan Bloom2001-02-263-0/+6
* A patch to clean up much bogusity in Win32. Eliminates absolute cd "/..."William A. Rowe Jr2001-02-252-20/+16
* Whoops ... if I'm enabling mod_info to build on Win32, better cleanWilliam A. Rowe Jr2001-02-251-3/+2
* Refresh all .mak files should we choose to roll again shortly.William A. Rowe Jr2001-02-252-113/+58
* *) fix inline handling. we had: apr_inline, APR_INLINE, USE_GNU_INLINE, andGreg Stein2001-02-241-1/+1
* Namespace protect IOBUFSIZ since it is a public symbol.Ryan Bloom2001-02-231-2/+2
* Performance: apr_now() was being called for -all- requests. Call it onlyBill Stoddard2001-02-211-1/+2
* Close the accepted socket before creating the CGI process in mod_cgid.Ryan Bloom2001-02-211-1/+10
* get rid of a type mismatch warningJeff Trawick2001-02-201-1/+1
* rename miss: s/apr_clear_pool/apr_pool_clear/gDoug MacEachern2001-02-191-1/+1
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-182-23/+23
* Change a few "no" module to "most". Leave suexec: it must be explicitlyGreg Stein2001-02-181-2/+2
* Rename the mpmt_pthread module to threaded. This module has moved fromRyan Bloom2001-02-161-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-168-8/+8
* Add an apr_short_interval_time. This allows us to use an apr_interval_timeRyan Bloom2001-02-161-5/+5
* Fix the seg fault in mod_status.c. This changes the up_time to anRyan Bloom2001-02-151-6/+6
* Remove some warnings from mod_status.Ryan Bloom2001-02-151-7/+7