cvs commit: apachen/src/modules/proxy proxy_cache.c

1998-01-24 Thread dgaudet
dgaudet 98/01/24 12:43:44 Modified:src/modules/proxy proxy_cache.c Log: When deleting a value from a table, use table_unset() not table_set(key,NULL). The proxy has all of its own table manipulation routines... like it has struct hdr_entry, and proxy_get_header() and all this

cvs commit: apachen/src/modules/proxy proxy_cache.c

1997-11-16 Thread marc
marc97/11/15 21:55:11 Modified:src/modules/proxy proxy_cache.c Log: Fix warning caused by conflicting declarations of help_proxy_garbage_coll. Revision ChangesPath 1.31 +1 -1 apachen/src/modules/proxy/proxy_cache.c Index: proxy_cache.c

cvs commit: apachen/src/modules/proxy proxy_cache.c proxy_ftp.c proxy_http.c proxy_util.c

1997-09-17 Thread Dean Gaudet
dgaudet 97/09/17 17:20:25 Modified:src/modules/proxy proxy_cache.c proxy_ftp.c proxy_http.c proxy_util.c Log: mod_proxy uses char *p and pool *pool a whole bunch ... which is not exactly the style we use elsewhere in the code. Clean this up. I'm not