]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
27 years agoremove unused cruft
wessels [Sat, 15 Nov 1997 03:00:39 +0000 (03:00 +0000)] 
remove unused cruft

27 years agoupdate
wessels [Sat, 15 Nov 1997 00:56:42 +0000 (00:56 +0000)] 
update

27 years agoFix storeClientCopy2() bug. We can't compare copy_offset to
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!

27 years agoUse new ignoreErrno()
wessels [Sat, 15 Nov 1997 00:21:15 +0000 (00:21 +0000)] 
Use new ignoreErrno()

27 years agoIn clientReadRequest(), moved reinstalling the read handler with
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.

27 years agoFix 'EOF' bug in storeClientCopy2(). If the client copy offset equals
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.

27 years agoremove HTTP version debug
wessels [Fri, 14 Nov 1997 22:49:58 +0000 (22:49 +0000)] 
remove HTTP version debug

27 years agocompiler
wessels [Fri, 14 Nov 1997 12:16:23 +0000 (12:16 +0000)] 
compiler

27 years agoEBIT bugfix. Was passing REQ_CACHABLE enum as a bitfield.
wessels [Fri, 14 Nov 1997 12:13:28 +0000 (12:13 +0000)] 
EBIT bugfix.  Was passing REQ_CACHABLE enum as a bitfield.

27 years agoDavid Luyer's fixes
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.

27 years agoupdate
wessels [Fri, 14 Nov 1997 00:38:50 +0000 (00:38 +0000)] 
update

27 years ago1.2.beta6
wessels [Fri, 14 Nov 1997 00:38:14 +0000 (00:38 +0000)] 
1.2.beta6

27 years agopreliminary AS number support
wessels [Thu, 13 Nov 1997 12:25:47 +0000 (12:25 +0000)] 
preliminary AS number support

27 years agotypo
wessels [Thu, 13 Nov 1997 09:32:37 +0000 (09:32 +0000)] 
typo

27 years agoCheck failure ratio is broken because log_tags and err_type are now
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.

27 years agoupdate
wessels [Thu, 13 Nov 1997 07:10:33 +0000 (07:10 +0000)] 
update

27 years agoremove fatal_dump calls
wessels [Thu, 13 Nov 1997 06:47:37 +0000 (06:47 +0000)] 
remove fatal_dump calls

27 years agoremove fatal_dump calls
wessels [Thu, 13 Nov 1997 06:38:08 +0000 (06:38 +0000)] 
remove fatal_dump calls

27 years agoRon Gomes fixes.
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.

27 years agoAdded ``SLASH_HACK.'' If CWD to the first directory fails, then try
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

27 years agoHenrik: trigger re-read of passwd file if auth fails
wessels [Thu, 13 Nov 1997 05:49:36 +0000 (05:49 +0000)] 
Henrik: trigger re-read of passwd file if auth fails

27 years agopass LMT = 0 instead of -1
wessels [Thu, 13 Nov 1997 04:04:31 +0000 (04:04 +0000)] 
pass LMT = 0  instead of -1

27 years agoFixed proxy auth support
wessels [Thu, 13 Nov 1997 01:58:38 +0000 (01:58 +0000)] 
Fixed proxy auth support

27 years agoup debug level on 'seeking to offset' message
wessels [Wed, 12 Nov 1997 07:10:45 +0000 (07:10 +0000)] 
up debug level on 'seeking to offset' message

27 years ago- Change all BIT_{SET,CLR,TEST} to EBIT_ versions with enum types
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

27 years agoOOF! Somehow this bit of logic got lost which releases objects
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.

27 years agoremove old, unused cruft
wessels [Tue, 11 Nov 1997 04:07:05 +0000 (04:07 +0000)] 
remove old, unused cruft

27 years agoremove unused prototypes
wessels [Tue, 11 Nov 1997 03:57:38 +0000 (03:57 +0000)] 
remove unused prototypes

27 years agoBad things were happening when we copied the mem->reply structure
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!

27 years agore-enable signal catching while sleeping during child restarts
wessels [Tue, 11 Nov 1997 03:52:57 +0000 (03:52 +0000)] 
re-enable signal catching while sleeping during child restarts

27 years agorelocate timeout handler from ctrl to data for LIST requests as well.
wessels [Tue, 11 Nov 1997 02:42:04 +0000 (02:42 +0000)] 
relocate timeout handler from ctrl to data for LIST requests as well.

