summaryrefslogtreecommitdiffstats
path: root/sync/notifier
Commit message (Expand)AuthorAgeFilesLines
* Refactor PushClientChannelpavely@chromium.org2013-12-068-365/+517
* Implement new invalidations ack tracking systemrlarocque@chromium.org2013-11-2633-1596/+846
* Add code for new invalidation local ack systemrlarocque@chromium.org2013-10-316-0/+315
* Add UnackedInvalidationSet classrlarocque@chromium.org2013-10-237-23/+736
* Chrome sync: Put WeakPtrFactory members at the enddmichael@chromium.org2013-10-106-19/+20
* Fix misuse of STL in InvalidatorRegistrarrlarocque@chromium.org2013-10-051-1/+3
* Refactor common invalidation framework typesrlarocque@chromium.org2013-10-0419-429/+746
* test IWYU fixups for basemostynb@opera.com2013-09-031-0/+1
* sync: Remove ModelTypeInvalidationMaprlarocque@chromium.org2013-09-035-52/+11
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-311-1/+1
* Revert 213642 "Lock-free shutdown of profile sync service. Chang..."earthdok@chromium.org2013-07-251-1/+1
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-251-1/+1
* Add version field to syncer::Invalidation.stepco@chromium.org2013-07-187-10/+69
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-188-8/+8
* Revert "Lock-free shutdown of profile sync service. Changes include:"zea@chromium.org2013-07-131-1/+1
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-101-1/+1
* Revert 210333 "Lock-free shutdown of profile sync service. Chang..."kinuko@chromium.org2013-07-081-1/+1
* Lock-free shutdown of profile sync service. Changes include:haitaol@chromium.org2013-07-081-1/+1
* Use InvalidationService (retry of r208315)rlarocque@chromium.org2013-06-2913-292/+7
* Use a direct include of time headers in rlz/, skia/, sql/, sync/.avi@chromium.org2013-06-283-5/+5
* Revert 208315 "Make use of InvalidationService"rlarocque@chromium.org2013-06-2513-7/+292
* Make use of InvalidationServicerlarocque@chromium.org2013-06-2513-292/+7
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-212-4/+4
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-111-2/+2
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update sync/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-1/+1
* Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ...rsleevi@chromium.org2013-06-031-1/+1
* sync: Use base::MessageLoop.xhwang@chromium.org2013-05-079-18/+18
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-303-4/+4
* sync: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-273-6/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-096-21/+29
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-096-29/+21
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-096-21/+29
* Separate invalidator and sync client ID (part 2/2)rlarocque@chromium.org2013-03-2822-102/+95
* Use specific client type for tango on iOS.qsr@chromium.org2013-03-241-0/+4
* Implement Invalidator::Acknowledge.dcheng@chromium.org2013-03-0514-105/+465
* Add a Clock and TickClock interface for mocking out timeakalin@chromium.org2013-02-213-63/+54
* Linux/ChromeOS Chromium style checker cleanup, sync/ edition.rsleevi@chromium.org2013-02-073-10/+12
* Migrate invalidator client IDs out of syncrlarocque@chromium.org2013-02-065-0/+45
* Remove syncer::IncomingInvalidationSourcerlarocque@chromium.org2013-02-0218-140/+57
* Separate local and remote sync invalidationsrlarocque@chromium.org2013-01-301-1/+2
* Don't try to read notifications state from sync DBrlarocque@chromium.org2013-01-2915-142/+5
* Makes the necessary changes to sync.gyp as well as its dependencies (most not...blundell@chromium.org2013-01-241-0/+2
* Roll cacheinvalidation forward to @261.ghc@google.com2013-01-181-1/+1
* [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/rsimha@chromium.org2013-01-0215-39/+56
* [sync] Componentize sync: Part 2: Add SYNC_EXPORTs to files in src/sync/rsimha@chromium.org2012-12-118-20/+29
* [Sync] Treat XMPP auth errors as sync auth errorsakalin@chromium.org2012-12-051-0/+1
* Implement features needed for local ack handling in InvalidationStateTracker.dcheng@chromium.org2012-12-056-18/+102
* Remove unregistered IDs from the invalidation state map cache.dcheng@chromium.org2012-11-215-2/+48
* Remove various DoNothing functions in favor of base::DoNothingakalin@chromium.org2012-11-151-4/+2