summaryrefslogtreecommitdiffstats
path: root/sync/syncable/directory.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //syncdcheng2015-12-261-1/+1
* [Sync] replacing base::hash_map/set with std::unordered_map/set.skym2015-12-221-36/+19
* Switch to standard integer types in sync/.avi2015-12-221-25/+27
* Cleanup: Correctly spell success(ful).thestig2015-11-231-1/+1
* Sync: Fix for Directory::UnapplyEntry to handle locally created type root fol...stanisc2015-11-041-5/+14
* Sync: fix for the code that checks whether the initial download has completedstanisc2015-10-131-3/+24
* Add more info for invalid position check.gangwu2015-08-071-1/+1
* [Sync] Remove backend unrecoverable error handlerzea2015-08-071-9/+10
* Replace DCHECK with CHECK.gangwu2015-07-061-1/+3
* [Sync] Replace ReportUnrecoverableErrorFunction with base::Closurezea2015-06-091-6/+11
* Fixed Implicit Permanent Folders issues found when testing with alpha serverstanisc2015-05-281-2/+2
* Sync: Change Local IDs to GUID based to avoid ID collisionstanisc2015-05-141-23/+7
* [Sync] Add UMA to Directory to count number of catastrophic errorsmaniscalco2015-05-051-0/+2
* [Sync] Erase sync DB when corruptedmaniscalco2015-04-301-3/+15
* Revert of [Sync] Erase sync DB when corrupted (patchset #4 id:60001 of https:...vkuzkokov2015-04-281-15/+3
* [Sync] Erase sync DB when corruptedmaniscalco2015-04-271-3/+15
* [Sync] Make OnDiskDirectoryBackingStore base class for deferred DBSmaniscalco2015-04-201-0/+5
* [Sync] Eliminate friends from Directory by exposing kernel via accessormaniscalco2015-04-031-0/+9
* [Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.pavely2015-03-251-8/+6
* Sync: Handle empty (implicit) ParentId in GetPredecessorId and GetSuccessorIdstanisc2015-03-171-13/+9
* Sync: Avoid 3 passes over SyncDarta DB when loading the directory from the diskstanisc2015-03-171-4/+8
* Sync: Small refactoring of Directory::CheckTreeInvariants.stanisc2015-02-241-6/+10
* Remove dependency on server generated type root foldersstanisc2015-01-301-12/+31
* Mechanical rename of tracing includes for /syncprimiano2015-01-301-1/+1
* Sync: Support directory entries with unset (implicit) parent IDstanisc2015-01-121-28/+26
* Enable Null Syncable ID which is different than Root ID.stanisc2014-12-231-2/+3
* [Sync] Fix deletion while uncommitted logiczea2014-11-171-8/+5
* Make Directory's code style a little more consistent.maniscalco2014-09-221-31/+30
* Make GenericChangeProcessor upload attachments on startup.maniscalco2014-09-221-1/+63
* [Sync] Rely on directory to decide which types need to be purgedzea@chromium.org2014-07-191-0/+19
* Special handling of preference backup to not change local values in backup mode.haitaol@chromium.org2014-06-261-0/+5
* sync: Specialize functions that fetch type rootrlarocque@chromium.org2014-06-031-3/+1
* Invoke AttachmentUploader and update AttachmentIds.pavely@chromium.org2014-05-201-0/+16
* sync: Improve handling of bad UniquePos (retry)rlarocque@chromium.org2014-05-151-0/+5
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-021-2/+68
* Revert of Keep track of which attachments are referenced by which sync entrie...maniscalco@chromium.org2014-05-011-68/+2
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-011-2/+68
* Remove unused method Directory::GetRootEntry.maniscalco@chromium.org2014-04-121-4/+0
* [Sync] Properly purge context/progress markers for disabled typeszea@chromium.org2014-04-111-7/+14
* [Sync] Add support for context changes that trigger refresheszea@chromium.org2014-04-091-0/+34
* sync: Re-implement getAllNodes WebUI functionrlarocque@chromium.org2014-04-071-2/+7
* [Sync] Add context proto and directory supportzea@chromium.org2014-04-041-0/+16
* Implememt garbage collection of old entries according tohaitaol@chromium.org2014-03-011-0/+15
* sync: Remove some WebUI debug functionsrlarocque@chromium.org2014-01-161-28/+24
* sync: Per-type update applicationrlarocque@chromium.org2013-12-041-10/+2
* sync: Process updates responses on the sync threadrlarocque@chromium.org2013-10-011-2/+2
* sync: Introduce ModelNeutralWriteTransactionsrlarocque@chromium.org2013-09-261-19/+17
* sync: Add getters and setters to Entry classesrlarocque@chromium.org2013-09-131-23/+22
* sync: Reduce work done to process bookmark changesrlarocque@chromium.org2013-06-151-0/+12
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-111-1/+1