]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
22 years agoSummary: Make http_reply_access a non blocking check.
robertc [Wed, 5 Feb 2003 08:27:11 +0000 (08:27 +0000)] 
Summary: Make http_reply_access a non blocking check.
Keywords:

Make http_reply_access a non blocking check.

22 years agoSummary: Prevent segfaults when attempting NTLM and no connection data is avaiolable.
robertc [Wed, 5 Feb 2003 06:24:42 +0000 (06:24 +0000)] 
Summary: Prevent segfaults when attempting NTLM and no connection data is avaiolable.
Keywords:

Prevent segfaults when attempting NTLM and no connection data is avaiolable.

22 years agoSummary: Fix scoping of pid variable when checking for child processes.
robertc [Wed, 5 Feb 2003 05:25:16 +0000 (05:25 +0000)] 
Summary: Fix scoping of pid variable when checking for child processes.
Keywords:

Fix scoping of pid variable when checking for child processes.

22 years agoSummary: Refactor Guidos store creation change.
robertc [Wed, 5 Feb 2003 05:09:03 +0000 (05:09 +0000)] 
Summary: Refactor Guidos store creation change.
Keywords:

Refactor Guidos store creation change to make the behaviour easier to read,
and easier to adapt for other OS's (i.e. OS/2).

22 years agoSummary: Guido's 4th set of windows patches.
robertc [Wed, 5 Feb 2003 04:57:15 +0000 (04:57 +0000)] 
Summary: Guido's 4th set of windows patches.
Keywords:

Hi,

This is the 4th of some splitted native Windows patches grouped by
functionality.

Native Windows port enhancements:

- Added native Windows support to cachemgr.cc
- Added native Windows support to dnsserver.cc
- On Windows, fork() is not available, so we need to use a workaround in
store_dir.cc for create store directories sequentially

Regards

Guido

22 years agoSummary: More patches from Guido for windows.
robertc [Tue, 4 Feb 2003 04:33:14 +0000 (04:33 +0000)] 
Summary: More patches from Guido for windows.
Keywords:

Hi,

This is the 3th of some splitted native Windows patches grouped by
functionality.

Native Windows port enhancements:

- Another fix for profiling support
- Added correct timezone handling
- Fixed rotate problem
- Added native Windows support to client.cc

22 years agoSummary: More windows code from Guido Serassio.
robertc [Mon, 3 Feb 2003 05:04:13 +0000 (05:04 +0000)] 
Summary: More windows code from Guido Serassio.
Keywords:

Hi,

This is the second of some splitted native Windows patches grouped by
functionality.

This patch add the native Windows support for profiling and fix some C++/C
include files problems.

Regards

Guido

22 years agoSummary: Adjust http range test case for aclCheck_t rename.
robertc [Mon, 3 Feb 2003 04:25:05 +0000 (04:25 +0000)] 
Summary: Adjust http range test case for aclCheck_t rename.
Keywords:

Adjust http range test case for aclCheck_t rename.

22 years agoSummary: Ensure that optional authscheme methods are NULL'd if realloc returns non...
robertc [Sun, 2 Feb 2003 20:35:53 +0000 (20:35 +0000)] 
Summary: Ensure that optional authscheme methods are NULL'd if realloc returns non-zero'd memory.
Keywords:

Ensure that optional authscheme methods are NULL'd if realloc returns non-zero'd memory.

22 years agohmm, forgot to move String.h in CVS initially.
robertc [Sun, 2 Feb 2003 20:31:06 +0000 (20:31 +0000)] 
hmm, forgot to move String.h in CVS initially.

22 years agoSummary: Windows FD support from Guido.
robertc [Sun, 2 Feb 2003 20:27:43 +0000 (20:27 +0000)] 
Summary: Windows FD support from Guido.
Keywords:

Hi,

This is the first of some splitted native Windows patches grouped by
functionality.

This patch add the native Windows support for the correct file and socket
FD handling methods.

Regards

Guido

22 years agoSummary: String.h collided with system string.h on case-insensitive file systems.
robertc [Sun, 2 Feb 2003 20:12:36 +0000 (20:12 +0000)] 
Summary: String.h collided with system string.h on case-insensitive file systems.
Keywords:

