Activity

From 09/14/2011 to 10/13/2011

10/13/2011

11:14 pm Revision cfed7823: Added log4net for client profile
Refactored to allow retrieval of shared objects Panagiotis Kanavos

10/10/2011

11:41 pm Revision 0af3141d: Multiple changes to enable delete detection, safer uploading
Panagiotis Kanavos
10:29 pm Bug #1466 (Closed): No way to detect a server delete
The If-Modified-Since tag will not return deletes. A full listing will return all existing objects but we will have n... Panagiotis Kanavos
07:35 pm Feature #1464 (Closed): Add conflict handling
Panagiotis Kanavos
03:58 pm Feature #1464 (Closed): Add conflict handling
Panagiotis Kanavos
03:57 pm Feature #939 (Closed): Store last succesfull download sync date
Can do the same by checking the object's VersionTimestamp Panagiotis Kanavos
01:35 pm Revision 24477d85: Checked to ensure exceptions occuring inside continuations are propagated
Panagiotis Kanavos

10/09/2011

07:45 pm Revision a64c87c8: Added BlockUpdater.cs to perform block updates in a separate class. Will inclu...
Simplified agent loop code Panagiotis Kanavos
07:22 pm Feature #935: Multiple related change modifications should map to a single, retriable, upload ope...
Change operations are also filtered so that no new actions are scheduled for files that are already being processed Panagiotis Kanavos
07:21 pm Feature #935 (Closed): Multiple related change modifications should map to a single, retriable, u...
Addressed by retrying operations that can't open files for reading.
Panagiotis Kanavos
06:16 pm Feature #937 (Closed): Make change operations that result in uploads restartable.
This was accomplished by using block uploads without additional code changes. Panagiotis Kanavos
06:15 pm Feature #1199 (Closed): Upload/download hashmaps for each file
Panagiotis Kanavos
06:14 pm Feature #1195 (Closed): Add hashmap storage for local files
Instead of storing the entire hashmap we only store the tophash. The block hashes will be calculated as needed Panagiotis Kanavos
06:13 pm Feature #1197 (Closed): Modify uploads of existing files to use hashmaps
Panagiotis Kanavos
03:22 pm Revision a27aa447: Uploading and downloading with hashes
Panagiotis Kanavos

10/03/2011

11:58 pm Revision bfc13ed8: Synch fixes
Panagiotis Kanavos
07:10 pm Revision 6e25cc48: Parallelized hash calculations
Panagiotis Kanavos

10/02/2011

11:57 pm Revision 5ce54458: Fixed ceiling calculation
Panagiotis Kanavos
11:52 pm Revision 1caef52e: Added treehash calculation
Panagiotis Kanavos

09/29/2011

05:27 pm Feature #1193 (Closed): Create hashmap calculator for local files
Panagiotis Kanavos

09/28/2011

09:30 am Revision 5d4e820b: Exposed IfModifiedSince on the RestClient
Panagiotis Kanavos

09/27/2011

11:51 pm Revision 9c4346c9: Refactored to agents
Panagiotis Kanavos

09/26/2011

11:27 am Revision 1955901a: Missing files
Panagiotis Kanavos
09:01 am Revision 0c02aa65: Added Hashmap calculations
Panagiotis Kanavos

09/22/2011

10:30 pm Feature #1205 (Closed): Add code to retrieve the Token
Panagiotis Kanavos
10:30 pm Feature #1205 (Resolved): Add code to retrieve the Token
Panagiotis Kanavos
10:51 am Revision 4fd04975: Merge branch 'master' of https://code.grnet.gr/git/pithos-ms-client
Panagiotis Kanavos
10:51 am Revision 153975d0: Changes to use a new active account
Panagiotis Kanavos

09/21/2011

08:32 pm Revision d9643dd6: Minor fix creating the address
Panagiotis Kanavos

09/18/2011

