summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* More metrics for proxy connections impact A/B test.ziadh@chromium.org2010-08-092-1/+32
* Add rudimentary support for client auth in testserver.py and unit testsdavidben@chromium.org2010-08-071-0/+50
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-065-7/+126
* Fix crash during SSL client authdavidben@chromium.org2010-08-051-1/+3
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-052-0/+6
* Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by defaultdhollowa@chromium.org2010-08-055-125/+7
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-055-7/+125
* Revert 54771 - Enable speculative preconnection by defaultjar@chromium.org2010-08-044-120/+7
* Revert 54795 - Initialize was_ever_connected_ in ClientSocket.jar@chromium.org2010-08-041-2/+1
* Fix the comments in the SslClientSocket subclassesrch@chromium.org2010-08-033-3/+3
* Make Chrome capable of advertising spdy version 1.mbelshe@chromium.org2010-08-031-3/+8
* Initialize was_ever_connected_ in ClientSocket.cbentzel@chromium.org2010-08-031-1/+2
* Enable speculative preconnection by defaultjar@chromium.org2010-08-034-7/+120
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-032-0/+2
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-037-293/+71
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-027-70/+293
* Revert 54528 - Digest authentication uses a uri field to prevent replay attacks.nick@chromium.org2010-08-021-1/+0
* Digest authentication uses a uri field to prevent replay attacks.cbentzel@chromium.org2010-08-021-0/+1
* When we get a silent TCP RST, SPDY connections need to retry.mbelshe@chromium.org2010-07-311-1/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-3/+5
* Implement prefetching in chromegavinp@google.com2010-07-311-7/+9
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-307-293/+70
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-4/+4
* Bump the SPDY protocol version to version 2.mbelshe@chromium.org2010-07-303-6/+9
* Don't cancel outstanding connect jobs when "flushing" socket pool.eroman@chromium.org2010-07-291-1/+0
* Net: Convert username and password to string16.thestig@chromium.org2010-07-293-12/+13
* Add CHECKs to help track down the crash in http://crbug.com/49862.wtc@chromium.org2010-07-271-0/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2623-0/+23
* Remove some dead SPDY code.agl@chromium.org2010-07-261-14/+1
* SPDY now always uses http_network_transaction instead of spdy_network_transac...erikchen@google.com2010-07-233-26/+42
* Obtain the cipher suite from the Mac Secure Transport andwtc@chromium.org2010-07-232-1/+22
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-222-2/+2
* Fix idle socket cleanup code path.vandebo@chromium.org2010-07-222-1/+14
* GTTF: Move net/socket/ssl_test_util to net/test/test_serverphajdan.jr@chromium.org2010-07-213-564/+1
* Fix tsan failure in SpdyStreamTest.ukai@chromium.org2010-07-201-1/+1
* Fix some network counters to work on linux/mac.mbelshe@chromium.org2010-07-191-0/+9
* net: add ciphersuite and compression to the SSL connection status.agl@chromium.org2010-07-181-0/+9
* Add a command line flag to change the default number of parallel DNS requests...eroman@chromium.org2010-07-174-5/+10
* Fix crash in SSLClientSocketPool:GetLoadStatevandebo@chromium.org2010-07-172-1/+7
* Fix crash bug in new SSLClientSocketPool.vandebo@chromium.org2010-07-166-45/+47
* Make Objective-C++ compiler happy with net/socket/ssl_test_util.hsuzhe@chromium.org2010-07-161-1/+1
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-1514-125/+161
* Fix bad merge in ClientSocketPoolBaseHelper.vandebo@chromium.org2010-07-151-6/+0
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-1427-85/+1858
* Make the various SocketParams reference counted.vandebo@chromium.org2010-07-1211-291/+281
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-128-133/+243
* Fix a race condition in the unit test. The MockPending jobs actuallymbelshe@chromium.org2010-07-121-1/+8
* Plumb SSL connection information into the PageInfo model.agl@chromium.org2010-07-123-0/+25
* Attempt to fix flakey test.mbelshe@chromium.org2010-07-111-3/+8
* Reland 51081:mbelshe@chromium.org2010-07-114-307/+387