summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid temporary std::string creation in net/http/digit@chromium.org2013-04-222-9/+12
* Include NSS headers without using full pathnames.wtc@chromium.org2013-04-222-3/+4
* When a new request comes in to a socket pool, and thatmmenke@chromium.org2013-04-223-0/+308
* Add "SimpleCache" prefix to SimpleCache tests.gavinp@chromium.org2013-04-221-2/+2
* Add crc32 checksums to simple disk cache.gavinp@chromium.org2013-04-2210-103/+470
* [net/dns] Test IPv6 support via UDP connectszym@chromium.org2013-04-211-22/+23
* [SPDY] Fix bug where a SPDY stream might not unstall properly in all casesakalin@chromium.org2013-04-214-6/+139
* Add support for the control group in the Simple Cache Experiment.gavinp@chromium.org2013-04-202-4/+18
* Implement offline mode behind a flag.rdsmith@chromium.org2013-04-207-8/+129
* [SPDY] Address comments from review of r195309akalin@chromium.org2013-04-203-10/+10
* Do not roll back to SSL 3.0 for Google properties.thaidn@google.com2013-04-1910-263/+344
* [SPDY] Close SPDY sessions on session flow control errorsakalin@chromium.org2013-04-195-73/+88
* [SPDY] Add histograms for flow control stallsakalin@chromium.org2013-04-192-40/+72
* Add a way to query a cookie store whether any cookies exist for a giventburkard@chromium.org2013-04-192-0/+61
* Adding Priority field to cookies.erikwright@chromium.org2013-04-1914-121/+369
* Avoid double-InitCache() in SimpleDoomBetween test, leakpasko@google.com2013-04-191-2/+0
* net: don't do TLS False Start with RC4.agl@chromium.org2013-04-194-2/+38
* Add SimpleCache index file heuristicsfelipeg@chromium.org2013-04-193-5/+37