Convert all url usages to use the Uri class instead of raw strings.
[pithos-ms-client] / trunk / Pithos.Core / Agents / Downloader.cs
2012-09-14 pkanavosConvert all url usages to use the Uri class instead...
2012-09-04 pkanavosChanged ETag calculation to SHA256
2012-07-05 pkanavosAdded initial parallelism value equal to Total cores/2
2012-07-05 pkanavosAdded cancellation to hashing
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 KanavosMerge branch 'Polling' of https://code.grnet.gr/git...
2012-06-18 pkanavosRestored batching
2012-06-15 pkanavosModified the progress notifications to display for...
2012-06-14 pkanavosMOdified upload/download to prevent duplicate hash...
2012-06-01 pkanavosUsing MD5 to quickly check for local modifications...
2012-05-09 pkanavosFixes to hashing
2012-05-09 Panagiotis KanavosModified Selectives.IsSelected(ObjectInfo) to include...
2012-04-30 pkanavosMinor fix in Selective sync to ignore 403 errors the...
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-25 pkanavosSelective Sync fixes
2012-04-03 pkanavosExtracted upload/download functionality from NetworkAge...