dependabot[bot]
|
d490c73b15
|
Bump SharpCompress from 0.19.2 to 0.29.0 in /osrepodbmgr.Core
Bumps [SharpCompress](https://github.com/adamhathcock/sharpcompress) from 0.19.2 to 0.29.0.
- [Release notes](https://github.com/adamhathcock/sharpcompress/releases)
- [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.19.2...0.29)
---
updated-dependencies:
- dependency-name: SharpCompress
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-20 19:54:33 +00:00 |
|
|
|
f5805acde1
|
General refactor and code cleanup.
|
2017-12-30 00:32:21 +00:00 |
|
|
|
7694b9e60d
|
Updated dependencies.
|
2017-12-29 19:31:26 +00:00 |
|
|
|
4c41634f47
|
Propagate as-is XML fields that are not currently editable.
|
2017-09-30 17:47:54 +01:00 |
|
|
|
1619cd020c
|
System.IO.EnumerateFiles follow symbolic links, creating an infinite
loop on links to "." and "..", so implement and use an enumerator that
do not follow links.
|
2017-08-23 17:47:41 +01:00 |
|
|
|
a2b6c4a828
|
Added support for symbolic links on non-Windows platforms.
|
2017-08-22 18:05:18 +01:00 |
|
|
|
a874eb48a3
|
Update progress bar more fluidly.
|
2017-08-22 16:31:31 +01:00 |
|
|
|
052fd5145f
|
Updated to last version.
|
2017-08-16 00:14:30 +01:00 |
|
|
|
48e559a620
|
Correctly dispose streams.
|
2017-08-16 00:14:23 +01:00 |
|
|
|
5edc17bb88
|
Ignore empty files.
|
2017-08-16 00:14:08 +01:00 |
|
|
|
5a357ccca8
|
On XML or JSON exception just don't process that file.
|
2017-08-16 00:13:49 +01:00 |
|
|
|
5ad4ca4250
|
Updated nuget packages.
|
2017-06-20 07:53:59 +01:00 |
|
|
|
aca0225095
|
Updated DIC and Metadata code.
|
2017-06-20 07:20:39 +01:00 |
|
|
|
bc1dadefaa
|
Do not exception on thread abort.
|
2017-06-13 18:21:12 +01:00 |
|
|
|
379d29ca02
|
Added support for LZip.
|
2017-06-06 22:50:45 +01:00 |
|
|
|
01461176f3
|
Do not continue with symbolic links, not yet supported.
|
2017-05-21 14:26:21 +01:00 |
|
|
|
6c492cfd81
|
Corrected virus scanning of LZMA files.
|
2017-05-21 14:25:10 +01:00 |
|
|
|
c8c8724d33
|
Correct handling of unar detection.
|
2017-05-21 14:24:25 +01:00 |
|
|
|
e6b3be1a73
|
Update dependencies.
|
2017-05-20 05:48:55 +01:00 |
|
|
|
75743d0884
|
Added README.
|
2017-05-19 19:58:22 +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 |
|
|
|
13464ebef0
|
Change db field name
|
2017-05-19 18:08:27 +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 |
|
|
|
63766e4be1
|
Added code to retrieve and scan all files not previously
scanned for viruses, using clamd.
|
2017-05-19 04:15:33 +01:00 |
|
|
|
faef050858
|
Added some performance counters.
|
2017-05-19 03:24:34 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
6674640d2d
|
Always open ZIP file in UTF-8.
|
2017-05-15 13:13:35 +01:00 |
|
|
|
c6eb88e5ae
|
Corrected temprary folder set and DotNetZip uncompression.
|
2017-05-15 07:30:59 +01:00 |
|
|
|
b9f33d0270
|
Corrected sharing violation when preferences file exists but it's not
ours.
|
2017-05-15 07:30:27 +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 |
|
|
|
67d798a213
|
Store files separate in the repository instead of compressing
them in ZIP. Supported GZ, BZ2 and LZMA formats.
|
2017-05-11 19:01:47 +01:00 |
|
|
|
ebde05af36
|
Refactor: Format.
|
2017-05-11 16:01:06 +01:00 |
|