Statistics
| Branch: | Tag: | Revision:

root / pithos-macos / PithosSyncDaemon.h @ 1b43864d

History | View | Annotate | Download (4.7 kB)

# Date Author Comment
f09ca418 02/26/2013 01:17 am Miltiadis Vasilakis

Use user catalog in sync

Create sync directories using the account displayname. Store user catalog per sync, and resolve displayname conflicts or renames. Fix bugs. Update version.

3a54a593 01/15/2013 04:11 pm Miltiadis Vasilakis

Fix bugs in use of ARC

Refactor code that may cause bugs in Snow Leopard. Update version.

cb6abe72 01/14/2013 12:14 pm Miltiadis Vasilakis

Convert to Objective-C ARC

Use Xcode refactoring to convert project to Objective-C ARC, to fix problems that memory is freed more than once, when autorelease pools are drained. Update version.

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.