summaryrefslogtreecommitdiffstats
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow for an unclean shutdown of SSL ports to avoid timeout conditionsBradley Nicholes2003-06-021-4/+17
* The right patch (thanks to Eric for identifying the wrong patch) to moveWilliam A. Rowe Jr2003-06-021-1/+1
* preserve const-ness while searching for a char in a stringJeff Trawick2003-06-021-2/+2
* Allow ExpiresByType to accept and understand minor-type wildcardsKen Coar2003-06-011-3/+40
* More mod_expires tuning. Replace the fixup hook with an insert filterBill Stoddard2003-06-011-95/+32
* Revert revision 1.81 which called non-existent SSL_load_library.Justin Erenkrantz2003-05-311-1/+1
* Add mod_charset_lite to the NetWare build.Bradley Nicholes2003-05-312-0/+260
* OpenSSL_add_all_algorithms is simply an alias for SSL_load_library.William A. Rowe Jr2003-05-301-1/+1
* Provide a far more useful explanation when SSLCryptoDevice fails toWilliam A. Rowe Jr2003-05-301-10/+12
* Solve a pretty horrific bug in SSLCryptoDevice and other places whereWilliam A. Rowe Jr2003-05-302-15/+13
* Based on list discussion between myself and Geoff, it seems prudentWilliam A. Rowe Jr2003-05-303-5/+8
* Use apr_table_overlap. Add note about additional brokeness of fast-redirectBill Stoddard2003-05-301-2/+8
* Rework of the recursion stopper - collapse recursion counters into one functionAndré Malo2003-05-301-1/+1
* - revert my patch (r1.155) since it produces regressions.André Malo2003-05-291-24/+5
* These tests now exist in acinclude.m4William A. Rowe Jr2003-05-271-3/+0
* The patch below reverts the prior commit to eliminate SSL_set_state().William A. Rowe Jr2003-05-224-2/+17
* mod_dav providers define a 'can_be_activity' callback. Unfortunately,Sander Striker2003-05-211-0/+9
* Drop SSL_set_state() in favor of a proper SSL_renegotiate() to beginWilliam A. Rowe Jr2003-05-194-9/+2
* Drop archiac notes - no special steps required once we test for ENGINE_init()William A. Rowe Jr2003-05-191-22/+0
* Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for theWilliam A. Rowe Jr2003-05-196-20/+8
* First point out that we lost HAVE_SSL_SET_STATE and HAVE_SSL_SET_CERT_STOREWilliam A. Rowe Jr2003-05-191-0/+2
* Prevent the server from crashing when entering infinite loops. TheAndré Malo2003-05-191-3/+22
* Namespace protect the mod_expires filterBill Stoddard2003-05-181-2/+2
* fix LA-U lookaheads in directory context.André Malo2003-05-181-6/+6
* Check also for r->content_encoding (now we should have them all...)André Malo2003-05-171-0/+6
* Get the AP_ and APR_ prefixes right.Justin Erenkrantz2003-05-161-2/+2
* Why wouldn't this be a mod_ssl header?William A. Rowe Jr2003-05-161-2/+1
* A few odd .dsp's to help testers and developers along (really irrelevantWilliam A. Rowe Jr2003-05-162-0/+256
* Assure that we block on the read BIO when we invoke the read BIO for bothWilliam A. Rowe Jr2003-05-161-4/+14
* Remove a useless and annoying debug messageBill Stoddard2003-05-151-2/+0
* mod_so can only be built statically. If the user wants modules toAaron Bannert2003-05-151-0/+7
* if there are any ExpiresByType directives for the currentKen Coar2003-05-141-50/+145
* fix a comment to explain how to log the thread idJeff Trawick2003-05-141-2/+2
* Porting EBCDIC: headers wer incorrectly (i.e., not) convertedMartin Kraemer2003-05-091-0/+9
* Allow blind accept when converting the proxy client socket to SSL if no clientBradley Nicholes2003-05-081-27/+26
* Use generic whitespace character class when parsingAndré Malo2003-05-061-1/+1
* make sure, the preferred language gets its chance, even when it's notAndré Malo2003-05-051-1/+10
* Make sure that mod_rewrite's type checker is evaluated before mod_mime.André Malo2003-05-041-1/+6
* Fix a problem with namespace mappings being dropped in mod_dav_fs;Jeff Trawick2003-05-021-2/+1
* tweak the const-ness of MODSSL_INFO_CB_ARG_TYPE based on the OpenSSLJeff Trawick2003-05-011-0/+4
* back out a recent change which causes the server to segfault orJeff Trawick2003-04-261-14/+7
* Fix a typo in the weak entity check. The prefix is W/" not "W/.Justin Erenkrantz2003-04-221-8/+6
* as Andre' pointed out, we don't need %{pid/tid}P since the userJeff Trawick2003-04-191-12/+5
* change the way that thread id is specified in the log format sinceJeff Trawick2003-04-181-12/+19
* mod_log_config: Add the ability to log the id of the threadJeff Trawick2003-04-181-0/+14
* Fix a problem that caused httpd to linked with incorrect flagsJeff Trawick2003-04-171-13/+22
* Silence a compiler warning.Victor J. Orlikowski2003-04-161-1/+1
* fix some discrepancies between format strings and arguments,Jeff Trawick2003-04-162-5/+3
* If a Date response header was already set in the headers array,Graham Leggett2003-04-151-7/+14
* Clarify an error messageGraham Leggett2003-04-151-1/+1