summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* QUIC - Added NetLog's Logging test to quic_network_transaction_unittest.cc. rtenneti@chromium.org2013-05-103-79/+53
* Timeout HTTP proxy connect jobs faster on iOSbengr@chromium.org2013-05-101-2/+3
* Update WebSocket OWNERS files with latest status of developers.tyoshino@chromium.org2013-05-102-4/+12
* Merge ConstructSpdyFrame into SpdyTestUtilttuttle@chromium.org2013-05-1013-211/+251
* Randomize proxy timeout on Android over a range.bengr@chromium.org2013-05-091-4/+7
* SSLClientSocketNSS should expect and properly handle when thersleevi@chromium.org2013-05-093-40/+195
* Rename the embedded test server to EmbeddedTestServer in net::test_server nam...phajdan.jr@chromium.org2013-05-0912-123/+127
* Fix DiskCacheBackendTest.SimpleCacheSetSize.gavinp@chromium.org2013-05-094-0/+13
* Land Recent QUIC changesrtenneti@chromium.org2013-05-09114-1042/+1620
* Don't access the server bound cert service from the SSL worker threadrsleevi@chromium.org2013-05-091-5/+28
* Disable SSL3 fallback restriction on Google propertiesthaidn@google.com2013-05-091-3/+9
* Add Mime type sniffing for Office documentszork@chromium.org2013-05-091-0/+116
* [Memory Sheriff] Fix a leak of MockAsyncResolverBase.groby@chromium.org2013-05-091-7/+7
* Gracefully handle requests for server bound certs on taskrunner shutdownrsleevi@chromium.org2013-05-092-17/+53
* Added JNI method to allow java code parse the scheme from a url string using ...apiccion@chromium.org2013-05-092-0/+18
* Remove inside_chromium_build gyp variablejamesr@chromium.org2013-05-081-1/+1
* Create SpdyTestUtil and add first two methodsttuttle@chromium.org2013-05-089-103/+139
* Move static functions in WebSocketJobTest into namespace netttuttle@chromium.org2013-05-082-130/+130
* Add a DeterministicMockUDPClientSocket. rch@chromium.org2013-05-086-80/+337
* Remove DiskCacheEntryTest.SimpleCacheBuffering.gavinp@chromium.org2013-05-081-7/+2
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-0831-199/+199
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-089-60/+81
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-082-2/+2
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-082-2/+2
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-079-81/+60
* HostResolverImpl will return ERR_NAME_NOT_RESOLVED instead of Ok if address l...mef@chromium.org2013-05-072-1/+16
* Land Recent QUIC changesrtenneti@chromium.org2013-05-0754-139/+23897
* Move SpawnedTestServer to its own subdirectory.phajdan.jr@chromium.org2013-05-0721-50/+50
* Less indentation in WebSocketJob::SaveNextCookie() for readabilitytyoshino@chromium.org2013-05-071-16/+17
* Revert 198736 "Land Recent QUIC changes"csharp@chromium.org2013-05-0753-23896/+138
* GTTF: move chrome/browser/google_apis/test_server to net/testphajdan.jr@chromium.org2013-05-0713-0/+1259
* Removes jknotten from OWNERS.bulach@chromium.org2013-05-072-2/+0
* Land Recent QUIC changesrtenneti@chromium.org2013-05-0753-138/+23896
* Add missing status codes to WebSocketError enum.ricea@chromium.org2013-05-079-74/+225
* Trivial style fix in network_delegate.h and .cctyoshino@chromium.org2013-05-072-4/+3
* 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