]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
29 years agocleanup based on HP-UX CC
wessels [Thu, 12 Sep 1996 09:23:51 +0000 (09:23 +0000)] 
cleanup based on HP-UX CC
-k signal option

29 years agogindent
wessels [Thu, 12 Sep 1996 06:32:33 +0000 (06:32 +0000)] 
gindent

29 years ago- Fixed up InvokeHandlers() to clear handler before calling.
wessels [Thu, 12 Sep 1996 06:31:43 +0000 (06:31 +0000)] 
- Fixed up InvokeHandlers() to clear handler before calling.

29 years agodebug change
wessels [Thu, 12 Sep 1996 06:31:34 +0000 (06:31 +0000)] 
debug change

29 years ago- Fixed coredump-causing bugs in icpHandleIMSReply().
wessels [Thu, 12 Sep 1996 06:31:22 +0000 (06:31 +0000)] 
- Fixed coredump-causing bugs in icpHandleIMSReply().

29 years ago- Fixed FMR bug in neighborsUdpAck() for UDP_HIT_OBJ replies.
wessels [Thu, 12 Sep 1996 06:31:12 +0000 (06:31 +0000)] 
- Fixed FMR bug in neighborsUdpAck() for UDP_HIT_OBJ replies.

29 years agogindent
wessels [Thu, 12 Sep 1996 04:41:10 +0000 (04:41 +0000)] 
gindent

29 years agoNULL handler before calling it in InvokeHandlers()
wessels [Thu, 12 Sep 1996 04:40:15 +0000 (04:40 +0000)] 
NULL handler before calling it in InvokeHandlers()

29 years agochange macro to a function
wessels [Thu, 12 Sep 1996 04:39:50 +0000 (04:39 +0000)] 
change macro to a function
remove unix domain socket cruft

29 years agoNew cache.log timestamp
wessels [Thu, 12 Sep 1996 04:39:23 +0000 (04:39 +0000)] 
New cache.log timestamp

29 years agoparse deny_info
wessels [Thu, 12 Sep 1996 04:39:01 +0000 (04:39 +0000)] 
parse deny_info

29 years agotake out clientLookupIdentDone
wessels [Thu, 12 Sep 1996 04:38:48 +0000 (04:38 +0000)] 
take out clientLookupIdentDone

29 years agoAdded deny_info support from maex@space.net. Redirect denied accesses to
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.

29 years agofix up RWStateCallbackAndFree(). Now NULL out fd_table[fd].rwstate
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.

29 years ago1.1.alpha18
wessels [Fri, 6 Sep 1996 04:16:23 +0000 (04:16 +0000)] 
1.1.alpha18

29 years agotwiddle meta_data counters
wessels [Fri, 6 Sep 1996 04:16:00 +0000 (04:16 +0000)] 
twiddle meta_data counters

29 years agoupdate
wessels [Fri, 6 Sep 1996 04:15:25 +0000 (04:15 +0000)] 
update

29 years agoMake storeGetMemSpace() call 'purge' for some objects and 'release'
wessels [Fri, 6 Sep 1996 04:14:07 +0000 (04:14 +0000)] 
Make storeGetMemSpace() call 'purge' for some objects and 'release'
for others.

29 years agoupdate
wessels [Fri, 6 Sep 1996 01:04:47 +0000 (01:04 +0000)] 
update

29 years agogindent
wessels [Fri, 6 Sep 1996 01:03:48 +0000 (01:03 +0000)] 
gindent

29 years ago- added Config.expireAge and 'expire_age' to config;
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().

29 years agoWhen switching back to old entry from IMS, we need a request structure,
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.

29 years ago - Added storeConfigure() so HUP signal affects store_swap size.
wessels [Thu, 5 Sep 1996 05:42:01 +0000 (05:42 +0000)] 
    - Added storeConfigure() so HUP signal affects store_swap size.

29 years agoupdate
wessels [Thu, 5 Sep 1996 05:41:42 +0000 (05:41 +0000)] 
update

29 years ago1.1.alpha17
wessels [Thu, 5 Sep 1996 04:51:40 +0000 (04:51 +0000)] 
1.1.alpha17

