summaryrefslogtreecommitdiff
path: root/proxy.h
AgeCommit message (Expand)Author
2020-06-22Rename proxy and cfgdir to more descriptive namesDavid Härdeman
2020-06-22Move local handling from server to proxyDavid Härdeman
2020-06-22Make struct cfg global and make the corresponding changes throughoutDavid Härdeman
2020-06-20Rename scfg to server throughout for consistencyDavid Härdeman
2020-06-19Add an addrstr to struct sockaddr_in46, rename to struct saddrDavid Härdeman
2020-06-11Use struct connect for the client connection as well in proxyDavid Härdeman
2020-06-11Create a helper function to loop through different possible connections and c...David Härdeman
2020-06-10Implement proper proxy shutdownDavid Härdeman
2020-06-10Improve memdebug, add basic proxy statsDavid Härdeman
2020-06-10Convert proxy to use task_buf as wellDavid Härdeman
2020-06-05Add enough functionality to actually be able to proxy a connectionDavid Härdeman
2020-06-05Implement more proxy functionalityDavid Härdeman
2020-06-05Split out active proxy connection handling to separate fileDavid Härdeman