summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simple Cache: move cache size estimation to cache threadpasko@google.com2013-04-244-44/+54
* Add simple non-response-based question parsing for mDNS passive listeningnoamsml@chromium.org2013-04-233-0/+173
* Simplify cross thread messaging in SimpleCache.gavinp@chromium.org2013-04-238-212/+188
* Land Recent QUIC Changesrtenneti@chromium.org2013-04-2333-857/+1298
* Fix SimpleCache IsIndexFileStale.felipeg@chromium.org2013-04-233-10/+93
* Turn SimpleCache experiment on in Android dev channel.gavinp@chromium.org2013-04-231-1/+2
* With this CL we can catch OnResume, OnPause, OnDestroy and OnStop notificatio...felipeg@chromium.org2013-04-237-24/+241
* Cache entries should be zero length at creation.gavinp@chromium.org2013-04-231-0/+30
* Disallow the Simple Cache to coexist with the Blockfile Cache.pasko@google.com2013-04-234-7/+135
* Simple Cache: fix late cache size initialization.pasko@chromium.org2013-04-231-1/+2
* Avoid un-necessary dynamic allocation disk_cache::simple_utildigit@chromium.org2013-04-231-4/+7
* Fix HTTPCacheTransaction conditionalization header check.digit@chromium.org2013-04-232-61/+39
* Simple Cache: Simplest possible eviction we could think of.pasko@google.com2013-04-238-6/+215
* Fix leak introduced in r195335rsleevi@chromium.org2013-04-231-1/+4
* Link the SpdySession to the underlying Socket in net-internals.rch@chromium.org2013-04-223-0/+59
* Add more entry unittests for SimpleCache.gavinp@chromium.org2013-04-221-4/+28