]> git.ipfire.org Git - thirdparty/squid.git/history - src/client_side_request.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / client_side_request.cc
2017-01-01  Source MaintenanceSourceFormat Enforcement
2016-12-22  Amos JeffriesBug 3940 pt2: Make 'cache deny' do what is documented
2016-11-20  Amos JeffriesC++11: Remove GnuRegex and all -lregex related code
2016-11-04  Christos TsantilasSupport tunneling of bumped non-HTTP traffic. Other...
2016-10-06  Alex RousskovFix known "concurrent c_str()s" violations of SBuf...
2016-08-15  Amos JeffriesFix SSL-Bump failure results in SEGFAULT
2016-08-01  Christos TsantilasFetch missing certificates
2016-08-01  Christos Tsantilasmerge from trunk-r14768
2016-08-01  Christos TsantilasPolishing fixes from squid-dev review
2016-07-25  Christos TsantilasCertificate Validator buffer-overflow crashes Squid
2016-07-15  Christos TsantilasSquid-dev review comments by Alex and Amos
2016-07-08  Amos JeffriesReplaced TidyPointer with std::unique_ptr.
2016-07-07  Amos JeffriesMerged from trunk rev.14734
2016-07-07  Christos TsantilasSync with trunk r14734
2016-07-05  Amos JeffriesReplace LockingPointer::reset with resetWithoutLocking
2016-06-26  Amos JeffriesMerged from trunk rev.14721
2016-06-25  Eduard BagdasaryanHTTP/1.1: Update all stored headers on 304 revalidation.
2016-06-23  Amos JeffriesSync with trunk rev.14719
2016-05-28  Christos TsantilasRemove unused var after r14689
2016-05-27  Amos JeffriesRemove ie_refresh configuration option
2016-05-26  Amos JeffriesMerge from trunk rev.14687
2016-05-26  Christos TsantilasMake Downloader an basic AsyncJob class.
2016-05-23  Christos TsantilasSync with trunk-r14686
2016-05-13  Christos Tsantilasmerge from trunk-r14667
2016-05-11  Christos TsantilasBug 4455: SegFault from ESIInclude::Start
2016-05-03  Amos JeffriesBug 4455: SegFault from ESIInclude::Start
2016-04-14  Christos TsantilasFixes and improvments
2016-04-09  Alex RousskovBug 4465: Header forgery detection leads to crash
2016-04-05  Amos JeffriesMerged from trunk rev.14625
2016-03-18  Christos Tsantilasmerge from trunk r14597
2016-03-18  Christos Tsantilasmerge from trunk r14590
2016-03-17  Amos JeffriesCleanup: de-duplicate HttpRequest CreateFromUrl functions
2016-01-31  Amos JeffriesSourceLayout: rename ClientSocketContext to Http::Stream
2016-01-26  Amos JeffriesCleanup: update TLS session pointer types
2016-01-24  Amos JeffriesRename Http::StreamContext to Http::Stream
2016-01-07  Amos JeffriesShuffle ClientSocketContext to Http::StreamContext
2016-01-01  Source MaintenanceSourceFormat Enforcement
2015-12-15  Christos TsantilasPolish the code and other minor fixes
2015-12-14  Christos Tsantilasmerge from trunk r14444
2015-11-19  Alex RousskovStore API and layout polishing. No functionality change...
2015-11-03  Amos JeffriesBug 4373: assertion failed: client_side_request.cc...
2015-10-22  Alex RousskovFetch missing certificates.
2015-09-28  Amos JeffriesMerge from trunk
2015-09-27  Amos JeffriesMerge from trunk rev.14325
2015-09-27  Aymeric VincentBug 3069: CONNECT method bytes sent logging
2015-08-09  Amos JeffriesMerge from trunk
2015-08-06  Francesco ChemolliMerge coverity-fixes - HttpHeader refactor
2015-08-04  Francesco ChemolliRenamed http_hdr_type to Http::HdrType, fixed some...
2015-07-29  Francesco ChemolliMerged from trunk
2015-07-29  Francesco ChemolliImplement std::hash<SBuf> for seamless std::unordered_m...
2015-07-29  Amos JeffriesMerged from trunk rev.14189
2015-07-29  Amos JeffriesSourceLayout: refactor regex pattern objects
2015-07-29  Amos JeffriesAdd temporary SBufToCstring() helper functions for...
2015-07-28  Amos JeffriesFix several other xstrndup() instigated off-by-1 errors
2015-07-28  Amos JeffriesMerged from trunk rev.14181
2015-07-27  Francesco ChemolliMerged from trunk
2015-07-21  Francesco ChemolliMerged from trunk
2015-07-19  Amos JeffriesCleanup: replace urlCanonical() with HttpRequest::effec...
2015-07-17  Francesco ChemolliMerge fixes for some issues reported by Coverity
2015-07-13  Amos JeffriesCrypto-NG: add SessionPointer type to libsecurity API
2015-07-13  Amos JeffriesCleanup: Shuffle Squid result codes (aka log tags)...
2015-07-12  Amos JeffriesMerge from trunk
2015-06-28  Amos JeffriesMerged from trunk rev.14126
2015-06-22  Amos JeffriesMerged from trunk
2015-06-19  Amos Jeffriesparser-ng: Add HTTP/1.x extension tokenizer
2015-06-11  Amos JeffriesConvert enum LogTags into class LogTags
2015-06-09  Amos JeffriesBug 1961 partial: Move HttpRequest host:port to class URL
2015-06-09  Amos JeffriesMerge from trunk rev.14108
2015-06-01  Amos JeffriesMerged from trunk rev.14096
2015-05-26  Amos JeffriesReplace Packer object API with Packable API
2015-05-22  Amos JeffriesMerged from trunk rev.14084
2015-05-16  Amos JeffriesFix various uninitialized class members
2015-04-27  Amos JeffriesFix printf format for size_t and mb_size_t
2015-04-27  Amos JeffriesRename Packable::Printf as Packable::appendf
2015-04-27  Amos JeffriesMemBuf implements Packable interface
2015-04-27  Amos JeffriesRename MemBuf::vPrintf to MemBuf::vappendf
2015-04-27  Amos JeffriesUpdate Packable API to implement vappendf() method
2015-04-26  Amos JeffriesConvert packing methods from Packer* to Packable* objects
2015-04-26  Amos JeffriesCreate Packable interface class
2015-04-26  Amos JeffriesShuffle packerPrintf() to be Packer::Printf method
2015-04-26  Amos JeffriesShuffle packerAppend() to Packer::append() method
2015-04-26  Amos JeffriesMake packerClean() the destructor actions for Packer...
2015-04-08  Christos Tsantilasassertion failed: client_side.h:364: "sslServerBump...
2015-02-28  Amos JeffriesMerged from trunk rev.13957
2015-02-26  Amos JeffriesMerged from trunk
2015-02-20  Amos JeffriesMerge from trunk rev.13939
2015-02-04  Amos JeffriesMerge from trunk rev.13907
2015-01-29  Amos JeffriesSourceLayout: shuffle DNS primitives to dns/libdns.la
2015-01-20  Amos JeffriesMerge from trunk rev.13866
2015-01-14  Amos JeffriesMerge from trunk
2015-01-13  Francesco ChemolliMerged from trunk
2015-01-13  Source MaintenanceSourceFormat Enforcement
2014-12-30  Francesco ChemolliMerged from trunk
2014-12-30  Francesco ChemolliSimplified MSNT basic auth helper
2014-12-21  Amos JeffriesWindows: fix getaddrinfo, getnameinfo, inet_ntop and...
2014-12-20  Source MaintenanceSourceFormat Enforcement
2014-12-16  Christos TsantilasSupport http_access denials of SslBump "peeked" connect...
2014-12-11  Amos JeffriesUpdate Http::ProtocolVersion() to initializer functions
2014-12-04  Christos Tsantilasurl_rewrite_timeout directive part2: fix to allow compl...
2014-12-04  Christos Tsantilasurl_rewrite_timeout directive
next