String.h collided with system string.h on case-insensitive file systems.

22 years agobootstrapped
robertc [Sun, 2 Feb 2003 20:00:26 +0000 (20:00 +0000)] 
bootstrapped

22 years agoSummary: Miscellaneous fixes from Guido.
robertc [Sun, 2 Feb 2003 19:55:23 +0000 (19:55 +0000)] 
Summary: Miscellaneous fixes from Guido.
Keywords:

Missing fde.h include in comm_select.cc
Prevent make from trying to build diskd even if not configured

22 years agoSummary: Fix typo in debug statements.
robertc [Sun, 2 Feb 2003 19:06:32 +0000 (19:06 +0000)] 
Summary: Fix typo in debug statements.
Keywords:

Fix typo in debug statements.

22 years agoBootstrapped
hno [Sun, 2 Feb 2003 08:11:08 +0000 (08:11 +0000)] 
Bootstrapped

22 years agoCosmetic fix of configure message on --enable-hostname-checks
hno [Sat, 1 Feb 2003 20:42:13 +0000 (20:42 +0000)] 
Cosmetic fix of configure message on --enable-hostname-checks

22 years agoBug #507: Crash after ftpDataWriteCallback
hno [Sat, 1 Feb 2003 20:38:44 +0000 (20:38 +0000)] 
Bug #507: Crash after ftpDataWriteCallback

A cbdata fence error when aborting FTP requests caused Squid to segfault
if a FTP PUT request was aborted while Squid was actively sending data
to the FTP server.

It is possible this fence error could also be triggered by other abort
conditions in FTP such as timeouts etc, producing slightly different symptoms.

22 years agodate: 2003/01/31 05:12:53; author: wessels; state: Exp; lines: +2 -0
hno [Sat, 1 Feb 2003 20:36:47 +0000 (20:36 +0000)] 
date: 2003/01/31 05:12:53;  author: wessels;  state: Exp;  lines: +2 -0
store_check_cachable_hist.no.non_get is only incremented if
CACHE_ALL_METHODS is defined (which never is).  Rather than always
print 0 for non_get in store_check_cachable_stats, let's also
wrap that output in #if CACHE_ALL_METHODS.

22 years agoDelay unlinking of the pid file to after where the services of Squid have
hno [Sat, 1 Feb 2003 20:36:09 +0000 (20:36 +0000)] 
Delay unlinking of the pid file to after where the services of Squid have
shut down and the swap has been flushed.

This allows scripts to use "squid -k check" to determine if/when Squid has
shut down.

In the long run we should probably extend "squid -k shutdown" with such
check to ensure clean shutdowns.

22 years agoAdded one more note that http_reply_max_size is in bytes, not kilobytes.
hno [Sat, 1 Feb 2003 20:35:17 +0000 (20:35 +0000)] 
Added one more note that http_reply_max_size is in bytes, not kilobytes.

22 years agodate: 2003/01/27 17:18:36; author: wessels; state: Exp; lines: +4 -0
hno [Wed, 29 Jan 2003 10:45:20 +0000 (10:45 +0000)] 
date: 2003/01/27 17:18:36;  author: wessels;  state: Exp;  lines: +4 -0
increment statCounter.select_time in comm_select(), as we do for
comm_poll().  This requires an otherwise unnecssary call to
getCurrentTime().

22 years agoSummary: Squid generated IMS replies must not send IMS to the client
robertc [Tue, 28 Jan 2003 17:01:19 +0000 (17:01 +0000)] 
Summary: Squid generated IMS replies must not send IMS to the client
Keywords:

Squid generated IMS replies must not send IMS to the client

22 years agoSummary: Fix delay pools from aclCheck_t fix. Some code cleanps.
robertc [Tue, 28 Jan 2003 13:18:12 +0000 (13:18 +0000)] 
Summary: Fix delay pools from aclCheck_t fix. Some code cleanps.
Keywords:

Objectify ClientRequestContext.
Delay pools needs ACLChecklist.h.

