]>
git.ipfire.org Git - thirdparty/squid.git/log
wessels [Fri, 19 Jul 1996 23:35:13 +0000 (23:35 +0000)]
call aio_init() only if it exists, and after leave_suid()
wessels [Fri, 19 Jul 1996 23:34:45 +0000 (23:34 +0000)]
casts, lint cleanup
wessels [Fri, 19 Jul 1996 23:34:08 +0000 (23:34 +0000)]
insert admin email in error pages
wessels [Fri, 19 Jul 1996 23:33:29 +0000 (23:33 +0000)]
Clean up AIO variables, set from configure
wessels [Fri, 19 Jul 1996 08:42:21 +0000 (08:42 +0000)]
Fix FTP transfer type from 1.0.3
wessels [Fri, 19 Jul 1996 02:26:59 +0000 (02:26 +0000)]
use LOCAL_ARRAY macro
wessels [Fri, 19 Jul 1996 02:26:13 +0000 (02:26 +0000)]
add admin_email to access denied message
wessels [Fri, 19 Jul 1996 02:25:37 +0000 (02:25 +0000)]
add client_netmask
use LOCAL_ARRAY stuff
wessels [Fri, 19 Jul 1996 02:25:17 +0000 (02:25 +0000)]
add client_netmask
wessels [Wed, 17 Jul 1996 23:50:07 +0000 (23:50 +0000)]
decrement after delete bugfix
wessels [Wed, 17 Jul 1996 23:49:10 +0000 (23:49 +0000)]
squid-1.0.2 update
wessels [Wed, 17 Jul 1996 23:48:34 +0000 (23:48 +0000)]
update
wessels [Wed, 17 Jul 1996 23:24:15 +0000 (23:24 +0000)]
update
wessels [Wed, 17 Jul 1996 23:11:56 +0000 (23:11 +0000)]
1.1.alpha5
wessels [Wed, 17 Jul 1996 23:11:45 +0000 (23:11 +0000)]
update
wessels [Wed, 17 Jul 1996 23:10:00 +0000 (23:10 +0000)]
-add free arg to file_write()
-remove excessive debugging from storeAppend().
-Since no more O_RDWR files, break mem_obj->swap_fd into swapin_fd and
swapout_fd
-Use some mem=e->mem_obj for shortcuts
-Added diskWriteIsComplete() because now with aio*() stuff, we don't want
to close the swaplog until everything has been written.
wessels [Wed, 17 Jul 1996 23:03:45 +0000 (23:03 +0000)]
Use void*, not char* or generic_ptr
wessels [Wed, 17 Jul 1996 23:03:20 +0000 (23:03 +0000)]
-No more O_RDWR files, now open two FDs if need to read and write from
same file.
wessels [Wed, 17 Jul 1996 23:01:37 +0000 (23:01 +0000)]
-O_APPEND now added by file_open()
wessels [Wed, 17 Jul 1996 22:59:59 +0000 (22:59 +0000)]
-Do not allow O_RDWR files to be opened
-comment out file_update_open()
-clean up diskHandleWrite() mess.
-Added free() field to dwrite_q structure so memory can be freed
by diskHandleWrite().
wessels [Tue, 16 Jul 1996 07:51:23 +0000 (07:51 +0000)]
compiler
wessels [Tue, 16 Jul 1996 07:51:14 +0000 (07:51 +0000)]
abort if all the redirectors close
wessels [Tue, 16 Jul 1996 07:50:15 +0000 (07:50 +0000)]
add base64.o
wessels [Tue, 16 Jul 1996 07:49:52 +0000 (07:49 +0000)]
Add XMALLOC_COUNT stuff to figure out where all the memory is going
wessels [Tue, 16 Jul 1996 07:47:16 +0000 (07:47 +0000)]
set GETTIMEOFDAY_NO_TZP
check for mallocblksize()
wessels [Tue, 16 Jul 1996 07:44:36 +0000 (07:44 +0000)]
update
wessels [Tue, 16 Jul 1996 06:03:01 +0000 (06:03 +0000)]
By Henrik for FTP auth stuff
wessels [Tue, 16 Jul 1996 05:57:49 +0000 (05:57 +0000)]
Here is my patch to squid-1.1.alpha4 that adds the functionality to
use basic authentication for user&passwd information on non-anonymous
ftp.
If it receives a non-anonymus ftp request without a password, then
Squid responds with 401 Unauthorized with
WWW-Authenticate: Basic realm="ftp <user>"
Notes:
1. This is normal authentication, not proxy authentication. The
authentication is for the end server and not the proxy (i.e
it is a translation of the ftp login procedure to HTTP).
2. The realm is always local to the server (string), and therefore
only the user information is nessecary to make it unique. I added
"ftp " minimize the risk of collision with a identical realm
for another protocol (i.e. HTTP) on the same server.
3. This implementation is not fully complete. It needs some further
work on expiration of generated 401 messages, but this doesn't
really matter (they are expired immediately anyway).
Maybe they should be negatively cached, but most browsers cache
this internally anyway (to avoid unnessesary 401 messages).
/Henrik
wessels [Tue, 16 Jul 1996 05:48:27 +0000 (05:48 +0000)]
get ASYNC_IO stuff really working
wessels [Tue, 16 Jul 1996 05:18:53 +0000 (05:18 +0000)]
memory leak when deleting a neighbor
wessels [Tue, 16 Jul 1996 05:16:32 +0000 (05:16 +0000)]
-rename 'table' to 'store_table'
-use function pointer for hash function
-bump MAX_URL size buffers for fencepost problems
wessels [Tue, 16 Jul 1996 05:14:27 +0000 (05:14 +0000)]
bump up MAX_URL size buffers to prevent fencepost problems
wessels [Tue, 16 Jul 1996 05:13:31 +0000 (05:13 +0000)]
add init debugging
wessels [Tue, 16 Jul 1996 05:12:36 +0000 (05:12 +0000)]
separate meta_data.misc memory accounting
wessels [Tue, 16 Jul 1996 05:12:06 +0000 (05:12 +0000)]
formatting
wessels [Tue, 16 Jul 1996 05:11:54 +0000 (05:11 +0000)]
gindent
wessels [Tue, 16 Jul 1996 05:10:53 +0000 (05:10 +0000)]
-Use pointers, not arrays on hp->h_addr_list
wessels [Sun, 14 Jul 1996 11:35:54 +0000 (11:35 +0000)]
call mallopt() before anything else.
wessels [Fri, 12 Jul 1996 23:44:35 +0000 (23:44 +0000)]
update
wessels [Fri, 12 Jul 1996 23:42:47 +0000 (23:42 +0000)]
update
wessels [Fri, 12 Jul 1996 23:42:02 +0000 (23:42 +0000)]
update
wessels [Fri, 12 Jul 1996 23:41:51 +0000 (23:41 +0000)]
-Changed stack size stuff so now free pages if there are more than
max pages allocated
wessels [Fri, 12 Jul 1996 23:40:47 +0000 (23:40 +0000)]
-add memoryAccounted()
-add mallinfoTotal()
wessels [Fri, 12 Jul 1996 23:40:27 +0000 (23:40 +0000)]
-remove ipcache_entry->lock
wessels [Fri, 12 Jul 1996 23:39:51 +0000 (23:39 +0000)]
-Remove ipcache_entry->lock
-Change displayed TTL in stats page
wessels [Fri, 12 Jul 1996 23:39:00 +0000 (23:39 +0000)]
-add prototypes for static funcs
-fix blocking hostname lookup, separate into httpStart(), httpConnect().
wessels [Fri, 12 Jul 1996 23:38:11 +0000 (23:38 +0000)]
-fix XMALLOC_DEBUG
-add XMALLOC_COUNT
wessels [Fri, 12 Jul 1996 04:44:11 +0000 (04:44 +0000)]
Added ident_lookup option to config file
wessels [Fri, 12 Jul 1996 04:43:44 +0000 (04:43 +0000)]
- Fixed bug when removing a neighbor. Forgetting to decrement
friends->n causes a duplicate ICP query to be sent in
neighborsUdpPing().
wessels [Thu, 11 Jul 1996 23:42:34 +0000 (23:42 +0000)]
redirector up to snuff
wessels [Thu, 11 Jul 1996 23:26:05 +0000 (23:26 +0000)]
reduce use of proto_id()
wessels [Thu, 11 Jul 1996 23:25:24 +0000 (23:25 +0000)]
add header
wessels [Wed, 10 Jul 1996 05:01:16 +0000 (05:01 +0000)]
clean up fdstat_type muck
wessels [Wed, 10 Jul 1996 05:00:55 +0000 (05:00 +0000)]
mucho cleanup, mostly separate filedescriptor output into separate function
wessels [Wed, 10 Jul 1996 05:00:26 +0000 (05:00 +0000)]
don't read again until the write is fully done
wessels [Wed, 10 Jul 1996 04:59:29 +0000 (04:59 +0000)]
remove copious ident debugging
wessels [Wed, 10 Jul 1996 04:58:27 +0000 (04:58 +0000)]
-clean up fd_note crap
wessels [Wed, 10 Jul 1996 04:58:06 +0000 (04:58 +0000)]
Added filedesciptor and reply_header entries
wessels [Wed, 10 Jul 1996 04:55:14 +0000 (04:55 +0000)]
-Add a function to release an ipcache entry if its negative cached
wessels [Tue, 9 Jul 1996 11:06:16 +0000 (11:06 +0000)]
make native log format the default
wessels [Tue, 9 Jul 1996 10:56:00 +0000 (10:56 +0000)]
fix typedef enum clashes
wessels [Tue, 9 Jul 1996 10:48:13 +0000 (10:48 +0000)]
1.1.alpha3
wessels [Tue, 9 Jul 1996 10:47:16 +0000 (10:47 +0000)]
gindent
wessels [Tue, 9 Jul 1996 10:46:46 +0000 (10:46 +0000)]
Async I/O from Pete Bentley <pete@demon.net>
wessels [Tue, 9 Jul 1996 09:40:58 +0000 (09:40 +0000)]
cleanup after big merge
wessels [Tue, 9 Jul 1996 04:42:53 +0000 (04:42 +0000)]
updating to squid-1.0.1
wessels [Wed, 15 May 1996 11:13:25 +0000 (11:13 +0000)]
From: Hugh Anderson <h_anders@ee.cit.ac.nz>
Thanks for the alpha copy of squid. It certainly is doing identd lookups now,
but it doesn't appear to log the identd names to the access-log file (as the
second field in it).
wessels [Sat, 4 May 1996 05:22:22 +0000 (05:22 +0000)]
adding
wessels [Sat, 4 May 1996 04:57:18 +0000 (04:57 +0000)]
1.1.alpha2
wessels [Sat, 4 May 1996 04:56:14 +0000 (04:56 +0000)]
merging changes from SQUID_1_0 branch
wessels [Thu, 2 May 1996 04:39:27 +0000 (04:39 +0000)]
update
wessels [Thu, 2 May 1996 04:38:55 +0000 (04:38 +0000)]
support for RFC931/ident
wessels [Thu, 2 May 1996 04:37:13 +0000 (04:37 +0000)]
gindent
wessels [Thu, 2 May 1996 04:36:17 +0000 (04:36 +0000)]
merging all changes up to squid-1.0.beta5
wessels [Fri, 19 Apr 1996 02:53:54 +0000 (02:53 +0000)]
1.1.alpha1
wessels [Fri, 19 Apr 1996 02:28:55 +0000 (02:28 +0000)]
separated nconn into TCP and UCP
wessels [Fri, 19 Apr 1996 02:02:02 +0000 (02:02 +0000)]
use storeAppendPrintf() instead of sprintf();storeAppend()
wessels [Thu, 18 Apr 1996 06:03:08 +0000 (06:03 +0000)]
update
wessels [Thu, 18 Apr 1996 05:48:38 +0000 (05:48 +0000)]
change while to do loop
wessels [Thu, 18 Apr 1996 05:48:23 +0000 (05:48 +0000)]
add configurable dns_testnames and remove lazy ipcache initialization checks
wessels [Thu, 18 Apr 1996 05:47:36 +0000 (05:47 +0000)]
update
wessels [Thu, 18 Apr 1996 05:47:19 +0000 (05:47 +0000)]
add configurable shutdown lifetime
wessels [Thu, 18 Apr 1996 05:46:17 +0000 (05:46 +0000)]
add configuration for DNS test names
add configuration for shutdown lifetime value
wessels [Thu, 18 Apr 1996 05:18:49 +0000 (05:18 +0000)]
dont unlink clash files
wessels [Thu, 18 Apr 1996 03:40:27 +0000 (03:40 +0000)]
fix comm_select to actually select() during background processing
wessels [Thu, 18 Apr 1996 03:39:55 +0000 (03:39 +0000)]
time(NULL) nit
wessels [Thu, 18 Apr 1996 03:03:14 +0000 (03:03 +0000)]
gindent
wessels [Thu, 18 Apr 1996 02:59:32 +0000 (02:59 +0000)]
change comments
wessels [Thu, 18 Apr 1996 02:58:48 +0000 (02:58 +0000)]
fix close handler for http
wessels [Thu, 18 Apr 1996 02:58:31 +0000 (02:58 +0000)]
update
wessels [Thu, 18 Apr 1996 01:26:40 +0000 (01:26 +0000)]
fix getopt call for -U
wessels [Thu, 18 Apr 1996 00:14:09 +0000 (00:14 +0000)]
1.0.alpha19
wessels [Thu, 18 Apr 1996 00:13:50 +0000 (00:13 +0000)]
update
wessels [Thu, 18 Apr 1996 00:06:24 +0000 (00:06 +0000)]
use COMM_SELECT_CLOSE handlers for freeing data
wessels [Wed, 17 Apr 1996 23:52:22 +0000 (23:52 +0000)]
change REQ memeber to "request"
wessels [Wed, 17 Apr 1996 23:51:51 +0000 (23:51 +0000)]
make HTTP use select close handler
wessels [Wed, 17 Apr 1996 23:45:13 +0000 (23:45 +0000)]
call disk_init() earlier
wessels [Wed, 17 Apr 1996 23:40:15 +0000 (23:40 +0000)]
add close_handler to comm select stuff
wessels [Wed, 17 Apr 1996 23:16:43 +0000 (23:16 +0000)]
remove fatal check for file_close of swaplog
wessels [Wed, 17 Apr 1996 23:15:23 +0000 (23:15 +0000)]
-change file_close logic for better debugging
-remove lazy disk init checks