Commit graph

9 commits

Author SHA1 Message Date
Erik Ogenvik
a15b8e308a Rename HttpCache to HttpHandling, as it's generic. 2023-10-19 23:04:04 +02:00
Erik Ogenvik
7fcf0c34d1 Envelope router ids in one single struct.
Since the string and the integer always go together.
2022-07-04 15:37:51 +02:00
Erik Ogenvik
126454574c Remove obsolete checks.
We require POSIX to run.
2022-04-16 13:50:55 +02:00
Erik Ogenvik
7f6fa5c707 Remove ops queue in CommAsioClient.
Any such queuing should instead be handled in the Link which receives the operations.
2021-08-02 01:21:18 +02:00
Erik Ogenvik
c03267f132 Avoid singleton use. 2021-08-01 23:17:40 +02:00
Erik Ogenvik
7c6aa0a759 Don't make ServerRouting into a Router. 2021-08-01 18:16:41 +02:00
Erik Ogenvik
458b6f8536 Fixed various memory leak issues throughout the code. 2021-05-27 17:38:58 +02:00
Erik Ogenvik
29fdb9fc32 Moved "WorldRouter" to "simulation". 2020-04-13 14:09:32 +02:00
Erik Ogenvik
7534fee4e3 Arrange tests better and remove obsolete and unused stuff. 2020-01-20 23:17:55 +01:00
Renamed from tests/TrustedConnectionTest.cpp (Browse further)