Replaced Merkle hash with MD5 for change checking
authorpkanavos <pkanavos@gmail.com>
Wed, 20 Jun 2012 20:50:49 +0000 (23:50 +0300)
committerpkanavos <pkanavos@gmail.com>
Wed, 20 Jun 2012 20:50:49 +0000 (23:50 +0300)
commit225694f964556a795da2faac950e3f5c12a16f4d
tree4e819f0c71462713639061ef3933d01855f6db02
parent42af59dcf12e2b6f97e396653f295d99243bd782
Replaced Merkle hash with MD5 for change checking
Removed initial file indexing
Added hash progress feedback
Changes to Selective Tree check behavior
16 files changed:
trunk/Pithos.Client.WPF/SelectiveSynch/DirectoryRecord.cs
trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
trunk/Pithos.Core.Test/BlockUpdaterTest.cs [new file with mode: 0644]
trunk/Pithos.Core/Agents/BlockExtensions.cs
trunk/Pithos.Core/Agents/Downloader.cs
trunk/Pithos.Core/Agents/FileAgent.cs
trunk/Pithos.Core/Agents/NetworkAgent.cs
trunk/Pithos.Core/Agents/Notifier.cs
trunk/Pithos.Core/Agents/PollAgent.cs
trunk/Pithos.Core/Agents/StateTuple.cs [new file with mode: 0644]
trunk/Pithos.Core/Agents/StatusAgent.cs
trunk/Pithos.Core/Agents/Uploader.cs
trunk/Pithos.Core/FileState.cs
trunk/Pithos.Core/Pithos.Core.csproj
trunk/Pithos.Core/PithosMonitor.cs
trunk/Pithos.Network/WebExtensions.cs