Commit Briefs

Omar Polo

fix redirects

make sure redirect starts with /. This also requires a tweak in check_path, in the case we go open_file -> send_dir -> open_file -> check-path and the path starts with a slash.


Omar Polo

ensure we're in the correct state


Omar Polo

sync changes



Omar Polo

const-ify parameter to strtonum


Omar Polo

use recallocarray

it also does an overflow check on multiplication, other than being more readable.


Omar Polo

use strtonum


Omar Polo

more OpenBSD goodies



Omar Polo

typo


Omar Polo

fix prototypes


Omar Polo

don't include config.h there


Omar Polo

improve install target


Omar Polo

fix dockerfile

now we have also some sub-directories, COPY . . is more future-proof at this point.