]> git.ipfire.org Git - thirdparty/squid.git/log
thirdparty/squid.git
27 years ago- Added bottom level support for Content-Range header fields.
rousskov [Mon, 9 Mar 1998 04:02:07 +0000 (04:02 +0000)] 
- Added bottom level support for Content-Range header fields.

27 years ago- Changed debug section number to avoid clashes with "PUMP handler"
rousskov [Mon, 9 Mar 1998 03:42:00 +0000 (03:42 +0000)] 
- Changed debug section number to avoid clashes with "PUMP handler"

27 years ago- Added HttpHdrExtField (moved from HttpHeader.c)
rousskov [Mon, 9 Mar 1998 01:59:11 +0000 (01:59 +0000)] 
- Added HttpHdrExtField (moved from HttpHeader.c)

27 years ago- Moved HttpHdrExtField from HttpHeader to a separate file.
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.

27 years agoupdate
wessels [Mon, 9 Mar 1998 01:20:13 +0000 (01:20 +0000)] 
update

27 years ago- Removed OLD_POST_CODE #define from squid.h
rousskov [Sun, 8 Mar 1998 15:43:16 +0000 (15:43 +0000)] 
- Removed OLD_POST_CODE #define from squid.h

27 years ago- Added stringAppend
rousskov [Sun, 8 Mar 1998 15:16:43 +0000 (15:16 +0000)] 
- Added stringAppend

27 years ago-Added String.c (moved from /lib and patched to use MemPools)
rousskov [Sun, 8 Mar 1998 14:53:13 +0000 (14:53 +0000)] 
-Added String.c (moved from /lib and patched to use MemPools)

27 years ago- Removed String.c (now in src/)
rousskov [Sun, 8 Mar 1998 14:34:41 +0000 (14:34 +0000)] 
- Removed String.c (now in src/)

27 years ago- Replaced "char *" header fields with String-based ones.
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)

27 years agoremove printf, gindent
wessels [Sun, 8 Mar 1998 11:42:25 +0000 (11:42 +0000)] 
remove printf, gindent

27 years ago- Added memory pools for variable size objects (strings).
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.

27 years ago- Changed %t to %T.
rousskov [Sun, 8 Mar 1998 06:38:23 +0000 (06:38 +0000)] 
- Changed %t to %T.

27 years ago- Added initial support for string pools.
rousskov [Sun, 8 Mar 1998 03:46:18 +0000 (03:46 +0000)] 
- Added initial support for string pools.

27 years ago- Fixed a bug that prevented some tables from being displayed. We did not
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.

27 years agoadd debugging for comm_remove_close_handler
wessels [Sat, 7 Mar 1998 12:50:15 +0000 (12:50 +0000)] 
add debugging for comm_remove_close_handler

27 years agomake -P option work with -m POST
wessels [Sat, 7 Mar 1998 12:49:35 +0000 (12:49 +0000)] 
make -P option work with -m POST

27 years agoformatting, gindent
wessels [Sat, 7 Mar 1998 12:48:38 +0000 (12:48 +0000)] 
formatting, gindent

27 years agoproto fix
wessels [Sat, 7 Mar 1998 12:48:18 +0000 (12:48 +0000)] 
proto fix

27 years agoinitialization of old/new mem types
wessels [Sat, 7 Mar 1998 09:05:29 +0000 (09:05 +0000)] 
initialization of old/new mem types

27 years agoWIP
wessels [Sat, 7 Mar 1998 07:54:49 +0000 (07:54 +0000)] 
WIP

27 years agodisable setresuid for linux 2.0.x
wessels [Sat, 7 Mar 1998 07:24:32 +0000 (07:24 +0000)] 
disable setresuid for linux 2.0.x

27 years agoremove #if 0 code
wessels [Sat, 7 Mar 1998 07:02:14 +0000 (07:02 +0000)] 
remove #if 0 code

27 years agoupdate
wessels [Sat, 7 Mar 1998 06:56:14 +0000 (06:56 +0000)] 
update

