summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up the mod_tls configure process. This should remove most, if notRyan Bloom2001-02-113-15/+33
* First cut of TLS support.Ben Laurie2001-02-118-0/+653
* include "apr_signal.h" when neededGreg Stein2001-02-113-0/+3
* Fix any compile breaks after moving apr_snprintf and apr_vsnprintf toRyan Bloom2001-02-115-0/+5
* Fix a warning when compiling with GPROFRyan Bloom2001-02-111-1/+1
* clean up more warnings and link problems after the header fileJeff Trawick2001-02-113-4/+5
* more module build cleanup, removing warnings and someJeff Trawick2001-02-105-0/+19
* Fix more module breakage from header reorgWilliam A. Rowe Jr2001-02-104-1/+4
* get rid of some warnings and an undefined reference which crept intoJeff Trawick2001-02-103-7/+9
* *) continued header revampingGreg Stein2001-02-1018-126/+131
* Clean up some of the includes:Greg Stein2001-02-1016-94/+104
* http_conf_globals.h is goneGreg Stein2001-02-101-1/+0
* more APR-izationGreg Stein2001-02-101-12/+15
* Remove the SetFilter directive from the code. This directive wasn'tRyan Bloom2001-02-101-34/+0
* Add new LogFormat directive, %D, to log time it takes to serve a requestBill Stoddard2001-02-101-0/+9
* *) remove obsolete http_conf_globals.hGreg Stein2001-02-103-3/+1
* Change AddInputFilter and AddOutputFilter to SetInputFilter andRyan Bloom2001-02-103-7/+7
* use apr_size_t for file lengths; this avoids a warning (and perhapsJeff Trawick2001-02-091-17/+17
* *) minor changes, simplificationsGreg Stein2001-02-091-28/+22
* Make the header filter use the brigade buffering functions for creatingRyan Bloom2001-02-091-73/+24
* include strings.h for strcasecmp()Jeff Trawick2001-02-081-0/+3
* apr_make_array->apr_array_makeJeff Trawick2001-02-081-1/+1
* Make a mod_auth_digest build fail in a less mysterious way on systemsJeff Trawick2001-02-081-1/+4
* get _SC_CLK_TCK defined on Tru64 (and probably some other systemsJeff Trawick2001-02-081-0/+3
* *) make sure the status line is set on custom responsesGreg Stein2001-02-081-1/+5
* renaming various functions for consistency sakeDoug MacEachern2001-02-0857-783/+783
* Fix a bug with AliasMatch. When forward fitting a bug from 1.3 to 2.0, weRyan Bloom2001-02-071-0/+1
* Revamp the CHECKOUT method handling and various support functions for it.Greg Stein2001-02-074-140/+223
* $enable_dav can be one of: yes, shared, no. We want to adjust the INCLUDESGreg Stein2001-02-071-1/+1
* additions and deletions for proxy in current codebaseChuck Murcko2001-02-073-4/+588
* Changes to get running on the current codebaseChuck Murcko2001-02-074-38/+20
* Back out previous change. dav/main/config.m4 adds its directory the theGreg Stein2001-02-071-2/+0
* We have a poor abstraction in the protocol. This is a temporaryRyan Bloom2001-02-061-5/+15
* Make sure that mod_include's post_config hook always runs beforeRyan Bloom2001-02-062-2/+5
* move the instantiation of includes_module out of mod_include.hJeff Trawick2001-02-062-3/+1
* Fix for dav/fs to find the mod_dav.h ionclude fileMartin Kraemer2001-02-061-0/+2
* update for the latest build systemChuck Murcko2001-02-062-11/+6
* If we are in the middle of a brigade loop, we don't want to always checkRyan Bloom2001-02-061-1/+1
* Move the logic for creating CGI processes from mod_include to mod_cgi(d).Ryan Bloom2001-02-054-377/+675
* Tweak the AP_MIN_SENDFILE_BYTES. Not using sendfile on WindowsBill Stoddard2001-02-051-1/+1
* ap_new_connection() returns NULL if an error occurred (prefork MPMJeff Trawick2001-02-051-0/+6
* *) add activity handling: OPTIONS and MKACTIVITYGreg Stein2001-02-052-3/+78
* More mod_status work... Get Current Time, Restart Time and Server uptimeBill Stoddard2001-02-041-2/+5
* Begin restructuring scoreboard code to enable adding back inBill Stoddard2001-02-023-11/+11
* Should consider APRizing the entire module. For now, use HAVE_TIMESBill Stoddard2001-02-021-13/+14
* avoid warning in non-AP_DEBUG buildJeff Trawick2001-02-021-0/+2
* keep mod_cgid from segfaulting on SIGHUP; it assumedJeff Trawick2001-02-011-3/+3
* Bring mod_status for 2.0 back in line with mod_status for 1.3. This isRyan Bloom2001-02-012-39/+683
* MF 1.3 the fis for the mod_rewrite stupidity.Tony Finch2001-02-011-2/+2
* Fix the remaining APR_FINFO_NORM occurances. Again, followup is neededWilliam A. Rowe Jr2001-02-014-13/+13