oxen-mq/lokimq
Jason Rhinelander a24e87d4d0 Fix sodium linking and call sodium_init()
We call libsodium functions which require a sodium_init() call; this is
usually a no-op (zmq will have already called it for us), but in case
zmq is built with tweetnacl instead of sodium we need to call it before
we call it directly in the LokiMQ ctor and the test suite.
2020-05-15 01:33:02 -03:00
..
address.cpp C++17 changes; replace mapbox with std::variant 2020-05-14 20:19:43 -03:00
address.h Require C++17 2020-05-12 15:33:59 -03:00
auth.cpp Require C++17 2020-05-12 15:33:59 -03:00
auth.h Provide caller Access in Message 2020-04-23 21:52:39 -03:00
base32z.h Add missing <string> headers for libc++ 2020-05-15 01:32:29 -03:00
base64.h Add missing <string> headers for libc++ 2020-05-15 01:32:29 -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 C++17 changes; replace mapbox with std::variant 2020-05-14 20:19:43 -03:00
bt_serialize.h C++17 changes; replace mapbox with std::variant 2020-05-14 20:19:43 -03:00
bt_value.h Add missing files 2020-05-15 00:28:34 -03:00
connections.cpp Require C++17 2020-05-12 15:33:59 -03:00
connections.h C++17 changes; replace mapbox with std::variant 2020-05-14 20:19:43 -03:00
hex.h Add missing <string> headers for libc++ 2020-05-15 01:32:29 -03:00
jobs.cpp Fix proxy thread stall when workers fill up 2020-04-21 16:55:40 -03:00
lokimq-internal.h Require C++17 2020-05-12 15:33:59 -03:00
lokimq.cpp Fix sodium linking and call sodium_init() 2020-05-15 01:33:02 -03:00
lokimq.h Remove pre-C++17 workarounds/ifdefs 2020-05-12 15:50:36 -03:00
message.h Require C++17 2020-05-12 15:33:59 -03:00
proxy.cpp C++17 class template deduction 2020-05-12 15:59:22 -03:00
string_view.h Require C++17 2020-05-12 15:33:59 -03:00
version.h.in Add version to cmake, generate version header 2020-03-13 14:28:05 -03:00
worker.cpp C++17 changes; replace mapbox with std::variant 2020-05-14 20:19:43 -03:00