summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not open clearly invalid entries in the SimpleCache.gavinp@chromium.org2013-04-293-7/+63
* Restrict EvictOldEntries test to only the Simple Backendpasko@google.com2013-04-291-53/+41
* Avoid crashing the browser on truncated reads from the cache backendpasko@google.com2013-04-291-2/+24
* Add a mapping for CSSMERR_APPLETP_SSL_BAD_EXT_KEY_USE on OS Xrsleevi@chromium.org2013-04-291-0/+4
* Revert 197119 "Remove OS X 10.5 support code from net/cert"miket@chromium.org2013-04-292-3/+47
* Remove OS X 10.5 support code from net/certrsleevi@chromium.org2013-04-292-47/+3
* fix capslock typo in net/third_party/nss/README.chromiummostynb@opera.com2013-04-291-1/+1
* ServerBoundCertService::GetDomainBoundCert should take a host string, not an ...mattm@chromium.org2013-04-297-58/+58
* Deflake SimpleCache::Close()gavinp@chromium.org2013-04-296-199/+419
* Simple Cache: Test for Index operations before init.pasko@google.com2013-04-292-1/+31
* Add OWNERS file to tld_cleanup.nyquist@chromium.org2013-04-261-0/+1
* Revert 196728 "Websocket should fire 'error' event if no server ..."ojan@chromium.org2013-04-262-6/+9
* Put in UMA to measure how often offline mode could be useful for end users.rdsmith@chromium.org2013-04-261-5/+54
* Use CERT_GetCertKeyType to get KeyType for ssl3_PlatformSignHashes. mef@chromium.org2013-04-263-35/+21
* Revert "net: don't do TLS False Start with RC4."agl@chromium.org2013-04-264-38/+2
* Websocket should fire 'error' event if no server availableli.yin@intel.com2013-04-262-9/+6
* Add README file for WebSockets directory.ricea@chromium.org2013-04-261-0/+43
* Land Recent QUIC Changes rtenneti@chromium.org2013-04-2638-285/+797
* Disk cache: Use more specific error codes to help diagnose issues with missin...rvargas@chromium.org2013-04-262-5/+6
* Remove ukai@ from OWNERS files in WebSocket directories.tyoshino@chromium.org2013-04-262-2/+0
* Handle NullPointerException when verifying EKU extension.digit@chromium.org2013-04-251-1/+9
* Fix client certificate authentication on Mac and Linux introduced in r178732rsleevi@chromium.org2013-04-2519-515/+672
* Differentiate between VERIFY_FAILED and VERIFY_INCORRECT_KEY_USAGE.palmer@chromium.org2013-04-254-3/+10
* Update nss_revision to r196262 to pick up NSS_3_15_BETA2.wtc@chromium.org2013-04-251-0/+5
* Histograms for tracking Simple cache creation times.gavinp@chromium.org2013-04-251-6/+19
* Android: Make sure the NetworkChangeNotifier is initialized in getAuthTokenclamy@chromium.org2013-04-251-0/+4
* Revert 195845 "With this CL we can catch OnResume, OnPause, OnDe..."gavinp@chromium.org2013-04-257-241/+24
* Simple Cache: add a few eviction-related histogramspasko@google.com2013-04-242-2/+13
* Remove the SpdyCwnd FieldTrial and histograms.stevet@chromium.org2013-04-241-29/+1
* Add UMA histograms to Simple Cache.felipeg@chromium.org2013-04-244-14/+78
* Do not leak file descriptors on errors in SimpleCache.gavinp@chromium.org2013-04-242-1/+23