summaryrefslogtreecommitdiffstats
path: root/google_apis/drive
Commit message (Expand)AuthorAgeFilesLines
* Replace template_util.h stuff with C++11 <type_traits>tzik2016-03-101-4/+3
* google_apis: Add out-of-line copy ctors for complex classes.vmpstr2016-02-262-0/+3
* Introducing a net::GenerateMimeMultipartBoundary helper.lukasza2016-01-082-16/+3
* Global conversion of Pass()→std::move() on OS=linux chromecast=1dcheng2015-12-291-2/+4
* Convert Pass()→std::move() in //google_apisdcheng2015-12-2711-46/+49
* Switch to standard integer types in google_apis/.avi2015-12-2217-177/+194
* Handle HTTP headers case-insensitively on the test servertzik2015-12-211-4/+2
* Files: Use new image server to download Drive thumbnails.fukino2015-11-265-21/+30
* Migrating tests to use EmbeddedTestServer (misc)svaldez2015-11-194-8/+8
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-161-1/+1
* Use detailed raw HTTP status code for UMA.hirono2015-09-301-1/+6
* Use the appropriate variant of IntToString in //google_apisricea2015-09-201-21/+21
* Remove use of JSONReader::DeprecatedRead from google_apis/olli.raula2015-09-022-7/+7
* Add an enum to specify visibilities of new files.fukino2015-09-013-13/+21
* Add visibility property to FilesInsertRequest and FilesCopyRequest.fukino2015-08-276-14/+55
* Allow url::SchemeHostPort to hold non-file scheme without porttyoshino2015-08-191-1/+1
* Revert of Allow url::SchemeHostPort to hold non-file scheme without port (pat...msramek2015-08-181-1/+1
* Allow url::SchemeHostPort to hold non-file scheme without porttyoshino2015-08-181-1/+1
* Update SplitString calls to new formbrettw2015-08-081-5/+4
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-071-4/+5
* Update SplitString calls to new formbrettw2015-08-071-5/+4
* Stop to refer chrome/test/data from google_apis_unittests.hirono2015-07-232-2/+2
* Remove legacy StartsWithASCII function.brettw2015-07-161-1/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+1
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-1/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+1
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-30/+41
* Add UMA for the size backoff in FilesListRequestRunner.mtomasz2015-07-012-9/+18
* Implement a DRIVE_REQUEST_TOO_LARGE backoff.mtomasz2015-06-3012-81/+514
* Drive API: Handle errors in JSON body for batch file uploading.hirono2015-06-302-42/+53
* Fix crash in drive::BatchRequestConfigurator::MultipartUploadNewFile.hirono2015-06-253-7/+8
* google_apis: Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-173-6/+6
* Move EndsWith to base namespace.brettw2015-06-121-1/+2
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+1
* Drive: Add UMA metrics for batch upload.hirono2015-06-111-0/+17
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-222-5/+6
* Reduce the appearances of satorux@ from OWNERS filessatorux2015-05-201-1/+0
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-8/+8
* Drive API: Simplify lifetime management of child requests in BatchUploadRequest.hirono2015-05-146-212/+320
* Revert of Revert of Drive: Let DriveUploader use batch request API. (patchset...hirono2015-05-132-6/+12
* Revert of Drive: Let DriveUploader use batch request API. (patchset #7 id:120...sergeyv2015-05-132-12/+6
* Drive: Let DriveUploader use batch request API.hirono2015-05-132-6/+12
* Notify upload progress from batch request to its child requests.hirono2015-05-125-16/+137
* Files.app: Use quotaBytesUsedAggregate to know the actual available space.fukino2015-05-124-15/+20
* Using ThreadTaskRunnerHandle in lieu of MessageLoopProxy in google_apis moduleanujk.sharma2015-05-111-2/+2
* drive: Fix batch uploading when a file includes '\0'.hirono2015-05-112-4/+78
* Use cropped thumbnail in list thumbnail loader.yawano2015-05-113-5/+19
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-1/+1
* Drive: Add response handling to BatchUploadRequst class.hirono2015-04-304-81/+403