Commit Briefs

Omar Polo

drop useless field

was probably added to distinguish between AF_INET and AF_INET6, to use different functions for logging. But it wasn't really used, and now we use getnameinfo anyway.


Omar Polo

don't leak file descriptors



Omar Polo

rename reason to meta


Omar Polo

add "lang" server option


Omar Polo

add a dockerfile



Omar Polo

remove README.md target

leftover from when README.md was generated by gmid.1


Omar Polo

typo


Omar Polo

sync



Omar Polo

move mimes into the struct config



Omar Polo

improve mime handling

we still have an hardcoded list, but this implements the API needed to modify the mappings.


Omar Polo

removing err/warn functions with our fatal

err/warn is not available on some systems (unfortunately!) and in any case don't play well with our daemon mode (that closes std{in,out,err}). Use our fatal that is daemon-aware.