27 years agoremoved lots of #if 0 code
wessels [Sat, 7 Mar 1998 06:22:23 +0000 (06:22 +0000)] 
removed lots of #if 0 code

27 years agoremove source_ping from squid.conf
wessels [Sat, 7 Mar 1998 05:54:22 +0000 (05:54 +0000)] 
remove source_ping from squid.conf

27 years agomake source_ping feature not compiled by default
wessels [Sat, 7 Mar 1998 05:53:05 +0000 (05:53 +0000)] 
make source_ping feature not compiled by default

27 years agoRemoved 'meta_data' structure. Use mem.c routines instead, or
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

27 years agoFixes/changes from 1.1, mostly clientdbCutoffDenied().
wessels [Sat, 7 Mar 1998 04:05:47 +0000 (04:05 +0000)] 
Fixes/changes from 1.1, mostly clientdbCutoffDenied().

27 years agothese are needed
kostas [Fri, 6 Mar 1998 12:46:37 +0000 (12:46 +0000)] 
these are needed

27 years agoA generic client-to-server "pump" was added to handle HTTP PUT as
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.

27 years ago- Changed POST action in host/port form to GET.
rousskov [Fri, 6 Mar 1998 12:34:44 +0000 (12:34 +0000)] 
- Changed POST action in host/port form to GET.

27 years agofor XMALLOC_DEBUG, need to call check_free() before stupid realloc()
wessels [Fri, 6 Mar 1998 08:33:12 +0000 (08:33 +0000)] 
for XMALLOC_DEBUG, need to call check_free() before stupid realloc()

27 years ago-Added pools for MEM_HTTP_HDR_RANGE_SPEC and MEM_HTTP_HDR_RANGE
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

27 years agoremove sha.o
wessels [Fri, 6 Mar 1998 07:38:43 +0000 (07:38 +0000)] 
remove sha.o

27 years ago- Recompiled to reflect new modules.
rousskov [Fri, 6 Mar 1998 03:59:06 +0000 (03:59 +0000)] 
- Recompiled to reflect new modules.

27 years ago- Added HttpHdrRange; the code is not yet tested and not used by other
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.

27 years agoupdate
wessels [Fri, 6 Mar 1998 03:08:29 +0000 (03:08 +0000)] 
update

27 years agoCasting and alignment fixes
wessels [Fri, 6 Mar 1998 03:07:43 +0000 (03:07 +0000)] 
Casting and alignment fixes

27 years ago- Cahnged debug message that reports cache size to say "KB" instead of "MB".
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".

27 years agoproper key printing
wessels [Thu, 5 Mar 1998 15:33:42 +0000 (15:33 +0000)] 
proper key printing

27 years agoupdate
wessels [Thu, 5 Mar 1998 15:33:25 +0000 (15:33 +0000)] 
update

27 years agofix timeout bug when expecting 0 ICP replies
wessels [Thu, 5 Mar 1998 15:28:01 +0000 (15:28 +0000)] 
fix timeout bug when expecting 0 ICP replies
removed fatal_dump() calls

27 years ago- Deleted "merge MemPool with mem.c" comment
rousskov [Thu, 5 Mar 1998 15:26:46 +0000 (15:26 +0000)] 
- Deleted "merge MemPool with mem.c" comment

27 years agoadding
wessels [Thu, 5 Mar 1998 13:01:28 +0000 (13:01 +0000)] 
adding

27 years agomissing printf-like arg to debug
wessels [Thu, 5 Mar 1998 08:11:22 +0000 (08:11 +0000)] 
missing printf-like arg to debug

27 years agogoofy debug so we can track open files at exit
wessels [Thu, 5 Mar 1998 08:03:12 +0000 (08:03 +0000)] 
goofy debug so we can track open files at exit

27 years ago- Increased the debugging level for "ignoring..." messages to at least 2
rousskov [Thu, 5 Mar 1998 07:45:36 +0000 (07:45 +0000)] 
- Increased the debugging level for "ignoring..." messages to at least 2

