]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
28 years agocheck next_ping_time before pinging
wessels [Sun, 13 Oct 1996 15:14:01 +0000 (15:14 +0000)] 
check next_ping_time before pinging

28 years agoFrom: Markus Gyger <mgyger@itr.ch>
wessels [Sun, 13 Oct 1996 12:19:36 +0000 (12:19 +0000)] 
From:    Markus Gyger <mgyger@itr.ch>
here are some minor cosmetic changes for squid-1.1.beta6.
BTW: configure doesn't reflect configure.in correctly right now.

28 years agoautoconf
wessels [Sun, 13 Oct 1996 11:51:34 +0000 (11:51 +0000)] 
autoconf

28 years agoupdate
wessels [Sun, 13 Oct 1996 11:51:06 +0000 (11:51 +0000)] 
update

28 years agogindent
wessels [Sat, 12 Oct 1996 05:11:52 +0000 (05:11 +0000)] 
gindent

28 years agocombine two comm_set_select*() funcs into commSetSelect()
wessels [Sat, 12 Oct 1996 05:11:06 +0000 (05:11 +0000)] 
combine two comm_set_select*() funcs into commSetSelect()
remove some (PF) casting

28 years agoupdate
wessels [Sat, 12 Oct 1996 01:56:06 +0000 (01:56 +0000)] 
update

28 years agoadding
wessels [Sat, 12 Oct 1996 01:53:09 +0000 (01:53 +0000)] 
adding

28 years agomisc turds
wessels [Sat, 12 Oct 1996 01:35:28 +0000 (01:35 +0000)] 
misc turds

28 years agoprotect netdb call with USE_ICMP
wessels [Sat, 12 Oct 1996 00:04:57 +0000 (00:04 +0000)] 
protect netdb call with USE_ICMP

28 years ago1.1.beta6
wessels [Fri, 11 Oct 1996 09:12:34 +0000 (09:12 +0000)] 
1.1.beta6

28 years agoSRV4 install fixes from Markus Gyger
wessels [Fri, 11 Oct 1996 05:30:38 +0000 (05:30 +0000)] 
SRV4 install fixes from Markus Gyger

28 years agodebug change
wessels [Fri, 11 Oct 1996 05:21:28 +0000 (05:21 +0000)] 
debug change

28 years agoupdate
wessels [Fri, 11 Oct 1996 04:24:27 +0000 (04:24 +0000)] 
update

28 years agogindent
wessels [Fri, 11 Oct 1996 04:20:55 +0000 (04:20 +0000)] 
gindent

28 years agoMisc shutdown-related cleanup stuff...
wessels [Fri, 11 Oct 1996 04:20:27 +0000 (04:20 +0000)] 
Misc shutdown-related cleanup stuff...

28 years agoFree request structures for objects remaining in VM
wessels [Fri, 11 Oct 1996 04:19:36 +0000 (04:19 +0000)] 
Free request structures for objects remaining in VM

28 years agoMore xxFreeMemory() functions and fixes
wessels [Fri, 11 Oct 1996 01:04:14 +0000 (01:04 +0000)] 
More xxFreeMemory() functions and fixes

28 years agomemory problem
wessels [Fri, 11 Oct 1996 00:52:23 +0000 (00:52 +0000)] 
memory problem

28 years agoBig improvement to cache_mem. Now count pool pages, not bytes for low/high water
wessels [Fri, 11 Oct 1996 00:48:47 +0000 (00:48 +0000)] 
Big improvement to cache_mem.  Now count pool pages, not bytes for low/high water
mark.  Share pool among all in memory objects.

28 years agoAccount and free netdb host entries too.
wessels [Thu, 10 Oct 1996 22:38:49 +0000 (22:38 +0000)] 
Account and free netdb host entries too.

28 years agomlk
wessels [Thu, 10 Oct 1996 22:33:37 +0000 (22:33 +0000)] 
mlk

28 years ago-Replaced use of hostent in IP cache. Now use home-grown ipcache_addrs with
wessels [Thu, 10 Oct 1996 04:49:27 +0000 (04:49 +0000)] 
-Replaced use of hostent in IP cache.  Now use home-grown ipcache_addrs with
 list of in_addr's