29 years agomake mkrfc850() use a normal variable instead of a pointer
wessels [Thu, 5 Sep 1996 04:51:13 +0000 (04:51 +0000)] 
make mkrfc850() use a normal variable instead of a pointer

29 years agodon't check store_hotobj_high in storeCheckPurgeMem(), else storeGetMemSpace()
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!

29 years agoupdate
wessels [Thu, 5 Sep 1996 04:08:40 +0000 (04:08 +0000)] 
update

29 years ago-Added more IMS support. Now Squid issues IMS requests for expired
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.

29 years agosquid-1.0.12 merge
wessels [Wed, 4 Sep 1996 01:23:59 +0000 (01:23 +0000)] 
squid-1.0.12 merge

29 years agoupdate
wessels [Wed, 4 Sep 1996 00:54:49 +0000 (00:54 +0000)] 
update

29 years ago - Fixed ipcache TTL bug from new ipcache_parsebuffer().
wessels [Wed, 4 Sep 1996 00:54:45 +0000 (00:54 +0000)] 
    - Fixed ipcache TTL bug from new ipcache_parsebuffer().

29 years agoremove bogus extern next_cleaning
wessels [Wed, 4 Sep 1996 00:54:09 +0000 (00:54 +0000)] 
remove bogus extern next_cleaning

29 years agomake fqdncache more like ipcache
wessels [Wed, 4 Sep 1996 00:50:37 +0000 (00:50 +0000)] 
make fqdncache more like ipcache
- new parsebuffer()
- use ->expires instead of ->ttl

29 years ago1.1.alpha15
wessels [Sat, 31 Aug 1996 12:40:58 +0000 (12:40 +0000)] 
1.1.alpha15

29 years agoupdate
wessels [Sat, 31 Aug 1996 12:40:43 +0000 (12:40 +0000)] 
update

29 years agocompiler fixes from Ed Knowles
wessels [Sat, 31 Aug 1996 12:40:18 +0000 (12:40 +0000)] 
compiler fixes from Ed Knowles

29 years agoupdate
wessels [Sat, 31 Aug 1996 05:37:38 +0000 (05:37 +0000)] 
update

29 years ago1.1.alpha14
wessels [Sat, 31 Aug 1996 05:28:10 +0000 (05:28 +0000)] 
1.1.alpha14

29 years agomerge 1.0.11 changes
wessels [Sat, 31 Aug 1996 05:23:27 +0000 (05:23 +0000)] 
merge 1.0.11 changes

29 years agoupdate
wessels [Sat, 31 Aug 1996 04:44:25 +0000 (04:44 +0000)] 
update

29 years ago - Fixed ENTRY_DISPATCHED bug. ENTRY_DISPATCHED was not always getting
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.

29 years agoftpget.c
wessels [Sat, 31 Aug 1996 04:39:30 +0000 (04:39 +0000)] 
ftpget.c

29 years ago-use new commSetCloseOnExec()
wessels [Sat, 31 Aug 1996 04:39:08 +0000 (04:39 +0000)] 
-use new commSetCloseOnExec()
-sleep a while after forking ftpget

29 years agoadd fqdncacheQueueDrain to drain pending requests before shutdown
wessels [Sat, 31 Aug 1996 04:38:15 +0000 (04:38 +0000)] 
add fqdncacheQueueDrain to drain pending requests before shutdown

29 years agoadd ipcacheQueueDrain() 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

29 years agowrite/read to/from dnsserver before opening the next one
wessels [Sat, 31 Aug 1996 04:37:23 +0000 (04:37 +0000)] 
write/read to/from dnsserver before opening the next one

29 years agoadd commSetCloseOnExec()
wessels [Sat, 31 Aug 1996 04:36:21 +0000 (04:36 +0000)] 
add commSetCloseOnExec()

29 years agoupdate
wessels [Thu, 29 Aug 1996 23:59:12 +0000 (23:59 +0000)] 
update

29 years agoincrement dnsserver replies
wessels [Thu, 29 Aug 1996 23:59:05 +0000 (23:59 +0000)] 
increment dnsserver replies