27 years agogindent
wessels [Thu, 5 Mar 1998 07:42:42 +0000 (07:42 +0000)] 
gindent

27 years agodisable full histograms on counter output
wessels [Thu, 5 Mar 1998 07:40:54 +0000 (07:40 +0000)] 
disable full histograms on counter output

27 years ago1.2.beta16
wessels [Thu, 5 Mar 1998 07:38:55 +0000 (07:38 +0000)] 
1.2.beta16

27 years agoupdate
wessels [Thu, 5 Mar 1998 07:38:16 +0000 (07:38 +0000)] 
update

27 years agoremoved lots of alex #if 0 code
wessels [Thu, 5 Mar 1998 07:16:24 +0000 (07:16 +0000)] 
removed lots of alex #if 0 code

27 years ago- Added a short description re '\t' processing in cachemgr.cgi
rousskov [Thu, 5 Mar 1998 07:15:09 +0000 (07:15 +0000)] 
- Added a short description re '\t' processing in cachemgr.cgi

27 years agonew structure format
wessels [Thu, 5 Mar 1998 07:10:43 +0000 (07:10 +0000)] 
new structure format

27 years agoregister statUtilization()
wessels [Thu, 5 Mar 1998 07:10:30 +0000 (07:10 +0000)] 
register statUtilization()

27 years ago- gb_t additions to .h monsters
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.

27 years agoadding
wessels [Thu, 5 Mar 1998 07:00:07 +0000 (07:00 +0000)] 
adding

27 years agoadding Portugese
wessels [Thu, 5 Mar 1998 06:57:22 +0000 (06:57 +0000)] 
adding Portugese

27 years agonew vars for stat counters
wessels [Thu, 5 Mar 1998 06:53:01 +0000 (06:53 +0000)] 
new vars for stat counters

27 years agoAdded more server-side counters and accounting based on patch from
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.

27 years ago- Added gb_t
rousskov [Thu, 5 Mar 1998 06:48:14 +0000 (06:48 +0000)] 
- Added gb_t

27 years agosupport for multi-addressed neighbors
wessels [Thu, 5 Mar 1998 05:07:54 +0000 (05:07 +0000)] 
support for multi-addressed neighbors

27 years ago- Improved statHistInit() assertions for value_in/out functions. We used to
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.

27 years ago- Fixed the wrong order of arguments to the debug().
rousskov [Wed, 4 Mar 1998 13:14:54 +0000 (13:14 +0000)] 
- Fixed the wrong order of arguments to the debug().

27 years ago- httpHeaderGet() is no longer public. This allows us to change internal
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().

27 years ago- Removed debugging messages related to MIB initialization.
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() ?

27 years ago- Removed MemPool files (now in src/Mem.c)
rousskov [Wed, 4 Mar 1998 06:18:16 +0000 (06:18 +0000)] 
- Removed MemPool files (now in src/Mem.c)

27 years agoremove unused store_maintain_buckets
wessels [Wed, 4 Mar 1998 05:56:45 +0000 (05:56 +0000)] 
remove unused store_maintain_buckets

27 years agolower debug levels on file_close to track delayed closes
wessels [Wed, 4 Mar 1998 05:54:40 +0000 (05:54 +0000)] 
lower debug levels on file_close to track delayed closes

27 years agoadd reading/writing to fdDumpOpen() output
wessels [Wed, 4 Mar 1998 05:49:28 +0000 (05:49 +0000)] 
add reading/writing to fdDumpOpen() output

27 years ago- Adjusted memory pools description.
rousskov [Wed, 4 Mar 1998 05:24:56 +0000 (05:24 +0000)] 
- Adjusted memory pools description.

27 years ago- Fixed memory alignment problem in Mem.c by removing MemChunks. We do not
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.

27 years ago- Removed tmp_debug() macro.
rousskov [Wed, 4 Mar 1998 05:16:02 +0000 (05:16 +0000)] 
- Removed tmp_debug() macro.

27 years ago- Table related bug fixes
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.

