]> git.ipfire.org Git - thirdparty/squid.git/history - lib/util.c
Source Format Enforcement (#532)
[thirdparty/squid.git] / lib / util.c
2000-10-17  adrianAndres Kroonmaa's MemPool tidyup, take 1. Take a whole...
2000-08-19  hnoAdded a default xmalloc and friends failure_notify...
2000-07-18  wesselsDW:
2000-03-28  wesselsmerging 2.3 branch changes
1999-12-01  wesselsif errno is unknown (such that there is no string descr...
1999-05-05  wesselsgindent and 2.2 branch merge
1999-04-15  wesselsSQUID_2_2 branch merge
1998-11-12  wessels2.1 branch merge
1998-09-15  wesselsmake x-routines a little bit mt-safer
1998-08-01  wesselscompiler
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-20  wesselschange FSF address
1998-07-17  wesselsSCO 3.2v4.2 doesn't have rint() -- mauri@mbp.ee
1998-05-16  wesselsxmalloc debug hash bucket macro
1998-03-13  wesselsremove xrealloc stderr debug
1998-03-12  rousskov- Attempted to fix a problem when Squid ignores all...
1998-03-08  wesselsremove printf, gindent
1998-03-08  rousskov- Added memory pools for variable size objects (strings).
1998-03-06  wesselsfor XMALLOC_DEBUG, need to call check_free() before...
1998-03-03  rousskov- Added "mem_pools_limit" configuration option. Semanti...
1998-02-28  kostasignoring null pointer free's for traces
1998-02-27  kostashandling xrealloc added, logging starts by default...
1998-02-27  kostasappend mode
1998-02-27  kostasUSR2 is used to enable tracing
1998-02-27  kostas%p for warnings
1998-02-27  kostaspatch for logging malloc/calloc/free traces to file
1998-02-27  kostasFixed snmp memleaks
1998-02-21  rousskovDirty and buggy alex_2.
1998-02-18  wesselsrename mallocblksize to avoid conflicts
1998-02-18  wesselsFrom: Henrik Nordstrom <hno@hem.passagen.se>
1998-02-14  wesselsFrom Henrik Nordstrom
1998-02-06  wesselsHenrik's "full memory debugging"
1998-02-03  wesselsgindent
1998-01-06  wesselsFrom: Henrik Nordstrom <hno@hem.passagen.se>
1998-01-05  wesselsadd snprintf.h
1998-01-03  kostascode cleanup+security (sprintf->snprintf)
1997-12-02  wesselsgindent
1997-11-15  wesselsadd tvSubS~Dsec()
1997-10-25  wesselsget rid of ansiproto.h and _PARAMS macro
1997-10-21  wesselsgindent
1997-10-17  wesselsxbstrerror() not needed I think
1997-10-16  kostasAdded xbstrerror() for late construction with error...
1997-07-17  wesselssuccessful compile after merging 1.1.10 thru 1.1.14
1997-02-21  wesselsdo AC_REPLACE_FUNCS(strerror)
1996-11-24  wesselsEd Knowles aka Jasper
1996-11-22  wesselsfix pre/post decrement bug
1996-11-15  wesselsbuglet
1996-11-15  wesselsmore const stuff
1996-11-07  wesselschange to squid.nlanr.net
1996-11-05  wesselsmassive const patch from Markus Gyger
1996-10-16  wesselsclean bunch of stuff from lib/util.c, made xmemcpy...
1996-09-25  wesselsgindent
1996-09-21  wessels - Moved ICMP socket to external 'pinger' program.
1996-09-20  wessels - Fixed coredump in icpStateFree() when calling
1996-09-17  wesselsansiproto.h readjustment
1996-09-17  wesselsuse strerror() if available instead of sys_errlist[]
1996-09-17  wesselsmove __P to include/ansiproto.h
1996-09-17  wesselss/()/(void)/
1996-09-15  wesselsmore ANSI/prototype fixing
1996-09-14  wesselsmore ANSIFY'ing
1996-09-14  wesselsANSIFY
1996-07-22  wesselsmoved Tolower to libmiscutil.a
1996-07-16  wesselsAdd XMALLOC_COUNT stuff to figure out where all the...
1996-07-12  wessels-fix XMALLOC_DEBUG
1996-07-09  wesselscleanup after big merge
1996-05-04  wesselsmerging changes from SQUID_1_0 branch
1996-04-15  wessels fix making XMALLOC_DEBUG on by default
1996-04-15  wesselsmemory debugging uses buckets for speedup
1996-04-14  wesselsadd debugging code in #ifdefs
1996-03-26  wesselsfix up xstrerror(); add errno, relocate some externs
1996-02-29  wesselsgcc -Wall fixes
1996-02-22  wesselsInitial revision