]>
git.ipfire.org Git - thirdparty/squid.git/log
wessels [Wed, 25 Mar 1998 10:09:43 +0000 (10:09 +0000)]
--enable-gnuregex from Henrik for NT
wessels [Wed, 25 Mar 1998 10:04:11 +0000 (10:04 +0000)]
renamed aux to cfgaux
wessels [Wed, 25 Mar 1998 10:03:29 +0000 (10:03 +0000)]
adding
wessels [Wed, 25 Mar 1998 09:56:15 +0000 (09:56 +0000)]
Need to make fileno 'proper' in rebuild-from-file. Otherwise, the
logs get crossed when you add/remove cache_dir's.
wessels [Wed, 25 Mar 1998 00:41:36 +0000 (00:41 +0000)]
reconfigure bug, need to reset Config.Swap.maxSize to 0
wessels [Wed, 25 Mar 1998 00:29:43 +0000 (00:29 +0000)]
dynamically calculate some hash table sizes
wessels [Tue, 24 Mar 1998 05:42:20 +0000 (05:42 +0000)]
update
wessels [Tue, 24 Mar 1998 05:37:10 +0000 (05:37 +0000)]
added event list to cachemgr outputs
wessels [Tue, 24 Mar 1998 05:17:46 +0000 (05:17 +0000)]
gindent
wessels [Tue, 24 Mar 1998 05:13:19 +0000 (05:13 +0000)]
update
wessels [Tue, 24 Mar 1998 05:10:48 +0000 (05:10 +0000)]
Fixes for multiple clients on one StoreEntry. storeAbort() was
incorrectly being called when one of multiple clients would
disconnect.
One problem seemed to be that storePendingNClients()
counted the number of store_client's with callback functions registered
(i.e. assumed all clients had recently called storeClientCopy).
storePendingNClients() has been changed to return mem->nclients.
This assumes that all clients properly use storeUnregister(), which
may not have been the case in the past.
Also, clientWriteComplete() would call CheckQuickAbort() if comm_write
returned an error. Then CheckQuickAbort() would get called again
in httpRequestFree(). The first call seems to be unnecessary, so
it is #ifdef'd out for now.
wessels [Tue, 24 Mar 1998 05:07:28 +0000 (05:07 +0000)]
formatting
wessels [Tue, 24 Mar 1998 02:54:56 +0000 (02:54 +0000)]
type problem
wessels [Tue, 24 Mar 1998 01:15:31 +0000 (01:15 +0000)]
update
wessels [Tue, 24 Mar 1998 01:02:18 +0000 (01:02 +0000)]
use SIZEOF_LONG == 8 instead of _SQUID_OSF
wessels [Tue, 24 Mar 1998 00:32:41 +0000 (00:32 +0000)]
Fix "method bits" interaction bug with 1.1.X versions.
rousskov [Sun, 22 Mar 1998 14:38:59 +0000 (14:38 +0000)]
- Fixed a bug when we were printing a non-existent "->" link as a part of the
ftp dir entry. For example, the following should not lead to a coredump now:
l------rw- 747 0 747 Jan 8 19:31 .message
rousskov [Sun, 22 Mar 1998 14:16:59 +0000 (14:16 +0000)]
- Added a check for invalid method in icpHandleIcpV2()
- Added METHOD_ENUM_END to mark the last valid method
kostas [Sun, 22 Mar 1998 05:05:59 +0000 (05:05 +0000)]
OSF long/int fix for snmp
kostas [Sun, 22 Mar 1998 04:36:44 +0000 (04:36 +0000)]
64bit fix
wessels [Sat, 21 Mar 1998 06:10:31 +0000 (06:10 +0000)]
rearrange setting disk_op_in_progress near storeClientFileRead().
I suspect maybe we called file_read() without setting disk_op_in_progress?
wessels [Sat, 21 Mar 1998 03:08:22 +0000 (03:08 +0000)]
fix announce onoff flag
wessels [Sat, 21 Mar 1998 01:18:46 +0000 (01:18 +0000)]
remove trailing comma
rousskov [Sat, 21 Mar 1998 01:07:34 +0000 (01:07 +0000)]
- Split Stack into Array and Stack.
rousskov [Sat, 21 Mar 1998 01:06:37 +0000 (01:06 +0000)]
- Separated raw HTTP headers from their "compiled" values. Squid is now
forwarding headers even it cannot "compile" them. Virtually no changes to
common format headers are done. Compiled values are stored in Reply/Request
objects.
kostas [Sat, 21 Mar 1998 01:05:57 +0000 (01:05 +0000)]
fixed debug statement
wessels [Sat, 21 Mar 1998 01:03:18 +0000 (01:03 +0000)]
increase debug level on Detected DEAD/REVIVED
rousskov [Sat, 21 Mar 1998 01:02:33 +0000 (01:02 +0000)]
- Added ERR_ONLY_IF_CACHED_MISS
rousskov [Sat, 21 Mar 1998 01:02:08 +0000 (01:02 +0000)]
- Added code to support for -only-if-cached directive.
wessels [Sat, 21 Mar 1998 01:01:30 +0000 (01:01 +0000)]
increase debug level for "Attempt to swap out a non-cacheable ..."
wessels [Fri, 20 Mar 1998 16:34:45 +0000 (16:34 +0000)]
Fix calculating Config.Swap.maxSize after a reconfigure
wessels [Fri, 20 Mar 1998 14:04:49 +0000 (14:04 +0000)]
netdbDeleteAddrNetwork
wessels [Fri, 20 Mar 1998 14:02:07 +0000 (14:02 +0000)]
typo
wessels [Fri, 20 Mar 1998 13:52:21 +0000 (13:52 +0000)]
update
wessels [Fri, 20 Mar 1998 13:51:43 +0000 (13:51 +0000)]
added v1.1 test_reachability option
wessels [Fri, 20 Mar 1998 12:51:04 +0000 (12:51 +0000)]
fix unlinkd.o duplicity
wessels [Fri, 20 Mar 1998 12:07:39 +0000 (12:07 +0000)]
remove double clientProcessRequest2 call
wessels [Fri, 20 Mar 1998 06:20:43 +0000 (06:20 +0000)]
add -std1 for DUNIX cc
wessels [Fri, 20 Mar 1998 05:48:52 +0000 (05:48 +0000)]
add -std1 for DUNIX cc
wessels [Fri, 20 Mar 1998 05:44:53 +0000 (05:44 +0000)]
add -std1 for DUNIX cc
wessels [Fri, 20 Mar 1998 05:38:07 +0000 (05:38 +0000)]
1.2.beta18
wessels [Fri, 20 Mar 1998 02:14:49 +0000 (02:14 +0000)]
change ipcacheReleaseInvalid() assertions to debugs
wessels [Fri, 20 Mar 1998 02:13:12 +0000 (02:13 +0000)]
assert valid args for ipcacheReleaseInvalid
wessels [Thu, 19 Mar 1998 14:13:29 +0000 (14:13 +0000)]
reinstall ICP reqnum high-byte hack for encoding request method
call neighborsUdpAck() even when we don't have the cache key.
i.e. look up the StoreEntry in neighborsUdpAck() instead of
icpHandleIcpV2()
wessels [Thu, 19 Mar 1998 14:12:18 +0000 (14:12 +0000)]
update
wessels [Wed, 18 Mar 1998 13:32:58 +0000 (13:32 +0000)]
s/cache_host/cache_peer/
wessels [Wed, 18 Mar 1998 08:00:28 +0000 (08:00 +0000)]
credit
wessels [Wed, 18 Mar 1998 07:29:55 +0000 (07:29 +0000)]
gindent
wessels [Wed, 18 Mar 1998 07:19:27 +0000 (07:19 +0000)]
update
wessels [Wed, 18 Mar 1998 07:09:28 +0000 (07:09 +0000)]
s/-O2/-O/ for Motorola
rousskov [Wed, 18 Mar 1998 00:55:32 +0000 (00:55 +0000)]
- Removed high whater checking from memMeterDec and memMeterDel as useless.
rousskov [Wed, 18 Mar 1998 00:35:12 +0000 (00:35 +0000)]
- Fixed a bug: we should not collect stats for a CC field that we failed to parse.
rousskov [Tue, 17 Mar 1998 14:08:26 +0000 (14:08 +0000)]
- Fixed memory leak. We were not cleaning "known" field names.
kostas [Tue, 17 Mar 1998 13:14:29 +0000 (13:14 +0000)]
moved CURRENT_MIB_VERSION to cache_snmp.h
kostas [Tue, 17 Mar 1998 12:42:58 +0000 (12:42 +0000)]
*** empty log message ***
wessels [Tue, 17 Mar 1998 12:38:51 +0000 (12:38 +0000)]
remove SNMPINFO
kostas [Tue, 17 Mar 1998 12:31:01 +0000 (12:31 +0000)]
henrik-requested non rcs mib version check
wessels [Tue, 17 Mar 1998 12:12:30 +0000 (12:12 +0000)]
SNMP changes/fixes
- changed some snmplib debugging messages
- simplifed and fixed snmplib_debug_hook interface. It
wasn't properly passing all the 'varargs' args. Now
it just vsnprintf's to a buf and passes that.
- struct _snmpconf was never used.
- made 'snmp_agent_conf' a stringlist type
- moved 'snmp_agent_conf' processing to snmpInit().
- moved snmpInit() call to before 'ready to serve requests'
message.
wessels [Tue, 17 Mar 1998 12:07:46 +0000 (12:07 +0000)]
1.2.beta17
wessels [Tue, 17 Mar 1998 12:07:35 +0000 (12:07 +0000)]
removed unused code
wessels [Tue, 17 Mar 1998 11:00:11 +0000 (11:00 +0000)]
removed unused code; updated comments; formatting
wessels [Tue, 17 Mar 1998 10:59:21 +0000 (10:59 +0000)]
unescape URLs before access checks
wessels [Tue, 17 Mar 1998 09:42:25 +0000 (09:42 +0000)]
debug mucking
wessels [Tue, 17 Mar 1998 07:38:52 +0000 (07:38 +0000)]
fixed ident coredumps. The callback data was "hardcoded" as connStateData,
when the callback function was expecting a clientHttpRequest.
wessels [Tue, 17 Mar 1998 07:37:51 +0000 (07:37 +0000)]
remove duplicate setresuid check
wessels [Tue, 17 Mar 1998 07:09:10 +0000 (07:09 +0000)]
minor adjustment
wessels [Tue, 17 Mar 1998 07:05:54 +0000 (07:05 +0000)]
Henrik's domain regex patch
wessels [Tue, 17 Mar 1998 06:50:04 +0000 (06:50 +0000)]
fix passwd authentication
wessels [Tue, 17 Mar 1998 06:49:48 +0000 (06:49 +0000)]
set defaults for hierarchy_stoplist and cache_stoplist
wessels [Tue, 17 Mar 1998 06:21:33 +0000 (06:21 +0000)]
remove temp debug
wessels [Tue, 17 Mar 1998 06:12:55 +0000 (06:12 +0000)]
more ARP acl fixes
wessels [Tue, 17 Mar 1998 06:10:38 +0000 (06:10 +0000)]
lincoln dale's stat graphing code
wessels [Tue, 17 Mar 1998 05:26:45 +0000 (05:26 +0000)]
use aclDumpArpList instead of aclDumpArp
wessels [Tue, 17 Mar 1998 05:24:28 +0000 (05:24 +0000)]
typedef struct _arp_ip_data acl_arp_data
wessels [Tue, 17 Mar 1998 05:24:19 +0000 (05:24 +0000)]
update
wessels [Tue, 17 Mar 1998 05:04:30 +0000 (05:04 +0000)]
note httpd_accel_uses_host_header required for transparent proxying and host-based virtual servers
wessels [Tue, 17 Mar 1998 04:59:55 +0000 (04:59 +0000)]
Henrik icon URL changes
wessels [Tue, 17 Mar 1998 04:45:00 +0000 (04:45 +0000)]
Fixed 'single parent' and peer->options bugs.
We had mixed (options & FOO) and EBIT_SET(options, FOO) which was
clearly wrong. Only the EBIT macros can be used with the enumerated
peer->options flags.
We never got any single parent uses because getSingleParent()
was checked only *after* direct == DIRECT_NO.
Removed 'single_parent_bypass' option. Now, we'll require that
a single parent have the 'no-query' option.
wessels [Tue, 17 Mar 1998 03:32:15 +0000 (03:32 +0000)]
localize snmplib_debug_hook
wessels [Tue, 17 Mar 1998 03:32:00 +0000 (03:32 +0000)]
dont exit() in mib.c or parse.c if mib parsing fails
wessels [Tue, 17 Mar 1998 03:31:09 +0000 (03:31 +0000)]
remove snmplib_debug_hook prototype -- it doesnt need to be global
wessels [Tue, 17 Mar 1998 03:30:42 +0000 (03:30 +0000)]
remove redundant snmplib_debug_hook prototype
wessels [Tue, 17 Mar 1998 03:30:03 +0000 (03:30 +0000)]
eliminate non-gcc warnings, especially about multiply defined symbols
wessels [Tue, 17 Mar 1998 03:26:43 +0000 (03:26 +0000)]
add defaults in comments for SNMP stuff
wessels [Tue, 17 Mar 1998 03:11:50 +0000 (03:11 +0000)]
eliminate non-gcc compiler warnings
wessels [Tue, 17 Mar 1998 01:21:41 +0000 (01:21 +0000)]
ftp size bug again
wessels [Tue, 17 Mar 1998 00:06:11 +0000 (00:06 +0000)]
1.2 update from Stephane Bortzmeyer
wessels [Tue, 17 Mar 1998 00:03:25 +0000 (00:03 +0000)]
More pconn/restart/pump fixes.
- Try sending keepalives for all request methods, not just GET
- Only restart a failed PUT/POST if we still have the start
of the request body in memory.
- If we do restart a PUT/POST, then we need to re-register
with storeClientListAdd.
wessels [Mon, 16 Mar 1998 00:19:57 +0000 (00:19 +0000)]
cancel control FD timeout before pumpStart()
rousskov [Sun, 15 Mar 1998 11:25:27 +0000 (11:25 +0000)]
- Disabled testing of header parser.
wessels [Sun, 15 Mar 1998 06:29:20 +0000 (06:29 +0000)]
someone broke content length for FTP
wessels [Fri, 13 Mar 1998 21:52:45 +0000 (21:52 +0000)]
adding HTCP
wessels [Fri, 13 Mar 1998 13:37:40 +0000 (13:37 +0000)]
warn about potential coredump from httpRestart on a POST?
wessels [Fri, 13 Mar 1998 12:47:11 +0000 (12:47 +0000)]
add line for POST/PUT missing content-length
wessels [Fri, 13 Mar 1998 12:46:01 +0000 (12:46 +0000)]
add global symbols and prototypes for XMALLOC_DEBUG'ing
wessels [Fri, 13 Mar 1998 12:45:35 +0000 (12:45 +0000)]
remove xrealloc stderr debug
wessels [Fri, 13 Mar 1998 12:44:22 +0000 (12:44 +0000)]
add clientdbFreeMemory, remove asnCleanup
wessels [Fri, 13 Mar 1998 12:43:52 +0000 (12:43 +0000)]
formatting
wessels [Fri, 13 Mar 1998 12:41:37 +0000 (12:41 +0000)]
tune up shutdown()
wessels [Fri, 13 Mar 1998 12:40:46 +0000 (12:40 +0000)]
use mem.c for HttpStateData