Statistics
| Branch: | Tag: | Revision:

root / pithos-macos / PithosSharingAccountsNode.m @ 5dfe75c5

History | View | Annotate | Download (12.3 kB)

# Date Author Comment
97c9a632 03/15/2013 06:21 pm Miltiadis Vasilakis

Improve UUID translation in nodes

Show nodes immediately with translated UUIDs. Fix bug where browser of first created account didn't translate UUIDs.

bc768c45 03/15/2013 02:13 pm Miltiadis Vasilakis

Improve handling of node requests

Fix bug where autoreleased node requests where set nil and then released.

258db46f 03/14/2013 05:06 pm Miltiadis Vasilakis

Improve code and fix bugs

eebb5f02 02/19/2013 06:17 pm Miltiadis Vasilakis

Use user catalog displayname when displaying an account node

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.

b58ff732 01/07/2013 04:32 pm Miltiadis Vasilakis

Use @autoreleasepool directive

9990166e 05/17/2012 08:44 pm Miltiadis Vasilakis

Make debug log messages optional on compile. Update version.

da7bfe47 04/12/2012 12:32 am Miltiadis Vasilakis

Reset state of root nodes when pithos is set. Send verbose messages on all node listing failures to activity facility.

5551c25f 04/12/2012 12:32 am Miltiadis Vasilakis

Do not use the shared cache in sharing account requests.

d4433f6f 03/09/2012 06:47 pm Miltiadis Vasilakis

Simplify default and support custom notifications for nodes.

75cecfcc 03/09/2012 01:48 am Miltiadis Vasilakis

Fix bug.

7da4ebcc 03/08/2012 07:46 pm Miltiadis Vasilakis

Modify nodes to make notifications configurable and provide property access to all related ASIPithos objects.

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.

5f54c6be 01/10/2012 07:36 pm Miltiadis Vasilakis

Modify PithosNodes to use the global concurrent dispatch queue 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.

4a8699ab 11/04/2011 04:01 pm Miltiadis Vasilakis

Listing requests for account, container and sharing accounts implement retries and check for proper response status.

1b1e6fa1 10/13/2011 12:01 am Miltiadis Vasilakis

All requests made asynchronous.
Request are prioritized accordingly.
Download/Upload activity is more precise.
Copy/Move actions are shown in activity.
Initial implementation of request retries.
Other fixes and changes.

90fadc45 09/29/2011 06:53 pm Miltiadis Vasilakis

Shift-refresh forces no use of cache.
Other changes.

af3b9f06 09/28/2011 05:04 pm Miltiadis Vasilakis

Initial implementation of 'others shared'.