aboutsummaryrefslogtreecommitdiffstats
path: root/calloc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-12-10recv: fix types in checkMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2021-12-10m + Add liberror_recv_require and liberror_recv_shortMattias Andrée5-3/+47
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-11-01Add some functions and add functions with _failed suffixMattias Andrée19-45/+622
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-04-14Use installed liberrorMattias Andrée4-239/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-04-13Prefetch backtrace so that it does not contain functions used to set the errorMattias Andrée10-0/+10
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-04-12Fix makefileMattias Andrée2-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-04-12Fix soMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-04-12shutdown: add name parameterMattias Andrée6-5/+269
Signed-off-by: Mattias Andrée <maandree@kth.se>
2019-04-12Use C99 rather than C11Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>