| Commit message (Expand) | Author | Age | Files | Lines |
* | Move MapWinsockError() and MapPosixError() to net_errors.h. | sergeyu@chromium.org | 2011-03-15 | 2 | -55/+16 |
* | Revert 78061 - Revert 78034 - Removing a TODO and cleaning up code. | kristianm@google.com | 2011-03-15 | 3 | -13/+2 |
* | Code cleanup related to allowed_bad_certs. | wtc@chromium.org | 2011-03-14 | 1 | -1/+2 |
* | Revert 78034 - Removing a TODO and cleaning up code. | kristianm@google.com | 2011-03-14 | 3 | -2/+13 |
* | Removing a TODO and cleaning up code. | kristianm@google.com | 2011-03-14 | 3 | -13/+2 |
* | Don't require the SSL_CONNECT end event to be last in client auth | davidben@chromium.org | 2011-03-14 | 1 | -3/+19 |
* | Reland rest of r77399. | willchan@chromium.org | 2011-03-12 | 2 | -0/+7 |
* | UDP sockets implementation for windows. | sergeyu@chromium.org | 2011-03-12 | 1 | -86/+1 |
* | Revert 77870 - UDP sockets implementation for windows. | sergeyu@chromium.org | 2011-03-11 | 1 | -1/+86 |
* | UDP sockets implementation for windows. | sergeyu@chromium.org | 2011-03-11 | 1 | -86/+1 |
* | Revert 77855 - UDP sockets implementation for windows. | sergeyu@chromium.org | 2011-03-11 | 1 | -1/+86 |
* | Revert r77399 in preparation for merging a small portion of it to 696. | willchan@chromium.org | 2011-03-11 | 2 | -7/+0 |
* | UDP sockets implementation for windows. | sergeyu@chromium.org | 2011-03-11 | 1 | -86/+1 |
* | Coverity: Fix unnecessary call by values. | vandebo@chromium.org | 2011-03-11 | 2 | -2/+2 |
* | Follow-up to r57247: when asserting that an event object is not | wtc@chromium.org | 2011-03-10 | 1 | -11/+21 |
* | Define a new CertDatabase::Observer abstract class which can be implemented b... | rch@chromium.org | 2011-03-10 | 3 | -5/+37 |
* | Clang thinks my change made SSLSocketDataProvider complicated. | mbelshe@chromium.org | 2011-03-09 | 2 | -5/+12 |
* | Allow the SSLSocketDataProvider to carry cert information for use with the | mbelshe@chromium.org | 2011-03-09 | 2 | -0/+2 |
* | Reland r77075,r77077. | willchan@chromium.org | 2011-03-09 | 2 | -0/+7 |
* | Added back CHECK that asserts we do SSL socket connect | rtenneti@chromium.org | 2011-03-08 | 1 | -0/+2 |
* | Removed the check for SSL connect and disconnect | rtenneti@chromium.org | 2011-03-07 | 1 | -2/+0 |
* | Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling | adamk@chromium.org | 2011-03-04 | 2 | -4/+4 |
* | Change other usages of .size() to .empty() when applicable. | erg@google.com | 2011-03-04 | 1 | -1/+1 |
* | When determining potential client certificates on Windows, if a certificate d... | rsleevi@chromium.org | 2011-03-03 | 2 | -0/+14 |
* | Add a new method of ClientSocketFactory for clearing the cache used for SSL s... | rch@chromium.org | 2011-02-25 | 6 | -0/+38 |
* | Mac specific chromium-style issues now that the trybot is sane. | erg@google.com | 2011-02-24 | 2 | -1/+5 |
* | Remove ssl_client_socket_mac_factory.{h,cc} and | wtc@chromium.org | 2011-02-24 | 4 | -107/+0 |
* | Remove the workaround for bug 43461. Use a g_use_system_ssl | wtc@chromium.org | 2011-02-23 | 2 | -46/+35 |
* | Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-23 | 3 | -9/+59 |
* | Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-23 | 3 | -59/+9 |
* | Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-22 | 3 | -9/+59 |
* | Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav... | bryner@chromium.org | 2011-02-22 | 1 | -1/+1 |
* | Update to NSS 3.12.9. falsestart.patch, falsestart2.patch, and | wtc@chromium.org | 2011-02-18 | 1 | -1/+1 |
* | Add field trial for A/B testing of SSL False Start. | mbelshe@chromium.org | 2011-02-18 | 1 | -0/+14 |
* | In Dev build, we would like to see if SSLClientSocketNSS object | rtenneti@chromium.org | 2011-02-12 | 2 | -6/+39 |
* | Remove unnecessary #include "base/sys_info.h". Reformat | wtc@chromium.org | 2011-02-11 | 2 | -5/+3 |
* | Enable OCSP Stapling in TLS requests on Windows Vista+ | rsleevi@chromium.org | 2011-02-09 | 1 | -20/+45 |
* | NetLog: Log net error codes on a lot of EndEvents. | mmenke@chromium.org | 2011-02-08 | 9 | -49/+42 |
* | When performing SSL client auth on Windows, no longer make a comparison betwe... | rsleevi@chromium.org | 2011-02-06 | 1 | -4/+2 |
* | When performing SSL client certificate authentication on Windows, and an oper... | rsleevi@chromium.org | 2011-02-05 | 2 | -3/+39 |
* | When performing SSL client authentication on Windows via NSS, change the retu... | rsleevi@chromium.org | 2011-02-05 | 1 | -57/+14 |
* | Return more specific error messages when performing a SSL client auth handsha... | rsleevi@chromium.org | 2011-02-05 | 2 | -6/+14 |
* | Refactor HttpNetworkSession construction. | willchan@chromium.org | 2011-02-03 | 1 | -21/+22 |
* | net: disable DNS lookup tests. | agl@chromium.org | 2011-01-31 | 3 | -51/+1 |
* | Abstracts SHA256 context for NSS / OpenSSL. | bulach@chromium.org | 2011-01-27 | 1 | -0/+59 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 7 | -1324/+1334 |
* | Log source ip and port in NetLog. | willchan@chromium.org | 2011-01-26 | 2 | -8/+60 |
* | Reland 72421 - Enable TCP Keep-Alive packets for Windows. | willchan@chromium.org | 2011-01-25 | 1 | -2/+20 |
* | Revert 72421 (broke tests) - Enable TCP Keep-Alive packets for Windows. | willchan@chromium.org | 2011-01-25 | 1 | -21/+2 |
* | Enable TCP Keep-Alive packets for Windows. | willchan@chromium.org | 2011-01-24 | 1 | -2/+21 |