summaryrefslogtreecommitdiffstats
path: root/modules/proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response):Joe Orton2004-03-111-4/+4
* Allow make files to create a cc.opt compiler options file per NLM rather than...Bradley Nicholes2004-03-073-6/+6
* Add the include path to modules/ssl to resolve the include of mod_ssl.hBradley Nicholes2004-03-061-0/+1
* fix windows build: add path to mod_ssl.hAllan K. Edwards2004-03-011-3/+3
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-281-3/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-096-6/+6
* fix copyright dates according to the first check inAndré Malo2004-02-086-6/+6
* apply Apache License, Version 2.0André Malo2004-02-066-318/+60
* If the proxy was enabled, and UseCanonicalHostname was off,Martin Kraemer2004-01-131-4/+20
* * modules/proxy/proxy_http.c (ap_proxy_http_process_response): HandleJoe Orton2004-01-121-14/+10
* Cosmetic change (I dislike 'known-constant-minus-one' literal numbers):Martin Kraemer2004-01-121-1/+1
* mod_proxy hangs when both KeepAlive and ProxyErrorOverride are enabled,Bill Stoddard2004-01-091-1/+7
* update license to 2004.André Malo2004-01-016-6/+6
* mod_proxy with ProxyErrorOverride On in a reverse-proxy configuration attachesIan Holsman2003-12-161-1/+1
* Fix format string warnings from gcc on amd64:Joe Orton2003-12-121-1/+2
* Fix memory leak in handling of request bodies during reverseJeff Trawick2003-12-101-1/+2
* stop using apr_sockaddr_port_get() accessor function, as it willJeff Trawick2003-12-051-1/+1
* switch to new pollset apiJeff Trawick2003-11-231-45/+55
* Fold in the CAN-2003-0542 regex patch.Sander Striker2003-10-241-3/+7
* * proxy_http.c (ap_proxy_http_process_response): Send a validJoe Orton2003-10-221-7/+9
* Check to make sure that the file name is not NULL before passing it to theBradley Nicholes2003-10-011-2/+2
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-034-21/+21
* Forward port security patch for CAN-2003-0254 from 2.0.Sander Striker2003-07-091-0/+2
* Silence a compiler warning.Victor J. Orlikowski2003-04-161-1/+1
* Clarify an error messageGraham Leggett2003-04-151-1/+1
* Correct some indentingGraham Leggett2003-04-151-11/+11
* Fixed a segfault when multiple ProxyBlock directives were used.Graham Leggett2003-04-151-0/+2
* After discussions at length on dev@apr/httpd, it is determined thatWilliam A. Rowe Jr2003-03-114-40/+4
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-204-20/+20
* foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, whichWilliam A. Rowe Jr2003-02-184-8/+8
* Hook mod_proxy's fixup before mod_rewrite's fixup, so that byAndré Malo2003-02-181-1/+6
* *) Introduce debugging symbols for Win32 release builds, both .pdbWilliam A. Rowe Jr2003-02-074-24/+60
* Fix up load dependancies to avoid LoadModule orderingBradley Nicholes2003-02-063-0/+3
* finished that boring job:André Malo2003-02-036-6/+6
* Catch up with the changes to apr/build/win32ver.awk and name all loadableWilliam A. Rowe Jr2003-01-204-8/+8
* Rewrite how proxy sends its request to allow input bodies to morph the requestJustin Erenkrantz2002-12-091-52/+146
* 2.0 -> 2.1Wilfredo Sanchez2002-12-081-2/+2
* mod_proxy: Don't remove the Content-Length from responsesBrian Pane2002-12-051-5/+1
* When doing a GET of a proxied URL as a subrequest withinBrian Pane2002-11-081-0/+19
* Fix a segfault when the client closes the connection prematurely.Bill Stoddard2002-10-251-1/+1
* Adding the current version string to the link of each NLMBradley Nicholes2002-10-174-4/+4
* Updating the NLM descriptions in the NetWare make filesBradley Nicholes2002-10-164-4/+4
* Need to import the proxy_module symbolBradley Nicholes2002-10-143-0/+3
* Haven't heard any vetoes regarding this, so might as well fold itJim Jagielski2002-10-143-15/+82
* add some parens to quiet a gcc warning:Jeff Trawick2002-09-261-1/+1
* Make sure the contents of the WWW-Authenticate header isGraham Leggett2002-09-261-0/+12
* Check that r->filename is non-null before trying to useBrian Pane2002-09-081-1/+1
* make the output XHTMLIan Holsman2002-08-251-4/+4
* Add A warning when servers don't set their status lineIan Holsman2002-08-221-0/+7
* fix the case when a server doesn't send a response stringIan Holsman2002-08-211-1/+3