summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add moneycenter.yodlee.com to the list of servers incompatiblewtc@chromium.org2010-08-301-1/+2
* Add RandomNumberGenerator adapter to base/rand_util.hisherman@chromium.org2010-08-301-1/+1
* Don't write SPDY headers to the log file; they're redundant withmbelshe@chromium.org2010-08-301-34/+0
* Sockets page on net-internals now displays some information about the current...mmenke@chromium.org2010-08-3010-0/+116
* Rename ERR_SSL_WEAK_SERVER_KEY to ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEYwtc@chromium.org2010-08-302-3/+3
* Add logging to the spdy session pool.mbelshe@chromium.org2010-08-304-4/+66
* Convert a bunch of uses of the wstring net::FormatUrl() to the new string16 one.viettrungluu@chromium.org2010-08-301-0/+5
* Fix ChromeFrame HTTPs net tests which started failing with the change to vali...ananta@chromium.org2010-08-291-0/+4
* https: add support for DNS exclusion and switch to TXT records.agl@chromium.org2010-08-2811-42/+492
* Display the "effective" proxy settings in about:net-internals.eroman@chromium.org2010-08-286-38/+92
* Add regression tests for issue 53366. Check that thewtc@chromium.org2010-08-281-4/+21
* Remove an obsolete TODO comment. Support for the Netscape SSLwtc@chromium.org2010-08-271-4/+0
* Rename the following SSLClientSocket methods to match the style guide:rch@chromium.org2010-08-277-17/+17
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-2710-15/+7
* Support sending BlobData to browser process. Also support sending UploadDatajianli@chromium.org2010-08-272-1/+20
* Disk cache: For an AppCache, now we only update thervargas@google.com2010-08-2711-33/+189
* Add support for delegated kerberos tickets to Negotiate authentication.cbentzel@chromium.org2010-08-2714-57/+157
* Change, unify, and specify ordering of cookies from CookieMonster.rdsmith@chromium.org2010-08-273-2/+64
* Allow SSL_SecurityStatus, SSL_GetChannelInfo, andwtc@chromium.org2010-08-275-3/+178
* Remove exe perms from text files to fix checkprops failuredmazzoni@chromium.org2010-08-271-0/+0
* Update --gtest-filter files and suppressions for Dr. Memorytimurrrr@chromium.org2010-08-271-0/+12
* Add a new SSLClientSocket::wasSpdyNegotiated method,rch@chromium.org2010-08-273-14/+14
* Disk cache: Add a new uma histogram for the total internalrvargas@google.com2010-08-272-1/+4
* Added missing MS PAC extensions for IPv6:ziadh@chromium.org2010-08-264-28/+263
* Ignore certificate errors when connecting to an HTTPS Proxyrch@chromium.org2010-08-261-0/+4
* Disable request logging in test HTTP server to declutter log output.phajdan.jr@chromium.org2010-08-261-0/+4
* 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
* Introduce an artificial 2 second delay after network IP address changes befor...eroman@chromium.org2010-08-267-13/+213
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-269-13/+179
* Disk cache: Remove the check for no open entries at destructionrvargas@google.com2010-08-251-1/+4
* Add the apps datatype to the python sync server.rsimha@chromium.org2010-08-251-1/+6
* Remove the reused_socket_ member because we don't really need it.mbelshe@chromium.org2010-08-252-8/+4
* Keep push streams open until they are claimed. The previous change I didmbelshe@chromium.org2010-08-251-8/+14
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-2523-82/+265
* Attempting to re-land CL 3110006 which turned out to have rch@chromium.org2010-08-2513-105/+740
* Fix a crash in ClientSocketPoolBaseHelper where we double erase a Group from ...willchan@chromium.org2010-08-253-4/+54
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-2510-61/+138
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-2516-38/+80
* Provide a wstring-free version of FormatUrl(), part 1.viettrungluu@chromium.org2010-08-253-0/+210
* Revert 57333 - Add support for speaking SSL to an HTTP Proxy, todhollowa@chromium.org2010-08-2513-738/+104
* Add support for speaking SSL to an HTTP Proxy, torch@chromium.org2010-08-2513-104/+738
* NSS: Add Snap Start supportagl@chromium.org2010-08-2510-15/+1299
* Don't run URLRequestTest under ThreadSanitizer on Windowstimurrrr@chromium.org2010-08-251-0/+3
* Remove dead log entries for SPDY_TRANSACTION_*mbelshe@chromium.org2010-08-251-16/+0
* Refactor: change the spdy session pool key to take a ProxyServer instead of a...eroman@chromium.org2010-08-2510-22/+109
* Fix a crash where we are checking IsConnected(). If you look into the mbelshe@chromium.org2010-08-258-6/+326
* Cleanup: rename ProxyRules::socks_proxy --> ProxyRules::fallback_proxy.eroman@chromium.org2010-08-256-36/+44
* A/B experiment for re-establishing TCP connections.ziadh@chromium.org2010-08-255-25/+50
* Make sure the key into the spdy session pool identifies the actual proxy used...eroman@chromium.org2010-08-257-22/+77