653 Commits (84195029ec897ea73496e4ff24edfd002a07fbcd)
 

Author SHA1 Message Date
Daniel Scharrer 84195029ec [clang-tidy] adler32: Fix mismatched parameter names 8 years ago
Daniel Scharrer dc8fb603bf [clang-tidy] math: Fix unnamed parameter warning 8 years ago
Daniel Scharrer 1938882fb0 [clang-tidy] flags: Fix unnamed parameter warning 8 years ago
Daniel Scharrer d3872816a1 [clang-tidy] exefilter: Fix unnamed parameter warnings 8 years ago
Daniel Scharrer 86b1ca1d83 [clang-tidy] version: Remove redundant static keyword 8 years ago
Daniel Scharrer fdf73d8d97 [clang-tidy] filename: Remove redundant static keyword 8 years ago
Daniel Scharrer 96ac41087c [clang-tidy] expression: Remove redundant static keyword 8 years ago
Daniel Scharrer 0b1678411a [clang-tidy] offsets: Remove redundant static keyword 8 years ago
Daniel Scharrer 8668b36870 [clang-tidy] exereader: Remove redundant static keyword 8 years ago
Daniel Scharrer 9ce544f087 [cppcheck] chunk: Pass strign by reference 8 years ago
Daniel Scharrer a4731f1971 [clang-tidy] encoding: Remove redundant static keywords 8 years ago
Daniel Scharrer 98c255afbb arc4: Use boost::uint8_t 8 years ago
Daniel Scharrer 8ddc8ad344 [clang-tidy] extract: Initialize extract_options fields 8 years ago
Daniel Scharrer a9fc4c40dc [clang-tidy] extract: Remove useless else clause 8 years ago
Daniel Scharrer 180da3d97e [clang-analyzer] console: Fix unused assignment warning 8 years ago
Daniel Scharrer cda6a4e830 [clang-alanyzer] data: Initialize all fields of struct tm 8 years ago
Daniel Scharrer 791bc9b586 encoding: Fix signed/unsigned comparison warnings with old Boost 8 years ago
Daniel Scharrer 2e7f6b6e86 encoding: Fix signed/unsigned comparison warnings 8 years ago
Daniel Scharrer 453b724451 Doxygen: Fix ARC4 warnings 8 years ago
Daniel Scharrer cdac943c47 windows: Update Windows version names 8 years ago
Daniel Scharrer 2142da9ef9 Fix missing newline in end status message 8 years ago
Daniel Scharrer 0c83a0d25b Update copyright years 8 years ago
Daniel Scharrer 6a7a52af22 Add a --no-extract-unknown option to abort on unknown data version 8 years ago
Daniel Scharrer e97782cd7b Add a --data-version option to identify Inno Setup installers 8 years ago
Daniel Scharrer e6cbea6dcb Add a --info option 8 years ago
Daniel Scharrer 6a55179b97 Allow combining --test with --extract 8 years ago
Daniel Scharrer 565012f8b0 Declare support for Inno Setup 5.6.0 8 years ago
Daniel Scharrer 2a1e2eaa64 README: Mention My Inno Setup Extensions and GOG.com support 8 years ago
Daniel Scharrer 2af56aadf9 Add support for --list-languages with GOG Galaxy file parts 8 years ago
Daniel Scharrer e729836e10 Automatically re-assemble GOG Galaxy file parts 8 years ago
Daniel Scharrer baa8c1207e Add support for encrypted installers 8 years ago
Daniel Scharrer ea7ee5cac0 chunk: Add support for encrypted chunks 8 years ago
Daniel Scharrer daa7047bcb Add an ARC4 implementation 8 years ago
Daniel Scharrer 49798174ce Add a --password-file option to read the password from a file instead 8 years ago
Daniel Scharrer febfb5180d Add a --check-password option to check if a password is correct 8 years ago
Daniel Scharrer b2ada9124c encoding: Add a functon to convert from UTF-8 to MS-ANSI or UTF-16LE 8 years ago
Daniel Scharrer 5e050e62c9 Add a --show-password option to print password check information 8 years ago
Daniel Scharrer b1ec26b017 checksum: Change SHA-1 print name 8 years ago
Daniel Scharrer c99b4b3e04 header: Include constant prefix in password salt 8 years ago
Daniel Scharrer a6cdecb2eb util: Add helper to print a string as hex bytes 8 years ago
Daniel Scharrer 8b37a4faf5 extract: Extract function 8 years ago
Daniel Scharrer ad1e0b37b8 extract: Extract function 8 years ago
Daniel Scharrer 0dbf38c5fa encoding: Add a function to get the name of a codepage 8 years ago
Daniel Scharrer c47e9f31ba encoding: Remove the ENABLE_BUILTIN_CONV option 8 years ago
Daniel Scharrer 322e625aca CMake: Allow disabling C++17/14 while keeping C++11 enabled 8 years ago
Daniel Scharrer d146fa04dd CMake: Add DEBUG to user-visible configuration variables 8 years ago
Daniel Scharrer b9f0e9b1a8 goggalaxy: Mark constructor explicit 8 years ago
Daniel Scharrer bbffb4ce04 goggalaxy: Remove redundant conditions 8 years ago
Daniel Scharrer 98affb1124 goggalaxy; Readability 8 years ago
Daniel Scharrer af90e0a685 extract: Initialize member variable 8 years ago