08:21 pm Revision cd7c162f: Removed differences between Pithos and Cloudfiles authentication.
Pithos returns the ApiKey and actual URL as Token and Storage Url respectively. Thus it can respond to the auth reque... Panagiotis Kanavos
07:40 pm Feature #1205: Add code to retrieve the Token
Already spent 3 hours. Registering the pluggable protocol pithos: worked. Also added a DDE server to handle pithos: r... Panagiotis Kanavos
03:58 pm Feature #1211 (Closed): Create selective synch page
This should be a checked treeview with all REMOTE containers, folders.
When the folder changes:
* Separate unselect...
Panagiotis Kanavos
03:56 pm Feature #1209 (Closed): Implement Selective Folder Synch
Must implement the following subfeatures:
* Check the list of selected folders before uploading, downloading a file
...
Panagiotis Kanavos
03:49 pm Feature #1205 (Closed): Add code to retrieve the Token
To retrieve the token, register a custom schem with the PITHOS client (e.g. pithos://) and
# Open a browser window w...
Panagiotis Kanavos
03:23 pm Feature #1201 (Closed): Add notification mechanism
Need to add a mechanism to raise notifications from the monitor, network components. Notifications will then be displ... Panagiotis Kanavos
03:17 pm Feature #1199 (Closed): Upload/download hashmaps for each file
Panagiotis Kanavos
03:17 pm Feature #1197 (Closed): Modify uploads of existing files to use hashmaps
Panagiotis Kanavos
03:16 pm Feature #1193: Create hashmap calculator for local files
Each file is broken in blocks. A SHA256 hash is calculated for each file and stored. The hashmap is the collection of... Panagiotis Kanavos
03:14 pm Feature #1195 (Closed): Add hashmap storage for local files
Add mockable hashmap storage Panagiotis Kanavos
03:13 pm Feature #1193 (Closed): Create hashmap calculator for local files
Panagiotis Kanavos
03:12 pm Feature #1191 (Closed): Update taskbar status when downloading, uploading
Update the taskbar status and display number of files uploade, number of files downloaded Panagiotis Kanavos
03:09 pm Feature #929 (Closed): Display info for multiple accounts
Panagiotis Kanavos
03:08 pm Feature #933 (Closed): Prevent change notifications for downloaded files
Panagiotis Kanavos
03:07 pm Feature #933: Prevent change notifications for downloaded files
Resolved by introducing an in-memory collection with the files that are uploaded/downloaded at any time. Local Change... Panagiotis Kanavos
03:04 pm Feature #1189 (Closed): Display tags in a property window
Since arbitrary tags can't be stored and displayed using the file system's properties, we need to store tags locally ... Panagiotis Kanavos
03:02 pm Feature #927 (Closed): If possible, map item tags to file properties
Unfortunately, it is not possible to store arbitrary file properties. The type of properties that can be stored depen... Panagiotis Kanavos
02:59 pm Feature #919 (Closed): Client should move locally deleted items to Trash
Panagiotis Kanavos
02:59 pm Feature #941 (Closed): Modify the overlays extension to retrieve status from storage
Panagiotis Kanavos

09/16/2011

01:25 pm Revision bcaae5d4: Create Pithos folder in AppData if it doesn't exist
Panagiotis Kanavos
12:59 pm Revision 82db721b: Replaced the Caliburn.Micro.WPF project with the resulting library Caliburn.Mi...
Panagiotis Kanavos

09/15/2011

11:05 pm Revision 7d915c34: Changed the retry function in PithosClient to use the TPL
Deactivated the EnsureHost() function in PithosHost.cs
Modified the GotoPithos menu command in FileContextMenu.cs to ...
Panagiotis Kanavos
06:56 pm Revision d15e99b4: Extracet the job queue functionality to JobQueue.cs
Added a Retry function to PithosClient.cs.cs
Removed commented code from CloudFilesClient.cs
Panagiotis Kanavos
« Previous
Next »
 

Also available in: Atom