index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sync
/
internal_api
/
attachments
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't DCHECK in AttachmentServiceProxyForTest when MessageLoop is absent
pavely
2015-01-16
1
-5
/
+6
*
Standardize usage of virtual/override/final specifiers in sync/.
dcheng
2014-12-22
7
-13
/
+12
*
Add Sync.Attachments.DownloadTotalTime.
maxbogue
2014-12-12
1
-0
/
+7
*
Add the Sync.Attachments.StoreInitResult histogram.
maxbogue
2014-12-11
1
-0
/
+3
*
Include model type in attachment uploads and downloads
maniscalco
2014-12-11
5
-16
/
+44
*
Add boolean histogram Sync.Attachments.DownloadChecksumResult.
maxbogue
2014-12-11
1
-0
/
+3
*
gn format // (the rest, except mojo)
scottmg
2014-12-03
1
-1
/
+0
*
Implement AttachmentStore metadata enumeration API.
stanisc
2014-12-01
4
-106
/
+393
*
Synchronous creation of OnDiskAttachmentStore
pavely
2014-11-26
7
-116
/
+214
*
Add UMA counting for Sync Attachments response codes.
maxbogue
2014-11-24
4
-0
/
+40
*
Sync: Attachment Store APIs for accessing attachment metadata
stanisc
2014-11-21
5
-0
/
+94
*
Use uint16 for port numbers more pervasively.
pkasting
2014-11-20
1
-1
/
+1
*
Encode sync birthday with url-safe base64 insetead of base64.
maniscalco
2014-11-18
2
-5
/
+17
*
Send birthday on sync attachment uploads and downloads.
maniscalco
2014-11-18
5
-59
/
+82
*
Write attachment to AttachmentStore after downloading
pavely
2014-11-14
2
-7
/
+48
*
Store attachment crc in AttachmentStore
pavely
2014-11-14
11
-77
/
+188
*
Add per attachment metadata records.
pavely
2014-10-30
3
-59
/
+179
*
Introduce AttachmentStore metadata record
pavely
2014-10-25
4
-17
/
+201
*
Standardize usage of virtual/override/final in sync/
dcheng
2014-10-21
6
-70
/
+66
*
Implementation of OnDiskAttachmentStore.
pavely
2014-10-17
5
-254
/
+645
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-16
3
-6
/
+6
*
change newly added OVERRIDE to override in sync/
mostynb
2014-10-09
1
-3
/
+3
*
Verify hash on sync attachment downloads when present.
maniscalco
2014-10-08
4
-26
/
+195
*
replace OVERRIDE and FINAL with override and final in sync/
mostynb
2014-10-06
6
-28
/
+28
*
Include hash on sync attachment uploads to ensure data integrity.
maniscalco
2014-10-06
3
-64
/
+98
*
Reland Refactor FakeAttachmentStore
pavely
2014-10-02
6
-3
/
+563
*
Revert of Refactor FakeAttachmentStore (patchset #3 id:40001 of https://coder...
sergeyv
2014-09-30
6
-550
/
+3
*
Refactor FakeAttachmentStore
pavely
2014-09-30
6
-3
/
+550
*
Make AttachmentServiceImpl clear backoff when reconnected to network.
maniscalco
2014-09-15
3
-22
/
+136
*
Eliminate use of 'delete self' pattern in AttachmentUploaderImpl.
maniscalco
2014-09-10
1
-34
/
+86
*
Update AttachmentServiceImpl to retry attachment uploads.
maniscalco
2014-09-10
8
-121
/
+392
*
Move AttachmentStore ownership to datatype
pavely
2014-09-10
2
-7
/
+11
*
Replace AttachmentStore's StoreAttachments with UploadAttachments.
maniscalco
2014-09-08
4
-164
/
+216
*
Revert "Replace AttachmentStore's StoreAttachments with UploadAttachments."
Erik Arvidsson
2014-09-05
4
-217
/
+165
*
Replace AttachmentStore's StoreAttachments with UploadAttachments.
maniscalco
2014-09-05
4
-165
/
+217
*
Remove implicit conversions from scoped_refptr to T* in sync/
Daniel Cheng
2014-08-26
4
-11
/
+11
*
Fix bug where TokenServiceProvider is used after it has been destroyed.
maniscalco@chromium.org
2014-08-13
5
-12
/
+14
*
Move non-API code out of sync/api/attachments/.
maniscalco@chromium.org
2014-08-05
11
-385
/
+1203
*
Do not update AttachmentIds after uploading attachments to sync server.
maniscalco@chromium.org
2014-07-17
3
-26
/
+18
*
Replace MessageLoopProxy with ThreadTaskRunnerHandle in src/sync/.
maniscalco@chromium.org
2014-07-09
3
-4
/
+6
*
Make AttachmentUploader and AttachmentDownloader optional.
maniscalco@chromium.org
2014-07-02
2
-0
/
+4
*
Consolidate attachment URL construction.
maniscalco@chromium.org
2014-06-27
4
-23
/
+65
*
Revert of Consolidate attachment URL construction. (https://codereview.chromi...
leng@chromium.org
2014-06-27
4
-65
/
+23
*
Consolidate attachment URL construction.
maniscalco@chromium.org
2014-06-27
4
-23
/
+65
*
AttachmentDownloader implementation.
pavely@chromium.org
2014-06-26
2
-38
/
+505
*
Add authentication support to AttachmentUploaderImpl.
maniscalco@chromium.org
2014-06-10
2
-54
/
+448
*
Revert 275293 "Add authentication support to AttachmentUploaderI..."
timurrrr@chromium.org
2014-06-06
2
-450
/
+54
*
Add authentication support to AttachmentUploaderImpl.
maniscalco@chromium.org
2014-06-06
2
-54
/
+450
*
AttachmentDownloader implementation.
pavely@chromium.org
2014-05-24
4
-0
/
+187
*
Add AttachmentDownloader interface, change signature of AttachmentStore::Read
pavely@chromium.org
2014-05-23
2
-8
/
+31
[next]