summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2021-08-24libiou,thunk_h: bump for iou_async()/mt-safe thunksVito Caputo
libiou sprouted a thread pool, to make thunks safe for dispatching/freeing from threads thunk.h needed some compare-and-swap magic in maintaining those free lists. Since libiou pulls in pthreads now, bring pthreads in here too.
2021-08-24verify-hashed-objects: add `jio verify hashed-objects`Vito Caputo
This is currently very hacky and unfinished, but does enough for some performance comparisons against a zstd-using journalctl --verify that has been hacked to return early after the first pass. It's currently rather leaky, the whole per-object-dispatch thingy is illuminating a thunk_h shortcoming and forcing addressing the issue... soon.
2021-08-24upstream: tie into build systemVito Caputo
includes some miscellany to make compiler happy
2021-08-14build: add libcrypto dependencyVito Caputo
Preparatory commit for report-entry-arrays, I used libcrypto for SHA1 "perfect" hashing of the payloads. This way I didn't need to keep the payloads themselves around for counting duplicates, the SHA1 digests suffice.
2020-11-25build: introduce rudimentary autotoolsVito Caputo
Now it's easy to build even
© All Rights Reserved