22 years agobootstrapped
robertc [Tue, 28 Jan 2003 08:31:50 +0000 (08:31 +0000)] 
bootstrapped

22 years agoSummary: Make aclCheck_t a class (ACLChecklist), and hopefully fix bug 516.
robertc [Tue, 28 Jan 2003 08:29:32 +0000 (08:29 +0000)] 
Summary: Make aclCheck_t a class (ACLChecklist), and hopefully fix bug 516.
Keywords:

Extract aclCheck_t from structs.h to ACLChecklist.h, and
rename to ACLChecklist.
Add ACLChecklist to the SQUID_sources to have it distributed.
Remove aclCheck_t as a global cbdata, instead use per class
cbdata.
Create constructor and destructors for ACLChecklist.
Remove all aclCheck_t memset's.
Make aclCheckCallback into ACLChecklist::checkCallback.
In clientCheckNoCache, cbdatareference the context before handing off to
aclNBCheck.
In clientCheckNoCacheDone, check that http is still valid before using it.

22 years agoSummary: Fix high optimisation with err_type enum subtraction.
robertc [Tue, 28 Jan 2003 05:33:25 +0000 (05:33 +0000)] 
Summary: Fix high optimisation with err_type enum subtraction.
Keywords:

Migrated errorpage.cc to use Vector instead of Stack.
Added an operator - (errtype, errtype) to support correct
subtraction at high optimisations.

22 years agobootstrapped
robertc [Mon, 27 Jan 2003 16:51:30 +0000 (16:51 +0000)] 
bootstrapped

22 years agoSummary: Fix make distcheck.
robertc [Mon, 27 Jan 2003 16:49:08 +0000 (16:49 +0000)] 
Summary: Fix make distcheck.
Keywords:

Include src/fs/diskd/dio.h in sources.
Make all fs modules in the fs makefile.
Remove fs/*/Makefile.am / fs/*/Makefile.in

22 years agodate: 2003/01/27 03:29:37; author: wessels; state: Exp; lines: +1 -0
hno [Mon, 27 Jan 2003 15:36:22 +0000 (15:36 +0000)] 
date: 2003/01/27 03:29:37;  author: wessels;  state: Exp;  lines: +1 -0
was missing CD_SIBLING_HIT case when we should have been
incrementing statCounter.cd.times_used.

22 years agodate: 2003/01/27 05:00:06; author: wessels; state: Exp; lines: +2 -0
hno [Mon, 27 Jan 2003 15:35:47 +0000 (15:35 +0000)] 
date: 2003/01/27 05:00:06;  author: wessels;  state: Exp;  lines: +2 -0
Add the 'select_fds_hist' object to the cachemgr 'histogram' output.

22 years agobootstrapped
robertc [Mon, 27 Jan 2003 15:30:46 +0000 (15:30 +0000)] 
bootstrapped

22 years agoSummary: Distribute all source files.
robertc [Mon, 27 Jan 2003 15:28:29 +0000 (15:28 +0000)] 
Summary: Distribute all source files.
Keywords:

Add HttpHdrContRange.h,  HttpHeaderRange.h, HttpReply.h,
Mem.h and HttpRequest.h to the sources list.

22 years agodate: 2003/01/21 00:04:10; author: wessels; state: Exp; lines: +0 -1
hno [Mon, 27 Jan 2003 15:08:51 +0000 (15:08 +0000)] 
date: 2003/01/21 00:04:10;  author: wessels;  state: Exp;  lines: +0 -1
peer_select_alg_t type is not really used anywhere.  No code sets
clientHttpRequest->HierarchyLogEntry->alg and the switch statement
in clientUpdateCounters() does nothing.  This patch removes
peer_select_alg_t and HierarchyLogEntry->alg, and changes the switch
statement to use HierarchyLogEntry->code instead.

22 years agoBugzilla 506: log_mime_hdrs output garbage on overly long request headers
hno [Mon, 27 Jan 2003 15:08:04 +0000 (15:08 +0000)] 
Bugzilla 506: log_mime_hdrs output garbage on overly long request headers

