cvs commit: apache-1.3/src/modules/proxy proxy_cache.c

1999-06-10 Thread manoj
manoj 99/06/09 22:18:10 Modified:src/modules/proxy proxy_cache.c Log: Fix a seg fault when the proxy is enabled but CacheRoot isn't set. Revision ChangesPath 1.61 +3 -1 apache-1.3/src/modules/proxy/proxy_cache.c Index: proxy_cache.c

cvs commit: apache-1.3/src/modules/proxy proxy_cache.c

1999-06-02 Thread dgaudet
dgaudet 99/06/02 11:10:11 Modified:src/modules/proxy proxy_cache.c Log: missing ap_unblock_alarms Revision ChangesPath 1.60 +0 -1 apache-1.3/src/modules/proxy/proxy_cache.c Index: proxy_cache.c

cvs commit: apache-1.3/src/modules/proxy proxy_cache.c

1999-04-22 Thread rse
rse 99/04/22 07:27:52 Modified:src/modules/proxy proxy_cache.c Log: Ouch! With the recent commits to proxy_cache.c horrible bugs were introduced: First the variable filename was a global static variable and at the same time a local variable (``declaration of `filename'

cvs commit: apache-1.3/src/modules/proxy proxy_cache.c

1999-04-19 Thread martin
martin 99/04/19 05:30:47 Modified:src/modules/proxy proxy_cache.c Log: Not every ANSI compliant compiler supports auto-arrays of dynamic size. Use defensive approach and allocate filename using ap_palloc(). Revision ChangesPath 1.58 +2 -2

cvs commit: apache-1.3/src/modules/proxy proxy_cache.c

1999-04-08 Thread dirkx
dirkx 99/04/08 13:27:46 Modified:src/modules/proxy proxy_cache.c Log: Modified cache garbage control to first check if it actually should run, based on the time of last run, and to try to get a lock; prior to actually forking and doing the real cleanup. This effectively

cvs commit: apache-1.3/src/modules/proxy proxy_cache.c

1999-03-23 Thread martin
martin 99/03/23 06:48:10 Modified:src/modules/proxy proxy_cache.c Log: Fix compiler warning for old SINIX-D Revision ChangesPath 1.56 +1 -1 apache-1.3/src/modules/proxy/proxy_cache.c Index: proxy_cache.c

cvs commit: apache-1.3/src/modules/proxy proxy_cache.c

1998-07-28 Thread dgaudet
dgaudet 98/07/28 09:59:11 Modified:src CHANGES src/modules/proxy proxy_cache.c Log: fix a segfault in the proxy on OS/2 Submitted by: Brian Havard Revision ChangesPath 1.990 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/modules/proxy proxy_cache.c

1998-07-09 Thread rse
rse 98/07/09 02:52:22 Modified:src/modules/proxy proxy_cache.c Log: Add one more level of parenthesis because the (long) cast has to apply to the complete expression or GCC still complains with: proxy_cache.c:334: warning: long int format, different type arg (arg 6)

cvs commit: apache-1.3/src/modules/proxy proxy_cache.c

1998-06-09 Thread martin
martin 98/06/09 14:17:55 Modified:src/modules/proxy proxy_cache.c Log: Add casts for systems where sizeof(off_t) sizeof(long). Sorry, but I see no other portable way to do it :-( Submitted by: Ralf Engelschall [EMAIL PROTECTED] Revision ChangesPath 1.43 +3 -3

cvs commit: apache-1.3/src/modules/proxy proxy_cache.c

1998-02-13 Thread martin
martin 98/02/13 01:57:28 Modified:src/modules/proxy proxy_cache.c Log: Debug code referenced invalid structure tag Revision ChangesPath 1.34 +1 -1 apache-1.3/src/modules/proxy/proxy_cache.c Index: proxy_cache.c