Statistics
| Branch: | Tag: | Revision:

root / pithos-macos / PithosSyncDaemon.h @ 56198066

History | View | Annotate | Download (4.5 kB)

# Date Author Comment
55496c8b 04/13/2012 11:24 pm Miltiadis Vasilakis

Add preference to skip hidden files during sync.

62e7fb92 04/05/2012 08:14 pm Miltiadis Vasilakis

Sync with "shared to me" selected accounts.

e8dc9335 04/02/2012 10:09 am Miltiadis Vasilakis

Show others shared in preferences, save/retrieve in user defaults.

ca913781 03/09/2012 06:56 pm Miltiadis Vasilakis

Add UI for selective sync folders. Call next sync when an account has sync preferences applied.

925c8ae4 03/08/2012 04:55 pm Miltiadis Vasilakis

Add directory exclusion support for a syncing container.

02b6ea19 03/06/2012 03:41 pm Miltiadis Vasilakis

Add support for syncing multiple containers for an account. Fix sync bugs. Change default server.

d8426ffb 02/29/2012 09:51 pm Miltiadis Vasilakis

Support multiple accounts. Bug fixes. Improve concurrency.

919cb043 01/27/2012 07:42 pm Miltiadis Vasilakis

Refactor to use updated ASIPithos lib.

bb707e0e 01/03/2012 03:31 pm Miltiadis Vasilakis

Modify sync to use a serial dispatch queue instead of threads for ASIPithosRequest delegates.

f059e0e6 11/18/2011 11:41 am Miltiadis Vasilakis

Memory leaks plugged.
Sync daemon uses background thread for ASIPithosRequest callbacks.
For server updates from local objects, a check is made if the local object still exists, and the appropriate action is taken.

e4465f98 10/26/2011 06:08 pm Miltiadis Vasilakis

Bug fixes.

7325abf2 10/25/2011 04:41 pm Miltiadis Vasilakis

Sync folder can be selected in the preferences.
Improvements in handling of user properties.

df003f06 10/24/2011 05:47 pm Miltiadis Vasilakis

Added pithos icon and logo.
Local objects that are deleted in sync are moved to trash instead.

3812626f 10/21/2011 08:56 pm Miltiadis Vasilakis

Sync is saving the last completed date.
Remote objects that are deleted in sync are moved to trash instead.
Dates shown in descriptive format.

0224a49f 10/20/2011 11:26 am Miltiadis Vasilakis

Initial implementation of the syncing algorithm.
Other fixes and changes.