summaryrefslogtreecommitdiffstats
path: root/sync/engine/directory_update_handler_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //syncdcheng2015-12-261-1/+1
* Switch to standard integer types in sync/.avi2015-12-221-36/+35
* [Sync] Fixing all trivial lint violations in src/sync/*skym2015-12-141-1/+3
* ScopedPtrMap -> std::map from /synclimasdf2015-11-301-8/+9
* Sync: fix for the code that checks whether the initial download has completedstanisc2015-10-131-3/+1
* Update usages of std::map to use ScopedPtrMap.mgiuca2015-06-251-22/+16
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-2/+2
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-111-5/+7
* Revert of [Sync] Add size and crc32c to AttachmentId. (patchset #8 id:140001 ...dgrogan2015-03-101-7/+5
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-101-5/+7
* Remove dependency on server generated type root foldersstanisc2015-01-301-38/+17
* Enable Null Syncable ID which is different than Root ID.stanisc2014-12-231-28/+26
* Standardize usage of virtual/override/final specifiers in sync/.dcheng2014-12-221-11/+5
* replace OVERRIDE and FINAL with override and final in sync/mostynb2014-10-061-4/+4
* Update Commit and GetUpdatesResponse messages to include attachment ids.maniscalco@chromium.org2014-07-171-0/+165
* sync: Populate debug counters for directory typesrlarocque@chromium.org2014-05-151-26/+60
* sync: Expose DirectoryDebugInfoEmitters in enginerlarocque@chromium.org2014-05-021-9/+24
* [Sync] Add support for retrying a getupdates due to a context changezea@chromium.org2014-04-101-5/+86
* [Sync] Add plumbing of context from client to serverzea@chromium.org2014-04-041-2/+9
* Implememt garbage collection of old entries according tohaitaol@chromium.org2014-03-011-1/+63
* sync: Add interfaces for per-type syncrlarocque@chromium.org2014-02-191-0/+828