-Changed comm_connect() to comm_nbconnect() and removed all *ConnInProgress()
 stuff.  Now all (most?) completed connections go through a single function.
-Added ipcacheCycleAddr() to round-robin IP addresses
-Added ipcacheRemoveBadAddr() to remove bad addresses from failed connect's.
-Other junk

28 years agoFrom: Arjan.deVet@adv.IAEhv.nl (Arjan de Vet)
wessels [Wed, 9 Oct 1996 22:27:16 +0000 (22:27 +0000)] 
From:    Arjan.deVet@adv.IAEhv.nl (Arjan de Vet)

>I've made a patch to read src and dst ACL's from a file (one entry per
>line), the new commands are 'acl <name> src_file <file>' and 'acl <name>
>dst_file <file>'.
>
>Furthermore I added a small patch to implement the ACL lookup speedup
>described above: a matched record in an ACL will be moved to the second
>position of the list (the first position is somewhat more difficult). This
[...]

I've made the patch more general. You can now use for any ACL the
following syntax:

        acl <aclname> <acltype> "file"

A file should contain one word (IP spec, domain name, regexp, etc.) per
line. Note that you can mix this new file method with the old method, e.g.:

        acl acl1 src 212.1.2.3/24 "/home/squid/etc/networks" 127.0.0.1

Furthermore the ACL speedup patch has been implemented for domain lists,
regex lists and int lists too.

28 years ago-report pings recv/sent
wessels [Wed, 9 Oct 1996 21:56:23 +0000 (21:56 +0000)] 
-report pings recv/sent
-update last_use_time in netdbHops()

28 years agomulticast patch from Martin Hamilton
wessels [Wed, 9 Oct 1996 21:43:47 +0000 (21:43 +0000)] 
multicast patch from Martin Hamilton

28 years agomondo proto patch from ed knowles
wessels [Wed, 9 Oct 1996 21:34:13 +0000 (21:34 +0000)] 
mondo proto patch from ed knowles

28 years agofix fcntl F_SETFL calls
wessels [Wed, 9 Oct 1996 03:20:50 +0000 (03:20 +0000)] 
fix fcntl F_SETFL calls

28 years agoupdate
wessels [Wed, 9 Oct 1996 01:37:58 +0000 (01:37 +0000)] 
update

28 years agoAdded 'minimum_direct_hops' feature
wessels [Wed, 9 Oct 1996 01:37:33 +0000 (01:37 +0000)] 
Added 'minimum_direct_hops' feature

28 years ago1.1.beta5
wessels [Wed, 9 Oct 1996 01:19:32 +0000 (01:19 +0000)] 
1.1.beta5

28 years agoupdate
wessels [Wed, 9 Oct 1996 01:19:20 +0000 (01:19 +0000)] 
update

28 years agoupdate
wessels [Wed, 9 Oct 1996 00:59:36 +0000 (00:59 +0000)] 
update

28 years agoexpire stuff
wessels [Wed, 9 Oct 1996 00:52:12 +0000 (00:52 +0000)] 
expire stuff

28 years agoupload patch
wessels [Tue, 8 Oct 1996 20:57:06 +0000 (20:57 +0000)] 
upload patch

28 years agoupload patch
wessels [Tue, 8 Oct 1996 20:48:34 +0000 (20:48 +0000)] 
upload patch

28 years agomove O_NONBLOCK to open()
wessels [Tue, 8 Oct 1996 20:43:30 +0000 (20:43 +0000)] 
move O_NONBLOCK to open()

28 years agodebug msg fix
wessels [Tue, 8 Oct 1996 20:43:13 +0000 (20:43 +0000)] 
debug msg fix

28 years ago1.0.18 merge
wessels [Tue, 8 Oct 1996 08:13:54 +0000 (08:13 +0000)] 
1.0.18 merge

28 years agoupdate
wessels [Tue, 8 Oct 1996 04:17:56 +0000 (04:17 +0000)] 
update

28 years agoFrom: Arjan.deVet@adv.IAEhv.nl (Arjan de Vet)
wessels [Tue, 8 Oct 1996 04:11:06 +0000 (04:11 +0000)] 
From:    Arjan.deVet@adv.IAEhv.nl (Arjan de Vet)

