summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: add (www.)grc.com to HSTS preloaded list.agl@chromium.org2013-05-062-0/+4
* Close all QUIC connections when the network changes.rch@chromium.org2013-05-063-1/+61
* Fix bugs in the code in ssl3_HandleHandshakeMessage that handles awtc@chromium.org2013-05-064-18/+99
* net: add (*.)sah3.net to HSTS preloaded list.agl@chromium.org2013-05-062-0/+2
* Get rid of calls to v8::Persistent v8::Context::New().marja@chromium.org2013-05-061-1/+2
* Close QUIC sessions on read errors.rch@chromium.org2013-05-063-20/+91
* Revert r197164: Avoid crashing the browser on truncated reads [...]pasko@google.com2013-05-061-24/+2
* Shift fast open stats to be gathered when the socket is known to berdsmith@chromium.org2013-05-062-31/+38
* Sanitize directory names from chrome.downloads.onDeterminingFilename.benjhayden@chromium.org2013-05-053-124/+367
* Add histograms tracking Open/Create failure in SimpleCachegavinp@chromium.org2013-05-051-6/+59
* URLRequest - return LOAD_STATE_WAITING_FOR_DELEGATE even when wemmenke@chromium.org2013-05-041-2/+1
* Have SimpleCache index listen to android activity status notifications.gavinp@chromium.org2013-05-042-20/+47
* Add SimpleCache histograms to histograms.xml.gavinp@chromium.org2013-05-041-8/+9
* Support optimistic Create and Write operations on the SimpleCache.felipeg@chromium.org2013-05-045-102/+542
* Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}ttuttle@chromium.org2013-05-0325-1796/+1520
* Detect QUIC connection errors and add a test to verify that the alternate pro...rch@chromium.org2013-05-036-26/+130
* Fix a NULL dereference bug (of URLRequest) in URLRequestFtpJobphajdan.jr@chromium.org2013-05-033-2/+28
* GTTF: rename net::TestServer -> net::SpawnedTestServerphajdan.jr@chromium.org2013-05-0313-327/+346
* Land Recent QUIC Changes rtenneti@chromium.org2013-05-0347-452/+919
* [net] DirectoryListerTest: Operate within a temporary directory structure.cbentzel@chromium.org2013-05-031-26/+60
* Fix net::GetNetworkList() to skip unspecified addresses.sergeyu@chromium.org2013-05-031-3/+8
* Reduce un-needed std::string creation.digit@chromium.org2013-05-021-35/+39
* Update NSS libSSL to NSS_3_15_BETA2.wtc@chromium.org2013-05-0268-1718/+975
* Mark DiskCacheBackendTest.SimpleCacheDoomAll as flakybattre@chromium.org2013-05-021-1/+2
* Support range uploading of a file.hidehiko@chromium.org2013-05-028-8/+65
* Implementing priority-aware cookie eviction algorithm.huangs@chromium.org2013-05-023-139/+380
* Refactor cookie saving code in WebSocketJob for readability.tyoshino@chromium.org2013-05-022-26/+39
* Websocket should fire 'error' event if no server availabletyoshino@chromium.org2013-05-022-9/+6
* General utility for parsing DNS recordsnoamsml@chromium.org2013-05-028-0/+596
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-0214-40/+48
* SPDY - In CreateStream close the SpdySession if socket is not connected.rtenneti@chromium.org2013-05-013-14/+116
* Adding ERR_SOCKET_IS_CONNECTED.ikarienator@chromium.org2013-05-015-6/+13
* Add more DiskCacheBackendTest.SimpleCache*.gavinp@chromium.org2013-05-015-45/+76
* Update the known root cert list with the latest updates from Apple and MSrsleevi@chromium.org2013-04-302-14/+176
* SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.rtenneti@chromium.org2013-04-3019-8/+235
* Do not attempt to send a channel id if the stream is a pushed stream, or if t...rch@chromium.org2013-04-302-2/+131
* Unit test for CookieStore::DeleteSessionCookiesdroger@chromium.org2013-04-301-1/+18
* Get dates/times right in the simple cache.gavinp@chromium.org2013-04-302-20/+18
* Disable DirectoryListerTest.BigDirRecursiveTest as it is flaky in debug builds.gab@chromium.org2013-04-301-1/+9
* Do not open clearly invalid entries in the SimpleCache.gavinp@chromium.org2013-04-303-7/+68
* Split NetworkTimeTracker into service part and observer part.zea@chromium.org2013-04-303-0/+177
* Add entry_hash_ member to SimpleCache::SimpleEntryImpl.gavinp@chromium.org2013-04-308-60/+78
* Remove OS X 10.5 support code from net/certrsleevi@chromium.org2013-04-302-36/+14
* Add secitem_array.c.wtc@chromium.org2013-04-301-0/+145
* Clarify that ClientCertStoreImpl::SelectClientCerts is testing-onlyrsleevi@chromium.org2013-04-305-44/+59
* Finished implementing AttestationPolicyObserver.dkrahn@google.com2013-04-301-1/+2
* Use base::TimeTicks instead of base::Time to resolve flaky tests using local_...miu@chromium.org2013-04-301-2/+2
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-3083-183/+154
* Introduce Multicast Socket APIikarienator@chromium.org2013-04-305-13/+406
* Revert 197172 "Do not open clearly invalid entries in the Simple..."miket@chromium.org2013-04-293-63/+7