]> git.ipfire.org Git - thirdparty/squid.git/shortlog
thirdparty/squid.git
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...
2005-12-14  wesselsFinished support for parsing ICAP OPTIONS Transfer...
2005-12-14  wesselsReport ICAP server clock skew based on the Date header...
2005-12-14  wesselsSupport for Method header in ICAP OPTIONS respose.
2005-12-13  wesselsI get compile errors on many tests because Squid define...
2005-12-13  wesselsChanged Mem::Init() debug message "Memory pools are...
2005-12-13  wesselsMemory leak when using ident_lookup_access. The tempor...
2005-12-11  serassioBug #1022: bad credentials fetch (no user)
2005-12-09  wesselsDuring debugging I lowered the cbadata lock_count asser...
2005-12-09  wesselsCompile-time bug introduced in recent changes related to
2005-12-09  wesselsFixed a bug and some confusion with ACLChecklist::fastC...
2005-12-09  wesselsremoved extra ;
2005-12-07  wesselsTurned pconn.cc into C++ classes. There are now separa...
2005-12-06  wesselsBugzilla #1457
2005-12-04  wesselsForgot to check the value of 'icap_enable' (TheICAPConf...
2005-12-03  serassioAllow the build using VisualStudio 2005 when LEAKFINDER...
2005-12-03  hnoBootstrapped
2005-12-03  wesselsSome additions and changes for ICAP server connection...
2005-12-03  wesselsSquid binary should depend on ICAP library. bootstrapped.
2005-12-02  wesselsA few changes related to how the ICAP request header...
2005-12-02  wesselsRemoving the 'icap_check_interval' directive because...
2005-12-02  wesselsAdd X-Client-IP and X-Client-Username extention headers...
2005-12-02  wesselsAdd comment explaining why there is 'break' in the...
2005-12-02  serassioBug #1451: gcc 4.1 compiler errors
2005-12-02  wesselsBug fixed by Ralf Horstmann:
2005-12-02  wesselsupdate comment for HttpMsg::parseCharBuf()
2005-11-30  hnoBootstrapped
2005-11-30  serassioBug #1409: OpenBSD and NetBSD error on make with SSL...
2005-11-30  serassioBootstrapped
2005-11-30  serassioBug #1455: Error during "make all"
2005-11-27  serassioMore cosmetic cleanup
2005-11-27  serassioCosmetic cleanup
2005-11-27  serassioAdded .cvsignore file
2005-11-27  serassioRemoved no more needed .cvsignore file
2005-11-25  hnoBootstrapped
2005-11-25  serassioRecent ICAP merge broke profiling support, now fixed.
2005-11-25  serassioBootstrapped
2005-11-24  wessels64 bit broken again !!!!
2005-11-24  wesselsThere is something wrong here and in the other winbind...
2005-11-24  wesselswinbind helper are no more provided with Squid 3.
2005-11-24  wesselsRemove leakfinder debugging calls which probably should...
2005-11-24  wesselsIt seems that LeakFinder.h is missing in your commit.
2005-11-23  serassioUpdated .cvsignore file
2005-11-23  serassioFixed make dist problem.
2005-11-22  hnoBootstrapped
2005-11-22  wesselsbootstrapped
2005-11-22  wesselsUse correct filenames for renamed classes and ICAP...
2005-11-22  wesselsgcc suggests parens around assignment. Slight rewrite.
2005-11-22  wesselsOoops, ICAPAnchor should really be ICAPClientRespmodPre...
2005-11-22  wesselsAdding ICAP library files
2005-11-22  wesselsThe ClientRequestContext class used to be defined in...
2005-11-22  wesselsAdded ICAP RESPMOD PRECACHE
2005-11-22  wesselsAdded ICAP REQMOD PRECACHE
2005-11-22  wesselsAdded #ifdef-ef out code for future work on ICAP RESPMO...
2005-11-22  wesselsAdded ICAP subdirectory and instructions to link with...
2005-11-22  wesselsAdded --enable-icap-client option
2005-11-22  wesselsAdded a convenience StoreIOBuffer constructor that...
2005-11-22  wesselsAdded ICAP-related configuration directives to the...
2005-11-22  wesselsAdded routines for parsing ICAP configuration directives.
2005-11-22  wesselsAdded StringToInt(), currently used when parsing chunke...
2005-11-22  wesselsAdded const version of MemBuf::content() so that const...
2005-11-22  wesselsAdded expectingBody() and sanityCheckStartLine() virtua...
2005-11-22  wesselsAdd the ERR_ICAP_FAILURE error message.
2005-11-22  wesselsUse storeBuffer() and storeBufferFlush() later to avoid...
2005-11-22  wesselsIn the MemBuf destructor, call clean() if necessary...
2005-11-22  wesselsAdded HttpRequest::expectingBody() method to indicate...
2005-11-22  wesselsAdded HttpReply::expectingBody() method to indicate...
2005-11-22  wesselsChanged #if WHEN_SQUID_IS_NOT_HTTP1_1 to #if WHEN_SQUID...
2005-11-22  wesselsAdded simple operator !() method.
2005-11-22  wesselsAdded Vector::shift() method, similar to the way shift...
2005-11-22  wesselsTurned "leakfinder" into something more like C++.
2005-11-22  wesselsAdded StoreEntry::isAccepting() method to let others...
2005-11-22  wesselsadding .cvsignore files
2005-11-21  serassioFixed build error on Windows using gcc.
2005-11-20  serassioMore .cvsignore files cleanup
2005-11-20  serassioMore consistency in .cvsignore files
2005-11-20  serassioAdded .cvsignore files
2005-11-20  serassioMore consistency in .cvsignore files
2005-11-20  serassioAdded .cvsignore files
2005-11-20  serassioMore consistency in .cvsignore files
2005-11-20  serassioDNS search list improvements:
2005-11-12  wesselsAdded WebDAV REPORT method to know HTTP methods list
2005-11-08  wesselsMy recent HttpReply changes created an awkward situatio...
2005-11-07  hnoCleanup of stateful auth schemes
2005-11-07  hnoHandle crashing auth helper more gracefully in negotiat...
2005-11-06  serassioWindows port:
2005-11-06  hnoassertion failed: cbdata.cc:450: "c->locks > 0"
2005-11-06  serassioWindows port:
next