Index: CONTRIBUTORS =================================================================== RCS file: /surf1/CVS/squid/CONTRIBUTORS,v retrieving revision 1.6 retrieving revision 1.7 diff -w -c -r1.6 -r1.7 *** CONTRIBUTORS 1996/08/19 23:09:42 1.6 --- CONTRIBUTORS 1996/08/21 05:56:15 1.7 *************** *** 28,33 **** --- 28,34 ---- Tony Lorimer Igor Vinokurov Russell Street + Cord Beermann Development of this caching software is funded by the National Science Index: ChangeLog =================================================================== RCS file: /surf1/CVS/squid/ChangeLog,v retrieving revision 1.57 retrieving revision 1.59 diff -w -c -r1.57 -r1.59 *** ChangeLog 1996/08/19 23:08:54 1.57 --- ChangeLog 1996/08/21 05:59:25 1.59 *************** *** 1,3 **** --- 1,12 ---- + Changes to squid-1.1.alpha11: + + - Fixed sscanf() bug in storeDirClean() + - Fixed coredump in squid_error_entry() on Config.errHtmlText. + - Added redirector stats entry to cachemgr.cgi. + - Call ipcache_purgelru() during an idle timeout. + - Changed fqdnFromAddr() to copy inet_ntoa() result into a + static buffer. + Changes to squid-1.1.alpha10: - Fixed directory increment bug in storeDirClean(). Index: src/cache_cf.c =================================================================== RCS file: /surf1/CVS/squid/src/cache_cf.c,v retrieving revision 1.68 retrieving revision 1.69 diff -w -c -r1.68 -r1.69 *** cache_cf.c 1996/08/19 22:44:50 1.68 --- cache_cf.c 1996/08/20 15:43:41 1.69 *************** *** 1,5 **** /* ! * $Id: cache_cf.c,v 1.68 1996/08/19 22:44:50 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived --- 1,5 ---- /* ! * $Id: cache_cf.c,v 1.69 1996/08/20 15:43:41 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived *************** *** 1440,1445 **** --- 1440,1447 ---- httpd_accel_mode = Config.Accel.prefix ? 1 : 0; sprintf(ForwardedBy, "Forwarded: by http://%s:%d/", getMyHostname(), Config.Port.http); + if (Config.errHtmlText == NULL) + Config.errHtmlText = xstrdup(""); #if !ALLOW_HOT_CACHE if (!httpd_accel_mode || Config.Accel.withProxy) { Index: src/cachemgr.c =================================================================== RCS file: /surf1/CVS/squid/src/cachemgr.c,v retrieving revision 1.13 retrieving revision 1.14 diff -w -c -r1.13 -r1.14 *** cachemgr.c 1996/07/25 07:10:29 1.13 --- cachemgr.c 1996/08/20 15:45:46 1.14 *************** *** 1,6 **** /* ! * $Id: cachemgr.c,v 1.13 1996/07/25 07:10:29 wessels Exp $ * * DEBUG: Section 0 CGI Cache Manager * AUTHOR: Harvest Derived --- 1,6 ---- /* ! * $Id: cachemgr.c,v 1.14 1996/08/20 15:45:46 wessels Exp $ * * DEBUG: Section 0 CGI Cache Manager * AUTHOR: Harvest Derived *************** *** 218,223 **** --- 218,224 ---- STATS_I, STATS_F, STATS_D, + STATS_R, STATS_O, STATS_VM, STATS_U, *************** *** 242,247 **** --- 243,249 ---- "stats/ipcache", "stats/fqdncache", "stats/dns", + "stats/redirector", "stats/objects", "stats/vm_objects", "stats/utilization", *************** *** 322,327 **** --- 324,330 ---- printf("