]>
git.ipfire.org Git - thirdparty/squid.git/log
wessels [Thu, 12 Sep 1996 09:23:51 +0000 (09:23 +0000)]
cleanup based on HP-UX CC
-k signal option
wessels [Thu, 12 Sep 1996 06:32:33 +0000 (06:32 +0000)]
gindent
wessels [Thu, 12 Sep 1996 06:31:43 +0000 (06:31 +0000)]
- Fixed up InvokeHandlers() to clear handler before calling.
wessels [Thu, 12 Sep 1996 06:31:34 +0000 (06:31 +0000)]
debug change
wessels [Thu, 12 Sep 1996 06:31:22 +0000 (06:31 +0000)]
- Fixed coredump-causing bugs in icpHandleIMSReply().
wessels [Thu, 12 Sep 1996 06:31:12 +0000 (06:31 +0000)]
- Fixed FMR bug in neighborsUdpAck() for UDP_HIT_OBJ replies.
wessels [Thu, 12 Sep 1996 04:41:10 +0000 (04:41 +0000)]
gindent
wessels [Thu, 12 Sep 1996 04:40:15 +0000 (04:40 +0000)]
NULL handler before calling it in InvokeHandlers()
wessels [Thu, 12 Sep 1996 04:39:50 +0000 (04:39 +0000)]
change macro to a function
remove unix domain socket cruft
wessels [Thu, 12 Sep 1996 04:39:23 +0000 (04:39 +0000)]
New cache.log timestamp
wessels [Thu, 12 Sep 1996 04:39:01 +0000 (04:39 +0000)]
parse deny_info
wessels [Thu, 12 Sep 1996 04:38:48 +0000 (04:38 +0000)]
take out clientLookupIdentDone
wessels [Thu, 12 Sep 1996 04:31:04 +0000 (04:31 +0000)]
Added deny_info support from maex@space.net. Redirect denied accesses to
a specific URL.
wessels [Thu, 12 Sep 1996 04:26:23 +0000 (04:26 +0000)]
fix up RWStateCallbackAndFree(). Now NULL out fd_table[fd].rwstate
in RWStateCallbackAndFree() to prevent doub-calls.
wessels [Fri, 6 Sep 1996 04:16:23 +0000 (04:16 +0000)]
1.1.alpha18
wessels [Fri, 6 Sep 1996 04:16:00 +0000 (04:16 +0000)]
twiddle meta_data counters
wessels [Fri, 6 Sep 1996 04:15:25 +0000 (04:15 +0000)]
update
wessels [Fri, 6 Sep 1996 04:14:07 +0000 (04:14 +0000)]
Make storeGetMemSpace() call 'purge' for some objects and 'release'
for others.
wessels [Fri, 6 Sep 1996 01:04:47 +0000 (01:04 +0000)]
update
wessels [Fri, 6 Sep 1996 01:03:48 +0000 (01:03 +0000)]
gindent
wessels [Fri, 6 Sep 1996 01:02:51 +0000 (01:02 +0000)]
- added Config.expireAge and 'expire_age' to config;
- Replaced some parsing functions with parseMinutesLine()
- Added StoreEntry flag bit ENTRY_NEGCACHED.
- Added storeNegativeCache().
wessels [Thu, 5 Sep 1996 22:59:49 +0000 (22:59 +0000)]
When switching back to old entry from IMS, we need a request structure,
so temporarily use the one from the originating entry.
wessels [Thu, 5 Sep 1996 05:42:01 +0000 (05:42 +0000)]
- Added storeConfigure() so HUP signal affects store_swap size.
wessels [Thu, 5 Sep 1996 05:41:42 +0000 (05:41 +0000)]
update
wessels [Thu, 5 Sep 1996 04:51:40 +0000 (04:51 +0000)]
1.1.alpha17
wessels [Thu, 5 Sep 1996 04:51:13 +0000 (04:51 +0000)]
make mkrfc850() use a normal variable instead of a pointer
wessels [Thu, 5 Sep 1996 04:50:15 +0000 (04:50 +0000)]
don't check store_hotobj_high in storeCheckPurgeMem(), else storeGetMemSpace()
never removes anything!
wessels [Thu, 5 Sep 1996 04:08:40 +0000 (04:08 +0000)]
update
wessels [Thu, 5 Sep 1996 04:03:18 +0000 (04:03 +0000)]
-Added more IMS support. Now Squid issues IMS requests for expired
objects in the cache. Log type will be either TCP_EXPIRED_HIT if
the server sends "304 Not Modified" or TCP_EXPIRED_MISS if the
server send a new object.
-Fixed storeGetMemSpace() bug; need to check storeCheckPurgeMem()
instead of storeEntryLocked().
-renamed icp_hit_or_miss() to icpProcessRequest().
-changed mkrfc850() to use regular variable instaed of a pointer.
-removed store_entry member from fd_table[] in comm.h.
-changed httpSendRequest to not tack Squid onto the 'User-Agent' line,
Use HTTP/1.1 'Forwarded' instead.
-removed icpProcessHIT() which only called icpSendMoreData().
-removed icpProcessIMS() which only called icpGetHeadersForIMS().
-removed some 'Reset header fields for reply' crap.
-added old_entry member to icpStateData for handling IMS requests.
-removed ipcache_call_pending_badname().
-added 'locks' member to ipcache_entry.
-cleaned up setting/clearing IP_LOOKUP_PENDING bit.
-removed storeEntryLocked() trap in storePurgeMem().
-added storeCheckExpired() for use instead of 'if (squid_curtime >
e->expires)'.
-removed storeWalkThrough() and removeOldEntry(), changed storePurgeOld()
to do the walking through instead.
wessels [Wed, 4 Sep 1996 01:23:59 +0000 (01:23 +0000)]
squid-1.0.12 merge
wessels [Wed, 4 Sep 1996 00:54:49 +0000 (00:54 +0000)]
update
wessels [Wed, 4 Sep 1996 00:54:45 +0000 (00:54 +0000)]
- Fixed ipcache TTL bug from new ipcache_parsebuffer().
wessels [Wed, 4 Sep 1996 00:54:09 +0000 (00:54 +0000)]
remove bogus extern next_cleaning
wessels [Wed, 4 Sep 1996 00:50:37 +0000 (00:50 +0000)]
make fqdncache more like ipcache
- new parsebuffer()
- use ->expires instead of ->ttl
wessels [Sat, 31 Aug 1996 12:40:58 +0000 (12:40 +0000)]
1.1.alpha15
wessels [Sat, 31 Aug 1996 12:40:43 +0000 (12:40 +0000)]
update
wessels [Sat, 31 Aug 1996 12:40:18 +0000 (12:40 +0000)]
compiler fixes from Ed Knowles
wessels [Sat, 31 Aug 1996 05:37:38 +0000 (05:37 +0000)]
update
wessels [Sat, 31 Aug 1996 05:28:10 +0000 (05:28 +0000)]
1.1.alpha14
wessels [Sat, 31 Aug 1996 05:23:27 +0000 (05:23 +0000)]
merge 1.0.11 changes
wessels [Sat, 31 Aug 1996 04:44:25 +0000 (04:44 +0000)]
update
wessels [Sat, 31 Aug 1996 04:44:09 +0000 (04:44 +0000)]
- Fixed ENTRY_DISPATCHED bug. ENTRY_DISPATCHED was not always getting
set (e.g. for requests matching hierarchy_stoplist). This caused
multiple calls to storeAbort() for the same entry.
- misc filedescriptor management cleanup
- renamed getFromCache() to protoStart().
- Added delays when forking dnsservers, redirectors, and
ftpget.
wessels [Sat, 31 Aug 1996 04:39:30 +0000 (04:39 +0000)]
ftpget.c
wessels [Sat, 31 Aug 1996 04:39:08 +0000 (04:39 +0000)]
-use new commSetCloseOnExec()
-sleep a while after forking ftpget
wessels [Sat, 31 Aug 1996 04:38:15 +0000 (04:38 +0000)]
add fqdncacheQueueDrain to drain pending requests before shutdown
wessels [Sat, 31 Aug 1996 04:37:58 +0000 (04:37 +0000)]
add ipcacheQueueDrain() to drain pending requests before shutdown
wessels [Sat, 31 Aug 1996 04:37:23 +0000 (04:37 +0000)]
write/read to/from dnsserver before opening the next one
wessels [Sat, 31 Aug 1996 04:36:21 +0000 (04:36 +0000)]
add commSetCloseOnExec()
wessels [Thu, 29 Aug 1996 23:59:12 +0000 (23:59 +0000)]
update
wessels [Thu, 29 Aug 1996 23:59:05 +0000 (23:59 +0000)]
increment dnsserver replies
wessels [Thu, 29 Aug 1996 23:58:55 +0000 (23:58 +0000)]
check for fqdn logging in fqdnGetAddr()
wessels [Thu, 29 Aug 1996 23:57:37 +0000 (23:57 +0000)]
fix config parsing of swap_low
wessels [Thu, 29 Aug 1996 22:55:46 +0000 (22:55 +0000)]
proxy auth cleanup/fix from author
wessels [Thu, 29 Aug 1996 22:55:00 +0000 (22:55 +0000)]
debugging to track ack_deficit
remove stupid ack_deficit wrap around check
wessels [Thu, 29 Aug 1996 22:54:16 +0000 (22:54 +0000)]
html cleanup
wessels [Thu, 29 Aug 1996 22:54:03 +0000 (22:54 +0000)]
call storePurgeMem() instead of storeRelease in storeGetMemSpace!
wessels [Thu, 29 Aug 1996 02:12:52 +0000 (02:12 +0000)]
gindent
wessels [Thu, 29 Aug 1996 02:12:26 +0000 (02:12 +0000)]
fix mainMaintain()
wessels [Thu, 29 Aug 1996 02:11:58 +0000 (02:11 +0000)]
update comments
wessels [Thu, 29 Aug 1996 02:11:49 +0000 (02:11 +0000)]
poll_time off-by-one bugfix
wessels [Thu, 29 Aug 1996 02:11:30 +0000 (02:11 +0000)]
set announce_rate and clean_rate to one year if they are disabled
wessels [Thu, 29 Aug 1996 02:11:07 +0000 (02:11 +0000)]
move garbage collection comments from main to store.c
wessels [Wed, 28 Aug 1996 23:44:28 +0000 (23:44 +0000)]
Made IP cache size configurable
wessels [Wed, 28 Aug 1996 23:34:29 +0000 (23:34 +0000)]
initialize status and expires for new ipcache_parsebuffer
wessels [Wed, 28 Aug 1996 23:22:52 +0000 (23:22 +0000)]
compiler
wessels [Wed, 28 Aug 1996 23:22:07 +0000 (23:22 +0000)]
rewrite ipcache_parsebuffer
wessels [Wed, 28 Aug 1996 23:21:52 +0000 (23:21 +0000)]
add newline to error message
wessels [Wed, 28 Aug 1996 11:39:36 +0000 (11:39 +0000)]
1.1.alpha13
wessels [Wed, 28 Aug 1996 11:30:59 +0000 (11:30 +0000)]
update
wessels [Wed, 28 Aug 1996 03:49:40 +0000 (03:49 +0000)]
use _dns_ttl_ only if greater than -1
wessels [Wed, 28 Aug 1996 02:59:36 +0000 (02:59 +0000)]
doc DNS TTL hack
wessels [Wed, 28 Aug 1996 02:16:14 +0000 (02:16 +0000)]
remove tmp_ptr crap
wessels [Wed, 28 Aug 1996 02:10:46 +0000 (02:10 +0000)]
Excellent DNS TTL hack from Balint Nagy Endre <bne@CareNet.hu>
wessels [Wed, 28 Aug 1996 00:01:32 +0000 (00:01 +0000)]
shadow password patch from John Saunders <johns@rd.scitec.com.au>
wessels [Tue, 27 Aug 1996 23:55:34 +0000 (23:55 +0000)]
truncate long URLs
wessels [Tue, 27 Aug 1996 23:55:18 +0000 (23:55 +0000)]
gindent
wessels [Tue, 27 Aug 1996 23:48:12 +0000 (23:48 +0000)]
bug
wessels [Tue, 27 Aug 1996 23:47:21 +0000 (23:47 +0000)]
update
wessels [Tue, 27 Aug 1996 22:05:16 +0000 (22:05 +0000)]
purify mem leak
wessels [Tue, 27 Aug 1996 22:05:08 +0000 (22:05 +0000)]
compiler
wessels [Tue, 27 Aug 1996 12:15:21 +0000 (12:15 +0000)]
update
wessels [Tue, 27 Aug 1996 11:53:33 +0000 (11:53 +0000)]
update
wessels [Tue, 27 Aug 1996 11:51:36 +0000 (11:51 +0000)]
-Fix calling maintenance functions in main. Don't rely on COMM_TIMEOUT
and clean_rate stuff.
wessels [Tue, 27 Aug 1996 11:19:09 +0000 (11:19 +0000)]
dont release from ipcacheInvalidate()
wessels [Tue, 27 Aug 1996 11:17:50 +0000 (11:17 +0000)]
check for putting NULL pointers
wessels [Tue, 27 Aug 1996 11:17:17 +0000 (11:17 +0000)]
fix debug levels
wessels [Tue, 27 Aug 1996 07:34:51 +0000 (07:34 +0000)]
update
wessels [Tue, 27 Aug 1996 05:27:12 +0000 (05:27 +0000)]
gindent
wessels [Tue, 27 Aug 1996 05:26:59 +0000 (05:26 +0000)]
add debugging around exceeding cache_mem
wessels [Tue, 27 Aug 1996 05:26:11 +0000 (05:26 +0000)]
add backwards compatibility for quick_abort
wessels [Tue, 27 Aug 1996 04:47:45 +0000 (04:47 +0000)]
added proxy authentication patch from Jon Thackray <jrmt@uk.gdscorp.com>
wessels [Tue, 27 Aug 1996 04:01:03 +0000 (04:01 +0000)]
1.1.alpha12
wessels [Tue, 27 Aug 1996 03:59:57 +0000 (03:59 +0000)]
- Added patch from srb@cuci.nl (Stephen R. van den Berg) for
- ttl_force_pattern
- quick_abort min pct max
wessels [Tue, 27 Aug 1996 01:56:55 +0000 (01:56 +0000)]
merge from SQUID_1_0_10
wessels [Tue, 27 Aug 1996 01:18:17 +0000 (01:18 +0000)]
update
wessels [Tue, 27 Aug 1996 01:17:59 +0000 (01:17 +0000)]
gindent
wessels [Tue, 27 Aug 1996 01:16:05 +0000 (01:16 +0000)]
added ipcacheInvalidate() and -i option
wessels [Tue, 27 Aug 1996 01:13:03 +0000 (01:13 +0000)]
rename to opt_catch_signals
wessels [Tue, 27 Aug 1996 01:09:59 +0000 (01:09 +0000)]
report all error pages to the debug log
wessels [Tue, 27 Aug 1996 01:09:34 +0000 (01:09 +0000)]
bump some debugs up since we report them in errorpage() now instead