27 years agospello
wessels [Fri, 7 Nov 1997 04:00:36 +0000 (04:00 +0000)] 
spello

27 years ago1.2.beta5
wessels [Fri, 7 Nov 1997 01:30:59 +0000 (01:30 +0000)] 
1.2.beta5

27 years agoupdate
wessels [Fri, 7 Nov 1997 01:29:35 +0000 (01:29 +0000)] 
update

27 years agodebug change
wessels [Fri, 7 Nov 1997 01:29:31 +0000 (01:29 +0000)] 
debug change

27 years agoupdate
wessels [Fri, 7 Nov 1997 01:28:51 +0000 (01:28 +0000)] 
update

27 years agofix reference_age. the value to pow() must be MINUTES
wessels [Thu, 6 Nov 1997 03:00:57 +0000 (03:00 +0000)] 
fix reference_age.  the value to pow() must be MINUTES

27 years agocompiler
wessels [Thu, 6 Nov 1997 02:52:22 +0000 (02:52 +0000)] 
compiler

27 years agoupdate
wessels [Thu, 6 Nov 1997 02:11:05 +0000 (02:11 +0000)] 
update

27 years agoremove assertion that reqnum == 0.
wessels [Wed, 5 Nov 1997 13:55:01 +0000 (13:55 +0000)] 
remove assertion that reqnum == 0.

27 years agoSet reqnum to
wessels [Wed, 5 Nov 1997 13:54:09 +0000 (13:54 +0000)] 
Set reqnum to

27 years agohm, we had a no-op storeGet()
wessels [Wed, 5 Nov 1997 13:44:04 +0000 (13:44 +0000)] 
hm, we had a no-op storeGet()

27 years agoLINT
wessels [Wed, 5 Nov 1997 12:29:16 +0000 (12:29 +0000)] 
LINT

27 years agotrying to rearrange file names so they make more sense.
wessels [Wed, 5 Nov 1997 07:39:48 +0000 (07:39 +0000)] 
trying to rearrange file names so they make more sense.

27 years agoFixed storeDirSwapLog problems upon reconfigure
wessels [Wed, 5 Nov 1997 06:29:35 +0000 (06:29 +0000)] 
Fixed storeDirSwapLog problems upon reconfigure

27 years agoFix 'arbtext' wierdnesses
wessels [Wed, 5 Nov 1997 06:21:12 +0000 (06:21 +0000)] 
Fix 'arbtext' wierdnesses

27 years agowrap keys in storeKey()
wessels [Wed, 5 Nov 1997 05:14:17 +0000 (05:14 +0000)] 
wrap keys in storeKey()

27 years agosupport '%%' -> '%'
wessels [Wed, 5 Nov 1997 02:54:46 +0000 (02:54 +0000)] 
support '%%' -> '%'

27 years agoadd USE_ASYNC_IO
wessels [Wed, 5 Nov 1997 02:39:44 +0000 (02:39 +0000)] 
add USE_ASYNC_IO

27 years agochange all (in minutes) etc to 'time-units'
wessels [Wed, 5 Nov 1997 02:38:04 +0000 (02:38 +0000)] 
change all (in minutes) etc to 'time-units'

27 years agoFixed snprintf() bug and cleaned up prototypes
wessels [Wed, 5 Nov 1997 01:43:29 +0000 (01:43 +0000)] 
Fixed snprintf() bug and cleaned up prototypes

27 years agohier_strings[] had too many members
wessels [Tue, 4 Nov 1997 13:16:52 +0000 (13:16 +0000)] 
hier_strings[] had too many members

27 years agolast minute SHA commits
wessels [Tue, 4 Nov 1997 07:32:14 +0000 (07:32 +0000)] 
last minute SHA commits

27 years agoSTORE_KEY_SHA
wessels [Tue, 4 Nov 1997 07:31:17 +0000 (07:31 +0000)] 
STORE_KEY_SHA

27 years agonew store key fixes
wessels [Tue, 4 Nov 1997 06:18:16 +0000 (06:18 +0000)] 
new store key fixes

27 years agoFLEXIBLE CACHE KEYS. Can use either URLs or SHA digests.
wessels [Tue, 4 Nov 1997 05:43:06 +0000 (05:43 +0000)] 
FLEXIBLE CACHE KEYS.  Can use either URLs or SHA digests.

27 years agobinary tree fixes from 1.1.18
wessels [Tue, 4 Nov 1997 03:05:36 +0000 (03:05 +0000)] 
binary tree fixes from 1.1.18

