]> git.ipfire.org Git - thirdparty/squid.git/shortlog
thirdparty/squid.git
2011-09-06  Alex RousskovAdded a Vector::front() method, to mimic std::vector...
2011-09-06  Alex RousskovSend RST packet when closing an ICAP connection after...
2011-09-06  Alex RousskovMarked comm_reset_close() parameter as const because...
2011-09-06  Alex RousskovLog ICAP_ERR_GONE ICAP transaction outcome when ICAP...
2011-09-06  Amos JeffriesBump assert Connection.cc:29 down to a debug notice...
2011-09-06  Amos JeffriesBug 3281: pconn in-use while closing assertion
2011-09-06  Amos JeffriesUpdated OpenSSL 1.0.0 version checks.
2011-09-05  Amos JeffriesFix rejection of 200-status in deny_info
2011-09-02  Amos JeffriesBug 3319: Inconsistencies in error messages pt2
2011-09-02  Amos JeffriesFix crash on missing port
2011-09-01  Amos JeffriesBug 3259: assertion failed: Connection.cc:29: 'fd<0...
2011-09-01  Amos JeffriesBug 3303: Support for non-English usernames in log...
2011-09-01  F WolffLanguage: af updates
2011-09-01  Amos JeffriesBug 3243: Fix cases: raw-IPv6, case variant FQDN, inter...
2011-08-31  Henrik NordstromRemove duplicated code in gopher fix
2011-08-31  Amos JeffriesBug 3321: IPv4 Transport endpoint is not connected
2011-08-30  Amos JeffriesCleanup: make IP address show AnyAddr() as v4 or v6
2011-08-30  Amos JeffriesBug 3320: miss_access description confusing
2011-08-30  Amos JeffriesDocs: limit internal DNS options properly
2011-08-29  Sergey MerzlikinBug 3322: adapt:: and icap:: format codes do not parse
2011-08-29  Amos JeffriesBug 3319: Inconsistencies in error messages
2011-08-28  Amos JeffriesUseful error message from NCSA when DES blocked.
2011-08-28  Amos JeffriesPrep for 3.1.15 and 3.2.0.11
2011-08-28  Amos JeffriesBug 3295: broken escaping in rfc1738_do_escape
2011-08-27  Amos JeffriesBug 3311: segmentation fault in getMyPort() with only...
2011-08-27  Amos JeffriesBug 3316: Failed to connect to nameserver using TCP
2011-08-27  Amos JeffriesPrep for 3.1.15 and 3.0.STABLE26
2011-08-27  Christos TsantilasBug 3301: ERR_DNS_FAIL never shown
2011-08-26  Henrik NordstromCorrect parsing or large Gopher indexes
2011-08-26  Alex RousskovPolished unused code.
2011-08-26  Amos JeffriesDrop excess bytes from gopher input.
2011-08-26  Amos JeffriesPortability: Drop u_short type
2011-08-26  Amos JeffriesRemove: Convert tunnel to use MemBuf buffers
2011-08-26  Amos JeffriesPortability: avoid htons() on 8-bit values. Little...
2011-08-26  Automatic source... SourceFormat Enforcement
2011-08-25  Amos JeffriesBug 3310: regression: %<pt translates as %<p
2011-08-24  Amos JeffriesStop Squid-2 automatic daily bundles
2011-08-24  Amos JeffriesQuiet trace output on snapshot generation.
2011-08-23  Amos JeffriesPortability: work through top_builddir. builddir can...
2011-08-23  Amos JeffriesOptimize: miss_access absent from config is allow
2011-08-23  Amos Jeffriesnegotiate_wrapper_auth: fix warnings on MacOSX by simpl...
2011-08-22  Bertrand JacquinBug 2662: cf_gen failure when cross compiling
2011-08-22  Francesco Chemollintlm_fake_auth: helper protocol fix on Windows
2011-08-22  Amos Jeffriescf_gen requires cstdlib for exit() definition
2011-08-22  Automatic source... SourceFormat Enforcement
2011-08-21  Amos JeffriesUpdate cf_gen objects to use STL containers and extend...
2011-08-21  Sergey MerzlikinTypo in rev.11661
2011-08-21  Amos JeffriesBug 3213: https sites (CONNECT) not open when using...
2011-08-21  Automatic source... SourceFormat Enforcement
2011-08-20  Amos JeffriesBug 2279: Log Format options to log server source IP...
2011-08-20  Amos JeffriesBug 3288: regression in %<la and %<lp
2011-08-20  Amos JeffriesFix logformat token initialization
2011-08-20  Amos JeffriesDoxygen style updates
2011-08-19  Amos JeffriesConverts the bulk of cf_gen to C++ OOP code.
2011-08-17  Automatic source... SourceFormat Enforcement
2011-08-16  Francesco ChemolliCompile fix: use code instead of static initialization
2011-08-16  Amos JeffriesAdd special case for CONNECT request Host: verify
2011-08-16  Amos JeffriesPolish: warn on every ssl-bump disable, with port details
2011-08-15  Alex RousskovAudit updates on rev.11634
2011-08-15  Amos JeffriesRework CVE-2009-0801 case set
2011-08-15  Automatic source... SourceFormat Enforcement
2011-08-14  Amos JeffriesImprove CVE-2009-0801 detection warning
2011-08-14  Pawel WorachFix NIS helper build on FreeBSD
2011-08-14  Amos JeffriesConvert AuthenticateAcl() to use new ACL states
2011-08-14  Amos JeffriesConvert external ACL to use ACL states
2011-08-14  Amos JeffriesUpdate response generationg to handle auth ACL reply...
2011-08-14  Barry DobynsBug 1791: timestampsSet does not validate Date: if...
2011-08-14  Christos TsantilasBug 3211: ssl_crtd start even if no ssl-bump port is...
2011-08-14  Amos JeffriesBug 3289: cache manager parameters not parsed without...
2011-08-13  Amos JeffriesSupport extended authentication states to ACL results
2011-08-13  Amos JeffriesFix signed/unsigend conversion error
2011-08-13  Amos JeffriesFix GCC 4.6 unused variable in regex
2011-08-13  Pawel WorachTypo in cf_gen
2011-08-13  Alex RousskovBug 3217: "!fd_table[fd].closing()" from ServerStateDat...
2011-08-12  Pawel WorachFix compile errors detected by clang++
2011-08-10  Amos JeffriesPortability: cf_gen stream errors on FreeBSD
2011-08-10  Amos JeffriesBug 3107: nsca_auth DES silently truncates passwords...
2011-08-10  Automatic source... SourceFormat Enforcement
2011-08-09  Amos Jeffriesregex optimization: const-correctness
2011-08-09  Francesco Chemollicf_gen.cc: work around brokenness in Intel's compiler...
2011-08-09  Mrcus KoolOptimize regular expression ACLs
2011-08-09  Automatic source... SourceFormat Enforcement
2011-08-08  Francesco Chemollicf_gen.cc fix: include errno.h
2011-08-08  Francesco ChemolliImprove error reporting in cf_gen.cc
2011-08-08  Francesco ChemolliMigrate cf_gen.cc from C-style stdio to C++ iostreams.
2011-08-08  Amos JeffriesRevert rev.11620. Fix unit tests instead of dropping.
2011-08-08  Amos JeffriesRemove hierarchy_stoplist default value
2011-08-08  Automatic source... SourceFormat Enforcement
2011-08-07  Christos Tsantilas"make check" after the isAnyAddr patch fails to compile
2011-08-07  Christos Tsantilasauthor: Christos Tsantilas <chtsanti@users.sourceforge...
2011-08-07  Francesco ChemolliWindows: sys_nerr is not available on MinGW.
2011-08-07  Amos Jeffriessquidclient: build errors on Windows
2011-08-07  Amos JeffriesWindows: merge WIN32_strerror() and wsastrerror() into...
2011-08-07  Amos JeffriesWindows: shuffle win32lib into libcompat
2011-08-06  Amos JeffriesPortability: several issues in MinGW
2011-08-06  Francesco ChemolliPortability: fix windows socket lirary detection
2011-08-04  Amos JeffriesKill one goto
2011-08-04  Amos JeffriesSourceLayout: format namespace for custom tag-based...
2011-08-04  Automatic source... SourceFormat Enforcement
2011-08-03  Amos JeffriesRe-enable revno11514. Host: verification now done
next