aboutsummaryrefslogtreecommitdiff
path: root/src/ext/equix
AgeCommit message (Expand)Author
2023-08-28equix: Disable huge page support by defaultMicah Elizabeth Scott
2023-08-28hashx: Fix compiled hash function on NetBSDMicah Elizabeth Scott
2023-08-28hashx: Avoid unused arg warning on OpenBSD and NetBSDMicah Elizabeth Scott
2023-08-28equix: Add NetBSD to "huge pages not supported" pathMicah Elizabeth Scott
2023-08-25fix lint clippy::arc_with_non_send_synctrinity-1686a
2023-08-22Merge remote-tracking branch 'mbeth-private/ticket40833_mr'David Goulet
2023-08-15tor-c-equix: Fix clippy warningMicah Elizabeth Scott
2023-08-11hashx: Fix rare compiler output overflow on aarch64Micah Elizabeth Scott
2023-08-07hashx: Fix a few more compiler warningsMicah Elizabeth Scott
2023-07-28hashx: Rust hook for inspecting and modifying the random number streamMicah Elizabeth Scott
2023-07-26Include a basic Rust wrapper for Equi-X and HashXMicah Elizabeth Scott
2023-06-05More fixes for compile-time warnings in equix and hashxMicah Elizabeth Scott
2023-05-28equix: API changes for new result codes and hashx compatibilityMicah Elizabeth Scott
2023-05-28hashx: API changes to allow recovery from late compile failuresMicah Elizabeth Scott
2023-05-28hashx: allow hashx_compile to fail, avoid segfault without changing APIMicah Elizabeth Scott
2023-05-28hashx: minor, another logical operator changeMicah Elizabeth Scott
2023-05-11equix: avoid a coverity warning in hashx_alloc()Micah Elizabeth Scott
2023-05-10hashx: trim trailing whitespaceMicah Elizabeth Scott
2023-05-10equix: Portability fixes for big endian platformsMicah Elizabeth Scott
2023-05-10equix: Build cleanly with -Wall -WerrorMicah Elizabeth Scott
2023-05-10ext: build equix and hashx using automakeMicah Elizabeth Scott
2023-05-10ext: Add Equi-X libraryDavid Goulet