aboutsummaryrefslogtreecommitdiffstats
path: root/libar2simplified_init_context.c (unfollow)
Commit message (Collapse)AuthorFilesLines
11 daysSimplify alignment calculationHEADmasterMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <m@maandree.se>
11 daysFix cache coherency bugMattias Andrée1-13/+37
Signed-off-by: Mattias Andrée <m@maandree.se>
2026-05-10Erase allocation bookkeeping before free + Make allocation bookkeeping more robust1.1.4Mattias Andrée1-7/+10
Signed-off-by: Mattias Andrée <m@maandree.se>
2022-03-20Fix allocation success check and deallocation order1.1.1Mattias Andrée1-1/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-15Add libar2simplified_init_contextMattias Andrée1-19/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-15Rewait if sem_wait is interrupted (pthread_mutex_lock cannot be interrupted)Mattias Andrée1-1/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-15mMattias Andrée1-38/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-14Add documentation and make sure the password is always erasedMattias Andrée1-1/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-02-14Add libar2simplified_crypt and fix threadingMattias Andrée1-141/+164
Signed-off-by: Mattias Andrée <maandree@kth.se>