]> git.ipfire.org Git - thirdparty/squid.git/history - src/icp_v2.cc
Split ICMP library in two. Move Net DB protos into icmp/net_db.h
[thirdparty/squid.git] / src / icp_v2.cc
2008-10-10  Amos JeffriesMerged from trunk
2008-10-10  Amos JeffriesSourceFormat: Main reformat push
2008-09-27  Alex RousskovMerged from trunk.
2008-09-13  Amos JeffriesMerge from trunk
2008-07-02  Kinkieimported changes from older tree
2008-06-25  Amos JeffriesAuthor: Alter <alter@alter.org.ua>
2008-03-22  Henrik NordstromMerged from trunk
2008-03-20  Henrik NordstromMerged from trunk
2008-03-20  Amos Jeffries3.1 Cleanups pt 1: Add testheaders.sh script
2008-02-27  amosjeffriesMerge auto-docs branch. pt 2
2007-12-15  amosjeffriesImport IPv6 support from squid3-ipv6 branch to 3-HEAD.
2007-11-15  wesselsMore fixes for recent MD5 mixups
2007-11-14  rousskovAuthor: Klaus Singvogel <kssingvo@suse.de>
2007-04-30  wesselsRemoved casts from numeric types in debugs() statements.
2007-04-29  hnoAuthor: Tsantilas Christos <chtsanti@users.sourceforge...
2007-04-21  wesselsConverted a more StoreEntry functions to class methods:
2007-04-20  wesselsFix NULL pointer bug when using netdb and test_reachabi...
2007-04-13  wesselsThe return value of comm_udp_recvfrom() must be stored...
2006-08-19  robertcBugfix the event loop idle detection - it was broken...
2006-05-09  robertcMore decoupling work:
2006-05-03  robertcAdd a StoreEntryStream class for use with store entries...
2006-04-23  robertcBUGFIX: max_user_ip was broken: initialising to -1...
2006-02-18  wesselsRemoved static requestLink() and requestUnlink() method...
2006-01-20  wesselsMaking HttpRequest more class-like. Removed some non...
2005-12-09  wesselsFixed a bug and some confusion with ACLChecklist::fastC...
2005-06-09  serassioBug #1201: assertion failed: cbdata.cc:402: "c->locks...
2005-06-05  serassioBug #829: icp denied query causes squid to fail assert...
2005-04-19  hnoIPv6 preparation by Rafael Martinez Torres <rafael...
2003-09-21  robertcSummary: ACL tweaks.
2003-09-01  robertcSummary: Class cleanup - resulting from addressing...
2003-08-10  robertcSummary: Final MSVC fixups.
2003-07-07  hnoCustom log formats, and selective access logging. See...
2003-02-25  robertcSummary: Merge final stage1 ACL refactoring.
2003-02-23  robertcSummary: More Windows Merges.
2003-02-22  robertcSummary: Ran astyle over src subtree.
2003-02-16  hnoIncremental merge from rproxy
2003-02-12  robertcSummary: Merge of ACL refactoring.
2003-01-28  robertcSummary: Make aclCheck_t a class (ACLChecklist), and...
2003-01-23  robertcImport of fix-ranges branch
2003-01-17  robertcmake StoreEntry the type for _StoreEntry throughout
2002-10-21  adrian* rename comm_write() -> comm_old_write()
2002-10-21  adrianrenaming.
2002-10-21  adrianrecvfrom() -> comm_recvfrom()
2002-10-14  adrianfix printf of a size_t
2002-10-14  robertcC++ conversion
2002-08-09  robertcClean up the squid code to consistenly use [u_]int...
2001-05-04  hnoSupport multiple SSL certificates. See http://squid...
2001-01-12  wesselsUpdated copyright
2000-06-28  hnoRenamed Counter to statCounter to avoid a name space...
2000-05-16  wesselsDW:
2000-03-06  wesselsMerge changes from 2.3 branch. Mostly this is copyrigh...
1999-12-31  wesselsmerge changes from SQUID_2_3 branch
1999-06-14  wesselsIgnore an ICP message if the ICP length is not equal...
1999-05-25  wesselsmassive store filesystem reorganization. Removing...
1999-01-30  wesselsadded myip ACL type (luyer)
1999-01-12  wesselsdeleted ERR_CLIENT_ABORT
1998-12-05  wesselsmega patch to implement request re-forwarding after...
1998-10-17  rousskov- eliminated refreshWhen() which was out-of-sync with...
1998-10-14  wesselsmake Unused ICP version warning debug level 1
1998-09-21  wesselsAdded storeGetPublic() mostly so that we can check...
1998-09-16  wesselsgindent
1998-09-11  wesselsRemoved 'method bits' hack from ICP query/reply. This...
1998-09-05  wesselssyscall counters, mostly I/O
1998-08-19  wesselslinux fixes, mostly socklen_t
1998-08-18  wesselsreturn ICP_ERR for ICP queries which have whitespace...
1998-08-15  wesselsIRIX compiler warnings
1998-07-23  wesselsadded copyright header to files which didnt already...
1998-07-21  wesselsremoved OLD_CODE
1998-07-15  wesselsFixed select-spin bug when an ICP reply actually gets...
1998-06-02  wesselsgindent
1998-05-29  wesselsauto-tuning incoming_interval for comm_incoming call...
1998-05-28  wesselsChanges to comm_*_incoming()
1998-05-28  wesselswhile loop in icpHandleUdp
1998-05-12  rousskov - Added binary http headers to requests
1998-04-24  wesselsgindent
1998-04-10  wesselsCleaned up ICP logging/counting and ICP/CD stats output
1998-04-07  wesselsdont log LOG_TAG_NONE messages sent
1998-04-06  wesselssendto return value bug
1998-04-04  wesselsCleaned up ICP sendto(). Now there is a single function
1998-03-31  wesselsgindent
1998-03-25  kostas- renovated mib and added descriptions and comments
1998-03-25  wesselsTry sendto() for ICP replies instead of always queueing
1998-03-24  wesselsFix "method bits" interaction bug with 1.1.X versions.
1998-03-22  rousskov- Added a check for invalid method in icpHandleIcpV2()
1998-03-20  wesselsadded v1.1 test_reachability option
1998-03-19  wesselsreinstall ICP reqnum high-byte hack for encoding reques...
1998-03-13  wesselsnits
1998-03-08  rousskov- Added memory pools for variable size objects (strings).
1998-03-07  wesselsFixes/changes from 1.1, mostly clientdbCutoffDenied().
1998-03-06  wesselsCasting and alignment fixes
1998-02-25  rousskov- Added rudimental statistics for HTTP headers.
1998-02-25  wessels- Added more bytes in/out and service time tracking...
1998-02-18  wesselsAdded service-time histograms for client_http and icp
1998-02-11  wesselsgindent
1998-02-10  wesselsdon't use ntohl() etc on ICP shostid field
1998-02-07  wesselsFix closing in/out UDP sockets for both ICP and SNMP
1998-02-05  wesselscontinue counting ICP_DENIED queries even after we...
1998-02-03  wesselslint
1998-01-31  wessels - Combined various interprocess communication setup...
1998-01-12  wesselsgindent
next