lokinet/llarp/exit
Jason Rhinelander 7f9160bb6e Untangle some interdependencies
macOS doing a shared library build is not working without untangling
some of the interdependencies.  This commit does that, at least enough
to get macOS to compile.

This isn't the cleanest as currently implemented (we have some net/
things in `liblokinet-platform` and some in `liblokinet`, and likewise
ev/vpnio.cpp is in `liblokinet` while the rest of `ev/*` is in
`liblokinet-platform`).
2020-05-20 19:18:28 -03:00
..
context.cpp Refactor ExitEndpoint's config, mv dns ops from [network] to [dns] 2020-05-04 11:05:51 -04:00
context.hpp Refactor ExitEndpoint's config, mv dns ops from [network] to [dns] 2020-05-04 11:05:51 -04:00
endpoint.cpp Move IPRange out of net.hpp; free up TruncateV6 etc. 2020-05-20 19:18:27 -03:00
endpoint.hpp Move IPPacket header (part 1) 2020-05-20 19:18:27 -03:00
exit_messages.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
exit_messages.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
policy.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
policy.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
session.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
session.hpp Untangle some interdependencies 2020-05-20 19:18:28 -03:00