I've made a patch to read src and dst ACL's from a file (one entry per
line), the new commands are 'acl <name> src_file <file>' and 'acl <name>
dst_file <file>'.

Furthermore I added a small patch to implement the ACL lookup speedup
described above: a matched record in an ACL will be moved to the second
position of the list (the first position is somewhat more difficult). This
speedup does not work for negated ACL's (!<acl-name>) as the whole list
still needs to be searched. But for my purpose (a long list of IP addresses
authorized to use the proxy) it should be an improvement.

28 years agobrowser ACL support
wessels [Tue, 8 Oct 1996 04:04:56 +0000 (04:04 +0000)] 
browser ACL support

28 years agoAdded 'miss_access' to limit who can fetch MISSES through us
wessels [Mon, 7 Oct 1996 23:14:51 +0000 (23:14 +0000)] 
Added 'miss_access' to limit who can fetch MISSES through us

28 years agoAdded parent/sibling modifiers to cache_host_domain lines
wessels [Mon, 7 Oct 1996 22:47:40 +0000 (22:47 +0000)] 
Added parent/sibling modifiers to cache_host_domain lines

28 years agoCan't use inaddrFromHostent on ipcache entries with multiple addresses
wessels [Mon, 7 Oct 1996 21:12:55 +0000 (21:12 +0000)] 
Can't use inaddrFromHostent on ipcache entries with multiple addresses

28 years agocompiler warnings
wessels [Mon, 7 Oct 1996 21:06:06 +0000 (21:06 +0000)] 
compiler warnings

28 years agoFrom: Markus Gyger <mgyger@itr.ch>
wessels [Mon, 7 Oct 1996 21:04:46 +0000 (21:04 +0000)] 
From:    Markus Gyger <mgyger@itr.ch>
OK, I couldn't resist to make some changes in cachemgr.c:

    - URLs like .../cgi-bin/cachemgr?proxy.w3.org:3128 should now work
    - .../cgi-bin/cachemgr?host=proxy&port=3128&url=http://www.x.org/&operation=
refresh
      works like a POST request (parameters may be omitted)
    - removed "Current" item in operation selection;
      previous selection is remembered
    - added "Empty Form" entry in selection

28 years agodebug cleanup
wessels [Mon, 7 Oct 1996 20:59:39 +0000 (20:59 +0000)] 
debug cleanup

28 years agoadd INADDR_NONE
wessels [Mon, 7 Oct 1996 20:59:30 +0000 (20:59 +0000)] 
add INADDR_NONE

28 years agomore debug on failed $hello test
wessels [Mon, 7 Oct 1996 20:59:17 +0000 (20:59 +0000)] 
more debug on failed $hello test

28 years agobetter explain "Found non-ICP cache as SIBLING"
wessels [Mon, 7 Oct 1996 20:59:05 +0000 (20:59 +0000)] 
better explain "Found non-ICP cache as SIBLING"

28 years agocoredump fix in storeFreeMemory()
wessels [Mon, 7 Oct 1996 20:40:09 +0000 (20:40 +0000)] 
coredump fix in storeFreeMemory()

28 years agoupdate
wessels [Fri, 27 Sep 1996 02:17:47 +0000 (02:17 +0000)] 
update

28 years agomore *FreeMemory() stuff
wessels [Fri, 27 Sep 1996 01:54:45 +0000 (01:54 +0000)] 
more *FreeMemory() stuff

28 years agoupdate
wessels [Fri, 27 Sep 1996 01:20:56 +0000 (01:20 +0000)] 
update

28 years agogindent
wessels [Fri, 27 Sep 1996 01:19:41 +0000 (01:19 +0000)] 
gindent

28 years ago- Added *FreeMemory() routines.
wessels [Fri, 27 Sep 1996 01:19:11 +0000 (01:19 +0000)] 
- Added *FreeMemory() routines.
- Changed max_hov_vm_obj_size to 256k

28 years agoansi
wessels [Wed, 25 Sep 1996 02:37:32 +0000 (02:37 +0000)] 
ansi

28 years agoupdate
wessels [Wed, 25 Sep 1996 02:28:53 +0000 (02:28 +0000)] 
update