27 years agolost rfc1738_unescape() somehow
wessels [Tue, 4 Nov 1997 03:05:10 +0000 (03:05 +0000)] 
lost rfc1738_unescape() somehow

27 years agomissing break (Henrik)
wessels [Tue, 4 Nov 1997 03:04:44 +0000 (03:04 +0000)] 
missing break (Henrik)

27 years agoFrom: Henrik Nordstrom <hno@hem.passagen.se>
wessels [Mon, 3 Nov 1997 23:19:23 +0000 (23:19 +0000)] 
From:    Henrik Nordstrom <hno@hem.passagen.se>
* Allow %escapes to be send in a FTP url. The path is now handled correctly:
   1) Split the path on /
   2) Decode each part (possibly introducing / or ..)
* Removed up the "cleanup" of URL's.. it is basically not a good idea to
  try to clean up the URL. If we get a strange URL it is probably the
  intention. The "cleanup" code usually makes a mess of things.. And when
  this cleanup was removed, it was much easier to handle "BASE HREF" or
  not...
* Added back .. in listings (code was not updated)
* Changed .. to generate %2e%2e/ when appropriate ("root" directory, or
  after %2e%2e)
* Added a link to %2f/ when on "Top level" URL.
* Added a "Up" link to ../ on the above two ones. (I chosed the term Up,
  since it is to a shorter URL.. whether this it up/down in the file
  system is hard to tell...)
* Changed text to "Home directory" when in directory /%2f/

27 years agoFrom: Henrik Nordstrom <hno@hem.passagen.se>
wessels [Mon, 3 Nov 1997 23:05:23 +0000 (23:05 +0000)] 
From:    Henrik Nordstrom <hno@hem.passagen.se>
Here is a small patch to squid-1.2.beta4 to support %nn escapes in FTP
URLs... (all code was already there but never called...)

27 years agowe were not incrementing and decrementing Number_FD!
wessels [Sun, 2 Nov 1997 10:21:59 +0000 (10:21 +0000)] 
we were not incrementing and decrementing Number_FD!

27 years agoupdate
wessels [Sat, 1 Nov 1997 06:42:33 +0000 (06:42 +0000)] 
update

27 years agotone down foo has callback warning
wessels [Sat, 1 Nov 1997 06:37:38 +0000 (06:37 +0000)] 
tone down foo has callback warning

27 years agoremove Keepalive Ratio debug
wessels [Sat, 1 Nov 1997 06:37:24 +0000 (06:37 +0000)] 
remove Keepalive Ratio debug

27 years agofix up includes and defines
wessels [Sat, 1 Nov 1997 05:52:38 +0000 (05:52 +0000)] 
fix up includes and defines

27 years agoshow keep-alive ratio in server_list output
wessels [Sat, 1 Nov 1997 03:46:23 +0000 (03:46 +0000)] 
show keep-alive ratio in server_list output

27 years agomore keepalive ratio fixes
wessels [Sat, 1 Nov 1997 03:37:06 +0000 (03:37 +0000)] 
more keepalive ratio fixes

27 years agokeepalive ratio tweaks
wessels [Sat, 1 Nov 1997 03:01:56 +0000 (03:01 +0000)] 
keepalive ratio tweaks

27 years agokeepalive ratio fixes
wessels [Sat, 1 Nov 1997 02:54:14 +0000 (02:54 +0000)] 
keepalive ratio fixes

27 years agoTrack keepalive success ratio
wessels [Sat, 1 Nov 1997 02:34:59 +0000 (02:34 +0000)] 
Track keepalive success ratio

27 years agofix KILL_PARENT debug()
wessels [Sat, 1 Nov 1997 02:34:48 +0000 (02:34 +0000)] 
fix KILL_PARENT debug()

27 years agodont show 'store_swap_size =' message until validation is finished
wessels [Sat, 1 Nov 1997 00:06:13 +0000 (00:06 +0000)] 
dont show 'store_swap_size =' message until validation is finished

27 years agospello
wessels [Fri, 31 Oct 1997 22:22:23 +0000 (22:22 +0000)] 
spello

27 years agoupdate
wessels [Fri, 31 Oct 1997 12:17:28 +0000 (12:17 +0000)] 
update

