Replaced RestClient with HttpClient in PostBlock
[pithos-ms-client] / trunk / Pithos.Core / Agents / Uploader.cs
2012-09-26 pkanavosReplaced RestClient with HttpClient in PostBlock
2012-09-20 pkanavosMerge branch 'Polling' of https://code.grnet.gr/git...
2012-09-14 pkanavosConvert all url usages to use the Uri class instead...
2012-09-04 pkanavosChanged ETag calculation to SHA256
2012-08-29 pkanavosChanges to hash calculation.
2012-07-05 pkanavosAdded initial parallelism value equal to Total cores/2
2012-07-05 pkanavosAdded cancellation to hashing
2012-07-05 pkanavosFixed current operation cancellation
2012-06-23 pkanavosAdded check for last MD5 modification, to avoid redunda...
2012-06-20 pkanavosReplaced Merkle hash with MD5 for change checking
2012-06-19 pkanavosAdded upload/download/delete/hashing notifications
2012-06-19 George PantazisSupport for very large files
2012-06-19 Panagiotis KanavosModified hash to use long block counters
2012-06-19 Panagiotis KanavosModified hash to use long block counters
2012-06-15 pkanavosModified the progress notifications to display for...
2012-06-14 pkanavosMOdified upload/download to prevent duplicate hash...
2012-06-13 pkanavosFixes for stale states, case insensitive moves
2012-06-05 pkanavosAdded server move detection when hashes match or downlo...
2012-06-05 pkanavosAdded server move detection when hashes match or downlo...
2012-06-01 pkanavosUsing MD5 to quickly check for local modifications...
2012-05-31 pkanavosChange to Polling agent
2012-05-24 pkanavosSelective Sync filtering modified to allow uploading...
2012-05-23 pkanavosModified the uploader to add new directories to Selecte...
2012-05-21 pkanavosModified selective sync to propagate the creation of...
2012-05-10 pkanavosFixed bug that didn't record skipped uploads, resulting...
2012-05-09 pkanavosFixes to hashing
2012-05-09 Panagiotis KanavosModified Selectives.IsSelected(ObjectInfo) to include...
2012-05-07 pkanavosAdded option to disable selective Synchronization
2012-04-30 pkanavosFile index overflow fix
2012-04-30 Panagiotis KanavosAdded selective sync check after resuming sync
2012-04-29 pkanavosModifications to enable Sync Pausing for all operations
2012-04-26 pkanavosFix for FileState.Create constraint violation in Status...
2012-04-26 Panagiotis KanavosTODO: Check that we can upload new files in shares
2012-04-25 pkanavosSelective Sync fixes
2012-04-24 pkanavosNew SQLite version
2012-04-06 pkanavosNotification changes
2012-04-03 pkanavosExtracted upload/download functionality from NetworkAge...