22 years agodate: 2003/01/21 00:47:51; author: wessels; state: Exp; lines: +2 -1
hno [Mon, 27 Jan 2003 15:06:57 +0000 (15:06 +0000)] 
date: 2003/01/21 00:47:51;  author: wessels;  state: Exp;  lines: +2 -1
in clientUpdateHierCounters() CLOSEST_PARENT_MISS and FIRST_PARENT_MISS
are actually ICP-related codes.
date: 2003/01/27 03:29:37;  author: wessels;  state: Exp;  lines: +1 -0
was missing CD_SIBLING_HIT case when we should have been
incrementing statCounter.cd.times_used.

22 years agoTypecast sbrk pointer arithmetics into (int) when printing as KB.
hno [Mon, 27 Jan 2003 15:04:01 +0000 (15:04 +0000)] 
Typecast sbrk pointer arithmetics into (int) when printing as KB.

22 years agoSummary: Make operator new and delete STL compatible.
robertc [Mon, 27 Jan 2003 06:23:22 +0000 (06:23 +0000)] 
Summary: Make operator new and delete STL compatible.
Keywords:

Operator new and delete need the same signature as the STL uses
for safe interoperation with any STL headers.

22 years agoAnother missing file in make dist
robertc [Sun, 26 Jan 2003 17:46:24 +0000 (17:46 +0000)] 
Another missing file in make dist

22 years agoadd stmem.h to distributed files
robertc [Sun, 26 Jan 2003 04:16:42 +0000 (04:16 +0000)] 
add stmem.h to distributed files

22 years agoSummary: Fix OpenSSL
robertc [Fri, 24 Jan 2003 16:07:19 +0000 (16:07 +0000)] 
Summary: Fix OpenSSL
Keywords:

Fix OpenSSL builds.

22 years agoSummary: Bugfixes for store rebuilding and diskd linking
robertc [Fri, 24 Jan 2003 03:59:10 +0000 (03:59 +0000)] 
Summary: Bugfixes for store rebuilding and diskd linking
Keywords:

diskd wouldn't link if virtual methods were called from
RebuildState::*. Splitting out the diomsg struct needed by
diskd solves this.
Store rebuilding occasionally calls methods on foreign swapdirs,
we must use the swapdir for that store entry, not our own.

22 years agoVector - use typename for C++
robertc [Thu, 23 Jan 2003 18:51:33 +0000 (18:51 +0000)] 
Vector - use typename for C++

22 years agosbrk void to char * fix, and client_side_request header tweak
robertc [Thu, 23 Jan 2003 07:59:44 +0000 (07:59 +0000)] 
sbrk void to char * fix, and client_side_request header tweak

22 years agobootstrapped
robertc [Thu, 23 Jan 2003 07:41:14 +0000 (07:41 +0000)] 
bootstrapped

22 years agoImport of fix-ranges branch
robertc [Thu, 23 Jan 2003 07:34:50 +0000 (07:34 +0000)] 
Import of fix-ranges branch

22 years agoadd range header, Range objects represent [start,end)
robertc [Wed, 22 Jan 2003 18:05:49 +0000 (18:05 +0000)] 
add range header, Range objects represent [start,end)

22 years agobootstrap
robertc [Wed, 22 Jan 2003 17:08:19 +0000 (17:08 +0000)] 
bootstrap

22 years agoConvert Stack to template based code, to allow typesafe composing on Vectors
robertc [Wed, 22 Jan 2003 17:05:41 +0000 (17:05 +0000)] 
Convert Stack to template based code, to allow typesafe composing on Vectors

22 years agoCleanup of last nights changes for dots in hostnames. Now double dots are
hno [Sat, 18 Jan 2003 22:00:39 +0000 (22:00 +0000)] 
Cleanup of last nights changes for dots in hostnames. Now double dots are
rejected rather than cleaned up, and leading dots is also rejected to produce
a conforming experience on all types of DNS resolvers.

