summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move small c/b/extensions classes into extensions namespace no.1rdevlin.cronin@chromium.org2012-08-171-2/+2
* Do not perform online revocation checking when the user has explicitly disabl...rsleevi@chromium.org2012-08-171-10/+40
* Added warning when URLRequestContextGetter leaks.atwilson@chromium.org2012-08-151-1/+7
* Removed checks that verify URLRequest has a Contextshalev@chromium.org2012-08-135-45/+32
* Add histograms to NetworkChangeNotifier to identify ways to improve interfacepauljensen@chromium.org2012-08-131-0/+6
* Turn off TLS 1.1.wtc@chromium.org2012-08-121-4/+0
* Enabled SignInAfterInit test.atwilson@chromium.org2012-08-111-0/+1
* Remove packaged app Windows shortcuts when app is uninstalled.benwells@chromium.org2012-08-101-1/+1
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-092-3/+6
* Revert 150375 - Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-081-4/+4
* Implement SHA-256 fingerprint supportpalmer@chromium.org2012-08-071-4/+4
* Revert 150124 - Implement SHA-256 fingerprint support.dimich@chromium.org2012-08-061-4/+4
* Implement SHA-256 fingerprint support.palmer@chromium.org2012-08-061-4/+4
* Regression test for lack of errors on requests with invalid portsshalev@chromium.org2012-08-051-0/+33
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-011-1/+1
* Revert 149261 - Support SHA-256 in public key pins for HTTPS.vandebo@chromium.org2012-07-311-4/+4
* Support SHA-256 in public key pins for HTTPS.palmer@chromium.org2012-07-311-4/+4
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-307-2/+65
* Replaced static URLRequestDataJob factory with protocol handler for Data jobs.shalev@chromium.org2012-07-302-0/+48
* Bug fix for lack of errors on requests with invalid portsshalev@chromium.org2012-07-301-0/+11
* Add const accessors to URLRequest and UploadData.vabr@chromium.org2012-07-282-2/+7
* Do not inherit from std::vector.tfarina@chromium.org2012-07-252-2/+2
* Offload disk accesses to WorkerPool in ExtensionProtocolHandlerpaivanof@gmail.com2012-07-234-19/+41
* Convert ProtocolHandlerRegistry to be a ProfileKeyedService.smckay@chromium.org2012-07-211-3/+3