]>
git.ipfire.org Git - thirdparty/squid.git/log
wessels [Sat, 1 Aug 1998 02:52:57 +0000 (02:52 +0000)]
hide debug
wessels [Fri, 31 Jul 1998 22:26:41 +0000 (22:26 +0000)]
better english by Bertold Kolics
wessels [Fri, 31 Jul 1998 22:25:28 +0000 (22:25 +0000)]
From: Bertold Kolics <bertold@sztaki.hu>
in the 1st row you see 'File Created' while in the 4th one you can read
'File updated'.
I think that the former one should be used in the 4th row as well since
we have a ERR_FTP_PUT_MODIFIED file.
wessels [Fri, 31 Jul 1998 22:24:05 +0000 (22:24 +0000)]
adding Bertold Kolics Hungarian error pages
wessels [Fri, 31 Jul 1998 20:48:13 +0000 (20:48 +0000)]
Fixed broken handling of HEAD replies which lack the empty
end-of-headers line.
wessels [Fri, 31 Jul 1998 08:40:29 +0000 (08:40 +0000)]
protect delayPoolsInit call
wessels [Fri, 31 Jul 1998 06:15:19 +0000 (06:15 +0000)]
Luyers new DELAY_POOLS code
wessels [Fri, 31 Jul 1998 06:12:20 +0000 (06:12 +0000)]
update
wessels [Fri, 31 Jul 1998 05:31:09 +0000 (05:31 +0000)]
gindent
wessels [Fri, 31 Jul 1998 05:16:50 +0000 (05:16 +0000)]
From: "Sparks, Alan" <asparks@harris.com>
Without this, SNMP fails to compile on my Sun or HP box.
wessels [Fri, 31 Jul 1998 04:59:45 +0000 (04:59 +0000)]
adding NEIGHBOR_NO_NETDB_EXCHANGE for stats output
wessels [Fri, 31 Jul 1998 04:39:40 +0000 (04:39 +0000)]
use strcasecmp() instead of strncasecmp()
wessels [Fri, 31 Jul 1998 04:29:35 +0000 (04:29 +0000)]
unused code
wessels [Fri, 31 Jul 1998 04:07:54 +0000 (04:07 +0000)]
we don't track deferred reads any more
wessels [Fri, 31 Jul 1998 04:05:42 +0000 (04:05 +0000)]
objcache_op enums not used
wessels [Fri, 31 Jul 1998 04:04:46 +0000 (04:04 +0000)]
remove obsolete assignment
rousskov [Fri, 31 Jul 1998 03:52:01 +0000 (03:52 +0000)]
- minor fix, rep can be NULL in clientBuildRangeHeader.
rousskov [Fri, 31 Jul 1998 03:49:11 +0000 (03:49 +0000)]
- if we fail to parse a reply, we should destroy request-range if any
wessels [Thu, 30 Jul 1998 12:14:31 +0000 (12:14 +0000)]
typo
wessels [Thu, 30 Jul 1998 12:11:53 +0000 (12:11 +0000)]
clientCacheHit(): break out of a loop when store_status == STORE_COMPLETE
and we don't have full reply headers.
wessels [Thu, 30 Jul 1998 11:52:32 +0000 (11:52 +0000)]
debug
wessels [Wed, 29 Jul 1998 09:59:23 +0000 (09:59 +0000)]
update
wessels [Wed, 29 Jul 1998 09:57:37 +0000 (09:57 +0000)]
Fixed some restart bugs with dnsservers. Because of switch to
events, we were calling the dnsShutdownServers func AFTER the
new dnsservers had been allocated. Using a non-NULL callback
data when registering the event fixes this.
Also added fatal() checks for too few running dnsservers and too many
queued IP/FQDN lookups.
wessels [Wed, 29 Jul 1998 08:57:35 +0000 (08:57 +0000)]
when write returns an error on a half-closed socket, ALWAYS close the
descriptor and don't check ignoreErrno().
wessels [Sun, 26 Jul 1998 13:02:29 +0000 (13:02 +0000)]
update
wessels [Sun, 26 Jul 1998 13:01:18 +0000 (13:01 +0000)]
Changed where we move PRIVATE entries to the TAIL of the LRU list.
Instead of doing it in storeExpireNow, now we do it in storeHashInsert.
this saves double calls to dlink routines. private entries which later
become public should be safe because they will become public before
they are fully unlocked
wessels [Sun, 26 Jul 1998 12:39:25 +0000 (12:39 +0000)]
fixup storeMaintainSwapSpace counters
wessels [Sun, 26 Jul 1998 00:25:44 +0000 (00:25 +0000)]
assertion fix
wessels [Sat, 25 Jul 1998 23:48:33 +0000 (23:48 +0000)]
brain-o
wessels [Sat, 25 Jul 1998 10:59:11 +0000 (10:59 +0000)]
statObjects(): fixed incrementing bucketnum given new "deferring" code
wessels [Sat, 25 Jul 1998 10:53:28 +0000 (10:53 +0000)]
update
wessels [Sat, 25 Jul 1998 10:51:45 +0000 (10:51 +0000)]
update
wessels [Sat, 25 Jul 1998 10:49:40 +0000 (10:49 +0000)]
compiler
wessels [Sat, 25 Jul 1998 10:47:27 +0000 (10:47 +0000)]
Changed storeExpireNow to move expired objects to the TAIL of the LRU
list so they'll get removed by storeMaintainSwapSpace.
Similarly, it has no effect to call storeRelease from storeCleanup
because we're still in store_rebuilding state.
wessels [Sat, 25 Jul 1998 10:39:04 +0000 (10:39 +0000)]
more StoreEntry flags
wessels [Sat, 25 Jul 1998 09:53:32 +0000 (09:53 +0000)]
alphabetize
wessels [Sat, 25 Jul 1998 09:46:12 +0000 (09:46 +0000)]
storeCleanup(): Check RELEASE_REQUEST *before* fileno<0 to catch the
'cancelled' objects from reloading.
wessels [Sat, 25 Jul 1998 06:18:08 +0000 (06:18 +0000)]
shutting_down check for commSetTimeout should not be needed now
wessels [Sat, 25 Jul 1998 06:16:23 +0000 (06:16 +0000)]
rewrote shutdown code. Using FD timeouts suck{s,ed}. Now we use event
handlers and close any open sockets (or call timeout handlers) when
the shutdown event runs.
wessels [Sat, 25 Jul 1998 05:59:06 +0000 (05:59 +0000)]
statObjects: don't fill up too far ahead of the client
wessels [Sat, 25 Jul 1998 05:53:44 +0000 (05:53 +0000)]
compiler
wessels [Sat, 25 Jul 1998 04:48:15 +0000 (04:48 +0000)]
don't push idle connections during shutdown
wessels [Sat, 25 Jul 1998 04:04:04 +0000 (04:04 +0000)]
update
wessels [Fri, 24 Jul 1998 23:02:56 +0000 (23:02 +0000)]
remove OLD_CODE
wessels [Fri, 24 Jul 1998 22:29:52 +0000 (22:29 +0000)]
update
wessels [Fri, 24 Jul 1998 22:14:13 +0000 (22:14 +0000)]
Hacks for signals and pthreads on Linux
wessels [Fri, 24 Jul 1998 20:40:51 +0000 (20:40 +0000)]
typo\?
wessels [Fri, 24 Jul 1998 11:06:18 +0000 (11:06 +0000)]
update
wessels [Fri, 24 Jul 1998 11:01:40 +0000 (11:01 +0000)]
update
wessels [Fri, 24 Jul 1998 06:58:35 +0000 (06:58 +0000)]
brackets around maybe-macro-assert()
wessels [Fri, 24 Jul 1998 06:55:03 +0000 (06:55 +0000)]
attach request_t to DigestFetchState instead of assuming it will
be with MemObject.
wessels [Fri, 24 Jul 1998 05:55:56 +0000 (05:55 +0000)]
No runtime warning about invalid size on replies without content length.
Removed some compiletime warnings.
Changed the trace format to store checksum in hex.
wessels [Fri, 24 Jul 1998 05:52:35 +0000 (05:52 +0000)]
A small fix to ftp.c to eleminate a unneeded BASE HREF on "root"
directories. (Henrik)
wessels [Fri, 24 Jul 1998 05:50:51 +0000 (05:50 +0000)]
ENTRY_SPECIAL objects must always be cache hits
wessels [Fri, 24 Jul 1998 03:01:34 +0000 (03:01 +0000)]
dont print warnings for missing content length; didnt I already fix this once?
wessels [Fri, 24 Jul 1998 03:00:11 +0000 (03:00 +0000)]
update
wessels [Fri, 24 Jul 1998 01:57:47 +0000 (01:57 +0000)]
replaced urlcmp with straight strcmp
wessels [Thu, 23 Jul 1998 11:39:32 +0000 (11:39 +0000)]
change StoreEntry->lock_count to type u_short.
wessels [Thu, 23 Jul 1998 09:29:03 +0000 (09:29 +0000)]
added 60 minute CPU average
wessels [Thu, 23 Jul 1998 09:22:29 +0000 (09:22 +0000)]
compiler
wessels [Thu, 23 Jul 1998 09:13:24 +0000 (09:13 +0000)]
event handler to FORCE shutdown
wessels [Thu, 23 Jul 1998 09:13:11 +0000 (09:13 +0000)]
glenn fix
glenn [Thu, 23 Jul 1998 09:11:57 +0000 (09:11 +0000)]
*** empty log message ***
glenn [Thu, 23 Jul 1998 08:01:39 +0000 (08:01 +0000)]
Added base value for sysDescr, this will need to be changed at a later date
wessels [Thu, 23 Jul 1998 04:36:08 +0000 (04:36 +0000)]
handle store abort in statObjects
wessels [Thu, 23 Jul 1998 04:25:18 +0000 (04:25 +0000)]
RELEASE_REQUEST entries should be considered "expired" in maintain
swap space
wessels [Thu, 23 Jul 1998 04:05:20 +0000 (04:05 +0000)]
update
wessels [Thu, 23 Jul 1998 03:53:20 +0000 (03:53 +0000)]
1.2.beta23
wessels [Thu, 23 Jul 1998 03:24:41 +0000 (03:24 +0000)]
Added 5min CPU usage and total memory account to cachemgr info page
wessels [Thu, 23 Jul 1998 03:18:20 +0000 (03:18 +0000)]
undo bad patch
wessels [Thu, 23 Jul 1998 03:08:11 +0000 (03:08 +0000)]
nitpick
wessels [Thu, 23 Jul 1998 03:07:36 +0000 (03:07 +0000)]
add total memory accounted to info page
wessels [Thu, 23 Jul 1998 02:53:53 +0000 (02:53 +0000)]
added copyright header to files which didnt already have it
wessels [Thu, 23 Jul 1998 02:36:27 +0000 (02:36 +0000)]
CHANGED COPYRIGHT STUFF
wessels [Thu, 23 Jul 1998 02:21:36 +0000 (02:21 +0000)]
update
wessels [Thu, 23 Jul 1998 01:20:29 +0000 (01:20 +0000)]
remove old changes
glenn [Wed, 22 Jul 1998 11:43:07 +0000 (11:43 +0000)]
Corrected system group Object ID. It now returns the correct style value.
wessels [Wed, 22 Jul 1998 10:55:17 +0000 (10:55 +0000)]
remove double pconn count
wessels [Wed, 22 Jul 1998 01:06:05 +0000 (01:06 +0000)]
update
wessels [Tue, 21 Jul 1998 23:44:15 +0000 (23:44 +0000)]
bad assertion
wessels [Tue, 21 Jul 1998 23:38:28 +0000 (23:38 +0000)]
sane debug levels
wessels [Tue, 21 Jul 1998 23:34:20 +0000 (23:34 +0000)]
examine_select got duplicated
wessels [Tue, 21 Jul 1998 23:26:11 +0000 (23:26 +0000)]
gindent
wessels [Tue, 21 Jul 1998 23:22:02 +0000 (23:22 +0000)]
more selective about checking assertion
wessels [Tue, 21 Jul 1998 23:04:48 +0000 (23:04 +0000)]
stats for stews new comm_incoming mess
wessels [Tue, 21 Jul 1998 23:03:48 +0000 (23:03 +0000)]
forked comm_select.c from comm.c
wessels [Tue, 21 Jul 1998 09:16:04 +0000 (09:16 +0000)]
New refresh algorithm. No longer set entry->lastmod == entry->timestamp
when the Last-Modified header is absent. Also, don't do ISM validations
without a Last-Modified timestamp.
wessels [Tue, 21 Jul 1998 05:06:55 +0000 (05:06 +0000)]
allow using pre-installed libdlmalloc.a
wessels [Tue, 21 Jul 1998 04:50:37 +0000 (04:50 +0000)]
From: Henrik Nordstrom <hno@hem.passagen.se>
Changed mime.conf (and related C code) to include additional options to
make it possible for the user to override mime.conf settings. Primary
use is to view a text file that mime.conf says is binary, but it also
allows the user do download a binary file that otherwise gets downloaded
as ascii (and displayed in the browser).
+download show a binary download icon in FTP listings
+view show a ascii download icon in FTP listings
+download should be set on every mimetype that may be binary files at
some locations. +view should be set when it is known that some files may
be ascii to make it easier for the users to view these files (like the
default mime type).
Had to rewrite most of the ftp listing formatting code, but now should
it be much easier to maintain.
Fixed a minor error in the slash hack.
wessels [Tue, 21 Jul 1998 04:42:23 +0000 (04:42 +0000)]
From: Henrik Nordstrom <hno@hem.passagen.se>
Here is a small mime type patch. to properly handle the .tgz
extension as gzip application/x-tar. It's done by allowing content type
to be blank "-" if it has no meaning, as in encodings.
wessels [Tue, 21 Jul 1998 04:40:46 +0000 (04:40 +0000)]
cleanup
wessels [Tue, 21 Jul 1998 04:16:35 +0000 (04:16 +0000)]
free bug
wessels [Tue, 21 Jul 1998 02:37:38 +0000 (02:37 +0000)]
remove UNUSED_CODE
wessels [Tue, 21 Jul 1998 02:26:22 +0000 (02:26 +0000)]
too few args to cachemgrRegister
wessels [Tue, 21 Jul 1998 02:22:29 +0000 (02:22 +0000)]
update
wessels [Tue, 21 Jul 1998 02:20:50 +0000 (02:20 +0000)]
Fixed cachemgr 'objects' implementation. dump one bucket per call, use
events to process one bucket at a time
wessels [Tue, 21 Jul 1998 01:32:02 +0000 (01:32 +0000)]
const crap
wessels [Tue, 21 Jul 1998 01:30:26 +0000 (01:30 +0000)]
memory leak
wessels [Tue, 21 Jul 1998 01:25:28 +0000 (01:25 +0000)]
removed OLD_CODE
wessels [Tue, 21 Jul 1998 01:24:58 +0000 (01:24 +0000)]
MEM_4K_BUF leaks!