Trailing dots is normalized as before, but after append_domain to allow
override of append_domain for top level domains (http://dk./)

22 years agobootstrapped
robertc [Sat, 18 Jan 2003 21:09:08 +0000 (21:09 +0000)] 
bootstrapped

22 years agotemplatify arrays
robertc [Sat, 18 Jan 2003 21:06:32 +0000 (21:06 +0000)] 
templatify arrays

22 years agoMake Array a C++ library object
robertc [Sat, 18 Jan 2003 11:50:39 +0000 (11:50 +0000)] 
Make Array a C++ library object

22 years agoChange --disable-hostname-checks to --enable-hostname-checks, default
hno [Sat, 18 Jan 2003 09:30:05 +0000 (09:30 +0000)] 
Change --disable-hostname-checks to --enable-hostname-checks, default
to not verify hostname sanity.

22 years ago--disable-hostname-checks configure option
hno [Sat, 18 Jan 2003 09:27:14 +0000 (09:27 +0000)] 
--disable-hostname-checks configure option

also removed the dot magics. These are more evil than helpful and breaks
semantic transparency in certain configurations.

22 years agodate: 2003/01/10 17:52:53; author: wessels; state: Exp; lines: +1 -0
hno [Sat, 18 Jan 2003 09:10:37 +0000 (09:10 +0000)] 
date: 2003/01/10 17:52:53;  author: wessels;  state: Exp;  lines: +1 -0
added reporting of "Process Data Segment Size via sbrk()" when
sbrk() call exists.  According to the sbrk() man page, calling
sbrk(0) returns the end of the data segment.  By storing the data
segment offset when Squid starts, we can report the size of the
data segment at any time.  This might be a better metric than
getrusage()'s MAX RSS, which, in my experience, is often less than
the process size reported by 'ps' (presumably because some of the
processes memory is swapped to disk).  However, initial tests show that
the sbrk() trick reports a value slightly smaller than reported by
'ps'.

date: 2003/01/17 05:21:49;  author: wessels;  state: Exp;  lines: +1 -1
failure_ratio is a ratio, not a percentage.  Removed %% from printf.

22 years agodate: 2003/01/16 04:36:38; author: wessels; state: Exp; lines: +2 -1
hno [Sat, 18 Jan 2003 09:08:59 +0000 (09:08 +0000)] 
date: 2003/01/16 04:36:38;  author: wessels;  state: Exp;  lines: +2 -1
offline_toggle was not listed under cachemgr_passwd

22 years agoTODO for 3.0 should refer to 3.0
robertc [Sat, 18 Jan 2003 07:34:58 +0000 (07:34 +0000)] 
TODO for 3.0 should refer to 3.0

22 years agoGuido's fixes
robertc [Fri, 17 Jan 2003 15:21:51 +0000 (15:21 +0000)] 
Guido's fixes

22 years agomake StoreEntry the type for _StoreEntry throughout
robertc [Fri, 17 Jan 2003 12:49:34 +0000 (12:49 +0000)] 
make StoreEntry the type for _StoreEntry throughout

22 years agobootstrapped
robertc [Fri, 17 Jan 2003 12:39:14 +0000 (12:39 +0000)] 
bootstrapped

22 years agocreate a math function specific file int.cc
robertc [Fri, 17 Jan 2003 12:37:24 +0000 (12:37 +0000)] 
create a math function specific file int.cc

22 years agoboostrapped
robertc [Fri, 17 Jan 2003 12:18:27 +0000 (12:18 +0000)] 
boostrapped

22 years agogive Debug a class
robertc [Fri, 17 Jan 2003 12:14:29 +0000 (12:14 +0000)] 
give Debug a class

22 years agomake new,new[],delete,delete[]
robertc [Fri, 17 Jan 2003 11:53:35 +0000 (11:53 +0000)] 
make new,new[],delete,delete[]

22 years agoMemPool uses Array's, not Stacks
robertc [Fri, 17 Jan 2003 11:16:18 +0000 (11:16 +0000)] 
MemPool uses Array's, not Stacks

22 years agobootstrapped
robertc [Fri, 17 Jan 2003 10:58:49 +0000 (10:58 +0000)] 
bootstrapped

22 years agowhitespace removal
robertc [Fri, 17 Jan 2003 10:53:46 +0000 (10:53 +0000)] 
whitespace removal

22 years agobootstrap
robertc [Thu, 9 Jan 2003 19:46:27 +0000 (19:46 +0000)] 
bootstrap

22 years agoadd inline logic magic
robertc [Thu, 9 Jan 2003 19:39:22 +0000 (19:39 +0000)] 
add inline logic magic

22 years agoextract async completion notification
robertc [Thu, 9 Jan 2003 19:27:14 +0000 (19:27 +0000)] 
extract async completion notification

22 years agofix typo
robertc [Thu, 9 Jan 2003 19:24:22 +0000 (19:24 +0000)] 
fix typo

22 years agoBugzilla #395: Stale cached data miss in offline mode
hno [Thu, 9 Jan 2003 18:50:35 +0000 (18:50 +0000)] 
Bugzilla #395: Stale cached data miss in offline mode

22 years agoFrom Squid-2.5: Bugzilla #465: Instability if there is requests while
hno [Thu, 9 Jan 2003 18:49:35 +0000 (18:49 +0000)] 
From Squid-2.5: Bugzilla #465: Instability if there is requests while
Squid rebuilds the cache index.

22 years agoBugzilla 493: chroot_dir messes up all path checks.. this patch makes
hno [Thu, 9 Jan 2003 18:49:04 +0000 (18:49 +0000)] 
Bugzilla 493: chroot_dir messes up all path checks.. this patch makes
life easier by assuming all paths are within the chroot directory..

22 years agoFilter the pipe usage to not unneededly trigger a comm_poll/select
hno [Thu, 9 Jan 2003 18:45:49 +0000 (18:45 +0000)] 
Filter the pipe usage to not unneededly trigger a comm_poll/select
wakeup when there has been I/O already dealt with in this iteration.
(corrected version)

22 years agorevision 1.49
hno [Thu, 9 Jan 2003 18:44:05 +0000 (18:44 +0000)] 
revision 1.49
date: 2003/01/08 20:55:46;  author: wessels;  state: Exp;  lines: +12 -7
Some nitpicks and cleanup relating to cache manager helper stats and
user authentication:
- debugging statement in helperStatefulDefer() reported wrong function name
- formatted some comments for 80 columns
- added "program name" to helpeStats() output
- fixed formatting for helperStatefulStats() so columns line up again
- added authentication type (basic/digest/ntml) to cachemgr menu description
- ran gindent

22 years agodate: 2003/01/08 20:55:46; author: wessels; state: Exp; lines: +12 -7
hno [Thu, 9 Jan 2003 18:41:40 +0000 (18:41 +0000)] 
date: 2003/01/08 20:55:46;  author: wessels;  state: Exp;  lines: +12 -7
Some nitpicks and cleanup relating to cache manager helper stats and
user authentication:
- debugging statement in helperStatefulDefer() reported wrong function name
- formatted some comments for 80 columns
- added "program name" to helpeStats() output
- fixed formatting for helperStatefulStats() so columns line up again
- added authentication type (basic/digest/ntml) to cachemgr menu description
- ran gindent

22 years agodate: 2003/01/07 20:46:12; author: wessels; state: Exp; lines: +2 -1
hno [Thu, 9 Jan 2003 18:40:40 +0000 (18:40 +0000)] 
date: 2003/01/07 20:46:12;  author: wessels;  state: Exp;  lines: +2 -1
alan mccaig <alanmccaig@yahoo.co.uk> discovered a buffer overrun in
'squidclient'.  The simple fix is to use strncpy() instead of strcpy()
and make sure the URL buffer is always terminated.

22 years agodate: 2003/01/06 20:52:13; author: wessels; state: Exp; lines: +2 -2
hno [Thu, 9 Jan 2003 18:39:53 +0000 (18:39 +0000)] 
date: 2003/01/06 20:52:13;  author: wessels;  state: Exp;  lines: +2 -2
Squid binary is now in ${exec_prefix}/sbin

22 years agoIndent
hno [Thu, 9 Jan 2003 18:38:59 +0000 (18:38 +0000)] 
Indent

22 years agoBug 448.
robertc [Thu, 9 Jan 2003 14:55:13 +0000 (14:55 +0000)] 
Bug 448.

22 years agoUpdated squid_ldap_group to v2.9
hno [Sat, 4 Jan 2003 08:31:08 +0000 (08:31 +0000)] 
Updated squid_ldap_group to v2.9

  - fix escape/string termination problem in user search mode
  - increase portability to older LDAPv2 libraries

22 years agoChange async-io to use a pipe to signal I/O completetion instead of
hno [Sat, 4 Jan 2003 08:28:13 +0000 (08:28 +0000)] 
Change async-io to use a pipe to signal I/O completetion instead of
relying on rapid polling.

The actual completetion events are still polled. Only the notification
that there is completed events is done via the pipe to have select/poll
react in a timely fashion.

22 years agodate: 2003/01/02 22:59:37; author: wessels; state: Exp; lines: +0 -8
hno [Sat, 4 Jan 2003 08:13:56 +0000 (08:13 +0000)] 
date: 2003/01/02 22:59:37;  author: wessels;  state: Exp;  lines: +0 -8
removing unused functions icmpPing() and netdbHostPeerRtt()

22 years agodate: 2003/01/02 23:24:22; author: wessels; state: Exp; lines: +3 -1
hno [Sat, 4 Jan 2003 08:12:49 +0000 (08:12 +0000)] 
date: 2003/01/02 23:24:22;  author: wessels;  state: Exp;  lines: +3 -1
add more debugging on "htcpHandle: sz != htcpHdr.length" error
(sizes, host, port)

22 years agosimplify loop_delay use
robertc [Thu, 2 Jan 2003 15:44:17 +0000 (15:44 +0000)] 
simplify loop_delay use

22 years agobootstrapped
robertc [Wed, 1 Jan 2003 17:51:28 +0000 (17:51 +0000)] 
bootstrapped

22 years agofix version string
robertc [Wed, 1 Jan 2003 17:48:23 +0000 (17:48 +0000)] 
fix version string

22 years agofix minor scope error
robertc [Fri, 27 Dec 2002 19:37:52 +0000 (19:37 +0000)] 
fix minor scope error

22 years agobootstrap
robertc [Fri, 27 Dec 2002 17:30:13 +0000 (17:30 +0000)] 
bootstrap

22 years agoapply unify io patch to simplify IO code for diskd/aufs/ufs
robertc [Fri, 27 Dec 2002 17:26:32 +0000 (17:26 +0000)] 
apply unify io patch to simplify IO code for diskd/aufs/ufs

22 years agoBootstrapped
hno [Mon, 23 Dec 2002 08:12:55 +0000 (08:12 +0000)] 
Bootstrapped

22 years agoRemoved stale reference to Squid-1.1 release notes
hno [Sun, 22 Dec 2002 20:55:31 +0000 (20:55 +0000)] 
Removed stale reference to Squid-1.1 release notes

22 years agoThe ldap_group helper needs XTRA_LIBS to compile on Solaris and some
hno [Sun, 22 Dec 2002 20:54:50 +0000 (20:54 +0000)] 
The ldap_group helper needs XTRA_LIBS to compile on Solaris and some
other platforms.

22 years agofix unguarded http->conn reference
robertc [Fri, 20 Dec 2002 12:47:22 +0000 (12:47 +0000)] 
fix unguarded http->conn reference

22 years agoFix POSTS
robertc [Thu, 19 Dec 2002 16:57:09 +0000 (16:57 +0000)] 
Fix POSTS

22 years agodocument RefCount behaviour
robertc [Tue, 17 Dec 2002 02:53:06 +0000 (02:53 +0000)] 
document RefCount behaviour

22 years agobootstrap
robertc [Sun, 15 Dec 2002 16:04:57 +0000 (16:04 +0000)] 
bootstrap

22 years agoallow c++ syntax in global variables
robertc [Sun, 15 Dec 2002 16:00:42 +0000 (16:00 +0000)] 
allow c++ syntax in global variables