summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-155-6/+8
* Use base::win::GetVersion for Windows run-time version checks in preference tomark@chromium.org2011-06-141-5/+2
* net: put SSLv3 connections in their own socket group.agl@chromium.org2011-06-141-2/+9
* Fix --host-rules command switch.levin@chromium.org2011-06-092-36/+74
* Add revocation checking field trial.agl@chromium.org2011-06-092-10/+39
* Add unit-tests for SingleRequestHostResolver.eroman@chromium.org2011-06-062-0/+2
* net: pull DNSSEC out from behind the flag.agl@chromium.org2011-06-031-10/+8
* net: switch from TXT DNS records to CAA.agl@chromium.org2011-06-022-149/+54
* Adds URLRequestJob bytes read to NetLog.mmenke@chromium.org2011-06-018-89/+34
* Remove the SSL FalseStart field trial, since we've finished studying it.mbelshe@google.com2011-06-011-12/+0
* net: Add NET_API to more code, this time what's used by chrome.dllrvargas@google.com2011-05-313-8/+11
* Revert 86966 - Add back the state that waits for the ssl_host_info_ data to b...wtc@chromium.org2011-05-312-29/+2
* Fix nits related to SSLHostInfo.wtc@chromium.org2011-05-313-4/+10
* Bind() methods for TCP socketssergeyu@chromium.org2011-05-278-157/+466
* Revert 87077 - Bind() methods for TCP socketssergeyu@chromium.org2011-05-278-466/+157
* Bind() methods for TCP socketssergeyu@chromium.org2011-05-278-157/+466
* Revert 87066 - Bind() methods for TCP socketssergeyu@chromium.org2011-05-278-466/+157
* Bind() methods for TCP socketssergeyu@chromium.org2011-05-278-157/+466
* Add back the state that waits for the ssl_host_info_ data to be ready.wtc@chromium.org2011-05-272-2/+29
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-256-6/+6
* Net: Add net_api to the socket codervargas@google.com2011-05-1917-32/+43
* Fix openssl build: wrong variable was usedjoth@chromium.org2011-05-191-1/+1
* Revert of 85854 which is a revert of 85852 - Add a command line optionrtenneti@chromium.org2011-05-191-0/+1
* Include SSL plaintext traffic in addition to the ciphertext when logging raw ...rsleevi@chromium.org2011-05-195-11/+91
* Revert 85852 - Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-1/+0
* Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-0/+1
* Add comments explaining the IPv6 fallback logic in TransportConnectJob.willchan@chromium.org2011-05-141-7/+13
* Add a fallback socket connect() for IPv6.willchan@chromium.org2011-05-123-27/+374
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-128-24/+25
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-7/+8
* Remove prefer_ipv4.wtc@chromium.org2011-05-123-19/+0
* Revert r85014 because it doesn't work fully and we're doing something else.willchan@chromium.org2011-05-123-61/+8
* Restart socket pool backup job timer on ReleaseSocket.willchan@chromium.org2011-05-113-8/+61
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-103-11/+7
* Start backup socket timer for preconnects too.willchan@chromium.org2011-05-102-5/+57
* net: fix matching ".google.com" at the end of a string.agl@chromium.org2011-05-092-2/+4
* net: break out SSLHostInfo verification time for Google.agl@chromium.org2011-05-091-1/+6
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-063-7/+11
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-053-56/+124
* Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networkswtc@chromium.org2011-05-055-0/+143
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-053-11/+7
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-0542-157/+157
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-293-95/+18
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-293-18/+95
* Skip cert verification if it is expected to be bad.hclam@chromium.org2011-04-285-39/+47
* Remove the declaration of the obsolete CreateOSCert method. The methodwtc@chromium.org2011-04-281-4/+0
* Stop refcounting ProxyService.willchan@chromium.org2011-04-272-3/+3
* Undo raw DNS resolver changes, this will be implemented differently, on IO-th...agayev@chromium.org2011-04-271-1/+1
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-1922-1/+102
* Fix clang failure.sergeyu@chromium.org2011-04-182-4/+8