]> git.ipfire.org Git - thirdparty/squid.git/shortlog
thirdparty/squid.git
2014-01-19  Amos JeffriesRevert rev.13253 - fuba
2014-01-19  Amos JeffriesMerge from trunk
2014-01-30  Christos TsantilasFix documentation for key_extras authentication helper...
2014-01-29  Francesco ChemolliFix configure syntax error on strict shells
2014-01-28  Alex RousskovComm job callbacks need job's cbdata pointer, not a...
2014-01-27  Stefano CordibellaBug 3975: atomic detection cross-compilation failure
2014-01-27  Amos JeffriesBug 3608: part 1 - per-service name for workers UDS...
2014-01-27  Amos JeffriesAdd ${service_name} macro to squid.conf processing
2014-01-27  Unknown FreeBSD... Bug 3954: compile failure in CpuAffinity.cc
2014-01-24  Amos JeffriesEnable -n command line option for non-Windows Squid...
2014-01-23  Amos JeffriesInitialize asyncLoopDepth_ in constructor
2014-01-23  Nathan HoadBug 3971: "BUG: cannot aggregate mgr:client_list: cmd...
2014-01-20  Doug DixonBug 1202 part 1: documentation and debugs for refresh_p...
2014-01-20  Amos JeffriesSet error page Content-Type character set to UTF-8
2014-01-20  Amos Jeffriescachemgr: Enable per-report Content-Type header
2014-01-20  Amos JeffriesCleanup refreshCountsStats() cache manager code
2014-01-19  Amos JeffriesDocs: update refresh_pattern internal documentation
2014-01-17  Amos JeffriesFix external_acl_type async loop failures
2014-01-16  Amos JeffriesRevert and replace rev.13234
2014-01-15  Will RobertsBug 4008: HttpHeader warnOnError should be an int not...
2014-01-15  Amos JeffriesCleanup: Fix StoreIOBuffer initialization cases
2014-01-15  Amos JeffriesCleanup: Improve testACLMaxUserIP NULL checks
2014-01-15  Amos JeffriesCleanup: ICAP adaptation pointer handling
2014-01-15  Amos JeffriesFix rfcnb library potential NULL pointer dereference
2014-01-14  Amos JeffriesFix memory leak in peer cache Digest exchange
2014-01-14  Amos JeffriesFix MemMapSlot constructor initialization of expiry TTL
2014-01-14  Francesco ChemolliShuffle coverity marker
2014-01-14  Francesco ChemolliMark a behavior detected by Coverity as defect as inten...
2014-01-13  Amos JeffriesBug 3986: assertion failed due to incorrect error page...
2014-01-12  Christos TsantilasSMP SSL session cache implementation
2014-01-12  Christos TsantilasSMP shared cache with timeouts for squid
2014-01-10  Francesco ChemolliCoverity defect 1151594: side-effect in assertion in...
2014-01-10  Francesco ChemolliDocument and enforce invariant on Format::Token.divisor
2014-01-10  Francesco ChemolliFix coding ambiguity in store_repl_heap.cc and heap.h
2014-01-11  Amos JeffriesDocs: fix various doxygen compiler issues
2014-01-09  Francesco ChemolliSquidNew: don't redefine new and delete on clang
2014-01-09  Francesco ChemolliFix include guard in include/rfc1123.h
2014-01-09  Francesco ChemolliFix header-guard in include/uudecode.h
2014-01-09  Francesco ChemolliFix header-guards in compat/os/hpux.h
2014-01-09  Susant SahaniBug 3996: Malformed DNS reply leads to crash
2014-01-09  Amos JeffriesBug 3927: tests/testRock fatal.cc required
2014-01-05  Amos JeffriesDisable error page translation by default in builds
2014-01-05  Amos JeffriesCleanup: remove ClientSocketContextNew() wrapper function
2014-01-08  Amos JeffriesCleanup: remove useless makesnmplib variable from build
2014-01-06  Alex RousskovCentrally destroy all explicit and implicit ACLs to...
2014-01-05  Amos JeffriesRelease Notes update for 2.5
2014-01-05  Amos JeffriesAdd logformat code %>rd to log client URL domain name
2014-01-06  Reinhard SojkaBug 3995: compile error on CentOS 5 with GCC 4.1.2
2014-01-05  Francesco ChemolliMerge from CharacterSet
2014-01-05  Francesco ChemolliRemoved CharacterSet::CRLF and clarified some comments
2014-01-05  Francesco ChemolliMerged from trunk
2014-01-03  Francesco ChemolliMerge storeentry-refactor, fix store unit test
2014-01-03  Francesco ChemolliBaseMultiQueue is virtual but had no virtual destructor
2014-01-03  Francesco ChemolliGot rid of Store.cci
2014-01-02  Amos JeffriesFix SBuf::rfind
2014-01-02  Francesco ChemolliMerged from trunk
2014-01-02  Francesco ChemolliFix SBuf and SBufList unit tests linkage
2014-01-02  Alex Rousskovtests/testSBufList on CentOS needs MemObject::endOffset().
2014-01-01  Alex RousskovInitial Large Rock and Collapsed Forwarding support.
2014-01-01  Alex RousskovAdded MemBlob::appended() method. Handy during out...
2014-01-01  Alex RousskovMerged from trunk 13199.
2014-01-01  Alex RousskovRemoved stale copy-pasted boilerplate.
2014-01-01  Francesco ChemolliAdded missing stubs in testCharacterSet
2013-12-31  Alex RousskovSourceFormat Enforcement
2013-12-31  Alex RousskovPolishing touches to address PREVIEW review concerns...
2013-12-30  Alex RousskovDo not use HERE in new or changed debugs() statements.
2013-12-30  Francesco ChemolliReverted multi-ranges as they require c++0x initializers
2013-12-30  Amos JeffriesPrep for 3.4.2
2013-12-30  Francesco ChemolliFix CharacterSet ranged constructor
2013-12-30  Francesco Chemollimore predefined charactersets
2013-12-30  Francesco ChemolliAdded ability to manage ranges to CharacterSet
2013-12-29  Francesco ChemolliImplemented CharacterSet's operator + and addRange...
2013-12-29  Francesco ChemolliMerged from trunk
2013-12-29  Alex RousskovBug 3498: FTP PUT assertion Server.cc:246: "r->body_pip...
2013-12-29  Alex RousskovMade test-builds.sh happy by adding missing stubs and...
2013-12-27  Alex RousskovUpdated tests/testRock and the store rebuild stubs...
2013-12-27  Alex RousskovCheck that StoreEntry lock does not go negative
2013-12-23  Alex RousskovBug 3806: Caching responses with Vary header
2013-12-21  Jakob BohmBug 3985: 60s limit introduced by balance_on_multiple_i...
2013-12-21  Amos JeffriesFix \-unescaping in quoted strings from helpers
2013-12-20  Amos JeffriesWCCPv2: fix assertion 'Cannot convert non-IPv4 to IPv4...
2013-12-20  Amos JeffriesFix missing cast in rev.13162
2013-12-19  Alex RousskovMade "make check" happier by syncing test case with...
2013-12-19  Francesco ChemolliAdded missing header in client_side_reply.cc for clang
2013-12-19  Alex RousskovAdd missing StoreEntry::lock() parameters, require...
2013-12-19  Amos JeffriesFix missing include in rev.13190
2013-12-18  Alex RousskovAdded StoreEntry::lock() call dropped when merging...
2013-12-18  Francesco ChemolliRename SBuf::find_first_of and find_first_not_of to...
2013-12-18  Alex RousskovAdded send_hit and store_miss squid.conf directives
2013-12-18  Francesco ChemolliMerge CharacterSet
2013-12-18  Francesco ChemolliReverted buggy change on CharacterSet::operator+=,...
2013-12-18  Francesco ChemolliMerged from trunk
2013-12-18  Amos JeffriesAdd unit tests for method parsing update
2013-12-18  Amos JeffriesFix missing include in rev.13186
2013-12-17  Francesco ChemolliImproved CharacterSet documentation.
2013-12-17  Francesco ChemolliMerged from trunk
2013-12-17  Francesco ChemolliUsing std::copy_if for CharacterSet::operator +=
2013-12-17  Francesco ChemolliClarified documentatio for CharacterSet; moved Characte...
2013-12-17  Francesco ChemolliMove CharacterSet::operator += to .cc file; change...
2013-12-17  Amos JeffriesHTTP/1.1: method names are case-sensitive
next