29 years agocheck for fqdn logging in fqdnGetAddr()
wessels [Thu, 29 Aug 1996 23:58:55 +0000 (23:58 +0000)] 
check for fqdn logging in fqdnGetAddr()

29 years agofix config parsing of swap_low
wessels [Thu, 29 Aug 1996 23:57:37 +0000 (23:57 +0000)] 
fix config parsing of swap_low

29 years agoproxy auth cleanup/fix from author
wessels [Thu, 29 Aug 1996 22:55:46 +0000 (22:55 +0000)] 
proxy auth cleanup/fix from author

29 years agodebugging to track ack_deficit
wessels [Thu, 29 Aug 1996 22:55:00 +0000 (22:55 +0000)] 
debugging to track ack_deficit
remove stupid ack_deficit wrap around check

29 years agohtml cleanup
wessels [Thu, 29 Aug 1996 22:54:16 +0000 (22:54 +0000)] 
html cleanup

29 years agocall storePurgeMem() instead of storeRelease in storeGetMemSpace!
wessels [Thu, 29 Aug 1996 22:54:03 +0000 (22:54 +0000)] 
call storePurgeMem() instead of storeRelease in storeGetMemSpace!

29 years agogindent
wessels [Thu, 29 Aug 1996 02:12:52 +0000 (02:12 +0000)] 
gindent

29 years agofix mainMaintain()
wessels [Thu, 29 Aug 1996 02:12:26 +0000 (02:12 +0000)] 
fix mainMaintain()

29 years agoupdate comments
wessels [Thu, 29 Aug 1996 02:11:58 +0000 (02:11 +0000)] 
update comments

29 years agopoll_time off-by-one bugfix
wessels [Thu, 29 Aug 1996 02:11:49 +0000 (02:11 +0000)] 
poll_time off-by-one bugfix

29 years agoset announce_rate and clean_rate to one year if they are disabled
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

29 years agomove garbage collection comments from main to store.c
wessels [Thu, 29 Aug 1996 02:11:07 +0000 (02:11 +0000)] 
move garbage collection comments from main to store.c

29 years agoMade IP cache size configurable
wessels [Wed, 28 Aug 1996 23:44:28 +0000 (23:44 +0000)] 
Made IP cache size configurable

29 years agoinitialize status and expires for new ipcache_parsebuffer
wessels [Wed, 28 Aug 1996 23:34:29 +0000 (23:34 +0000)] 
initialize status and expires for new ipcache_parsebuffer

29 years agocompiler
wessels [Wed, 28 Aug 1996 23:22:52 +0000 (23:22 +0000)] 
compiler

29 years agorewrite ipcache_parsebuffer
wessels [Wed, 28 Aug 1996 23:22:07 +0000 (23:22 +0000)] 
rewrite ipcache_parsebuffer

29 years agoadd newline to error message
wessels [Wed, 28 Aug 1996 23:21:52 +0000 (23:21 +0000)] 
add newline to error message

29 years ago1.1.alpha13
wessels [Wed, 28 Aug 1996 11:39:36 +0000 (11:39 +0000)] 
1.1.alpha13

29 years agoupdate
wessels [Wed, 28 Aug 1996 11:30:59 +0000 (11:30 +0000)] 
update

29 years agouse _dns_ttl_ only if greater than -1
wessels [Wed, 28 Aug 1996 03:49:40 +0000 (03:49 +0000)] 
use _dns_ttl_ only if greater than -1

29 years agodoc DNS TTL hack
wessels [Wed, 28 Aug 1996 02:59:36 +0000 (02:59 +0000)] 
doc DNS TTL hack

29 years agoremove tmp_ptr crap
wessels [Wed, 28 Aug 1996 02:16:14 +0000 (02:16 +0000)] 
remove tmp_ptr crap

29 years agoExcellent DNS TTL hack from Balint Nagy Endre <bne@CareNet.hu>
wessels [Wed, 28 Aug 1996 02:10:46 +0000 (02:10 +0000)] 
Excellent DNS TTL hack from Balint Nagy Endre <bne@CareNet.hu>

29 years agoshadow password patch from John Saunders <johns@rd.scitec.com.au>
wessels [Wed, 28 Aug 1996 00:01:32 +0000 (00:01 +0000)] 
shadow password patch from John Saunders <johns@rd.scitec.com.au>

