summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
...
* net doesn't depend on libevent directly now.wtc@chromium.org2011-06-223-12/+0
* Assert the return value of sock_->Write() for both sync and asyncwtc@chromium.org2011-06-221-3/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-1/+2
* Revert 89837 - Move Referer and Host HTTP headers to extra_headers fieldbattre@chromium.org2011-06-212-7/+9
* Move Referer and Host HTTP headers to extra_headers fieldbattre@chromium.org2011-06-212-9/+7
* Revert "Add revocation checking field trial."agl@chromium.org2011-06-202-31/+2
* Log the server's hostname and port in SSL handshake error messages.wtc@chromium.org2011-06-201-1/+2
* Map PR_NOT_CONNECTED_ERROR to net::ERR_SOCKET_NOT_CONNECTED.wtc@chromium.org2011-06-171-0/+4
* This change is part of a cleanup of the remoting component's session initiali...wez@chromium.org2011-06-175-105/+127
* Mark TransportClientSocketPoolTest.BackupSocketFailAfterStall as flaky (Mac)akalin@chromium.org2011-06-171-1/+8
* 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