| Commit message (Expand) | Author | Age | Files | Lines |
* | updates to changed interfaces to apr_set_port(), apr_get_port(), | Jeff Trawick | 2000-11-21 | 1 | -2/+3 |
* | ignore generated files .libs and *.la | Jeff Trawick | 2000-11-21 | 1 | -0/+2 |
* | Restore Ryan's original intent in ap_proxy_doconnect() return value check | Chuck Murcko | 2000-11-20 | 1 | -2/+1 |
* | Call apr_create_socket() instead of apr_create_tcp_socket() (deprecated). | Jeff Trawick | 2000-11-19 | 2 | -2/+2 |
* | Change apr_bind() to take apr_sockaddr_t. | Jeff Trawick | 2000-11-19 | 1 | -6/+13 |
* | Begin to remove some of the cache-ing logic from the http proxy. | Ryan Bloom | 2000-11-18 | 4 | -77/+12 |
* | More proxy fixes. There are still some bugs in this code, but this has | Ryan Bloom | 2000-11-18 | 2 | -9/+18 |
* | fix apr_getaddrinfo() call | Chuck Murcko | 2000-11-17 | 1 | -1/+1 |
* | APR: Change apr_connect() to take apr_sockaddr_t instead of hostname. | Jeff Trawick | 2000-11-17 | 1 | -15/+5 |
* | This removes all BUFF's from the HTTP proxy. This code is relatively | Ryan Bloom | 2000-11-17 | 3 | -114/+101 |
* | Make the proxy work with filters. We are still using BUFF for the | Ryan Bloom | 2000-11-16 | 4 | -28/+49 |
* | Remove BUFF from the CONNECT handler. This works as well as the rest | Ryan Bloom | 2000-11-15 | 1 | -6/+4 |
* | Get the proxy to look at requests that are being proxied again. In the | Ryan Bloom | 2000-11-14 | 1 | -2/+2 |
* | Changes for previous ap_proxy_doconnect() calling | Chuck Murcko | 2000-11-14 | 3 | -10/+12 |
* | Get the proxy working again. With this change in, I have successfully | Ryan Bloom | 2000-11-14 | 1 | -1/+1 |
* | Simplify ap_proxy_doconnect(); now returns apr_status_t | Chuck Murcko | 2000-11-14 | 2 | -14/+13 |
* | The whole proxy compiles cleanly now. Now we need to make it actually work | Ryan Bloom | 2000-11-11 | 4 | -17/+33 |
* | proxy_ftp and proxy_http both compile now. Not tested because the rest of | Ryan Bloom | 2000-11-11 | 4 | -18/+28 |
* | Make proxy_connect.c compile cleanly again. Not sure if it works or not, | Ryan Bloom | 2000-11-11 | 1 | -4/+5 |
* | Pick up buff.h for the moment, now to get the conn_rec changes from the last | Chuck Murcko | 2000-11-11 | 1 | -0/+1 |
* | Fix small thinko in void funcs | Chuck Murcko | 2000-11-11 | 1 | -2/+2 |
* | This is the 1.3.x current proxy into 2.0 - first stage | Chuck Murcko | 2000-11-11 | 3 | -602/+652 |
* | This is the 1.3.x current proxy into 2.0 - first stage | Chuck Murcko | 2000-11-11 | 1 | -583/+601 |
* | This is the 1.3.x current proxy code into 2.0. | Chuck Murcko | 2000-11-11 | 1 | -211/+207 |
* | This is 1.3.x current proxy folded into 2.0. | Chuck Murcko | 2000-11-11 | 1 | -13/+21 |
* | Not all platforms have INADDR_NONE defined by default. Apache used to | Ryan Bloom | 2000-11-11 | 1 | -1/+1 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | William A. Rowe Jr | 2000-10-16 | 2 | -2/+2 |
* | Regardless of reaction to a symbol rename -within- the sources, these | William A. Rowe Jr | 2000-10-11 | 1 | -2/+2 |
* | Finish the ApacheModuleBleck -> mod_bleck cleanup | William A. Rowe Jr | 2000-10-11 | 1 | -26/+26 |
* | Missed it, a rather messy canonical error example. | William A. Rowe Jr | 2000-10-08 | 1 | -6/+5 |
* | Remove all compiler warnings from the proxy code. There are no garauntees | Ryan Bloom | 2000-10-08 | 6 | -77/+99 |
* | Remove IOLs from Apache. They are no longer necessary, now that we have | Ryan Bloom | 2000-08-23 | 3 | -8/+5 |
* | proxy_cache.c was still in the ApacheModuleProxy project, although that | Ryan Bloom | 2000-08-18 | 1 | -4/+0 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | William A. Rowe Jr | 2000-08-06 | 5 | -47/+47 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 6 | -204/+204 |
* | Remove iol_socket.h. This file had one declaration, and it makes more | Ryan Bloom | 2000-07-29 | 3 | -3/+3 |
* | Add APR_EOL_STR for a platform specific text delimiter, provided by | William A. Rowe Jr | 2000-07-25 | 1 | -1/+1 |
* | Fix some bad ap_log_error() invocations. Comment on a bad | Jeff Trawick | 2000-07-18 | 1 | -5/+5 |
* | Combine some common code. Before this, all platforms implemented their | Ryan Bloom | 2000-06-30 | 3 | -5/+5 |
* | ignore some generated files in pcre and modules/proxy | Jeff Trawick | 2000-06-20 | 1 | -0/+2 |
* | fixups for remaining current warnings | Chuck Murcko | 2000-06-13 | 4 | -14/+10 |
* | OK, this builds and is autoconf safe about system headers, until it starts | Chuck Murcko | 2000-06-13 | 2 | -32/+51 |
* | Fix the configuration process. If no modules are specified in a given | Ryan Bloom | 2000-06-13 | 1 | -15/+0 |
* | Mod_proxy should not be a default module... yet. :-) | Ryan Bloom | 2000-06-13 | 1 | -1/+1 |
* | resolved conflicts (2) in PASV handling from original commit | Chuck Murcko | 2000-06-13 | 1 | -69/+0 |
* | New mod_proxy/mod_cache (file cache) for 2.0. This uses a caching API so | Chuck Murcko | 2000-06-12 | 8 | -2020/+1883 |
* | Remove all occurances of strerror from Apache. ap_strerror works just | Ryan Bloom | 2000-06-09 | 3 | -4/+10 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 1 | -2/+2 |
* | PR: | William A. Rowe Jr | 2000-05-28 | 2 | -2/+2 |
* |
| William A. Rowe Jr | 2000-05-27 | 2 | -2/+2 |