https://bugs.kde.org/show_bug.cgi?id=287704
Grégory Oestreicher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #5 from Grégory Oestreicher <greg kamago net> 2011-12-30 13:30:01 --- Git commit 3d69bb625a3223ed2d36736ab0a279e2d5e33cb6 by Gregory Oestreicher. Committed on 30/12/2011 at 14:22. Pushed by goestreicher into branch 'master'. Add basic replay cache This will store and replay changes that were missed in cases not caught by standard means. The base is to lure Akonadi into thinking that the changes succeeded while nothing can guarantee this. M +1 -0 resources/dav/common/davutils.cpp M +1 -0 resources/dav/resource/CMakeLists.txt M +39 -22 resources/dav/resource/davgroupwareresource.cpp M +3 -0 resources/dav/resource/davgroupwareresource.h A +227 -0 resources/dav/resource/replaycache.cpp [License: GPL (v2+)] A +77 -0 resources/dav/resource/replaycache.h [License: GPL (v2+)] http://commits.kde.org/kdepim-runtime/3d69bb625a3223ed2d36736ab0a279e2d5e33cb6 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
