aboutsummaryrefslogtreecommitdiff
path: root/src/toast.c
AgeCommit message (Collapse)Author
2023-01-17fix toast usageJan200101
the toast API changed when it really shouldn't have.
2022-09-11move over to official cmake packages, fix data race in qt frontendJan200101
2022-09-11rename force update to verify, reorder updates, return rename retvalJan200101
2022-09-10expose directory and endpoint macrosJan200101
while I do not encourage their use, it would make direct access to TVN files more reliable
2022-09-09correct revision size logic, readd forkJan200101
2022-06-29validate revisions, set threads to 4, do not allow concurent updatesJan200101
2022-06-16Change MD5 function signatures, make libtvn static, not objectJan200101
this solves a problem on x86_64 Windows where the MD5 functions were included within ntdll. STATIC libraries have better defined behavior than static ones, and we do not compile the same thing multiple times since we use it as a libary.
2022-06-08Release 0.1.00.1.0Jan200101