summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Move MapWinsockError() and MapPosixError() to net_errors.h.sergeyu@chromium.org2011-03-152-55/+16
* Revert 78061 - Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-153-13/+2
* Code cleanup related to allowed_bad_certs.wtc@chromium.org2011-03-141-1/+2
* Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-143-2/+13
* Removing a TODO and cleaning up code.kristianm@google.com2011-03-143-13/+2
* Don't require the SSL_CONNECT end event to be last in client authdavidben@chromium.org2011-03-141-3/+19
* Reland rest of r77399.willchan@chromium.org2011-03-122-0/+7
* UDP sockets implementation for windows.sergeyu@chromium.org2011-03-121-86/+1
* Revert 77870 - UDP sockets implementation for windows.sergeyu@chromium.org2011-03-111-1/+86
* UDP sockets implementation for windows.sergeyu@chromium.org2011-03-111-86/+1
* Revert 77855 - UDP sockets implementation for windows.sergeyu@chromium.org2011-03-111-1/+86
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-112-7/+0
* UDP sockets implementation for windows.sergeyu@chromium.org2011-03-111-86/+1
* Coverity: Fix unnecessary call by values.vandebo@chromium.org2011-03-112-2/+2
* Follow-up to r57247: when asserting that an event object is notwtc@chromium.org2011-03-101-11/+21
* Define a new CertDatabase::Observer abstract class which can be implemented b...rch@chromium.org2011-03-103-5/+37
* Clang thinks my change made SSLSocketDataProvider complicated.mbelshe@chromium.org2011-03-092-5/+12
* Allow the SSLSocketDataProvider to carry cert information for use with thembelshe@chromium.org2011-03-092-0/+2
* Reland r77075,r77077.willchan@chromium.org2011-03-092-0/+7
* Added back CHECK that asserts we do SSL socket connectrtenneti@chromium.org2011-03-081-0/+2
* Removed the check for SSL connect and disconnectrtenneti@chromium.org2011-03-071-2/+0
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-042-4/+4
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* When determining potential client certificates on Windows, if a certificate d...rsleevi@chromium.org2011-03-032-0/+14
* Add a new method of ClientSocketFactory for clearing the cache used for SSL s...rch@chromium.org2011-02-256-0/+38
* Mac specific chromium-style issues now that the trybot is sane.erg@google.com2011-02-242-1/+5
* Remove ssl_client_socket_mac_factory.{h,cc} andwtc@chromium.org2011-02-244-107/+0
* Remove the workaround for bug 43461. Use a g_use_system_sslwtc@chromium.org2011-02-232-46/+35
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-233-9/+59
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-233-59/+9
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-223-9/+59
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-1/+1
* Update to NSS 3.12.9. falsestart.patch, falsestart2.patch, andwtc@chromium.org2011-02-181-1/+1
* Add field trial for A/B testing of SSL False Start.mbelshe@chromium.org2011-02-181-0/+14
* In Dev build, we would like to see if SSLClientSocketNSS objectrtenneti@chromium.org2011-02-122-6/+39
* Remove unnecessary #include "base/sys_info.h". Reformatwtc@chromium.org2011-02-112-5/+3
* Enable OCSP Stapling in TLS requests on Windows Vista+rsleevi@chromium.org2011-02-091-20/+45
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-089-49/+42
* When performing SSL client auth on Windows, no longer make a comparison betwe...rsleevi@chromium.org2011-02-061-4/+2
* When performing SSL client certificate authentication on Windows, and an oper...rsleevi@chromium.org2011-02-052-3/+39
* When performing SSL client authentication on Windows via NSS, change the retu...rsleevi@chromium.org2011-02-051-57/+14
* Return more specific error messages when performing a SSL client auth handsha...rsleevi@chromium.org2011-02-052-6/+14
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-21/+22
* net: disable DNS lookup tests.agl@chromium.org2011-01-313-51/+1
* Abstracts SHA256 context for NSS / OpenSSL.bulach@chromium.org2011-01-271-0/+59
* More net/ method ordering.erg@google.com2011-01-267-1324/+1334
* Log source ip and port in NetLog.willchan@chromium.org2011-01-262-8/+60
* Reland 72421 - Enable TCP Keep-Alive packets for Windows.willchan@chromium.org2011-01-251-2/+20
* Revert 72421 (broke tests) - Enable TCP Keep-Alive packets for Windows.willchan@chromium.org2011-01-251-21/+2
* Enable TCP Keep-Alive packets for Windows.willchan@chromium.org2011-01-241-2/+21