summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Clean up socket backup job when there are no requests.willchan@chromium.org2010-09-273-16/+39
* Update ClientSocket::GetPeerAddress() to specify therch@chromium.org2010-09-253-3/+4
* Clarify the semantics of Socket::Read() and Socket::Write(), rch@chromium.org2010-09-252-14/+18
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-252-8/+9
* Wait on a pipe for the test server to start updavidben@chromium.org2010-09-222-240/+0
* net: Fix incorrect style used in some enumerations.tfarina@chromium.org2010-09-224-40/+40
* Add log messages to the places where we set the ERR_UNEXPECTEDwtc@chromium.org2010-09-223-14/+24
* Revert "net: add test for False Start corking."agl@chromium.org2010-09-211-32/+6
* net: add test for False Start corking.agl@chromium.org2010-09-211-6/+32
* Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...willchan@chromium.org2010-09-173-15/+6
* Flush all nested pools.willchan@chromium.org2010-09-162-0/+7
* Add a new net error code for when the load failure was due to connecting to a...eroman@chromium.org2010-09-163-5/+5
* Show "DNS" as the authority for DNSSEC validated certficiates.agl@chromium.org2010-09-161-1/+4
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-156-12/+12
* Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...tfarina@chromium.org2010-09-151-1/+1
* Trying to green up the tree, lots of mac and win red around this cl.thomasvl@chromium.org2010-09-141-1/+1
* net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.tfarina@chromium.org2010-09-141-1/+1
* net: disable renegotiation checks.agl@chromium.org2010-09-131-1/+3
* Give a more specific error code when connect() fails synchronously with EHOST...eroman@chromium.org2010-09-101-1/+2
* net: add DNSSEC tool and CNAME support.agl@chromium.org2010-09-091-5/+5
* net: When using False Start merge Finished and Application Data records.agl@chromium.org2010-09-082-23/+42
* Add missing nested socket pools to socket pool info page. Each socket pool s...mmenke@chromium.org2010-09-089-23/+79
* Fix SetOmniboxSpeculation in TcpClientSocket*cbentzel@chromium.org2010-09-082-2/+2
* Revert 58684 - Fix SetOmniboxSpeculation in TcpClientSocket*cbentzel@chromium.org2010-09-072-2/+2
* Fix SetOmniboxSpeculation in TcpClientSocket*cbentzel@chromium.org2010-09-072-2/+2
* Flush SSL pools after SSL config changes.csilv@chromium.org2010-09-044-5/+27
* Mark test flakinessgavinp@chromium.org2010-09-031-1/+1
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-0222-30/+133
* Don't break on auth if we are about to do client auth.wtc@chromium.org2010-09-021-28/+13
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-012-0/+4
* Stop leaking requests on abort.willchan@chromium.org2010-09-011-0/+1
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-311-1/+1
* Abort ConnectJobs with ERR_ABORTED when network changes.willchan@chromium.org2010-08-313-3/+95
* FBTF: A giant cleanup to net/erg@google.com2010-08-312-0/+2
* ClientSocketPoolBaseHelper can try to read an invalid iterator. Fix that.willchan@chromium.org2010-08-312-2/+35
* Sockets page on net-internals now displays some information about the current...mmenke@chromium.org2010-08-307-0/+77
* Rename ERR_SSL_WEAK_SERVER_KEY to ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEYwtc@chromium.org2010-08-301-1/+1
* https: add support for DNS exclusion and switch to TXT records.agl@chromium.org2010-08-285-40/+299
* Rename the following SSLClientSocket methods to match the style guide:rch@chromium.org2010-08-275-14/+14
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-272-2/+2
* Add a new SSLClientSocket::wasSpdyNegotiated method,rch@chromium.org2010-08-272-4/+13
* ClientSocketPoolBaseHelper crash fix: add a self-reference.willchan@chromium.org2010-08-261-0/+6
* Reland r57100. Only create the backup ConnectJob when it is needed.willchan@chromium.org2010-08-262-188/+216
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-2521-82/+247
* Attempting to re-land CL 3110006 which turned out to have rch@chromium.org2010-08-254-2/+160
* Fix a crash in ClientSocketPoolBaseHelper where we double erase a Group from ...willchan@chromium.org2010-08-253-4/+54
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-2514-35/+76
* Revert 57333 - Add support for speaking SSL to an HTTP Proxy, todhollowa@chromium.org2010-08-254-160/+2
* Add support for speaking SSL to an HTTP Proxy, torch@chromium.org2010-08-254-2/+160
* Fix a crash where we are checking IsConnected(). If you look into the mbelshe@chromium.org2010-08-255-3/+5