27 years agoAdding SHA source code from Perl module source.
wessels [Fri, 31 Oct 1997 12:15:06 +0000 (12:15 +0000)] 
Adding SHA source code from Perl module source.
Have configure check for endianness.  use WORDS_BIGENDIAN instead of
others

27 years agoupdate
wessels [Fri, 31 Oct 1997 11:16:25 +0000 (11:16 +0000)] 
update

27 years agogindent
wessels [Fri, 31 Oct 1997 11:09:07 +0000 (11:09 +0000)] 
gindent

27 years agofix to allow comments in globals.h file
wessels [Fri, 31 Oct 1997 05:45:52 +0000 (05:45 +0000)] 
fix to allow comments in globals.h file

27 years agoadd ident string
wessels [Fri, 31 Oct 1997 05:42:25 +0000 (05:42 +0000)] 
add ident string

27 years agoNeed to handle more cases when store_client callback returns -1
wessels [Fri, 31 Oct 1997 05:41:21 +0000 (05:41 +0000)] 
Need to handle more cases when store_client callback returns -1

27 years agowait_child() munging
wessels [Fri, 31 Oct 1997 05:40:51 +0000 (05:40 +0000)] 
wait_child() munging

27 years agocompare lastref to e->lastref during store rebuild. Might regret this
wessels [Fri, 31 Oct 1997 05:40:39 +0000 (05:40 +0000)] 
compare lastref to e->lastref during store rebuild.  Might regret this
soon.

27 years agowait_child() munging
wessels [Fri, 31 Oct 1997 03:38:16 +0000 (03:38 +0000)] 
wait_child() munging

27 years agoDuring store rebuild, we should only call storeDirUpdateSwapSize()
wessels [Fri, 31 Oct 1997 03:37:56 +0000 (03:37 +0000)] 
During store rebuild, we should only call storeDirUpdateSwapSize()
if the log file is CLEAN.  Otherwise, call it in
storeSwapInValidateComplete()

27 years agoupdate offset if we seek!!
wessels [Fri, 31 Oct 1997 01:42:55 +0000 (01:42 +0000)] 
update offset if we seek!!

27 years agodon't need to set _db_level for _db_print any more.
wessels [Fri, 31 Oct 1997 01:37:08 +0000 (01:37 +0000)] 
don't need to set _db_level for _db_print any more.

27 years agouse execvp instead of execv.
wessels [Fri, 31 Oct 1997 01:27:20 +0000 (01:27 +0000)] 
use execvp instead of execv.
s/daemonize/watch_child/

27 years agoadd missing BIT_SET ERR_FLAG_CBDATA
wessels [Fri, 31 Oct 1997 00:49:17 +0000 (00:49 +0000)] 
add missing BIT_SET ERR_FLAG_CBDATA

27 years agoprotect vsnprintf() with #ifdefs
wessels [Fri, 31 Oct 1997 00:48:28 +0000 (00:48 +0000)] 
protect vsnprintf() with #ifdefs

27 years agodont need err_string[] in globals.h
wessels [Thu, 30 Oct 1997 13:23:39 +0000 (13:23 +0000)] 
dont need err_string[] in globals.h

27 years agoFMW fix
wessels [Thu, 30 Oct 1997 13:18:55 +0000 (13:18 +0000)] 
FMW fix

27 years ago1.2.beta4
wessels [Thu, 30 Oct 1997 12:35:25 +0000 (12:35 +0000)] 
1.2.beta4

27 years agoupdate
wessels [Thu, 30 Oct 1997 12:35:15 +0000 (12:35 +0000)] 
update

27 years agoFUM bugs
wessels [Thu, 30 Oct 1997 12:19:52 +0000 (12:19 +0000)] 
FUM bugs

27 years agoAdded 'daemonize' function to replace RunCache script
wessels [Thu, 30 Oct 1997 11:49:37 +0000 (11:49 +0000)] 
Added 'daemonize' function to replace RunCache script

27 years agogindent and formatting
wessels [Thu, 30 Oct 1997 10:31:17 +0000 (10:31 +0000)] 
gindent and formatting

27 years agoupdate
wessels [Thu, 30 Oct 1997 10:28:12 +0000 (10:28 +0000)] 
update

27 years agouse new errorCon()
wessels [Thu, 30 Oct 1997 09:49:00 +0000 (09:49 +0000)] 
use new errorCon()

27 years agomax okumoto errorpage and other mods
wessels [Thu, 30 Oct 1997 09:40:57 +0000 (09:40 +0000)] 
max okumoto errorpage and other mods