]>
git.ipfire.org Git - thirdparty/squid.git/log
wessels [Sun, 23 Nov 1997 13:52:36 +0000 (13:52 +0000)]
Making it so reconfigure doesn't require waiting for all current
connections to finish
wessels [Sun, 23 Nov 1997 13:51:45 +0000 (13:51 +0000)]
misc new functions
wessels [Sun, 23 Nov 1997 13:51:19 +0000 (13:51 +0000)]
Add 'R' tag for full HTTP request
wessels [Sun, 23 Nov 1997 13:50:26 +0000 (13:50 +0000)]
Move *ConnectionOpen() functionality to client_side.c and icp_v2.c.
trying to make it so HUP doesn't require closing all the connections
wessels [Sun, 23 Nov 1997 13:48:39 +0000 (13:48 +0000)]
When reconfiguring, don't free the cacheSwap data structs, we can only
change the size and the read/write flag.
wessels [Sun, 23 Nov 1997 13:47:18 +0000 (13:47 +0000)]
Make SNMP optional
wessels [Sun, 23 Nov 1997 13:46:04 +0000 (13:46 +0000)]
For ERR_INVALID_REQ print the full request instead of the URL which
probably isnt' even set
wessels [Sat, 22 Nov 1997 00:51:46 +0000 (00:51 +0000)]
add request headers to errorpage types
wessels [Sat, 22 Nov 1997 00:28:11 +0000 (00:28 +0000)]
From: Henrik Nordstrom <hno@hem.passagen.se>
Here is a small patch to make the generated squid.conf reflect the
configured paths for cache_dir and cache_access_log...
wessels [Fri, 21 Nov 1997 13:59:57 +0000 (13:59 +0000)]
cleanup, warn if Config.Snmp.agentInfo == NULL
wessels [Fri, 21 Nov 1997 13:45:35 +0000 (13:45 +0000)]
includes for getenv()
wessels [Fri, 21 Nov 1997 13:41:11 +0000 (13:41 +0000)]
Further SNMP cleanup...
wessels [Fri, 21 Nov 1997 12:59:31 +0000 (12:59 +0000)]
clean string_arrays.c too
wessels [Fri, 21 Nov 1997 12:55:51 +0000 (12:55 +0000)]
Continuing SNMP debugging.
- snmpHandleUdp needed to set 'outlen' before calling
snmp_agent_parse()!
wessels [Fri, 21 Nov 1997 12:17:42 +0000 (12:17 +0000)]
clean up snmp debug levels
wessels [Fri, 21 Nov 1997 12:13:24 +0000 (12:13 +0000)]
add newlines on debugs, etc
kostas [Fri, 21 Nov 1997 11:48:10 +0000 (11:48 +0000)]
adding
wessels [Fri, 21 Nov 1997 11:45:33 +0000 (11:45 +0000)]
more SNMP compiler cleanup, typedefs, etc
wessels [Fri, 21 Nov 1997 10:42:37 +0000 (10:42 +0000)]
get rid of some compiler warnings
wessels [Fri, 21 Nov 1997 09:45:48 +0000 (09:45 +0000)]
gindent
wessels [Fri, 21 Nov 1997 08:58:57 +0000 (08:58 +0000)]
gindent
kostas [Fri, 21 Nov 1997 07:51:43 +0000 (07:51 +0000)]
needed for snmp
wessels [Fri, 21 Nov 1997 07:47:54 +0000 (07:47 +0000)]
final snmp goop
kostas [Fri, 21 Nov 1997 07:40:34 +0000 (07:40 +0000)]
SNMP, cmu derived, heavily modified
kostas [Fri, 21 Nov 1997 07:34:06 +0000 (07:34 +0000)]
Include files for snmp support
kostas [Fri, 21 Nov 1997 07:30:32 +0000 (07:30 +0000)]
More initial support for snmp
wessels [Fri, 21 Nov 1997 07:29:31 +0000 (07:29 +0000)]
kostas initial snmp support
wessels [Fri, 21 Nov 1997 00:51:51 +0000 (00:51 +0000)]
perl compiler complains about []
wessels [Fri, 21 Nov 1997 00:48:37 +0000 (00:48 +0000)]
Changed how we account the keepalive ratio. We don't want to
increment keepalives_sent++ when we write the request, because
if we have a large number of requests outstanding, the ratio
will tend towards zero quickly and then we'll stop sending keepalives
on subsequent requests. So now we increment keeepalives_sent when
we get the reply.
wessels [Fri, 21 Nov 1997 00:47:12 +0000 (00:47 +0000)]
set FD description for the idle pconn
wessels [Fri, 21 Nov 1997 00:46:42 +0000 (00:46 +0000)]
add assertion
wessels [Thu, 20 Nov 1997 15:20:26 +0000 (15:20 +0000)]
adding
wessels [Thu, 20 Nov 1997 13:25:24 +0000 (13:25 +0000)]
Okumoto suggested changes. perl script to generate string arrays
from enums.
protoStart() can be static and should use a switch() instead of
if-else-else
wessels [Wed, 19 Nov 1997 13:17:31 +0000 (13:17 +0000)]
unused variable
wessels [Wed, 19 Nov 1997 13:16:57 +0000 (13:16 +0000)]
up debug level
wessels [Wed, 19 Nov 1997 13:16:33 +0000 (13:16 +0000)]
consolidate HTTP/x.x token parsing and remove level 1 debug()
wessels [Wed, 19 Nov 1997 03:38:35 +0000 (03:38 +0000)]
update
wessels [Wed, 19 Nov 1997 03:38:25 +0000 (03:38 +0000)]
don't need InvokeHandlers() call after ftpParseListing()
wessels [Tue, 18 Nov 1997 08:02:37 +0000 (08:02 +0000)]
Replaced gross EBIT_SET(..., DELAY_SENDING) and EBIT_CLR(..., DELAY_SENDING)
with storeBuffer() and storeBufferFlush().
wessels [Tue, 18 Nov 1997 07:48:46 +0000 (07:48 +0000)]
don't call storeCheckSwapOut() if DELAY_SENDING is set.
wessels [Tue, 18 Nov 1997 07:48:23 +0000 (07:48 +0000)]
We are prematurely calling storeComplete() on ftp listings!
wessels [Tue, 18 Nov 1997 07:47:59 +0000 (07:47 +0000)]
We're coredumping with wierd results on oceana. ->http_ver is set to
some wierd constant and the debugger prints 'Arithmetic error'.
Lets try atof() instead of sscanf().
wessels [Tue, 18 Nov 1997 05:11:24 +0000 (05:11 +0000)]
proxy auth user/passwd fix
wessels [Tue, 18 Nov 1997 05:11:09 +0000 (05:11 +0000)]
up loopdetect threshold to 10
wessels [Sat, 15 Nov 1997 13:36:33 +0000 (13:36 +0000)]
next big step on 5 minute averages
wessels [Sat, 15 Nov 1997 13:02:04 +0000 (13:02 +0000)]
rusage hacks if its not defined
tfSubDsec()
wessels [Sat, 15 Nov 1997 12:43:29 +0000 (12:43 +0000)]
add tvSubS~Dsec()
wessels [Sat, 15 Nov 1997 07:14:46 +0000 (07:14 +0000)]
New averaging counter stuff
wessels [Sat, 15 Nov 1997 03:00:39 +0000 (03:00 +0000)]
remove unused cruft
wessels [Sat, 15 Nov 1997 00:56:42 +0000 (00:56 +0000)]
update
wessels [Sat, 15 Nov 1997 00:22:09 +0000 (00:22 +0000)]
Fix storeClientCopy2() bug. We can't compare copy_offset to
inmem_hi because for inmem_hi == 0 for swapped out objects. Must
compare object_len instead!
wessels [Sat, 15 Nov 1997 00:21:15 +0000 (00:21 +0000)]
Use new ignoreErrno()
wessels [Sat, 15 Nov 1997 00:20:13 +0000 (00:20 +0000)]
In clientReadRequest(), moved reinstalling the read handler with
commSetSelect() to just after the read(). Due to another bug, there
was a problem in clientReadRequest that we called commSetSelect()
on a FD which had been closed.
wessels [Fri, 14 Nov 1997 23:05:48 +0000 (23:05 +0000)]
Fix 'EOF' bug in storeClientCopy2(). If the client copy offset equals
inmem_hi, and store_status == STORE_OK, then callback with zero size
to indicate EOF.
wessels [Fri, 14 Nov 1997 22:49:58 +0000 (22:49 +0000)]
remove HTTP version debug
wessels [Fri, 14 Nov 1997 12:16:23 +0000 (12:16 +0000)]
compiler
wessels [Fri, 14 Nov 1997 12:13:28 +0000 (12:13 +0000)]
EBIT bugfix. Was passing REQ_CACHABLE enum as a bitfield.
wessels [Fri, 14 Nov 1997 11:55:05 +0000 (11:55 +0000)]
David Luyer's fixes
- poll() for Linux
- SHA optimizations
- errno clashes
- storeDirCloseSwapLogs(); logs might not be open.
wessels [Fri, 14 Nov 1997 00:38:50 +0000 (00:38 +0000)]
update
wessels [Fri, 14 Nov 1997 00:38:14 +0000 (00:38 +0000)]
1.2.beta6
wessels [Thu, 13 Nov 1997 12:25:47 +0000 (12:25 +0000)]
preliminary AS number support
wessels [Thu, 13 Nov 1997 09:32:37 +0000 (09:32 +0000)]
typo
wessels [Thu, 13 Nov 1997 07:17:08 +0000 (07:17 +0000)]
Check failure ratio is broken because log_tags and err_type are now
independent. Need new idea.
wessels [Thu, 13 Nov 1997 07:10:33 +0000 (07:10 +0000)]
update
wessels [Thu, 13 Nov 1997 06:47:37 +0000 (06:47 +0000)]
remove fatal_dump calls
wessels [Thu, 13 Nov 1997 06:38:08 +0000 (06:38 +0000)]
remove fatal_dump calls
wessels [Thu, 13 Nov 1997 06:36:19 +0000 (06:36 +0000)]
Ron Gomes fixes.
- Remove USE_PROXY_AUTH and LOG_FULL_HEADERS from Makefile.in
- Fixed log_full_hdrs bug
We can't use pathname_stat() for both default_all() and parsing the
config file. We must check the pathnames only after both the
defaults and the config file have been parsed. DW also made misc
other fixes to cache_cf.c and friends.
wessels [Thu, 13 Nov 1997 05:50:22 +0000 (05:50 +0000)]
Added ``SLASH_HACK.'' If CWD to the first directory fails, then try
it again with a slash in front.
Removed some unused code
wessels [Thu, 13 Nov 1997 05:49:36 +0000 (05:49 +0000)]
Henrik: trigger re-read of passwd file if auth fails
wessels [Thu, 13 Nov 1997 04:04:31 +0000 (04:04 +0000)]
pass LMT = 0 instead of -1
wessels [Thu, 13 Nov 1997 01:58:38 +0000 (01:58 +0000)]
Fixed proxy auth support
wessels [Wed, 12 Nov 1997 07:10:45 +0000 (07:10 +0000)]
up debug level on 'seeking to offset' message
wessels [Wed, 12 Nov 1997 07:08:44 +0000 (07:08 +0000)]
- Change all BIT_{SET,CLR,TEST} to EBIT_ versions with enum types
- Change CWCB callback to use size_t size instead of int.
- Added LOG_TCP_DENIED
wessels [Tue, 11 Nov 1997 04:32:00 +0000 (04:32 +0000)]
OOF! Somehow this bit of logic got lost which releases objects
if the request had an Authorization header, but the reply did NOT
have a Proxy-Revalidate header.
wessels [Tue, 11 Nov 1997 04:07:05 +0000 (04:07 +0000)]
remove old, unused cruft
wessels [Tue, 11 Nov 1997 03:57:38 +0000 (03:57 +0000)]
remove unused prototypes
wessels [Tue, 11 Nov 1997 03:54:30 +0000 (03:54 +0000)]
Bad things were happening when we copied the mem->reply structure
from a 'NOT MODIFIED' reply over to the old object. Specifically,
www.thegist.com (netscape/1.13) sends us a bogus content-length.
this content length seems to refer to the size of the NOT MODIFIED
reply headers instead of the URI body!
wessels [Tue, 11 Nov 1997 03:52:57 +0000 (03:52 +0000)]
re-enable signal catching while sleeping during child restarts
wessels [Tue, 11 Nov 1997 02:42:04 +0000 (02:42 +0000)]
relocate timeout handler from ctrl to data for LIST requests as well.
wessels [Fri, 7 Nov 1997 04:00:36 +0000 (04:00 +0000)]
spello
wessels [Fri, 7 Nov 1997 01:30:59 +0000 (01:30 +0000)]
1.2.beta5
wessels [Fri, 7 Nov 1997 01:29:35 +0000 (01:29 +0000)]
update
wessels [Fri, 7 Nov 1997 01:29:31 +0000 (01:29 +0000)]
debug change
wessels [Fri, 7 Nov 1997 01:28:51 +0000 (01:28 +0000)]
update
wessels [Thu, 6 Nov 1997 03:00:57 +0000 (03:00 +0000)]
fix reference_age. the value to pow() must be MINUTES
wessels [Thu, 6 Nov 1997 02:52:22 +0000 (02:52 +0000)]
compiler
wessels [Thu, 6 Nov 1997 02:11:05 +0000 (02:11 +0000)]
update
wessels [Wed, 5 Nov 1997 13:55:01 +0000 (13:55 +0000)]
remove assertion that reqnum == 0.
wessels [Wed, 5 Nov 1997 13:54:09 +0000 (13:54 +0000)]
Set reqnum to
wessels [Wed, 5 Nov 1997 13:44:04 +0000 (13:44 +0000)]
hm, we had a no-op storeGet()
wessels [Wed, 5 Nov 1997 12:29:16 +0000 (12:29 +0000)]
LINT
wessels [Wed, 5 Nov 1997 07:39:48 +0000 (07:39 +0000)]
trying to rearrange file names so they make more sense.
wessels [Wed, 5 Nov 1997 06:29:35 +0000 (06:29 +0000)]
Fixed storeDirSwapLog problems upon reconfigure
wessels [Wed, 5 Nov 1997 06:21:12 +0000 (06:21 +0000)]
Fix 'arbtext' wierdnesses
wessels [Wed, 5 Nov 1997 05:14:17 +0000 (05:14 +0000)]
wrap keys in storeKey()
wessels [Wed, 5 Nov 1997 02:54:46 +0000 (02:54 +0000)]
support '%%' -> '%'
wessels [Wed, 5 Nov 1997 02:39:44 +0000 (02:39 +0000)]
add USE_ASYNC_IO
wessels [Wed, 5 Nov 1997 02:38:04 +0000 (02:38 +0000)]
change all (in minutes) etc to 'time-units'
wessels [Wed, 5 Nov 1997 01:43:29 +0000 (01:43 +0000)]
Fixed snprintf() bug and cleaned up prototypes
wessels [Tue, 4 Nov 1997 13:16:52 +0000 (13:16 +0000)]
hier_strings[] had too many members