]> git.ipfire.org Git - thirdparty/squid.git/history - src/ipcache.cc
2.1 branch merge
[thirdparty/squid.git] / src / ipcache.cc
1998-11-12  wessels2.1 branch merge
1998-10-19  wesselstypo
1998-10-10  wesselsMoved many common dns/redirect/authenticate functions...
1998-09-29  wesselsgindent
1998-09-24  glennModified to no longer return the whole cache, just...
1998-09-15  wesselsreplaced NEIGHBOR_ and HELPER_ EBIT calls
1998-09-05  wesselssyscall counters, mostly I/O
1998-08-21  wesselsremoved DONT code
1998-08-01  wesselsmemory leaks
1998-08-01  wesselshide debug
1998-07-29  wesselsFixed some restart bugs with dnsservers. Because...
1998-07-24  wesselsreplaced urlcmp with straight strcmp
1998-07-23  wesselsCHANGED COPYRIGHT STUFF
1998-07-21  wesselsFixed cachemgr 'objects' implementation. dump one...
1998-07-20  wesselschange FSF address
1998-06-05  wesselsuse fatal_dump instead of fatal
1998-06-02  wesselsmake "key not found" fatal
1998-05-31  rousskov- Replaced "complex" (offset accounting) calls to snpri...
1998-05-24  wesselsChanges to hash_first, hash_next. The **Current idea...
1998-05-15  wesselsMillisecond timing patch for events, comm_select/comm_p...
1998-05-15  wesselsAdded weights to event structure. We need to run ALL
1998-05-14  wesselsChanged ipcache_gethostbyname() to return NULL if i...
1998-05-14  wesselschange hash_remove_link() to return void and fatal...
1998-05-09  wesselsremoved old, unused code
1998-04-24  wesselsgindent
1998-04-24  wesselsremove wierd , CUR in ipcache output
1998-04-22  wesselsinitalize lru_list to NULL
1998-04-10  rousskov- increased debugging level of "ipcacheCycleAddr: ...
1998-04-09  wesselscycle through every address on every use
1998-04-09  wesselsminor squid-internal URL cleanup, but no bug fixes
1998-04-03  wesselsChanged squid/dnsserver communication to single-line...
1998-04-01  wessels- Add median service times to cachemgr 'info' page.
1998-03-31  wesselsuse assert instead of fatal_dump
1998-03-29  wessels- fixed hash memory leaks from Proxy Auth ACL stuff
1998-03-29  wesselsprintf errors/warnings
1998-03-25  wesselsdynamically calculate some hash table sizes
1998-03-22  kostasOSF long/int fix for snmp
1998-03-20  wesselschange ipcacheReleaseInvalid() assertions to debugs
1998-03-20  wesselsassert valid args for ipcacheReleaseInvalid
1998-03-07  wesselsRemoved 'meta_data' structure. Use mem.c routines...
1998-03-07  wesselsFixes/changes from 1.1, mostly clientdbCutoffDenied().
1998-03-05  wesselsgindent
1998-03-04  rousskov- Fixed memory alignment problem in Mem.c by removing...
1998-02-27  kostasFixed snmp memleaks
1998-02-27  wesselsgindent
1998-02-26  kostasReorganized cachePerf.cacheProtoStats to cacheProtoAggr...
1998-02-25  rousskov- Added rudimental statistics for HTTP headers.
1998-02-24  kostasupdate for snmp
1998-02-22  kostas*** empty log message ***
1998-02-20  wesselsNew cache manager scheme. Instead of a big table and...
1998-02-19  wesselsAdded service time histogram for DNS (ipcache+fqdncache...
1998-02-07  wesselsremove brackets from cachemgr output
1998-02-03  wesselslint
1998-01-06  wesselsremove UNUSED and OLD code
1998-01-03  wessels - Fixed some dnsserver-related reconfigure...
1997-12-30  wesselsgindent
1997-12-03  kostascorrected several snmp problems, including net_db suppo...
1997-12-02  wesselsremove OLD_CODE
1997-12-02  wesselsgindent
1997-12-02  wesselsSNMP changes to get snmpwalk working
1997-11-28  wesselscomment out old code
1997-11-28  wesselsmodified ipcache.c to use double-linked list for LRU...
1997-11-23  wesselsMaking it so reconfigure doesn't require waiting for...
1997-11-15  wesselsUse new ignoreErrno()
1997-11-12  wessels- Change all BIT_{SET,CLR,TEST} to EBIT_ versions with...
1997-11-05  wesselsLINT
1997-10-30  wesselsmax okumoto errorpage and other mods
1997-10-29  wesselsvarious MLK fixes
1997-10-28  wessels- Removed IP_BLOCKING_LOOKUP and FQDN_BLOCKING_LOOKUP...
1997-10-27  wesselsABR fix
1997-10-26  wesselsapply Mike Pelliters connection retry ideas
1997-10-25  wesselsget rid of ansiproto.h and _PARAMS macro
1997-10-22  wesselsIN ipcacheExpiredEntry() we have this goofy thing where...
1997-10-21  wesselsjust in case
1997-10-18  wesselsmissing %d format arg
1997-10-17  wesselsgindent
1997-10-14  kostasChanged most of sprintf() to snprintf().
1997-08-26  wesselsStarted integration of Proxy Auth ACL patch from Arjan...
1997-07-17  wesselssuccessful compile after merging 1.1.10 thru 1.1.14
1997-07-15  wesselswarning: comparison of distinct pointer types lacks...
1997-07-15  wesselss/debug_trap/assert/
1997-06-27  wesselsgindent
1997-06-18  wesselsJunk the 'callback_meta' idea
1997-06-17  wesselshash.c cleanup
1997-06-17  wesselsgeneric callback support
1997-06-17  wesselsremove ->fd member from struct _ip_pending
1997-06-04  wesselsnew debug() macro; David Luyer
1997-06-02  wessels- Moved IP lookups to commConnect stuff.
1997-05-23  wesselsreinstall read hander on partial dnsserver replies
1997-05-16  wesselsWarning if ipcache queue_length reaches NDnsServersAlloc
1997-05-16  wesselschange key for locked+released entries
1997-05-15  wesselsonly one w_space variable
1997-05-05  wessels- DO NOT set the filemap bits for unvalidated entries...
1997-05-01  wesselsChange ipcache_unregister.
1997-05-01  wesselsmore random massive changes
1997-04-30  wesselsmassive casting cleanups!
1997-04-28  wesselsremove lotsa casts
1997-04-28  wesselsmerge 1.1.8->1.1.10; just get it to compile
1997-03-04  wesselsmerge 1.1.7->1/1/8
1997-02-27  wesselsJUMBO Stewart Forster speedup patch:
next