Commit Graph

13 Commits

Author SHA1 Message Date
a2b6c4a828 Added support for symbolic links on non-Windows platforms. 2017-08-22 18:05:18 +01:00
13464ebef0 Change db field name 2017-05-19 18:08:27 +01:00
5621483a9c Added code to clean database and repository. 2017-05-19 16:57:28 +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
f384995866 Added support for clamd scanning. 2017-05-18 22:23:49 +01:00
910c400a21 Added support for marking/unmarking/detecting cracks. 2017-05-18 17:56:28 +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
d7ebda6eda Added fields to DB to store virus scanning and crack status of files. 2017-05-17 05:12:57 +01:00
a061438cbc Implemented extract of OS from repo, as files or zipped. 2017-05-12 04:10:43 +01:00
78b692aa9a Add folders to database. This way empty folders get
replicated.
2017-05-12 02:06:16 +01:00
abf4aef8f2 Added a main window to handle everything from there. 2017-05-11 14:50:29 +01:00
3387d90b6c Change to opaque repo, where the created files are a hash of
the OS data (name, developer, etc).
2017-05-11 04:36:45 +01:00
17b464012c Refactor: Separate engine code from GUI. 2017-05-10 21:04:42 +01:00