29 years agotruncate long URLs
wessels [Tue, 27 Aug 1996 23:55:34 +0000 (23:55 +0000)] 
truncate long URLs

29 years agogindent
wessels [Tue, 27 Aug 1996 23:55:18 +0000 (23:55 +0000)] 
gindent

29 years agobug
wessels [Tue, 27 Aug 1996 23:48:12 +0000 (23:48 +0000)] 
bug

29 years agoupdate
wessels [Tue, 27 Aug 1996 23:47:21 +0000 (23:47 +0000)] 
update

29 years agopurify mem leak
wessels [Tue, 27 Aug 1996 22:05:16 +0000 (22:05 +0000)] 
purify mem leak

29 years agocompiler
wessels [Tue, 27 Aug 1996 22:05:08 +0000 (22:05 +0000)] 
compiler

29 years agoupdate
wessels [Tue, 27 Aug 1996 12:15:21 +0000 (12:15 +0000)] 
update

29 years agoupdate
wessels [Tue, 27 Aug 1996 11:53:33 +0000 (11:53 +0000)] 
update

29 years ago-Fix calling maintenance functions in main. Don't rely on COMM_TIMEOUT
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.

29 years agodont release from ipcacheInvalidate()
wessels [Tue, 27 Aug 1996 11:19:09 +0000 (11:19 +0000)] 
dont release from ipcacheInvalidate()

29 years agocheck for putting NULL pointers
wessels [Tue, 27 Aug 1996 11:17:50 +0000 (11:17 +0000)] 
check for putting NULL pointers

29 years agofix debug levels
wessels [Tue, 27 Aug 1996 11:17:17 +0000 (11:17 +0000)] 
fix debug levels

29 years agoupdate
wessels [Tue, 27 Aug 1996 07:34:51 +0000 (07:34 +0000)] 
update

29 years agogindent
wessels [Tue, 27 Aug 1996 05:27:12 +0000 (05:27 +0000)] 
gindent

29 years agoadd debugging around exceeding cache_mem
wessels [Tue, 27 Aug 1996 05:26:59 +0000 (05:26 +0000)] 
add debugging around exceeding cache_mem

29 years agoadd backwards compatibility for quick_abort
wessels [Tue, 27 Aug 1996 05:26:11 +0000 (05:26 +0000)] 
add backwards compatibility for quick_abort

29 years agoadded proxy authentication patch from Jon Thackray <jrmt@uk.gdscorp.com>
wessels [Tue, 27 Aug 1996 04:47:45 +0000 (04:47 +0000)] 
added proxy authentication patch from Jon Thackray <jrmt@uk.gdscorp.com>

29 years ago1.1.alpha12
wessels [Tue, 27 Aug 1996 04:01:03 +0000 (04:01 +0000)] 
1.1.alpha12

29 years ago - Added patch from srb@cuci.nl (Stephen R. van den Berg) for
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

29 years agomerge from SQUID_1_0_10
wessels [Tue, 27 Aug 1996 01:56:55 +0000 (01:56 +0000)] 
merge from SQUID_1_0_10

29 years agoupdate
wessels [Tue, 27 Aug 1996 01:18:17 +0000 (01:18 +0000)] 
update

29 years agogindent
wessels [Tue, 27 Aug 1996 01:17:59 +0000 (01:17 +0000)] 
gindent

29 years agoadded ipcacheInvalidate() and -i option
wessels [Tue, 27 Aug 1996 01:16:05 +0000 (01:16 +0000)] 
added ipcacheInvalidate() and -i option

29 years agorename to opt_catch_signals
wessels [Tue, 27 Aug 1996 01:13:03 +0000 (01:13 +0000)] 
rename to opt_catch_signals

29 years agoreport all error pages to the debug log
wessels [Tue, 27 Aug 1996 01:09:59 +0000 (01:09 +0000)] 
report all error pages to the debug log

29 years agobump some debugs up since we report them in errorpage() now instead
wessels [Tue, 27 Aug 1996 01:09:34 +0000 (01:09 +0000)] 
bump some debugs up since we report them in errorpage() now instead