27 years agomove newline in cachemgr output
wessels [Wed, 4 Mar 1998 00:10:57 +0000 (00:10 +0000)] 
move newline in cachemgr output

27 years ago- Config.mem_pools were used where Config.MemPools.limit should be. Fixed.
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.

27 years ago- Added "mem_pools_limit" configuration option. Semantics of
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.

27 years agoAdded a few debugging messages to routine that loads mib file.
rousskov [Sun, 1 Mar 1998 12:26:43 +0000 (12:26 +0000)] 
Added a few debugging messages to routine that loads mib file.

27 years agoignoring null pointer free's for traces
kostas [Sat, 28 Feb 1998 23:17:28 +0000 (23:17 +0000)] 
ignoring null pointer free's for traces

27 years agofixed leak
kostas [Sat, 28 Feb 1998 13:31:59 +0000 (13:31 +0000)] 
fixed leak

27 years agoupdate
kostas [Sat, 28 Feb 1998 10:10:35 +0000 (10:10 +0000)] 
update

27 years agorealloc + bugfix etc
kostas [Sat, 28 Feb 1998 02:04:15 +0000 (02:04 +0000)] 
realloc + bugfix etc

27 years agoChanged realloc to xrealloc.
rousskov [Fri, 27 Feb 1998 16:11:43 +0000 (16:11 +0000)] 
Changed realloc to xrealloc.

27 years agohandling xrealloc added, logging starts by default from main()
kostas [Fri, 27 Feb 1998 16:07:24 +0000 (16:07 +0000)] 
handling xrealloc added, logging starts by default from main()

27 years agoappend mode
kostas [Fri, 27 Feb 1998 14:29:35 +0000 (14:29 +0000)] 
append mode

27 years ago*** empty log message ***
kostas [Fri, 27 Feb 1998 14:28:57 +0000 (14:28 +0000)] 
*** empty log message ***

27 years agoUSR2 is used to enable tracing
kostas [Fri, 27 Feb 1998 14:24:55 +0000 (14:24 +0000)] 
USR2 is used to enable tracing

27 years agomembanger to be used with MEM_GEN_TRACE files
kostas [Fri, 27 Feb 1998 14:17:21 +0000 (14:17 +0000)] 
membanger to be used with MEM_GEN_TRACE files

27 years ago%p for warnings
kostas [Fri, 27 Feb 1998 14:13:53 +0000 (14:13 +0000)] 
%p for warnings

27 years agopatch for logging malloc/calloc/free traces to file
kostas [Fri, 27 Feb 1998 12:51:13 +0000 (12:51 +0000)] 
patch for logging malloc/calloc/free traces to file

27 years agofixed problem with get for medians (getnext worked though, wow!)
kostas [Fri, 27 Feb 1998 07:15:14 +0000 (07:15 +0000)] 
fixed problem with get for medians (getnext worked though, wow!)

27 years ago*** empty log message ***
kostas [Fri, 27 Feb 1998 06:56:43 +0000 (06:56 +0000)] 
*** empty log message ***

27 years ago*** empty log message ***
kostas [Fri, 27 Feb 1998 06:56:16 +0000 (06:56 +0000)] 
*** empty log message ***

27 years ago*** empty log message ***
kostas [Fri, 27 Feb 1998 06:55:44 +0000 (06:55 +0000)] 
*** empty log message ***

27 years agowrong id in previous
kostas [Fri, 27 Feb 1998 06:48:13 +0000 (06:48 +0000)] 
wrong id in previous

27 years agoAdded mib version check and ignore -DEFINITIONS so that we don't need to
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

27 years ago*** empty log message ***
kostas [Fri, 27 Feb 1998 06:16:52 +0000 (06:16 +0000)] 
*** empty log message ***

27 years agoFixed snmp memleaks
kostas [Fri, 27 Feb 1998 05:16:26 +0000 (05:16 +0000)] 
Fixed snmp memleaks

27 years agogindent
wessels [Fri, 27 Feb 1998 00:57:45 +0000 (00:57 +0000)] 
gindent