Statistics
| Branch: | Revision:

root / trunk / Pithos.Core / Agents / SelectiveUris.cs @ 23877270

History | View | Annotate | Download (6.1 kB)

# Date Author Comment
f037bf1f 09/26/2012 02:56 pm Panagiotis Kanavos

Replaced RestClient with HttpClient in PostBlock

5b2e4db4 09/26/2012 12:23 pm Panagiotis Kanavos

Fixed blocking issue

38df1774 07/06/2012 06:25 pm Panagiotis Kanavos

Fix for multiple processing of deep hierarchies

2c0ad917 06/15/2012 11:53 pm Panagiotis Kanavos

Modified the progress notifications to display for all progress events
Fixes to Selective synchronization

1cc1e8c5 06/01/2012 11:45 pm Panagiotis Kanavos

Using MD5 to quickly check for local modifications before calculating the expensive Merkle hash
Fixed bug that didn't upload the contents of new unselected root folders

c945b450 05/31/2012 10:43 pm Panagiotis Kanavos

Change to Polling agent

0ba85b0c 05/23/2012 11:25 pm Panagiotis Kanavos

Modified the uploader to add new directories to Selected Folders if Selective Sync is enabled

fbe71a05 05/22/2012 02:24 am Panagiotis Kanavos

Modified selective sync to propagate the creation of new local directories and their contents to the server
Modified "Cancel Current Operation" to immediatelly cancel the upload of the current block
Enalbed build optimization for all projects

5e646964 05/09/2012 12:01 pm Panagiotis Kanavos

Modified Selectives.IsSelected(ObjectInfo) to include the user's account, to properly check if selective synchronization is enabled.
ObjectInfo includes the account info of the target file, not the user's account and fails for shared files

92740b03 05/08/2012 05:01 pm George Pantazis

Isshared default value on uploader
Removed personal identifiers from Settings.settings
Version

Signed-off-by: George Pantazis <>

cbefd298 05/07/2012 10:52 pm Panagiotis Kanavos

Added option to disable selective Synchronization
When selective sync is disabled only owned files are synchronized. Shared files are not synchronized.
Folders (not their contents) are synchronized even when selective sync is disabled

2b0ec5b8 04/30/2012 08:10 pm Panagiotis Kanavos

File index overflow fix

1865ad90 04/30/2012 10:31 am Panagiotis Kanavos

Added selective sync check after resuming sync

2341c603 04/29/2012 11:43 pm Panagiotis Kanavos

Modifications to enable Sync Pausing for all operations
Added cancellation of the current operation