| Commit message (Expand) | Author | Age | Files | Lines |
* | net: remove forced renegotiation checks | agl@chromium.org | 2011-04-05 | 1 | -19/+6 |
* | Use lock-free lazy initialization for static histogram references | jar@chromium.org | 2011-04-05 | 1 | -4/+4 |
* | net: measure HTTPS connect times to (*.)google.com | agl@chromium.org | 2011-04-04 | 1 | -0/+11 |
* | Add ignore limits flag and use for sync request | kristianm@google.com | 2011-03-30 | 14 | -29/+59 |
* | Remove the fallback from SOCKSv4 to SOCKSv4a. | eroman@chromium.org | 2011-03-29 | 3 | -138/+35 |
* | Moved the logic to initialize a ClientSocketHandle with the relevant socket p... | sanjeevr@chromium.org | 2011-03-29 | 2 | -1/+307 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 25 | -62/+62 |
* | Enable IP pooling for SPDY. | mbelshe@chromium.org | 2011-03-25 | 1 | -2/+80 |
* | Removed the static on all stats macros and changed the static declaration | rtenneti@chromium.org | 2011-03-22 | 2 | -11/+11 |
* | 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 |