oxen-mq/lokimq
Jason Rhinelander e17ca30411 Split up into logical headers and compilation units
lokimq.cpp and lokimq.h were getting monolithic; this splits lokimq.cpp
into multiple smaller cpp files by logical purpose for better parallel
compilation ability.  It also splits up the lokimq.h header slightly by
moving the ConnectionID and Message types into their own headers.
2020-03-13 14:28:21 -03:00
..
auth.cpp Split up into logical headers and compilation units 2020-03-13 14:28:21 -03:00
auth.h Split up into logical headers and compilation units 2020-03-13 14:28:21 -03:00
batch.cpp Split up into logical headers and compilation units 2020-03-13 14:28:21 -03:00
batch.h Add ability to run a batch completion job in the proxy thread 2020-02-11 02:17:12 -04:00
bt_serialize.cpp Fixed string_view c++17 compatibility 2020-02-24 22:20:56 -04:00
bt_serialize.h Workarounds for old cmake/gcc 2020-03-05 01:33:02 -04:00
connections.cpp Split up into logical headers and compilation units 2020-03-13 14:28:21 -03:00
connections.h Split up into logical headers and compilation units 2020-03-13 14:28:21 -03:00
hex.h Add missing `inline` to de-templatized hex funcs 2020-03-03 15:06:39 -04:00
jobs.cpp Split up into logical headers and compilation units 2020-03-13 14:28:21 -03:00
lokimq-internal.h Split up into logical headers and compilation units 2020-03-13 14:28:21 -03:00
lokimq.cpp Split up into logical headers and compilation units 2020-03-13 14:28:21 -03:00
lokimq.h Split up into logical headers and compilation units 2020-03-13 14:28:21 -03:00
message.h Split up into logical headers and compilation units 2020-03-13 14:28:21 -03:00
proxy.cpp Split up into logical headers and compilation units 2020-03-13 14:28:21 -03:00
string_view.h _sv wasn't being defined inline 2020-03-02 15:11:29 -04:00
version.h.in Add version to cmake, generate version header 2020-03-13 14:28:05 -03:00
worker.cpp Split up into logical headers and compilation units 2020-03-13 14:28:21 -03:00