--------------------- PatchSet 3682 Date: 2006/09/03 18:47:59 Author: serassio Branch: nt Tag: (none) Log: Source cleanup Members: src/Makefile.am:1.26.2.88->1.26.2.89 src/cf.data.pre:1.18.2.79->1.18.2.80 src/DiskIO/DiskThreads/async_io.cc:1.1.2.3->1.1.2.4 src/auth/digest/auth_digest.cc:1.6.2.27->1.6.2.28 Index: squid3/src/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/Makefile.am,v retrieving revision 1.26.2.88 retrieving revision 1.26.2.89 diff -u -r1.26.2.88 -r1.26.2.89 --- squid3/src/Makefile.am 3 Sep 2006 16:51:22 -0000 1.26.2.88 +++ squid3/src/Makefile.am 3 Sep 2006 18:47:59 -0000 1.26.2.89 @@ -1,7 +1,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.am,v 1.26.2.88 2006/09/03 16:51:22 serassio Exp $ +# $Id: Makefile.am,v 1.26.2.89 2006/09/03 18:47:59 serassio Exp $ # # Uncomment and customize the following to suit your needs: # @@ -260,9 +260,9 @@ dnsserver.cc \ dns_internal.cc \ htcp.cc \ + htcp.h \ ipc.cc \ ipc_win32.cc \ - htcp.h \ $(IDENT_ALL_SOURCE) \ $(ESI_ALL_SOURCE) \ ProfStats.cc \ Index: squid3/src/cf.data.pre =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/cf.data.pre,v retrieving revision 1.18.2.79 retrieving revision 1.18.2.80 diff -u -r1.18.2.79 -r1.18.2.80 --- squid3/src/cf.data.pre 25 Aug 2006 20:11:29 -0000 1.18.2.79 +++ squid3/src/cf.data.pre 3 Sep 2006 18:47:59 -0000 1.18.2.80 @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.18.2.79 2006/08/25 20:11:29 serassio Exp $ +# $Id: cf.data.pre,v 1.18.2.80 2006/09/03 18:47:59 serassio Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -4912,7 +4912,7 @@ processes, these sleep delays will add up and your Squid will not service requests for some amount of time until all the child processes have been started. - On Windows value less then 1000 (1 millisenconds) are + On Windows value less then 1000 (1 millisencond) are rounded to 1000. DOC_END Index: squid3/src/DiskIO/DiskThreads/async_io.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/DiskIO/DiskThreads/async_io.cc,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -u -r1.1.2.3 -r1.1.2.4 --- squid3/src/DiskIO/DiskThreads/async_io.cc 17 Jun 2006 16:51:47 -0000 1.1.2.3 +++ squid3/src/DiskIO/DiskThreads/async_io.cc 3 Sep 2006 18:47:59 -0000 1.1.2.4 @@ -1,6 +1,6 @@ /* - * $Id: async_io.cc,v 1.1.2.3 2006/06/17 16:51:47 serassio Exp $ + * $Id: async_io.cc,v 1.1.2.4 2006/09/03 18:47:59 serassio Exp $ * * DEBUG: section 32 Asynchronous Disk I/O * AUTHOR: Pete Bentley @@ -228,7 +228,6 @@ } /* aioTruncate */ #else - void aioUnlink(const char *path, AIOCB * callback, void *callback_data) { Index: squid3/src/auth/digest/auth_digest.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/auth/digest/auth_digest.cc,v retrieving revision 1.6.2.27 retrieving revision 1.6.2.28 diff -u -r1.6.2.27 -r1.6.2.28 --- squid3/src/auth/digest/auth_digest.cc 3 Sep 2006 18:05:25 -0000 1.6.2.27 +++ squid3/src/auth/digest/auth_digest.cc 3 Sep 2006 18:47:59 -0000 1.6.2.28 @@ -1,6 +1,6 @@ /* - * $Id: auth_digest.cc,v 1.6.2.27 2006/09/03 18:05:25 serassio Exp $ + * $Id: auth_digest.cc,v 1.6.2.28 2006/09/03 18:47:59 serassio Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Robert Collins @@ -48,7 +48,6 @@ #include "HttpRequest.h" #include "HttpReply.h" #include "wordlist.h" - /* TODO don't include this */ #include "digestScheme.h"