summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/attachments
Commit message (Expand)AuthorAgeFilesLines
* Don't DCHECK in AttachmentServiceProxyForTest when MessageLoop is absentpavely2015-01-161-5/+6
* Standardize usage of virtual/override/final specifiers in sync/.dcheng2014-12-227-13/+12
* Add Sync.Attachments.DownloadTotalTime.maxbogue2014-12-121-0/+7
* Add the Sync.Attachments.StoreInitResult histogram.maxbogue2014-12-111-0/+3
* Include model type in attachment uploads and downloadsmaniscalco2014-12-115-16/+44
* Add boolean histogram Sync.Attachments.DownloadChecksumResult.maxbogue2014-12-111-0/+3
* gn format // (the rest, except mojo)scottmg2014-12-031-1/+0
* Implement AttachmentStore metadata enumeration API.stanisc2014-12-014-106/+393
* Synchronous creation of OnDiskAttachmentStorepavely2014-11-267-116/+214
* Add UMA counting for Sync Attachments response codes.maxbogue2014-11-244-0/+40
* Sync: Attachment Store APIs for accessing attachment metadatastanisc2014-11-215-0/+94
* Use uint16 for port numbers more pervasively.pkasting2014-11-201-1/+1
* Encode sync birthday with url-safe base64 insetead of base64.maniscalco2014-11-182-5/+17
* Send birthday on sync attachment uploads and downloads.maniscalco2014-11-185-59/+82
* Write attachment to AttachmentStore after downloadingpavely2014-11-142-7/+48
* Store attachment crc in AttachmentStorepavely2014-11-1411-77/+188
* Add per attachment metadata records.pavely2014-10-303-59/+179
* Introduce AttachmentStore metadata recordpavely2014-10-254-17/+201
* Standardize usage of virtual/override/final in sync/dcheng2014-10-216-70/+66
* Implementation of OnDiskAttachmentStore.pavely2014-10-175-254/+645
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-163-6/+6
* change newly added OVERRIDE to override in sync/mostynb2014-10-091-3/+3
* Verify hash on sync attachment downloads when present.maniscalco2014-10-084-26/+195
* replace OVERRIDE and FINAL with override and final in sync/mostynb2014-10-066-28/+28
* Include hash on sync attachment uploads to ensure data integrity.maniscalco2014-10-063-64/+98
* Reland Refactor FakeAttachmentStorepavely2014-10-026-3/+563
* Revert of Refactor FakeAttachmentStore (patchset #3 id:40001 of https://coder...sergeyv2014-09-306-550/+3
* Refactor FakeAttachmentStorepavely2014-09-306-3/+550
* Make AttachmentServiceImpl clear backoff when reconnected to network.maniscalco2014-09-153-22/+136
* Eliminate use of 'delete self' pattern in AttachmentUploaderImpl.maniscalco2014-09-101-34/+86
* Update AttachmentServiceImpl to retry attachment uploads.maniscalco2014-09-108-121/+392
* Move AttachmentStore ownership to datatypepavely2014-09-102-7/+11
* Replace AttachmentStore's StoreAttachments with UploadAttachments.maniscalco2014-09-084-164/+216
* Revert "Replace AttachmentStore's StoreAttachments with UploadAttachments."Erik Arvidsson2014-09-054-217/+165
* Replace AttachmentStore's StoreAttachments with UploadAttachments.maniscalco2014-09-054-165/+217
* Remove implicit conversions from scoped_refptr to T* in sync/Daniel Cheng2014-08-264-11/+11
* Fix bug where TokenServiceProvider is used after it has been destroyed.maniscalco@chromium.org2014-08-135-12/+14
* Move non-API code out of sync/api/attachments/.maniscalco@chromium.org2014-08-0511-385/+1203
* Do not update AttachmentIds after uploading attachments to sync server.maniscalco@chromium.org2014-07-173-26/+18
* Replace MessageLoopProxy with ThreadTaskRunnerHandle in src/sync/.maniscalco@chromium.org2014-07-093-4/+6
* Make AttachmentUploader and AttachmentDownloader optional.maniscalco@chromium.org2014-07-022-0/+4
* Consolidate attachment URL construction.maniscalco@chromium.org2014-06-274-23/+65
* Revert of Consolidate attachment URL construction. (https://codereview.chromi...leng@chromium.org2014-06-274-65/+23
* Consolidate attachment URL construction.maniscalco@chromium.org2014-06-274-23/+65
* AttachmentDownloader implementation.pavely@chromium.org2014-06-262-38/+505
* Add authentication support to AttachmentUploaderImpl.maniscalco@chromium.org2014-06-102-54/+448
* Revert 275293 "Add authentication support to AttachmentUploaderI..."timurrrr@chromium.org2014-06-062-450/+54
* Add authentication support to AttachmentUploaderImpl.maniscalco@chromium.org2014-06-062-54/+450
* AttachmentDownloader implementation.pavely@chromium.org2014-05-244-0/+187
* Add AttachmentDownloader interface, change signature of AttachmentStore::Readpavely@chromium.org2014-05-232-8/+31