summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-1922-1/+102
* Fix clang failure.sergeyu@chromium.org2011-04-182-4/+8
* Added TCPServerSocket.sergeyu@chromium.org2011-04-1810-2/+703
* Changed the jingle network code in ChromeAsyncSocket to use the client socket...sanjeevr@chromium.org2011-04-151-1/+5
* Fix openssl buildjoth@chromium.org2011-04-151-2/+2
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-148-36/+35
* net: add issued_by_known_hash and public_key_hashes to SSLInfo.agl@chromium.org2011-04-134-5/+15
* Fix a problem that cert trust change needs a chrome restart to be effective.xiyuan@chromium.org2011-04-133-4/+26
* Revert r61181.agl@chromium.org2011-04-126-714/+34
* Rework the tcp_client_socket_unittest to be a genericmbelshe@chromium.org2011-04-121-15/+35
* Turn off backup sockets for most tests in net_unittests.willchan@chromium.org2011-04-084-5/+25
* - minor comment changeleighton@cis.udel.edu2011-04-081-2/+2
* This change loads opencryptoki and uses the TPM for keygen tags.gspencer@chromium.org2011-04-071-1/+1
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-0718-396/+445
* net: remove forced renegotiation checksagl@chromium.org2011-04-051-19/+6
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-4/+4
* net: measure HTTPS connect times to (*.)google.comagl@chromium.org2011-04-041-0/+11
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-3014-29/+59
* Remove the fallback from SOCKSv4 to SOCKSv4a.eroman@chromium.org2011-03-293-138/+35
* Moved the logic to initialize a ClientSocketHandle with the relevant socket p...sanjeevr@chromium.org2011-03-292-1/+307
* Move some files from base to base/memory.levin@chromium.org2011-03-2825-62/+62
* Enable IP pooling for SPDY.mbelshe@chromium.org2011-03-251-2/+80
* Removed the static on all stats macros and changed the static declarationrtenneti@chromium.org2011-03-222-11/+11
* 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