28 years agoadding
wessels [Wed, 25 Sep 1996 02:28:05 +0000 (02:28 +0000)] 
adding

28 years agoupdate
wessels [Wed, 25 Sep 1996 02:17:58 +0000 (02:17 +0000)] 
update

28 years agogindent
wessels [Wed, 25 Sep 1996 02:17:26 +0000 (02:17 +0000)] 
gindent

28 years agoupdate
wessels [Wed, 25 Sep 1996 02:16:48 +0000 (02:16 +0000)] 
update

28 years ago1.0.17 merge
wessels [Wed, 25 Sep 1996 02:16:37 +0000 (02:16 +0000)] 
1.0.17 merge

28 years agoupdate
wessels [Wed, 25 Sep 1996 01:56:52 +0000 (01:56 +0000)] 
update

28 years agoFrom: Markus Gyger <mgyger@itr.ch>
wessels [Wed, 25 Sep 1996 01:50:07 +0000 (01:50 +0000)] 
From: Markus Gyger <mgyger@itr.ch>
I've written a script for systems with SVR4 startup mechanism,
maybe it's useful for others too. However, I've tested it on
HP-UX 10.10 only, and there are some '?' where I don't know
what is used on those systems.

28 years agoFrom: Markus Gyger <mgyger@itr.ch>
wessels [Wed, 25 Sep 1996 01:42:49 +0000 (01:42 +0000)] 
From: Markus Gyger <mgyger@itr.ch>
I've written a script for systems with SVR4 startup mechanism,
maybe it's useful for others too. However, I've tested it on
HP-UX 10.10 only, and there are some '?' where I don't know
what is used on those systems.

28 years ago-Added pinger to Config.
wessels [Wed, 25 Sep 1996 00:50:04 +0000 (00:50 +0000)] 
-Added pinger to Config.
-Pass debug_options as SQUID_DEBUG in environment to pinger.
-Have pinger send zero-length messages every 30s to make sure Squid is
 alive.

28 years agomemory leak fix
wessels [Wed, 25 Sep 1996 00:48:12 +0000 (00:48 +0000)] 
memory leak fix

28 years agoMoved accept() for dnsserver into Squid
wessels [Wed, 25 Sep 1996 00:47:56 +0000 (00:47 +0000)] 
Moved accept() for dnsserver into Squid

28 years agoDo the accept() from Squid instead of dnsserver.
wessels [Wed, 25 Sep 1996 00:47:22 +0000 (00:47 +0000)] 
Do the accept() from Squid instead of dnsserver.

28 years agoFrom: webadm@cc.fh-lippe.de (Cord Beermann, Webmaster der FH Lippe)
wessels [Wed, 25 Sep 1996 00:44:29 +0000 (00:44 +0000)] 
From:    webadm@cc.fh-lippe.de (Cord Beermann, Webmaster der FH Lippe)
Here is a small fix, which corrects the Cachemgr.cgi-Output for
non-table-Browsers.

28 years agocompiler
wessels [Tue, 24 Sep 1996 05:10:33 +0000 (05:10 +0000)] 
compiler

28 years agoNULL the right thing in ip_acl_destroy
wessels [Tue, 24 Sep 1996 04:32:22 +0000 (04:32 +0000)] 
NULL the right thing in ip_acl_destroy

28 years agogindent
wessels [Tue, 24 Sep 1996 04:14:43 +0000 (04:14 +0000)] 
gindent

28 years agoadd netdb stuff
wessels [Tue, 24 Sep 1996 04:13:58 +0000 (04:13 +0000)] 
add netdb stuff

28 years agomake it compile without USE_ICMP
wessels [Tue, 24 Sep 1996 04:13:43 +0000 (04:13 +0000)] 
make it compile without USE_ICMP

28 years agoFixed goofy "\r\n\0" bug
wessels [Tue, 24 Sep 1996 04:13:30 +0000 (04:13 +0000)] 
Fixed goofy "\r\n\0" bug

28 years agoFixed handling of race condition.
wessels [Tue, 24 Sep 1996 04:13:05 +0000 (04:13 +0000)] 
Fixed handling of race condition.

