-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: pgp/XFilesRootHelper
base: ioctlExperiments
head repository: pgp/XFilesRootHelper
compare: master
- 18 commits
- 35 files changed
- 1 contributor
Commits on Sep 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e43741f - Browse repository at this point
Copy the full SHA e43741fView commit details
Commits on Oct 17, 2022
-
RH protocol update (breaks compatibility) - send progress over local …
…socket for create file operation
Configuration menu - View commit details
-
Copy full SHA for 23d51bf - Browse repository at this point
Copy the full SHA 23d51bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60a5376 - Browse repository at this point
Copy the full SHA 60a5376View commit details
Commits on Oct 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 154ffaa - Browse repository at this point
Copy the full SHA 154ffaaView commit details
Commits on Nov 26, 2022
-
Fix propagating downloaded content size on local socket in http uploa…
…d mode, when content-length attribute is not available
Configuration menu - View commit details
-
Copy full SHA for 14b4fb7 - Browse repository at this point
Copy the full SHA 14b4fb7View commit details
Commits on Dec 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ded439d - Browse repository at this point
Copy the full SHA ded439dView commit details
Commits on Jan 30, 2023
-
add option in CLI to generate random-content files specifying size us…
…ing abbreviated notations b,kb,Mb,Gb (and corresponding binary powers notations B,kB,MB,GB); add option --seed=SEED for deterministic file content generation
Configuration menu - View commit details
-
Copy full SHA for e27cf6d - Browse repository at this point
Copy the full SHA e27cf6dView commit details
Commits on Feb 1, 2023
-
RH protocol update - add new creation strategy (3: use custom seed fo…
…r PRNG) for creating random files (in that case, string seed is expected to be received immediately after creation strategy byte)
Configuration menu - View commit details
-
Copy full SHA for e54ee54 - Browse repository at this point
Copy the full SHA e54ee54View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfc4d9e - Browse repository at this point
Copy the full SHA bfc4d9eView commit details
Commits on Feb 11, 2023
-
RH protocol update - keep into account two independent flag bits in c…
…reation strategy byte, one for supplying custom seed (& 4) and one for enabling output hash (& 8)
Configuration menu - View commit details
-
Copy full SHA for 2df0969 - Browse repository at this point
Copy the full SHA 2df0969View commit details
Commits on Feb 18, 2023
-
use a lock-free single-producer multi-consumer queue as pipe for comp…
…uting hashes of regular files in cli mode (1 consumer thread spawned and joined for each file hashed) - this helps to saturate read throughput of slow/high-latency drives e.g. cheap pen drives or old hard disks; add readTill method to IDescriptor.h
Configuration menu - View commit details
-
Copy full SHA for 28f8b5d - Browse repository at this point
Copy the full SHA 28f8b5dView commit details -
add cpuquery.h with function for detecting AES hw instructions in x86…
…/x64 cpus; use AES accordingly when those instructions are present, in createRandomFile
Configuration menu - View commit details
-
Copy full SHA for ecb6a18 - Browse repository at this point
Copy the full SHA ecb6a18View commit details -
remove custom construction using SHA-256 for generating random files …
…on ARMv8 arch, in favor of the ChaCha20 cipher which is way more performant; on PC x86/x64 instead, detect AES-NI instructions and use them if present, since throughput is higher in that case
Configuration menu - View commit details
-
Copy full SHA for 8dcf352 - Browse repository at this point
Copy the full SHA 8dcf352View commit details -
RH protocol update - add option to choose backend cipher for random f…
…ile generation in both cli and standard mode
Configuration menu - View commit details
-
Copy full SHA for 9fab8d1 - Browse repository at this point
Copy the full SHA 9fab8d1View commit details
Commits on Feb 19, 2023
-
add producer function for creating random file while computing its ha…
…sh (1 producer, 2 consumers), and enable its usage in cli mode
Configuration menu - View commit details
-
Copy full SHA for 596491e - Browse repository at this point
Copy the full SHA 596491eView commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e960da4 - Browse repository at this point
Copy the full SHA e960da4View commit details
Commits on Oct 30, 2024
-
Update Botan amalgamations to 2.19.5; update related scripts to corre…
…ctly invoke configure (and enable armv8 extensions) when armv8 target is selected
Configuration menu - View commit details
-
Copy full SHA for a39d44a - Browse repository at this point
Copy the full SHA a39d44aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37030f9 - Browse repository at this point
Copy the full SHA 37030f9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ioctlExperiments...master