summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Update the Preconnect logic to use the new HttpStreamFactory formbelshe@chromium.org2010-09-033-1/+34
* Fix Server Push bug; we properly detected the duplicate SYN, but we forgot tombelshe@chromium.org2010-09-033-15/+72
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-035-10/+9
* Spelling error: s/ADDRESSSES/ADDRESSES/g.willchan@chromium.org2010-09-021-1/+1
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-0224-30/+142
* Summary of changes:cbentzel@chromium.org2010-09-022-12/+19
* base: Move SplitStringUsingSubstr functions from string_util.h to string_split.htfarina@chromium.org2010-09-021-1/+3
* Don't break on auth if we are about to do client auth.wtc@chromium.org2010-09-021-28/+13
* Fixed crash involving using NetAddress::Adopt() incorrectlyakalin@chromium.org2010-09-021-3/+4
* Add ListCerts method to CertDatabase.mattm@chromium.org2010-09-013-0/+30
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-0111-20/+169
* Stop NetworkChangeNotifierMac from calling a virtual function before the cons...willchan@chromium.org2010-09-016-47/+106
* Unit tests for CanDelegate on URLSecurityManager.cbentzel@chromium.org2010-09-011-1/+32
* Fix invalid read in HostResolverImpl::OnIPAddressChanged.willchan@chromium.org2010-09-011-1/+2
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-018-21/+65
* net: add *.yodlee.com to False Start blacklistagl@chromium.org2010-09-013-3/+52
* net: don't NOTREACHED on long search terms.agl@chromium.org2010-09-012-1/+13
* Relands r58007.willchan@chromium.org2010-09-013-24/+150
* Stop leaking requests on abort.willchan@chromium.org2010-09-011-0/+1
* Migrate spdy_session from using LOG() to NetLog. In the process, I'mmbelshe@chromium.org2010-09-015-131/+257
* Change the API from passing refptr<>s through the interfaces.mbelshe@chromium.org2010-09-015-32/+26
* Allow NOTIFY_EXISTING_ONLY in ObserverListThreadSafe. Switch NCN to using it.willchan@chromium.org2010-08-311-1/+3
* Add NSS cert trust setting, cert deleting, and CA cert import to CertDatabase.mattm@chromium.org2010-08-318-10/+720
* Fix a regression whereby full-granularity network events were being captured ...eroman@chromium.org2010-08-3111-20/+37
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-317-10/+9
* Abort ConnectJobs with ERR_ABORTED when network changes.willchan@chromium.org2010-08-313-3/+95
* Revert r58019 and r58007 due to flaky.willchan@chromium.org2010-08-313-126/+6
* FBTF: A giant cleanup to net/erg@google.com2010-08-3139-167/+421
* Mark HostResolverImplTest.AbortOnIPAddressChanged as FLAKY.willchan@chromium.org2010-08-311-1/+2
* Abort host resolution requests with ERR_ABORTED on ip address change.willchan@chromium.org2010-08-313-6/+125
* ClientSocketPoolBaseHelper can try to read an invalid iterator. Fix that.willchan@chromium.org2010-08-312-2/+35
* Make heapcheck runner use the shadow stacks.glider@chromium.org2010-08-311-6/+0
* Map SECURITY_STATUS from InitializeSecurityContext to net error codes.cbentzel@chromium.org2010-08-312-8/+54
* Remove the wstring FormatUrl() functions (and convert remaining users to the ...viettrungluu@chromium.org2010-08-313-555/+385
* Refactor: Address a TODO about renaming a function.eroman@chromium.org2010-08-314-15/+15
* Move the pretty-printing of proxy settings from the C++ code to javascript.eroman@chromium.org2010-08-313-289/+52
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-311-0/+25
* Add SSL test certificate data: dod_ca_13_cert.dermattm@chromium.org2010-08-311-0/+0
* 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