Date | Author | Size | Description | |
---|---|---|---|---|
Fri 2015-05-01 04:26:58 -0700 | Amos Jeffries | +23 -8 | 3.5.4 | |
Fri 2015-05-01 00:41:39 -0700 | Amos Jeffries | +46 -11 | * | Prep for 3.5.4, 3.4.13, 3.3.14, 3.2.14 |
Thu 2015-04-30 23:53:07 -0700 | Amos Jeffries | +14 -2 | * | Fix X509 server certificate domain matching |
Thu 2015-04-30 23:43:48 -0700 | Christos Tsantilas | +3 -0 | Bug #3775: Disable HTTP/1.1 pipeline feature for pinned connections | |
Thu 2015-04-30 23:42:54 -0700 | Alex Dowad | +1 -1 | Cleanup: Display correct error code in debugging output for IoCallback::finish | |
Thu 2015-04-30 23:41:16 -0700 | Alex Dowad | +1 -1 | Cleanup: Fix spelling error in debug message in parseHttpRequest() | |
Thu 2015-04-30 23:40:28 -0700 | Alex Dowad | +1 -1 | Cleanup: Add whitespace to make debug message in writeComplete() more readable | |
Sun 2015-04-26 09:55:18 -0700 | Markus Moeller | +108 -40 | Add Kerberos support for MAC OS X 10.x | |
Sun 2015-04-26 09:48:02 -0700 | Alex Dowad | +28 -25 | Bug #4234: comm_connect_addr uses errno incorrectly | |
Sun 2015-04-26 09:45:36 -0700 | Amos Jeffries | +4 -3 | * | Fix 'access_log none' to prevent following logs being used |
Sun 2015-04-26 09:44:23 -0700 | Christos Tsantilas | +18 -19 | Unexpected SQUID_X509_V_ERR_DOMAIN_MISMATCH errors while accessing sites with valid certificates | |
Thu 2015-04-23 14:35:55 +0000 | Source Maintenance | +129 -13 | * | Docs: Update CONTRIBUTORS |
Thu 2015-04-23 05:04:52 -0700 | Amos Jeffries | +1 -0 | Ensure class Lock counter remains within bounds | |
Thu 2015-04-23 05:03:38 -0700 | Amos Jeffries | +41 -36 | Portability: Add hacks to define C++11 explicit N-bit type limits | |
Thu 2015-04-23 04:55:57 -0700 | Christos Tsantilas | +6 -4 | Fix SSL_get_peer_certificate memory leak | |
Thu 2015-04-23 04:44:47 -0700 | Amos Jeffries | +1 -1 | Bug #4231 pt2: comm_open_uds does not provide description for newly opened FD | |
Thu 2015-04-23 04:43:22 -0700 | Alex Dowad | +5 -3 | Bug #4231 pt1: fd_open() not correctly handling empty descriptions | |
Sun 2015-04-19 19:46:43 -0700 | Christos Tsantilas | +53 -15 | Negotiate Kerberos authentication request size exceeds output buffer size. | |
Sun 2015-04-19 19:41:44 -0700 | Alex Rousskov | +3 -2 | Do not increment an iterator invalidated by std::map::erase(). | |
Sun 2015-04-19 19:38:20 -0700 | Yuhua Wu | +6 -3 | Fix require-proxy-header preventing HTTPS proxying and ssl-bump | |
Thu 2015-04-16 23:59:34 -0600 | Alex Rousskov | +1 -1 | Fix atomics check broken by C++11 #include added in v3.5 branch r13783 | |
Wed 2015-04-15 04:35:52 -0700 | Christos Tsantilas | +404 -106 | Support for resuming TLS sessions | |
Tue 2015-04-14 00:26:12 -0700 | Amos Jeffries | +7 -1 | * | Bug #4212: ssl_crtd crashes with corrupt database |
Tue 2015-04-14 00:20:32 -0700 | Amos Jeffries | +3 -1 | Fix rev.13795 ServerName class | |
Sun 2015-04-12 22:59:05 -0700 | Christos Tsantilas | +293 -56 | Add server_name ACL matching server name(s) obtained from various sources | |
Fri 2015-04-10 18:52:02 -0700 | Amos Jeffries | +1 -1 | Bug #4226: digest_edirectory_auth: found but cannot be built | |
Wed 2015-04-08 19:15:19 -0700 | Christos Tsantilas | +3 -2 | Invalid request->clientConnectionManager object used by Ssl::PeerConnector::handleNegotiateError | |
Wed 2015-04-08 19:10:55 -0700 | Christos Tsantilas | +2 -1 | Bug #4198: assertion failed: client_side.h:364: "sslServerBump == srvBump" | |
Wed 2015-04-08 19:08:31 -0700 | Amos Jeffries | +8 -2 | Fix cross-compile issues with SSL_get_certificate() | |
Wed 2015-04-08 19:07:17 -0700 | Amos Jeffries | +143 -143 | Docs: RFC 7238 obsoleted by RFC 7538 | |
Wed 2015-04-08 19:03:40 -0700 | Amos Jeffries | +44 -29 | Boilerplate: reference Translator copyrights in CREDITS | |
Wed 2015-04-08 19:01:55 -0700 | Amos Jeffries | +3 -3 | Cleanup: Place explicit size on ref-count lock counter | |
Wed 2015-04-08 19:00:54 -0700 | Amos Jeffries | +8 -6 | Cleanup: extend SBuf debugging information | |
Tue 2015-03-31 03:34:51 -0700 | Eray Aslan | +1 -0 | digest_edirectory_auth: Fix -lnettle dependency error |
Author | Changesets | Changes |
---|---|---|
Alex Dowad | 5 | +36 -31 |
Alex Rousskov | 2 | +4 -3 |
Amos Jeffries | 11 | +276 -230 |
Christos Tsantilas | 8 | +782 -203 |
Eray Aslan | 1 | +1 -0 |
Markus Moeller | 1 | +108 -40 |
Yuhua Wu | 1 | +6 -3 |
total | 29 | +1213 -510 |
Author | Changesets | Changes |
---|---|---|
Amos Jeffries | 4 | +71 -17 |
Source Maintenance | 1 | +129 -13 |
total | 5 | +200 -30 |