]> git.ipfire.org Git - thirdparty/squid.git/history - src/client_side.cc
Merged from v5 r15006
[thirdparty/squid.git] / src / client_side.cc
2017-01-12  Amos JeffriesMerged from v5 r15006
2017-01-01  Source MaintenanceSourceFormat Enforcement
2016-12-30  Christos TsantilasBug 4599 pt5: various OpenSSL-1.x API compatibility...
2016-12-22  Amos JeffriesMerged from v5 r14984
2016-12-07  Garri DjavadyanBug 4169: HIT marked as MISS when If-None-Match does...
2016-12-03  Amos JeffriesMerged from v5.0.0-r14964
2016-11-30  Francesco ChemolliMerge from trunk
2016-11-26  Amos JeffriesMerged from v5 r14956
2016-11-26  Amos JeffriesMerged from v5 r14954
2016-11-20  Amos JeffriesC++11: Remove GnuRegex and all -lregex related code
2016-11-18  Amos JeffriesFix Null pointer dereferences after rev.14913
2016-11-18  Amos JeffriesTLS: Add ErrorString() function to libsecurity API
2016-11-17  Christos TsantilasFix r14945: Fixed Write.cc:41 "!ccb->active()" assertion.
2016-11-15  Francesco ChemolliMerged previous wordlist work
2016-11-15  Christos TsantilasFixed Write.cc:41 "!ccb->active()" assertion.
2016-11-04  Source MaintenanceSourceFormat Enforcement
2016-11-04  Christos TsantilasSupport tunneling of bumped non-HTTP traffic. Other...
2016-10-29  Amos JeffriesMerged from trunk rev.14899
2016-10-28  Christos Tsantilasssl::server_name ACL badly broken since inception ...
2016-10-16  Amos JeffriesShuffle TLS session creation to libsecurity
2016-09-22  Amos JeffriesCleanup: Security::ContextPtr removal, pt4
2016-09-21  Amos JeffriesCleanup: Security::ContextPtr removal, pt3
2016-09-15  Amos JeffriesFix casts after r14842
2016-09-15  Amos JeffriesCleanup: remove Security::SessionPtr type
2016-09-13  Eduard BagdasaryanFix logged request size (%http::>st) and other size...
2016-09-13  Amos JeffriesMove Ssl::CertError(s) to libsecurity
2016-09-12  Christos TsantilasSquid crashes on shutdown while cleaning up idle ICAP...
2016-09-08  Christos TsantilasSquid crashes on shutdown while cleaning up idle ICAP...
2016-09-04  Amos JeffriesGnuTLS: support for TLS session resume (part 2)
2016-08-19  Alex RousskovDo not log error:transaction-end-before-headers after...
2016-08-17  Alex RousskovDo not access-log SslBump-faked CONNECTs with _ABORTED...
2016-08-17  Amos JeffriesBetter support for unknown URL schemes
2016-08-01  Christos Tsantilasmerge from trunk-r14768
2016-07-23  Source MaintenanceSourceFormat Enforcement
2016-07-22  Eduard BagdasaryanFix some failed transactions not being logged.
2016-07-18  Amos JeffriesRevert changes in rev.14726
2016-07-17  Eduard BagdasaryanCleanup: drop redundant parse buffer check
2016-07-11  Amos JeffriesCleanup: Ssl::Create*() functions
2016-07-07  Amos JeffriesMerged from trunk rev.14734
2016-07-07  Christos TsantilasSync with trunk r14734
2016-07-02  Amos JeffriesBug 4540: revert r14720 buffer update
2016-06-30  Amos JeffriesGnuTLS: support for TLS session resume
2016-06-30  Amos JeffriesCleanup: use C++11 auto when starting ::Server jobs
2016-06-26  Amos JeffriesMerged from trunk rev.14721
2016-06-24  Nathan HoadConvert Http::Stream::reqbuf to a MemBlob, making it...
2016-06-23  Amos JeffriesWipe initial experiments
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-20  Alex RousskovDo not allow low-level debugging to hide important...
2016-05-18  Christos TsantilasFast SNI peek
2016-05-18  Christos Tsantilassync with trunk-r14669
2016-05-18  Christos TsantilasPolishing fixes
2016-05-13  Christos Tsantilasmerge from trunk-r14667
2016-05-13  Christos Tsantilasrun formatter
2016-04-23  Alex RousskovBe careful with parsed TLS handshake details. They...
2016-04-23  Alex RousskovRemoved HandshakeParser::parseError and hid/renamed...
2016-04-22  Alex RousskovMerged two identical methods together. No functionality...
2016-04-14  Christos TsantilasFixes and improvments
2016-04-08  Christos TsantilasRecord SSL client and SSL server details (supported...
2016-04-07  Christos TsantilasBug 4405: assertion failed: comm.cc:554: "Comm::IsConnO...
2016-04-06  Christos Tsantilasfix comment
2016-04-06  Christos TsantilasCleanup and fixes
2016-04-05  Christos Tsantilasauthor: Nathan Hoad <nathan@getoffmalawn.com>
2016-04-05  Amos JeffriesMerged from trunk rev.14625
2016-04-03  Amos JeffriesCleanup: remove xstrerror()
2016-03-31  Christos TsantilasFirst fast-sni implementation
2016-03-29  Christos TsantilasImprove TLS/SSL parsing code in Handshale.cc and use...
2016-03-29  Amos JeffriesMerged from trunk rev.14612
2016-03-25  Amos JeffriesConvert Vary handling to SBuf
2016-03-19  Christos Tsantilasmerge new SSL messages parser from lp:fetch-cert branch
2016-03-18  Christos Tsantilasmerge from trunk r14597
2016-03-18  Christos Tsantilasmerge from trunk r14590
2016-03-10  Nathan HoadFix memory leak of HttpRequest objects
2016-02-13  Christos TsantilasCert Validation memory leaks
2016-02-02  Christos TsantilasFix external_acl problems after trunk r14351
2016-02-01  Amos JeffriesSourceLayout: rename ssl_crtd helper to security_file_c...
2016-01-31  Amos JeffriesSourceLayout: rename ClientSocketContext to Http::Stream
2016-01-27  Amos JeffriesCleanup: remove last SSL_CTX_Pointer uses
2016-01-26  Amos JeffriesCleanup: update TLS session pointer types
2016-01-24  Amos JeffriesRename Http::StreamContext to Http::Stream
2016-01-24  Amos JeffriesRevert Pipeline ID logic changes
2016-01-20  Amos JeffriesAdd support for GnuTLS and other non-OpenSSL logics...
2016-01-13  Source MaintenanceSourceFormat Enforcement
2016-01-13  Christos TsantilasAdd connections_encrypted ACL
2016-01-09  Amos JeffriesShuffle Http::StreamContext methods to libsquid-http.la
2016-01-08  Amos JeffriesSupport HTTP/2 multiplex stream ID mechanism in pipelin...
2016-01-07  Amos JeffriesShuffle ClientSocketContext to Http::StreamContext
2016-01-01  Source MaintenanceSourceFormat Enforcement
2015-12-23  Christos TsantilasLog TLS Cryptography Parameters
2015-12-18  Amos JeffriesConvert ClientSocketContext to MEMPROXY class
2015-12-15  Christos TsantilasConvert Ssl::Bio::rbuf from MemBuf to SBuf
2015-12-14  Christos Tsantilasmerge from trunk r14444
2015-12-08  Amos JeffriesRefactor ClientSocketContext write(2) using Server...
2015-12-04  Amos JeffriesCleanup TLS: shuffle AnyP::PortCfg::staticSslContext...
2015-11-30  Amos JeffriesCleanup: Simplify HTTP 1xx control message writing
2015-11-28  Amos JeffriesCleanup: rename Security::ContextPointer to ContextPtr
2015-11-25  Source MaintenanceSourceFormat Enforcement
2015-11-25  Amos JeffriesCleanup: Refactor ConnStateData pipeline handling
2015-11-19  Alex RousskovStore API and layout polishing. No functionality change...
next