Kenneth Skovhede and GitHub
9464caf622
Feature/update license 2025 ( #5851 )
...
* Fixed some minor whitespace issues
* Updated all copyright to 2025
2025-01-07 09:40:39 +01:00
Kenneth Skovhede
5e97c0e466
Added a similar fix to the usagereporter exit
2024-11-07 14:04:30 +01:00
Kenneth Skovhede
473c6cbbb8
Merge commit '4f577c65a4d8806f79637c50c21ca3a683c5a07a' into feature/kestrel-avalonia-upgrade
2024-03-04 12:21:53 +01:00
Kenneth Skovhede
40dd3c6816
Updated all license mentions to MIT
2024-02-28 15:45:30 +01:00
Max
c882953fdd
upstream
2020-05-31 13:50:13 +02:00
drwtsn32x
b1a0353792
make tests case insensitive
2020-01-14 03:57:25 -08:00
Max
41a5591532
upstream
2019-12-25 16:34:56 +01:00
Kenneth Hsu
83ac03843d
Fix spelling errors in comments.
...
In doing so, we also normalized some line endings.
2019-12-14 09:52:55 -08:00
Kenneth Hsu
afab61a05b
Use pattern matching to simplify casts.
2019-10-19 10:15:38 -07:00
BlueBlock
1c28cf0b15
refactor AutoUpdater to an exe and a library
2019-09-06 16:57:44 -04:00
Kenneth Skovhede
842fd96543
Implemented a new logging system that is more transparent and allows a more granular way of picking log messages.
...
Added ID's to each log message and each exception to allow later introduction of a Knowledgebase service that explains each error in more detail.
2018-03-15 09:12:34 +01:00
Kenneth Skovhede
2609dcc5dc
Fixes after library updates
2017-09-23 14:52:53 +02:00
Tyler Gill
83a1dcfb64
Replace all instances of InvariantCultureIgnoreCase with OrdinalIgnoreCase in string comparisons.
...
InvariantCulture is useful when comparing / sorting human language strings in a culturely correct way. It handles things like accented letters in a way that makes sense to humans (e.g., 'a' should be sorted next to 'á', rather than after 'z').
Ordinal looks just at the raw code points of the characters. As such, it is recommended for use in cases when comparing system strings (file paths, command line parameters, config settings, etc.). Since it doesn't need to use the culture specific sorting rules, this method can often be faster.
For more information, see https://stackoverflow.com/questions/492799/difference-between-invariantculture-and-ordinal-string-comparison (and other related questions)
2017-09-18 23:55:08 -06:00
Kenneth Skovhede
60f3255ddb
Rewrote the way the usage-reporter works, to take advantage of new features in CoCoL, making it more robust and compact.
2016-12-01 23:12:19 +01:00
Kenneth Skovhede
648f41fff2
Added reporting of the system default level for usage reporter
2016-03-13 12:28:00 +01:00
Kenneth Skovhede
41f20301a3
Implemented settings for controlling what data is sent with the usage reporter
2016-03-12 00:29:51 +01:00
Kenneth Skovhede
b30a1f8ecd
Added usage report for the size of backups
2015-12-22 02:22:56 +01:00
Kenneth Skovhede
147f55e1c6
Added usage reporter to keep track of most-wanted features and to get an overview of how and why Duplicati crashes
2015-12-22 00:35:00 +01:00