summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Bletch. The Proxy Janitor botches the job again.Victor J. Orlikowski2001-05-233-4/+4
* Checkpoint my mod_example work. It does not work correctly yet,Ken Coar2001-05-222-192/+359
* Fixes to proxy, after util-uri move, plus fixes to the .mak file.Victor J. Orlikowski2001-05-226-38/+38
* Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_Roy T. Fielding2001-05-225-19/+19
* Move the addition of default AP_HTTP_HTTP_HEADER filters to the insert_filterGraham Leggett2001-05-213-7/+11
* Yet more cleanup.Ben Laurie2001-05-202-6/+6
* More cleanup.Ben Laurie2001-05-204-8/+2
* AP_ function for optional hooks.Ben Laurie2001-05-206-8/+12
* More generic -> optional cleanup.Ben Laurie2001-05-2010-20/+20
* Long overdue name change from "generic hook" to "optional hook".Ben Laurie2001-05-207-11/+240
* Fix warnings.Ben Laurie2001-05-201-14/+20
* Tru64 cc is bitchy about trailing commas in an enum list.Jeff Trawick2001-05-201-1/+1
* Change directive HeaderOut back to Header and HeaderIn to RequestHeader.Roy T. Fielding2001-05-201-27/+19
* Reimplement mod_headers as an output filter. mod_headers can nowBill Stoddard2001-05-191-34/+114
* Fix function type to match hook declaration.Ken Coar2001-05-191-1/+1
* Cleanup.Ben Laurie2001-05-192-10/+67
* Make mod_dav_fs mirror whatever mod_dav was enabled with (static or shared)Greg Stein2001-05-181-1/+1
* Bring forward the NOESCAPE flag from 1.3..Ken Coar2001-05-182-21/+66
* We don't want these operations to end the stream, simply flush outWilliam A. Rowe Jr2001-05-181-5/+5
* Interesting, ISAPI thinks a 0 result is cool. Already patched in 1.3.20.William A. Rowe Jr2001-05-181-0/+1
* Change the make targets and rules to be consistent in all of theRoy T. Fielding2001-05-181-0/+1
* Fix processing of the TRACE method. Previously we passed bogusJeff Trawick2001-05-171-4/+9
* 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
* Account for changes to the name of field "private" in struct apr_xml_elem.Jeff Trawick2001-05-162-10/+10
* Do not start piped log processes during the config fileBill Stoddard2001-05-161-0/+12
* clean up DSO builds on OS/390 a bit by ignoring some generated filesJeff Trawick2001-05-157-0/+7
* 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 typosMartin Kraemer2001-05-141-2/+2
* Fix httpd's definition of LTFLAGS to be consistent with that of aprRoy T. Fielding2001-05-126-6/+6
* Do not send apr_file_t allocated out of the pconf pool down theBill Stoddard2001-05-111-2/+10
* Allows Mod_proxy to be dynamically loaded on win32 systemsIan Holsman2001-05-119-74/+383
* Add the AP_DECLARE()/AP_CORE_DECLARE macros on the return types ofChuck Murcko2001-05-112-2/+2
* Eventually we will want to only find openssl once regardless of howRoy T. Fielding2001-05-101-99/+1
* Be more strict when --with-tls was given without a DIR value.Martin Kraemer2001-05-081-0/+3
* Try to auto-detect the location of the OpenSSL stuff. The old logic wasMartin Kraemer2001-05-081-27/+29
* When no specific location of openssl is given, we need to check theRoy T. Fielding2001-05-081-5/+6
* Shut the compiler up.Victor J. Orlikowski2001-05-071-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
* Get mod_cern_meta to work on Windows. The problem was in theBill Stoddard2001-05-071-4/+5
* fix the type of a parameter to ap_get_brigade()Jeff Trawick2001-05-071-1/+1
* Crikey.Chuck Murcko2001-05-073-3/+3
* Back out the recent change to ap_get_brigade, to make it use indirectionRyan Bloom2001-05-068-20/+29
* Something got deleted from the module structure.Ben Laurie2001-05-061-1/+2
* Add a demo input filter.Ben Laurie2001-05-062-0/+132
* Track Greg's change to byte count for input filtersChuck Murcko2001-05-063-3/+3
* Fix todo listRalf S. Engelschall2001-05-051-2/+2
* Port ssl_util.c stuff to APR.Ralf S. Engelschall2001-05-055-115/+75