summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Add net/base/test_data_directory.htoyoshim@chromium.org2012-11-011-0/+1
* Account for server vs host clock skew in cookie expiration times.pauljensen@chromium.org2012-11-013-0/+103
* Switch the TCP reads on Windows to use non-blocking/non-async I/O.pmeenan@google.com2012-10-311-0/+44
* Process only the first Strict-Transport-Security header.palmer@chromium.org2012-10-303-0/+68
* Fix trivial bug in URLFetcherCore::SetStopOnRedirect() that ignored the suppl...pkasting@chromium.org2012-10-291-1/+1
* Add upload identifier to URLRequest::Start net log event.cbentzel@chromium.org2012-10-273-1/+7
* Improve URLRequestContextBuilder for use in android_webviewboliu@chromium.org2012-10-273-16/+31
* Fix the failed cases in URLFetcherFileTest on Android.shouqun.liu@intel.com2012-10-251-8/+8
* net: Remove unused URLRequest::job()hashimoto@chromium.org2012-10-251-4/+0
* Coalesce payload length statistics in ChromeNetworkDelegatebengr@google.com2012-10-243-2/+15
* Non-functional change to simply have Downloads query Prefs for the charset wh...pauljensen@chromium.org2012-10-232-9/+0
* [net] Change factory methods for HostResolver and HostCache to return a scope...szym@chromium.org2012-10-225-38/+14
* Make original_response_headers parameter of NetworkDelegate::OnHeadersReceive...battre@chromium.org2012-10-204-5/+5
* net: Make UploadDataStream::Read() asynchronoushashimoto@chromium.org2012-10-171-1/+2
* Use ScopedCOMInitializer in more places. While this doesn't always simplify ...pkasting@chromium.org2012-10-031-2/+2
* Revert 146616.erikwright@chromium.org2012-10-022-5/+0
* Miscellaneous tiny cleanups done while converting files to use ScopedCOMIniti...pkasting@chromium.org2012-10-011-17/+11
* URLRequestHttpJob::StartTransaction should honour network delegate.vabr@chromium.org2012-09-273-14/+72
* There are two blocking network delegates in url_request_unittest:vabr@chromium.org2012-09-262-211/+352
* Tests were marked as Flaky.vitalybuka@chromium.org2012-09-231-2/+2
* SampleSet -> HistogramSamples which can be reused by SparseHistogramkaiwang@chromium.org2012-09-221-15/+24
* URLFetcher uses a TaskRunner instead of a message loop.droger@chromium.org2012-09-197-47/+59
* Cleanup: avoid foo ? true : false, part 2.thestig@chromium.org2012-09-191-7/+6
* Move TestJobInterceptor to url_request_test_util.droger@chromium.org2012-09-183-35/+52
* Reordering URLRequest unittest and port to iOS.droger@chromium.org2012-09-121-2201/+2206
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-121-1/+5
* Revert 153131 (Histograms showed it doesn't help much)mmenke@chromium.org2012-09-113-209/+1
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-111-5/+1
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-101-1/+5
* Remove static variables from HttpStreamFactory.szager@chromium.org2012-09-074-27/+80
* Remove the HANDLED_EXTERNALLY status code.mkosiba@chromium.org2012-09-072-8/+2
* Implement SHA-256 fingerprint supportpalmer@chromium.org2012-09-071-4/+4
* Log the source when a URLFetcher leak is detectedrsimha@chromium.org2012-09-061-1/+2
* Restrict file access on android.nileshagrawal@chromium.org2012-09-061-4/+0
* Add get_server_time utilityakalin@chromium.org2012-09-051-0/+4
* Stop using ScopedAllowIO in content::ResourceDispatcherHostImplhashimoto@chromium.org2012-08-309-18/+19
* Disable FTP on iOSdroger@chromium.org2012-08-304-1/+17
* net: Return size of upload as well as position from HttpTransaction::GetUploa...hashimoto@chromium.org2012-08-301-1/+1
* Added URLRequestContext::CreateRequest which can be used to create URLRequestsshalev@chromium.org2012-08-245-31/+86
* Turned job_factory into a pure virtual classshalev@chromium.org2012-08-247-153/+219
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-2438-197/+267
* Reland of http://codereview.chromium.org/10854204/, whichmmenke@chromium.org2012-08-243-1/+209
* Revert 153025 - Automatically retry failed network requests.mmenke@chromium.org2012-08-233-209/+1
* Automatically retry failed network requests.mmenke@chromium.org2012-08-233-1/+209
* Refactoring for merging WebSocket test server to net::TestServertoyoshim@chromium.org2012-08-232-70/+82
* When trying to identify when network data is received while thepauljensen@chromium.org2012-08-211-1/+2
* Revert 151198 - Turn off TLS 1.1.wtc@chromium.org2012-08-201-0/+4
* Add histograms for network activity, and total/cumulativetburkard@chromium.org2012-08-204-13/+44
* Replaced static URLRequestFileJob factory with non-static protocol handler fo...shalev@chromium.org2012-08-204-20/+93
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-191-9/+9