Added treehash calculation
authorPanagiotis Kanavos <pkanavos@gmail.com>
Sun, 2 Oct 2011 20:52:29 +0000 (23:52 +0300)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Sun, 2 Oct 2011 20:52:29 +0000 (23:52 +0300)
commit1caef52ee05a66de6404903b1d1191afee6a4704
treef95fecdacb981ec3317c324458420828b848d58a
parent5d4e820bb77b9e7958ad68450455b4b00fbe258a
Added treehash calculation
33 files changed:
trunk/Pithos.Client.WPF/NativeMethods.cs [new file with mode: 0644]
trunk/Pithos.Core/Agents/CloudAction.cs [new file with mode: 0644]
trunk/Pithos.Core/Agents/FileAgent.cs [moved from trunk/Pithos.Core/Agents/FileWatcherAgent.cs with 65% similarity]
trunk/Pithos.Core/Agents/FileInfoExtensions.cs [new file with mode: 0644]
trunk/Pithos.Core/NetworkGate.cs [new file with mode: 0644]
trunk/Pithos.Network.Test/CloudFilesClientTest.cs [new file with mode: 0644]
trunk/Pithos.Network.Test/SignatureTest.cs [moved from trunk/Pithos.Core.Test/SignatureTest.cs with 99% similarity]
trunk/Pithos.Network/ICloudClient.cs [moved from trunk/Pithos.Interfaces/ICloudClient.cs with 87% similarity]
trunk/Pithos.Network/MarkdownSharp.dll [new file with mode: 0644]
trunk/Pithos.Network/RazorEngine.dll [new file with mode: 0644]
trunk/Pithos.Network/Resources/Focco.cshtml [new file with mode: 0644]
trunk/Pithos.Network/Resources/Focco.css [new file with mode: 0644]
trunk/Pithos.Network/Resources/prettify.js [new file with mode: 0644]
trunk/Pithos.Network/Signature.cs [moved from trunk/Pithos.Core/Signature.cs with 71% similarity]
trunk/Pithos.Network/System.Web.Razor.dll [new file with mode: 0644]
trunk/Pithos.Network/TreeHash.cs [new file with mode: 0644]
trunk/Pithos.Network/docs/cloudfilesclient.html [new file with mode: 0644]
trunk/Pithos.Network/docs/focco.css [new file with mode: 0644]
trunk/Pithos.Network/docs/prettify.js [new file with mode: 0644]
trunk/Pithos.Network/docs/properties/assemblyinfo.html [new file with mode: 0644]
trunk/Pithos.Network/docs/restclient.html [new file with mode: 0644]
trunk/Pithos.Network/docs/timeoutretrycondition.html [new file with mode: 0644]
trunk/packages/Newtonsoft.Json.4.0.2/Newtonsoft.Json.4.0.2.nupkg [new file with mode: 0644]
trunk/packages/Newtonsoft.Json.4.0.2/lib/net20/Newtonsoft.Json.Net20.dll [new file with mode: 0644]
trunk/packages/Newtonsoft.Json.4.0.2/lib/net20/Newtonsoft.Json.Net20.xml [new file with mode: 0644]
trunk/packages/Newtonsoft.Json.4.0.2/lib/net35/Newtonsoft.Json.Net35.dll [new file with mode: 0644]
trunk/packages/Newtonsoft.Json.4.0.2/lib/net35/Newtonsoft.Json.Net35.xml [new file with mode: 0644]
trunk/packages/Newtonsoft.Json.4.0.2/lib/net40/Newtonsoft.Json.dll [new file with mode: 0644]
trunk/packages/Newtonsoft.Json.4.0.2/lib/net40/Newtonsoft.Json.xml [new file with mode: 0644]
trunk/packages/Newtonsoft.Json.4.0.2/lib/sl3-wp/Newtonsoft.Json.WindowsPhone.dll [new file with mode: 0644]
trunk/packages/Newtonsoft.Json.4.0.2/lib/sl3-wp/Newtonsoft.Json.WindowsPhone.xml [new file with mode: 0644]
trunk/packages/Newtonsoft.Json.4.0.2/lib/sl4/Newtonsoft.Json.Silverlight.dll [new file with mode: 0644]
trunk/packages/Newtonsoft.Json.4.0.2/lib/sl4/Newtonsoft.Json.Silverlight.xml [new file with mode: 0644]