]>
git.ipfire.org Git - thirdparty/squid.git/log
rousskov [Mon, 9 Mar 1998 04:02:07 +0000 (04:02 +0000)]
- Added bottom level support for Content-Range header fields.
rousskov [Mon, 9 Mar 1998 03:42:00 +0000 (03:42 +0000)]
- Changed debug section number to avoid clashes with "PUMP handler"
rousskov [Mon, 9 Mar 1998 01:59:11 +0000 (01:59 +0000)]
- Added HttpHdrExtField (moved from HttpHeader.c)
rousskov [Mon, 9 Mar 1998 01:58:40 +0000 (01:58 +0000)]
- Moved HttpHdrExtField from HttpHeader to a separate file.
- Fixed a few header stats bugs.
wessels [Mon, 9 Mar 1998 01:20:13 +0000 (01:20 +0000)]
update
rousskov [Sun, 8 Mar 1998 15:43:16 +0000 (15:43 +0000)]
- Removed OLD_POST_CODE #define from squid.h
rousskov [Sun, 8 Mar 1998 15:16:43 +0000 (15:16 +0000)]
- Added stringAppend
rousskov [Sun, 8 Mar 1998 14:53:13 +0000 (14:53 +0000)]
-Added String.c (moved from /lib and patched to use MemPools)
rousskov [Sun, 8 Mar 1998 14:34:41 +0000 (14:34 +0000)]
- Removed String.c (now in src/)
rousskov [Sun, 8 Mar 1998 14:28:51 +0000 (14:28 +0000)]
- Replaced "char *" header fields with String-based ones.
- Removed ShortStringPool from Header.c (now handled by mem.c)
wessels [Sun, 8 Mar 1998 11:42:25 +0000 (11:42 +0000)]
remove printf, gindent
rousskov [Sun, 8 Mar 1998 06:42:54 +0000 (06:42 +0000)]
- Added memory pools for variable size objects (strings).
There are three pools; for small, medium, and large objects.
- Extended String object to use memory pools. Most fixed size char
array fields will be replaced using string pools. Same for most
malloc()-ed buffers.
- Replaced "char *urlpath" in request_t with "String urlpath".
- Fixed some printf-like function bugs.
rousskov [Sun, 8 Mar 1998 06:38:23 +0000 (06:38 +0000)]
- Changed %t to %T.
rousskov [Sun, 8 Mar 1998 03:46:18 +0000 (03:46 +0000)]
- Added initial support for string pools.
rousskov [Sun, 8 Mar 1998 03:17:44 +0000 (03:17 +0000)]
- Fixed a bug that prevented some tables from being displayed. We did not
close a <table> if there were no text after it.
wessels [Sat, 7 Mar 1998 12:50:15 +0000 (12:50 +0000)]
add debugging for comm_remove_close_handler
wessels [Sat, 7 Mar 1998 12:49:35 +0000 (12:49 +0000)]
make -P option work with -m POST
wessels [Sat, 7 Mar 1998 12:48:38 +0000 (12:48 +0000)]
formatting, gindent
wessels [Sat, 7 Mar 1998 12:48:18 +0000 (12:48 +0000)]
proto fix
wessels [Sat, 7 Mar 1998 09:05:29 +0000 (09:05 +0000)]
initialization of old/new mem types
wessels [Sat, 7 Mar 1998 07:54:49 +0000 (07:54 +0000)]
WIP
wessels [Sat, 7 Mar 1998 07:24:32 +0000 (07:24 +0000)]
disable setresuid for linux 2.0.x
wessels [Sat, 7 Mar 1998 07:02:14 +0000 (07:02 +0000)]
remove #if 0 code
wessels [Sat, 7 Mar 1998 06:56:14 +0000 (06:56 +0000)]
update
wessels [Sat, 7 Mar 1998 06:22:23 +0000 (06:22 +0000)]
removed lots of #if 0 code
wessels [Sat, 7 Mar 1998 05:54:22 +0000 (05:54 +0000)]
remove source_ping from squid.conf
wessels [Sat, 7 Mar 1998 05:53:05 +0000 (05:53 +0000)]
make source_ping feature not compiled by default
wessels [Sat, 7 Mar 1998 05:19:30 +0000 (05:19 +0000)]
Removed 'meta_data' structure. Use mem.c routines instead, or
simply stop accounting for some things
wessels [Sat, 7 Mar 1998 04:05:47 +0000 (04:05 +0000)]
Fixes/changes from 1.1, mostly clientdbCutoffDenied().
kostas [Fri, 6 Mar 1998 12:46:37 +0000 (12:46 +0000)]
these are needed
kostas [Fri, 6 Mar 1998 12:43:31 +0000 (12:43 +0000)]
A generic client-to-server "pump" was added to handle HTTP PUT as
well as POST methods on the client-cache side. Based on "pump"
PUT requests can be made to either HTTP or FTP url's. Code is still
alpha and interoperability with browsers is not guaranteed.
Timeout/close handling should be improved sometime.
rousskov [Fri, 6 Mar 1998 12:34:44 +0000 (12:34 +0000)]
- Changed POST action in host/port form to GET.
wessels [Fri, 6 Mar 1998 08:33:12 +0000 (08:33 +0000)]
for XMALLOC_DEBUG, need to call check_free() before stupid realloc()
rousskov [Fri, 6 Mar 1998 08:30:58 +0000 (08:30 +0000)]
-Added pools for MEM_HTTP_HDR_RANGE_SPEC and MEM_HTTP_HDR_RANGE
wessels [Fri, 6 Mar 1998 07:38:43 +0000 (07:38 +0000)]
remove sha.o
rousskov [Fri, 6 Mar 1998 03:59:06 +0000 (03:59 +0000)]
- Recompiled to reflect new modules.
rousskov [Fri, 6 Mar 1998 03:55:55 +0000 (03:55 +0000)]
- Added HttpHdrRange; the code is not yet tested and not used by other
commited modules.
wessels [Fri, 6 Mar 1998 03:08:29 +0000 (03:08 +0000)]
update
wessels [Fri, 6 Mar 1998 03:07:43 +0000 (03:07 +0000)]
Casting and alignment fixes
rousskov [Fri, 6 Mar 1998 00:43:32 +0000 (00:43 +0000)]
- Cahnged debug message that reports cache size to say "KB" instead of "MB".
wessels [Thu, 5 Mar 1998 15:33:42 +0000 (15:33 +0000)]
proper key printing
wessels [Thu, 5 Mar 1998 15:33:25 +0000 (15:33 +0000)]
update
wessels [Thu, 5 Mar 1998 15:28:01 +0000 (15:28 +0000)]
fix timeout bug when expecting 0 ICP replies
removed fatal_dump() calls
rousskov [Thu, 5 Mar 1998 15:26:46 +0000 (15:26 +0000)]
- Deleted "merge MemPool with mem.c" comment
wessels [Thu, 5 Mar 1998 13:01:28 +0000 (13:01 +0000)]
adding
wessels [Thu, 5 Mar 1998 08:11:22 +0000 (08:11 +0000)]
missing printf-like arg to debug
wessels [Thu, 5 Mar 1998 08:03:12 +0000 (08:03 +0000)]
goofy debug so we can track open files at exit
rousskov [Thu, 5 Mar 1998 07:45:36 +0000 (07:45 +0000)]
- Increased the debugging level for "ignoring..." messages to at least 2
wessels [Thu, 5 Mar 1998 07:42:42 +0000 (07:42 +0000)]
gindent
wessels [Thu, 5 Mar 1998 07:40:54 +0000 (07:40 +0000)]
disable full histograms on counter output
wessels [Thu, 5 Mar 1998 07:38:55 +0000 (07:38 +0000)]
1.2.beta16
wessels [Thu, 5 Mar 1998 07:38:16 +0000 (07:38 +0000)]
update
wessels [Thu, 5 Mar 1998 07:16:24 +0000 (07:16 +0000)]
removed lots of alex #if 0 code
rousskov [Thu, 5 Mar 1998 07:15:09 +0000 (07:15 +0000)]
- Added a short description re '\t' processing in cachemgr.cgi
wessels [Thu, 5 Mar 1998 07:10:43 +0000 (07:10 +0000)]
new structure format
wessels [Thu, 5 Mar 1998 07:10:30 +0000 (07:10 +0000)]
register statUtilization()
rousskov [Thu, 5 Mar 1998 07:01:07 +0000 (07:01 +0000)]
- gb_t additions to .h monsters
- Renamed HttpScc object into HttpHdrCc
- Moved HttpHdrCc from HttpHeader.c to HttpHdrCc.c
- Moved "commonly used" routines from HttpHeader.c to HttpHeaderTools.c.
All this was done to prepare for addition of HttpHdrRange.
wessels [Thu, 5 Mar 1998 07:00:07 +0000 (07:00 +0000)]
adding
wessels [Thu, 5 Mar 1998 06:57:22 +0000 (06:57 +0000)]
adding Portugese
wessels [Thu, 5 Mar 1998 06:53:01 +0000 (06:53 +0000)]
new vars for stat counters
wessels [Thu, 5 Mar 1998 06:52:37 +0000 (06:52 +0000)]
Added more server-side counters and accounting based on patch from
Lincon Dale. Also removed some '#if 0' code chunks.
rousskov [Thu, 5 Mar 1998 06:48:14 +0000 (06:48 +0000)]
- Added gb_t
wessels [Thu, 5 Mar 1998 05:07:54 +0000 (05:07 +0000)]
support for multi-addressed neighbors
rousskov [Wed, 4 Mar 1998 13:23:28 +0000 (13:23 +0000)]
- Improved statHistInit() assertions for value_in/out functions. We used to
'==' compare their (double) results with 0.0 which was not good.
rousskov [Wed, 4 Mar 1998 13:14:54 +0000 (13:14 +0000)]
- Fixed the wrong order of arguments to the debug().
rousskov [Wed, 4 Mar 1998 12:39:27 +0000 (12:39 +0000)]
- httpHeaderGet() is no longer public. This allows us to change internal
representation of header fields without danger of somebody still using the
wrong type.
- added missing httpHeaderGetInt().
rousskov [Wed, 4 Mar 1998 07:08:34 +0000 (07:08 +0000)]
- Removed debugging messages related to MIB initialization.
They were printed to stderr becuase _db_init() is called later that snmpInit() ?
rousskov [Wed, 4 Mar 1998 06:18:16 +0000 (06:18 +0000)]
- Removed MemPool files (now in src/Mem.c)
wessels [Wed, 4 Mar 1998 05:56:45 +0000 (05:56 +0000)]
remove unused store_maintain_buckets
wessels [Wed, 4 Mar 1998 05:54:40 +0000 (05:54 +0000)]
lower debug levels on file_close to track delayed closes
wessels [Wed, 4 Mar 1998 05:49:28 +0000 (05:49 +0000)]
add reading/writing to fdDumpOpen() output
rousskov [Wed, 4 Mar 1998 05:24:56 +0000 (05:24 +0000)]
- Adjusted memory pools description.
rousskov [Wed, 4 Mar 1998 05:17:50 +0000 (05:17 +0000)]
- Fixed memory alignment problem in Mem.c by removing MemChunks. We do not
pre-allocate memory any more.
- Removed/replaced tmp_debug() mesages.
rousskov [Wed, 4 Mar 1998 05:16:02 +0000 (05:16 +0000)]
- Removed tmp_debug() macro.
rousskov [Wed, 4 Mar 1998 04:58:49 +0000 (04:58 +0000)]
- Table related bug fixes
- "Heading\t\t" is now interpreted as "<th columnspan=2>Heading</th>"
- use "Heading\t \t" to get an empty column.
wessels [Wed, 4 Mar 1998 00:10:57 +0000 (00:10 +0000)]
move newline in cachemgr output
rousskov [Tue, 3 Mar 1998 23:21:26 +0000 (23:21 +0000)]
- Config.mem_pools were used where Config.MemPools.limit should be. Fixed.
- Adjusted "doc" section for mem_pools_limit to reflect current implementation.
rousskov [Tue, 3 Mar 1998 07:30:54 +0000 (07:30 +0000)]
- Added "mem_pools_limit" configuration option. Semantics of
"mem_pools" option has also changed a bit to reflect new memory
management policy.
- Reorganized memory pools. Squid now allocates memory in big chunks
and distributes that memory among "frequently allocated" objects.
- memAllocate() has now only one parameter. Objects are always reset
with 0s.
- HttpHeader.c: fixed warnings generated by some compilers on member to union
conversions. Tested using DEC cc only.
- cachmgr.c now tries to interpret strings containing '\t' as table rows and
format them using html table attributes.
rousskov [Sun, 1 Mar 1998 12:26:43 +0000 (12:26 +0000)]
Added a few debugging messages to routine that loads mib file.
kostas [Sat, 28 Feb 1998 23:17:28 +0000 (23:17 +0000)]
ignoring null pointer free's for traces
kostas [Sat, 28 Feb 1998 13:31:59 +0000 (13:31 +0000)]
fixed leak
kostas [Sat, 28 Feb 1998 10:10:35 +0000 (10:10 +0000)]
update
kostas [Sat, 28 Feb 1998 02:04:15 +0000 (02:04 +0000)]
realloc + bugfix etc
rousskov [Fri, 27 Feb 1998 16:11:43 +0000 (16:11 +0000)]
Changed realloc to xrealloc.
kostas [Fri, 27 Feb 1998 16:07:24 +0000 (16:07 +0000)]
handling xrealloc added, logging starts by default from main()
kostas [Fri, 27 Feb 1998 14:29:35 +0000 (14:29 +0000)]
append mode
kostas [Fri, 27 Feb 1998 14:28:57 +0000 (14:28 +0000)]
*** empty log message ***
kostas [Fri, 27 Feb 1998 14:24:55 +0000 (14:24 +0000)]
USR2 is used to enable tracing
kostas [Fri, 27 Feb 1998 14:17:21 +0000 (14:17 +0000)]
membanger to be used with MEM_GEN_TRACE files
kostas [Fri, 27 Feb 1998 14:13:53 +0000 (14:13 +0000)]
%p for warnings
kostas [Fri, 27 Feb 1998 12:51:13 +0000 (12:51 +0000)]
patch for logging malloc/calloc/free traces to file
kostas [Fri, 27 Feb 1998 07:15:14 +0000 (07:15 +0000)]
fixed problem with get for medians (getnext worked though, wow!)
kostas [Fri, 27 Feb 1998 06:56:43 +0000 (06:56 +0000)]
*** empty log message ***
kostas [Fri, 27 Feb 1998 06:56:16 +0000 (06:56 +0000)]
*** empty log message ***
kostas [Fri, 27 Feb 1998 06:55:44 +0000 (06:55 +0000)]
*** empty log message ***
kostas [Fri, 27 Feb 1998 06:48:13 +0000 (06:48 +0000)]
wrong id in previous
kostas [Fri, 27 Feb 1998 06:18:13 +0000 (06:18 +0000)]
Added mib version check and ignore -DEFINITIONS so that we don't need to
have this stuff commented in mib.txt
kostas [Fri, 27 Feb 1998 06:16:52 +0000 (06:16 +0000)]
*** empty log message ***
kostas [Fri, 27 Feb 1998 05:16:26 +0000 (05:16 +0000)]
Fixed snmp memleaks
wessels [Fri, 27 Feb 1998 00:57:45 +0000 (00:57 +0000)]
gindent