UUID Changes
[pithos-ms-client] / trunk / Pithos.Core / Agents / PollAgent.cs
2013-02-28 George PantazisUUID Changes
2012-12-11 pkanavosFixed call order bug that removed the conflict state...
2012-12-11 pkanavosFix for null argument exception in the PollAgent. An...
2012-12-05 pkanavosChanges to handle paths that are too long
2012-11-08 pkanavosFix for directory renames
2012-11-06 pkanavosFix for backslashes when handling moved files
2012-11-05 pkanavosExtracted the MergeSources method to a separate class
2012-11-05 pkanavosAdded null check in RemoveAccount
2012-10-23 pkanavosStoring lastwritedate, lastlength as soon as the hash...
2012-10-23 pkanavosAdded code to handle files that get locked or modified...
2012-10-12 pkanavosAdded message when connectivity gets restored
2012-10-12 pkanavosAdded warning for missing account folder
2012-10-04 pkanavosVarious
2012-10-02 pkanavosChanges to speed up processing a large number of of...
2012-10-02 pkanavosAdded cloning of HttpRequestMessage to allow retries...
2012-09-28 pkanavosSome timeout issues
2012-09-28 pkanavosMore fixes and changes to DateTimeOffset dates
2012-09-26 pkanavosVarious storage and progress changes
2012-09-26 pkanavosFixed blocking issue
2012-09-26 pkanavosFixed blocking issue
2012-09-24 pkanavosFix for erroneous storage of Hashes and Checksum
2012-09-24 pkanavosSeveral CloudFilesClient.cs methods converted to use...
2012-09-20 pkanavosMerge branch 'Polling' of https://code.grnet.gr/git...
2012-09-19 George PantazisRemoved MD5 Calculations for Old and New FileState
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-17 pkanavosAdded FileState table creation in StatusAgent.UpgradeDa...
2012-07-06 pkanavosFix for multiple processing of deep hierarchies
2012-07-06 pkanavosChanges to allow upload of new folders that are stored...
2012-07-06 pkanavosAdded local move to server MOVE only for unchanged...
2012-07-05 pkanavosAdded fix to process the child items of new root
2012-07-05 pkanavosAdded cancellation to hashing
2012-07-03 pkanavosAdded isDirectory parameter to DeleteObject
2012-07-03 pkanavosRenamed root folders are added to the list of selective...
2012-07-03 pkanavosAdded check for missing parents on shared folders,...
2012-07-02 pkanavosAdded check for stale states
2012-07-02 pkanavosFix for possible NULL S
2012-06-23 pkanavosAdded check for last MD5 modification, to avoid redunda...
2012-06-21 pkanavosAdded file event filtering due to downloads through...
2012-06-21 George PantazisUpdated registration for restart manager to push null...
2012-06-20 pkanavosReplaced Merkle hash with MD5 for change checking
2012-06-19 pkanavosAdded upload/download/delete/hashing notifications
2012-06-19 pkanavosAdded special handling of IfModifiedSince if a new...
2012-06-19 pkanavosRestored IfModifiedSince functionality and server snapshots
2012-06-18 pkanavosRestored batching
2012-06-18 George PantazisChanged timeout for server response to 30sec
2012-06-18 George PantazisNotification before hash starts
2012-06-18 Panagiotis KanavosDisabled batch filtering
2012-06-16 pkanavosSelective filtering modifications to allow uploading...
2012-06-14 pkanavosAdded processing of batch files
2012-06-14 pkanavosMOdified upload/download to prevent duplicate hash...
2012-06-13 pkanavosFixes for stale states, case insensitive moves
2012-06-12 pkanavosFix for leftover IfModifiedChange
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-21 pkanavosAdded BufferManager
2012-05-15 pkanavosFix incorrect check in Selective Sync that prevented...
2012-05-15 pkanavosFix incorrect check in Selective Sync that prevented...
2012-05-12 pkanavosAdded Keep Local, Keep Server conflict resolution actions
2012-05-09 pkanavosFixes to hashing
2012-05-01 pkanavosAdding a new account now forces a logout to clear any...
2012-04-30 pkanavosMinor fix in Selective sync to ignore 403 errors the...
2012-04-29 pkanavosModifications to enable Sync Pausing for all operations
2012-04-24 pkanavosFixed handling for Content_Type "application/folder...
2012-04-24 pkanavosNew SQLite version
2012-04-23 Panagiotis KanavosNow immediatelly downloading new selected folders
2012-04-23 Panagiotis KanavosAdded orphan state removal
2012-04-09 pkanavosFixed incorrect account key in PollAgent.cs
2012-04-02 pkanavosFixes for v.0.7.20401
2012-03-16 pkanavosAdded fixes for v.0.7.20311
2012-03-12 Panagiotis KanavosFixed problems with missing empty directories due to...
2012-03-12 Panagiotis KanavosFixes to NetSparkle
2012-03-06 Panagiotis KanavosMultiple changes:
2012-03-03 Panagiotis KanavosLogging improvements
2012-03-02 Panagiotis KanavosModified loggers to use their enclosing class
2012-03-01 Panagiotis KanavosReplaced BlockingCollection in Agents/Agent.cs with...
2012-02-28 Panagiotis KanavosAdded modifications for move detection. Resolves #1999...
2012-02-23 Panagiotis KanavosFixed to polling and differencing
2012-02-23 Panagiotis KanavosModified SnapshotDifferencer to detect NoModificationIn...
2012-02-22 Panagiotis KanavosSynch seems OK. Identified problem with poll differencer
2012-02-22 Panagiotis KanavosFile and polling filtering work properly
2012-02-22 Panagiotis KanavosConverted message arrays to Uri arrays
2012-02-21 Panagiotis KanavosGetFileAgent moved to FileAgent.cs
2012-02-20 Panagiotis KanavosRenamed PauseEvent to ProceedEvent
2012-02-20 Panagiotis KanavosExtracted polling functionality to a separate PollAgent.cs