28 years agoFix up deleting from hash tables
wessels [Sat, 21 Sep 1996 05:40:18 +0000 (05:40 +0000)] 
Fix up deleting from hash tables

28 years agofix pinger target
wessels [Sat, 21 Sep 1996 05:39:53 +0000 (05:39 +0000)] 
fix pinger target

28 years agocast sockaddr arg to getsockname()
wessels [Sat, 21 Sep 1996 05:33:17 +0000 (05:33 +0000)] 
cast sockaddr arg to getsockname()

28 years agoupdate
wessels [Sat, 21 Sep 1996 05:28:00 +0000 (05:28 +0000)] 
update

28 years ago - Moved ICMP socket to external 'pinger' program.
wessels [Sat, 21 Sep 1996 05:26:47 +0000 (05:26 +0000)] 
    - Moved ICMP socket to external 'pinger' program.
        - Moved tvSubMsec() to lib/util.c.
        - Moved accessLogTime() to debug.c.

28 years agoReplaced 'cache_hot_vm_factor' with 'max_hotvm_obj_size'.
wessels [Sat, 21 Sep 1996 02:55:29 +0000 (02:55 +0000)] 
Replaced 'cache_hot_vm_factor' with 'max_hotvm_obj_size'.

28 years agotrap STORE_PENDING objects when lock_count == 0
wessels [Sat, 21 Sep 1996 02:28:12 +0000 (02:28 +0000)] 
trap STORE_PENDING objects when lock_count == 0

28 years agoallow ICP on priv ports
wessels [Sat, 21 Sep 1996 02:27:49 +0000 (02:27 +0000)] 
allow ICP on priv ports

28 years agoremove dup debug
wessels [Sat, 21 Sep 1996 02:27:33 +0000 (02:27 +0000)] 
remove dup debug

28 years agoFrom: Yoichi Shinoda <shinoda@jaist.ac.jp>
wessels [Sat, 21 Sep 1996 01:29:25 +0000 (01:29 +0000)] 
From:    Yoichi Shinoda <shinoda@jaist.ac.jp>
I guess we should not do strcasecmp(strtok(auth_hdr, " \t"), "Basic"))
in ftpStart(), because strtok() returns a null pointer when no more
token is available.

28 years agofuther htonl fixes
wessels [Fri, 20 Sep 1996 22:00:43 +0000 (22:00 +0000)] 
futher htonl fixes

28 years agofix
wessels [Fri, 20 Sep 1996 13:38:15 +0000 (13:38 +0000)] 
fix

28 years agoautoconf ip->ip_hl
wessels [Fri, 20 Sep 1996 13:31:22 +0000 (13:31 +0000)] 
autoconf ip->ip_hl

28 years agobyte-order conversion
wessels [Fri, 20 Sep 1996 13:31:02 +0000 (13:31 +0000)] 
byte-order conversion
debug level changes

28 years ago - Fixed coredump in icpStateFree() when calling
wessels [Fri, 20 Sep 1996 12:28:12 +0000 (12:28 +0000)] 
    - Fixed coredump in icpStateFree() when calling
          checkFailureRatio().
        - Added more stuff to net_db.c.
        - Fixed memory leak in stat_ipcache_get().
        - Changed __P back to _PARAMS.

28 years ago1.1.beta4
wessels [Fri, 20 Sep 1996 12:24:31 +0000 (12:24 +0000)] 
1.1.beta4

28 years agoupdate
wessels [Thu, 19 Sep 1996 04:45:22 +0000 (04:45 +0000)] 
update

28 years agos/__STRICT_ANSI__/__STDC__/
wessels [Thu, 19 Sep 1996 04:44:39 +0000 (04:44 +0000)] 
s/__STRICT_ANSI__/__STDC__/

28 years agoadding
wessels [Thu, 19 Sep 1996 03:44:31 +0000 (03:44 +0000)] 
adding

28 years agogindent
wessels [Thu, 19 Sep 1996 03:41:07 +0000 (03:41 +0000)] 
gindent

28 years agomerge diff-1.0.12-1.0.16
wessels [Thu, 19 Sep 1996 03:39:26 +0000 (03:39 +0000)] 
merge diff-1.0.12-1.0.16