Further changes to reduce locking and switch to WAL journal mode for SQLite
authorPanagiotis Kanavos <pkanavos@gmail.com>
Tue, 10 Jan 2012 21:28:58 +0000 (23:28 +0200)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Tue, 10 Jan 2012 21:28:58 +0000 (23:28 +0200)
commit039a89e5c8b3401963459b9d246d9dacd2e48088
treee45f09ff38fe8a025d4477ad3ed344ef9a78ea49
parent1b4a755035285df8f019d9de6ebca7c009b3d913
Further changes to reduce locking and switch to WAL journal mode for SQLite
Also added dictionary with deleted files with dates to filter upload/download of deleted files.
Should probably add a deletion check when commiting downloaded files
trunk/Pithos.Client.WPF/Properties/AssemblyInfo.cs
trunk/Pithos.Core.Test/MockStatusKeeper.cs
trunk/Pithos.Core/Agents/CloudTransferAction.cs
trunk/Pithos.Core/Agents/NetworkAgent.cs
trunk/Pithos.Core/Agents/StatusAgent.cs
trunk/Pithos.Core/Agents/WorkflowAgent.cs
trunk/Pithos.Core/FileState.cs
trunk/Pithos.Core/IStatusKeeper.cs
trunk/Pithos.Interfaces/FileInfoExtensions.cs