Age | Commit message (Expand) | Author |
---|---|---|
2020-06-22 | Make struct cfg global and make the corresponding changes throughout | David Härdeman |
2020-06-20 | Rename scfg to server throughout for consistency | David Härdeman |
2020-06-19 | Add an addrstr to struct sockaddr_in46, rename to struct saddr | David Härdeman |
2020-06-11 | Use struct connect for the client connection as well in proxy | David Härdeman |
2020-06-11 | Create a helper function to loop through different possible connections and c... | David Härdeman |
2020-06-10 | Implement proper proxy shutdown | David Härdeman |
2020-06-10 | Improve memdebug, add basic proxy stats | David Härdeman |
2020-06-10 | Convert proxy to use task_buf as well | David Härdeman |
2020-06-05 | Add enough functionality to actually be able to proxy a connection | David Härdeman |
2020-06-05 | Implement more proxy functionality | David Härdeman |
2020-06-05 | Split out active proxy connection handling to separate file | David Härdeman |