]> git.ipfire.org Git - thirdparty/squid.git/shortlog
thirdparty/squid.git
2006-02-26  serassioBug #1508: Error in FTP listings of files with -> in...
2006-02-26  serassioBug #1484: Hangs at 100% CPU if /dev/null is not accessible
2006-02-26  serassioBug #1507 Harmless typo in ftp.c
2006-02-24  hnoBootstrapped
2006-02-23  hnoUse the better awk already found by configure
2006-02-23  hnoSwitch to using awk for the mk-xxx scripts as per squid...
2006-02-23  hnoimported FTP RFC
2006-02-22  hnoAWK version of the build time mk-xxx scripts by Christo...
2006-02-22  wesselsbacking out revision 1.715 getRaw() patch.
2006-02-22  wesselsremove ugly getRaw()'s They are not necessary when...
2006-02-22  wesselsremove ugly getRaw()'s from refcounted pointer class
2006-02-22  wesselsRework FtpStateData::transactionComplete() so that...
2006-02-22  hnoAdd proxy authentication to the list of allowed headers...
2006-02-21  wesselsFix HttpReply leak due to failure to unlock in this...
2006-02-21  wesselswhen logging the client request, al.reply might be...
2006-02-20  serassioFixed gcc 4.1 build problem
2006-02-19  serassioBug #1485: logformat debugging messages
2006-02-18  wesselsCleaned up HttpReply handling in client_side_reply...
2006-02-18  wesselsI am changing debugging levels for these frequently...
2006-02-18  wesselsBug #1513 Some 206 responses logged incorrectly
2006-02-18  wesselsMoved some common code into the ClientHttpRequest const...
2006-02-18  wesselsReplaced the single-line wrapper function storeEntryRep...
2006-02-18  wesselsRemoved static requestLink() and requestUnlink() method...
2006-02-17  wesselsAn ICAP server is allowed to list multiple methods...
2006-02-08  wesselsWe should pass HttpStateData's orig_request to ICAP...
2006-01-26  wesselsMake ftpWriteCommand a method of FtpStateData
2006-01-26  wesselsThe 'ICAPClientRespmodPrecache' pointer in HttpStateDat...
2006-01-26  wesselsServerStateData::doIcap needs to be protected with...
2006-01-26  wesselsThe purpose of this change is to add ICAP RESPMOD suppo...
2006-01-26  wesselsbootstrapped after adding src/Server.{cc,h}
2006-01-26  wesselsThe purpose of this change is to add ICAP RESPMOD suppo...
2006-01-25  hnoCorrected port of patch for Bug #577. Issue found by...
2006-01-25  wesselschange _ftp_flags from unsigned int:1 to bool.
2006-01-25  wesselsRemove whitespace in function args leftover from s...
2006-01-24  hnoUpdate MARA Systems sponsor text now that they no longe...
2006-01-24  hno64-bit compatibility
2006-01-24  hnoWorkaround for newer OpenLDAP libraries requiring LDAP_...
2006-01-24  hnoKill unused nreadfds/nwritefds statistics in comm_poll...
2006-01-24  wesselsMore C++ conversions for ftp.cc
2006-01-24  wesselscleanup in constructor
2006-01-24  wesselsFtpStateData constructor was all wrong
2006-01-24  wesselsStarted converting ftp.cc to use more C++ class methods
2006-01-24  wesselsprotect from double inclusion with #ifndef directives
2006-01-24  wesselsFixed ICAP memory leak. ICAPClientRespmodPrecache...
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
next