Commit Graph

6 Commits

Author SHA1 Message Date
lemoer 7586c3da20 autoupdater: improve cli help message for "--force-version" 2018-05-24 22:07:03 +02:00
lemoer 9116e94592 autoupdater: switch from "--no-versioncheck" to "--force-downgrade" 2018-05-24 22:06:44 +02:00
lemoer 8830b83d8f autoupdater: use non-ascii character for long-options 2018-05-24 21:59:58 +02:00
lemoer 750c8671cd autoupdater: allow skipping the versioncheck
This commit introduces a new cli flag "--no-versioncheck"
2018-05-17 21:40:19 +02:00
Tobias Schramm 5c6476ea58
autoupdater: use safe allocation functions
Give the user a better error message when allocations fail by using our
checked allocation functions.

Signed-off-by: Tobias Schramm <tobleminer@gmail.com>
[Matthias Schiffer: squash, use safe_realloc]
2018-02-22 02:39:48 +01:00
Jan-Philipp Litza 49cb4b3fdb
autoupdater: new implementation
This new version of the autoupdater is implemented in C instead of Lua,
allowing us to interface with libuclient (HTTP downloads) and libecdsautil
(signature checks) directly instead of spawning external processes,
saving RAM and making error handling more robust.

[Matthias Schiffer: add commit message]
2018-01-13 00:22:27 +01:00