summaryrefslogtreecommitdiffstats
path: root/google_apis/drive
Commit message (Expand)AuthorAgeFilesLines
* Update {virtual,override} to follow C++11 style in google_apis.nick2015-04-231-3/+3
* Fix DriveApiRequestsTest.EmptyBatchUploadRequest in official builds.thakis2015-04-151-1/+1
* Files.app: Implement sending batch requests.hirono2015-04-153-14/+315
* Files.app: Add URL for batch uploading to URLGenerator.hirono2015-04-143-0/+14
* Drive: Add BatchableRequest subclass.hirono2015-04-082-6/+52
* Drive: Add multipart related utility methods.hirono2015-04-064-40/+104
* Files.app: Add definition of BatchUploadRequest class.hirono2015-04-032-0/+93
* Drive: Ensure call RequestFinished(this) in UrlFetchRequestBase.hirono2015-03-312-28/+70
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-2/+2
* Update Styx URLs for thumbnails and downloads in Files app.mtomasz2015-02-274-298/+144
* Add support for setting properties to requests uploading contents.mtomasz2015-02-246-147/+185
* Add support for adding properties to files on Drive.mtomasz2015-02-204-6/+89
* Rename gdata_errorcode.h to drive_api_error_codes.hsatorux2015-01-2918-138/+138
* Remove google_apis::ResourceEntry and related codesatorux2015-01-282-85/+0
* Remove unnecessary includes and forward declarations about ResourcEntrysatorux2015-01-271-1/+0
* Remove WAPI-related code, except the type definition of ResourceEntry.fukino2015-01-2711-1813/+5
* Migrate from WAPI to Genoa to get the url to share dialog.fukino2015-01-168-18/+97
* Drive API: Generates randum boundary for multipart uploading.hirono2015-01-091-13/+26
* DriveAPI: Add two request classes inheriting MultipartUploadRequestBase for m...hirono2015-01-082-0/+162
* Drive API: Add MultipartUploadRequestBase class.hirono2015-01-077-28/+418
* Standardize usage of virtual/override/final specifiers in google_apis/.dcheng2014-12-234-4/+4
* DriveAPI: Add mehtod to create URL for multipart uploading.hirono2014-12-093-7/+115
* Remove using namespace in net/quic/quic_stream_sequencer.hhalton.huo2014-12-081-2/+2
* Standardize usage of virtual/override/final in google_apis/dcheng2014-10-219-168/+164
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-3/+3
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-154-17/+15
* replace OVERRIDE and FINAL with override and final in google_apis/mostynb2014-10-0711-107/+107
* Move chrome/test/data/gdata/testfile.txt to chrome/test/data/drivesatorux2014-09-103-5/+5
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-053-3/+3
* Manual fixups in drive code for scoped_refptr operator T* removal.dcheng2014-08-293-5/+7
* Remove implicit conversions from scoped_refptr to T* in google_apis/Daniel Cheng2014-08-262-2/+2
* Random clean up around Chrome OS file manager code.kinaba@chromium.org2014-08-081-3/+3
* Reland: Parse Drive API responses all at once in the blocking pool.kinaba@chromium.org2014-08-088-360/+227
* Revert 288017 "Parse Drive API responses all at once in the bloc..."kinaba@chromium.org2014-08-088-223/+360
* Random cleanup around google_apis/drive and c/b/drive.kinaba@chromium.org2014-08-075-43/+24
* Parse Drive API responses all at once in the blocking pool.kinaba@chromium.org2014-08-078-360/+223
* drive: Determine if an entry is hosted by the existence of fileSize field.kinaba@chromium.org2014-07-313-3/+20
* Simplify RunTaskOnThreadhashimoto@chromium.org2014-07-232-12/+8
* Get rid of DriveEntryKind.fukino@chromium.org2014-07-144-299/+28
* drive: Directly convert FileResource and ChangeResource to ResourceEntryhashimoto@chromium.org2014-06-102-3/+4
* drive: Remove WAPI legacy from DriveServiceInterface and DriveUploaderhashimoto@chromium.org2014-06-051-5/+0
* drive: Change DriveServiceInterface::GetChangeList's callback type to ChangeL...hashimoto@chromium.org2014-05-291-6/+2
* Renamed namespaces of url lib.vitalybuka@chromium.org2014-05-011-1/+1
* Remove unused parsers and URL generators for WAPI.fukino@chromium.org2014-04-167-957/+5
* Remove unused property from drive api parsers.fukino@chromium.org2014-04-113-149/+2
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-081-2/+2
* Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG."scottmg@chromium.org2014-04-071-2/+2
* Remove all uses of GG_LONGLONG and GG_ULONGLONG.viettrungluu@chromium.org2014-04-071-2/+2
* drive: Remove unused GData WAPI requestshashimoto@chromium.org2014-04-033-2502/+10
* drive: Return cancel closure from FileSystem::GetFileContenthashimoto@chromium.org2014-03-281-11/+0