summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* 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
* A/B experiment for re-establishing TCP connections.ziadh@chromium.org2010-08-255-25/+50
* Remove two CHECKs that were added to help track down the crashwtc@chromium.org2010-08-241-2/+0
* When asserting that an event object is not signaled,wtc@chromium.org2010-08-241-6/+19
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-243-4/+8
* Revert 57100 - Only create the backup ConnectJob when it is needed.thestig@chromium.org2010-08-232-215/+188
* Only create the backup ConnectJob when it is needed.willchan@chromium.org2010-08-232-188/+215
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-212-3/+0
* Reintegrate certificate selection in HttpNetworkTransaction DoLoopdavidben@chromium.org2010-08-211-2/+56
* net: expect MITM attacks with HTTP proxies and command line flag.agl@chromium.org2010-08-191-1/+2
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-191-1/+0
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-13/+0
* Add a command-line flag to disable SSL/TLS False Startdavidben@chromium.org2010-08-181-2/+5
* Send user agent with CONNECT requests.vandebo@chromium.org2010-08-181-1/+1
* Added a new MockSocket that enforces ordering of reads/writes.erikchen@google.com2010-08-182-2/+424
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-183-8/+4
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-183-4/+8
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-98/+55
* Clean up the client certificate filtering code on Linuxdavidben@chromium.org2010-08-171-29/+26
* Revert 56384 - Don't resolve IP literals.vandebo@chromium.org2010-08-171-0/+6