summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2020-06-22Rename config to config-parseDavid Härdeman
2020-06-22Make struct cfg global and make the corresponding changes throughoutDavid Härdeman
2020-06-21Convert three more files to use assertDavid Härdeman
2020-06-21Add streq and strcaseeq and use them throughoutDavid Härdeman
2020-06-20Make logging messages consistent in adding a newline for all messagesDavid Härdeman
2020-06-19Add support for async DNSDavid Härdeman
2020-06-19Simplify eat_whitespace_and_commentsDavid Härdeman
2020-06-19Some minor cleanupsDavid Härdeman
2020-06-19Add some helper functions for saddrs, reduce code duplicationDavid Härdeman
2020-06-19Add an addrstr to struct sockaddr_in46, rename to struct saddrDavid Härdeman
2020-06-16Flesh out main config parsingDavid Härdeman
2020-06-16Missed one in configDavid Härdeman
2020-06-16Convert cfgdir to use debuggingDavid Härdeman
2020-06-16Convert cfgdir and proxy to use debuggingDavid Härdeman
2020-06-16Convert server and uring to debuggingDavid Härdeman
2020-06-10Add some basic memory tracking infrastructure while hackingDavid Härdeman
2020-06-05Add enough functionality to actually be able to proxy a connectionDavid Härdeman
2020-06-05Split config into generic and dir watching partsDavid Härdeman
2020-06-05Initial commitDavid Härdeman