]> git.ipfire.org Git - thirdparty/squid.git/shortlog
thirdparty/squid.git
2006-01-24  wesselsFix lock-counting bug caused by mixing references with...
2006-01-24  wesselsMoved HttpRequest lock/link counter to the base HttpMsg...
2006-01-23  serassioBug #1479: wrong timezone declaration for 64 bit Irix
2006-01-22  serassioAddedd .cvsignore
2006-01-22  serassioA static definition of w_space here is no more needed
2006-01-20  wesselsMy recent ClientBody changes introduced a memory leak...
2006-01-20  wesselsfix for new HttpRequest
2006-01-20  wesselsRename previsouly private HttpRequest:initXX() to initH...
2006-01-20  wesselsMaking HttpRequest more class-like. Removed some non...
2006-01-14  wesselsTypo in #ifndef #define pair
2006-01-14  hnoBootstrapped
2006-01-14  wesselsBootstrapped after adding src/ClientBody.{h,cc}
2006-01-14  wesselsConnStateData and ClientBody was a little confusing...
2006-01-13  wesselsDon't allow ICAP connection reuse if there is a timeout...
2006-01-12  wesselsManagement of {adapated,virgin}->data->header was becom...
2006-01-12  wesselsincorrectly committed new debugging with wrong levels
2006-01-12  wesselsC++ typo: extraneous `int' ignored
2006-01-12  wesselsMinor debugging changes to StoreEntry constructor/destr...
2006-01-12  wesselsFixed a couple of bugs with ClientHttpRequest::doCallouts()
2006-01-12  wesselsChanged debugging locations for MemObject constructor...
2006-01-11  wesselsICAPClientRespmodPrecache::noteSourceStart() should...
2006-01-11  wesselsMark requireOpenAndActive() as a static function
2006-01-10  wesselsBugzilla #1463
2006-01-10  wesselsCommiting various debugging statements that have been...
2006-01-10  wesselsA comment about this place where we link request to...
2006-01-10  wesselsThe HttpStateData::abortAdapting() method should always...
2006-01-10  wesselsAdded some timeout debugging for ICAP transactions...
2006-01-10  wesselsThis patch adds sorting to cachemgr:mem output to make...
2006-01-10  wesselsusing requestLink on adapted->data->header fixes an...
2006-01-10  wesselsHttpRequest::reset() should preserve link_count
2006-01-10  serassioBootstrapped
2006-01-10  serassioNew file forward.h is missing from make dist
2006-01-05  wesselsForgot to commit http.h after changing HttpStateData...
2006-01-05  wesselsconvert an old-style cast to a C++ static cast
2006-01-05  wesselsMoved most of httpStart() into the HttpStateData constr...
2006-01-05  wesselsFix HTCP after moving httpBuildRequestHeader() to HttpS...
2006-01-04  wesselsOops, forgot to commit changes to this file along with...
2006-01-04  wesselsConverting more http.cc functions to class methods
2006-01-04  wesselsConverted some functions here to static wrappers plus...
2006-01-04  wesselsICAP fix: don't call fwd->complete() in HttpStateData...
2006-01-04  wesselsChange 'fd=%d' to 'FD %d' in debugging statments to...
2006-01-04  wesselsBugs from recent FwdState change with --enable-icmp
2006-01-04  wesselsBugs from recent FwdState change with --enable-cache...
2006-01-04  wesselsBug in FwdState destructor. Go back to using a tempora...
2006-01-04  wesselsAdded forward.h when converting FwdState to a C++ class
2006-01-04  wesselsConverted FwdState to a C++ class to take advantage...
2006-01-03  hnoBootstrapped
2005-12-31  hnoBootstrapped
2005-12-31  hnoGet rid of LDAP libaray references. Not needed or wante...
2005-12-30  hnoProperly fix snapshot diff
2005-12-30  hnoFix cleanup of old snapshots again. Got broken some...
2005-12-30  hnoFix diff generation
2005-12-30  hnoimported current mksnapshot script from 2.5
2005-12-30  wesselsSimple debugging message addition and change
2005-12-30  wesselsFound and fixed a case where HttpMsg::parse() returned...
2005-12-29  hnoFix digest helper split
2005-12-29  hnoRadius Digest authentication extension draft
2005-12-29  hnoBootstrapped
2005-12-29  hnoFix external acl helper selection again
2005-12-29  hnosilence automake warning about underquoted macor
2005-12-29  hnoCorrect digest_ldap_auth program name
2005-12-29  hnoBootstrapped
2005-12-29  hnoDefault to build "all" available helpers of each select...
2005-12-29  hnoDist the Digest LDAP helper
2005-12-29  hnoBootstrapped
2005-12-29  hnoBootstrapped
2005-12-29  hnoExtend the automatic helper selection with a small...
2005-12-29  hnoSplit digest_pw_auth into digest_pw_auth and digest_lda...
2005-12-29  wesselsOnly a few changes to debugging messages
2005-12-29  wesselsPrint the "GOT HTTP REPLY HDR" message in HttpStateData...
2005-12-28  wesselsICAP: Don't send preview header if previews are disabled by
2005-12-28  hnoBootstrapped
2005-12-27  hnoBootstrapped
2005-12-26  serassioCannot build using gcc 4.1 with the error:
2005-12-26  serassioAdded '-d' command line debugging option
2005-12-26  serassioBootstrapped
2005-12-26  serassioOptimized src/Makefile.am
2005-12-26  serassioAllow "make check" with --enable-delay-pools configure...
2005-12-24  serassioUpdated .cvsignore files
2005-12-24  serassioBug #1472: wbinfo_group.pl doesn't work with Samba...
2005-12-24  wesselserror: extra qualification 'ICAPOptions::' on member...
2005-12-23  wesselserror: extra qualification 'ICAPConfig::' on member...
2005-12-23  wesselsReuben Farrelly and GCC 4.1 say:
2005-12-23  wesselsMake Squid more robust in the event of unexpected ICAP...
2005-12-23  wesselsSquid incorporates software by other *sources*, not...
2005-12-23  wesselsRFC 3507 says that there should be a space after comma in
2005-12-21  wesselsFixed an ICAP bug: Need to handle the case when a...
2005-12-20  wesselsThe check for "connection: close" in the ICAP header
2005-12-20  wesselsInitialize the members of HttpRequest in the constructo...
2005-12-20  wesselsinserting HERE into some debugs()
2005-12-20  wesselsAdded "HERE" macro for use in debugs() and use it in...
2005-12-20  wesselsLook for "Connection: close" in OPTIONS response too.
2005-12-18  serassioFixed warning when using gcc 4.x
2005-12-18  serassiovisible_appname_string must be initialized during FS...
2005-12-18  serassioUpdated "make check" support:
2005-12-16  hnoBootstrapped
2005-12-16  hnoNeed to dist pconn.h
2005-12-14  wesselsJust a little cleanup of an ICAP_CLIENT ifdef
2005-12-14  wesselsAdded a default ICAP Options-TTL setting.
2005-12-14  wesselsDon't print a Warning about OPTIONS reply method mismat...
next