aboutsummaryrefslogtreecommitdiffstats
path: root/update.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-08Add code using SHA intrinsicsMattias Andrée1-9/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Remove documentation from .c files that already exist in .h filesMattias Andrée1-7/+0
Signed-off-by: Mattias Andrée <maandree@kth.se>
2022-07-07Use malloc by default but allow bounded allocaMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-02-10Implement SHA-0 and remove .chunk_size1.0Mattias Andrée1-6/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>