summaryrefslogtreecommitdiffstats
path: root/sync/engine/get_commit_ids.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix GetCommitIds local deletion case resulting in orphaning of directory entriesstanisc2016-01-051-61/+140
* Switch to standard integer types in sync/.avi2015-12-221-47/+44
* [Sync] Fixing all trivial lint violations in src/sync/*skym2015-12-141-1/+1
* Sync: relax ordering constraints in GetCommitIdsstanisc2015-12-121-75/+9
* Fixed Implicit Permanent Folders issues found when testing with alpha serverstanisc2015-05-281-1/+2
* Sync: support implicit permanent folders in commits.stanisc2015-03-201-18/+31
* Enable Null Syncable ID which is different than Root ID.stanisc2014-12-231-1/+1
* [Sync] Enforce child-to-parent deletion order with more than max entrieszea2014-12-091-4/+4
* sync: Remove support for hierarchy deletionsrlarocque@chromium.org2014-07-241-59/+93
* Update Commit and GetUpdatesResponse messages to include attachment ids.maniscalco@chromium.org2014-07-171-1/+0
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-021-3/+7
* Revert of Keep track of which attachments are referenced by which sync entrie...maniscalco@chromium.org2014-05-011-7/+3
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-011-3/+7
* Add AttachmentMetadata to Sync's EntryKernel.maniscalco@chromium.org2014-04-021-0/+21
* sync: Per-type update applicationrlarocque@chromium.org2013-12-041-3/+2
* sync: Implement per-type commit interfacerlarocque@chromium.org2013-10-161-21/+0
* sync: Add getters and setters to Entry classesrlarocque@chromium.org2013-09-131-33/+28
* sync: Implement per-type GetCommitIdsrlarocque@chromium.org2013-09-101-0/+535