155 Commits

Author SHA1 Message Date
e6b3be1a73 Update dependencies. 2017-05-20 05:48:55 +01:00
75743d0884 Added README. 2017-05-19 19:58:22 +01:00
b32b007f25 Don't readd delegates every time. 2017-05-19 19:55:39 +01:00
9980fe1d1e Added macOS information. 2017-05-19 18:54:00 +01:00
7b37a42670 Updated to latest DiscImageChef version 2017-05-19 18:46:57 +01:00
c80b975988 Moved module DiscImageChef to last version 2017-05-19 18:27:41 +01:00
97f519f88b Refactor: Format document. 2017-05-19 18:22:54 +01:00
0b23650ad0 Refactor: Sort and remove usings. 2017-05-19 18:16:16 +01:00
c8ef7538e6 Change column name to correspong to database. 2017-05-19 18:08:59 +01:00
13464ebef0 Change db field name 2017-05-19 18:08:27 +01:00
cf095b8957 Corrected delegate. 2017-05-19 18:07:24 +01:00
358885d6b3 Added status fields. 2017-05-19 18:04:21 +01:00
45a9c8b0c1 Corrected GUI behaviour. 2017-05-19 17:31:52 +01:00
6e59cccebc Added window titles. 2017-05-19 17:13:53 +01:00
009ff7f713 Just ignore this commit (really). 2017-05-19 17:13:19 +01:00
86e7df54a3 Do not color OS tables. Has no sense to be on the opaque repo. 2017-05-19 17:07:06 +01:00
5621483a9c Added code to clean database and repository. 2017-05-19 16:57:28 +01:00
835b6e44f6 Make sure the OnBtnPopulateFilesClicked() is called. 2017-05-19 15:07:39 +01:00
31be34a489 Added an option to scan all pending files with clamd. 2017-05-19 13:56:32 +01:00
63766e4be1 Added code to retrieve and scan all files not previously
scanned for viruses, using clamd.
2017-05-19 04:15:33 +01:00
c31daeea01 Corrected GUI behaviour. 2017-05-19 03:25:03 +01:00
faef050858 Added some performance counters. 2017-05-19 03:24:34 +01:00
32b3256af9 * osrepodbmgr.Eto/frmMain.xeto.cs:
* osrepodbmgr/frmMain.cs:
	  Corrected column name.
2017-05-19 01:56:33 +01:00
3bf3923d5a Do not upload if it is already queued. Also wait some seconds
after upload.
2017-05-19 01:56:19 +01:00
0759cb3f39 * osrepodbmgr.Core/Workers/Clamd.cs:
* osrepodbmgr.Core/Workers/Miscellaneous.cs:
	  Added debug timers.
2017-05-19 01:55:57 +01:00
9e136bb7c3 Added progress messages to clamd core. 2017-05-19 01:27:05 +01:00
6ff82e7b56 Added support for VirusTotal. 2017-05-19 01:13:53 +01:00
f384995866 Added support for clamd scanning. 2017-05-18 22:23:49 +01:00
64ecbb2d2e Refactor: Separate workers per category. 2017-05-18 18:16:32 +01:00
910c400a21 Added support for marking/unmarking/detecting cracks. 2017-05-18 17:56:28 +01:00
fe10000b3c * osrepodbmgr/dlgAdd.cs:
* osrepodbmgr/frmMain.cs:
	* osrepodbmgr.Core/Workers.cs:
	* osrepodbmgr.Eto/frmMain.xeto:
	* osrepodbmgr/gtk-gui/dlgAdd.cs:
	* osrepodbmgr/gtk-gui/gui.stetic:
	* osrepodbmgr.Eto/dlgAdd.xeto.cs:
	* osrepodbmgr.Eto/frmMain.xeto.cs:

	* osrepodbmgr/gtk-gui/osrepodbmgr.frmMain.cs:
	  Added code and UI for listing files in the database.
2017-05-18 16:33:32 +01:00
c17ef11819 If program files folder does not exist do not try to create an
Uri from null.
2017-05-18 16:31:46 +01:00
3edfba922b Corrected SQL syntax and names. Change DBFile to class to
allow Eto direct access to it (converting a million entries
	takes too much memory and cycles).
2017-05-18 16:30:09 +01:00
e7a63be291 * osrepodbmgr.Eto.Desktop/osrepodbmgr.Eto.Desktop.csproj:
* osrepodbmgr.Eto.XamMac2/osrepodbmgr.Eto.XamMac2.csproj:
	  Added missing project files.
2017-05-18 16:27:52 +01:00
9e171ad269 Remove unused color variables. 2017-05-17 06:55:31 +01:00
06bc5427a9 Prevent aborted threads from raising events. 2017-05-17 06:53:47 +01:00
791ac6d872 Do not crash if temporary files cannot be removed. Race conditions
between the extract thread and the remove thread can happen.
2017-05-17 06:53:21 +01:00
3c5c10f75a Correct progress position and text. 2017-05-17 06:26:20 +01:00
02f68d3e0d Correct DotNetZip vs UnAr handling. 2017-05-17 06:25:39 +01:00
d7ebda6eda Added fields to DB to store virus scanning and crack status of files. 2017-05-17 05:12:57 +01:00
00556953d2 Check slash orientation as DotNetZip is always unix-like even on
Windows.
2017-05-16 14:44:52 +01:00
d7412a5c85 Correctly open registry key as writeable. 2017-05-16 14:43:48 +01:00
0c872b5147 Remove spurious code. 2017-05-16 05:24:01 +01:00
63a2b16c32 DotNetZip is currently unusable with Xamarin.Mac so disable it until
upstream corrects.
2017-05-16 05:14:39 +01:00
286589478c Do not use DotNetZip to check if file is a ZIP. This library doesn't
work with Xamarin.Mac.
2017-05-16 04:28:02 +01:00
93adbb77ac Left some visible fields, hiding them. 2017-05-16 03:51:25 +01:00
04122a9ec9 Refactor: Simplyfy access. 2017-05-16 03:42:58 +01:00
df6baa32d2 Added missing license header. 2017-05-16 03:38:47 +01:00
ff443ac551 Refactor: Sort and remove usings. 2017-05-16 03:36:57 +01:00
e43c826b53 Refactor: Formatting. 2017-05-16 03:34:17 +01:00