summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2024-05-15Change long long int to int64_t and ssize_tHEADmasterstderr64
Because long long int is bad idea, using int64_t and ssize_t it can at least be expected that the max and minimum values are for each
2024-03-04Make sure memory is allocated for command output and fixes to Makefilestderr64
2023-09-17Added Makefile defines to limit HTTP header length and request body length ↵stderr64
to avoid allocating too much memory on large requests
2023-08-17Recreated repositorystderr64