oxen-mq/lokimq
Jason Rhinelander 1479a030d7 Add it pair versions of {to,from}_{hex,base32z,base64}
Previously you could only generate a string from a string_view, or could
manage the string yourself and pass input iterators plus an output
iterator.

This commit adds an intermediate version that creates a string from a
pair of input iterators.
2020-05-13 14:47:01 -03:00
..
address.cpp Require C++17 2020-05-12 15:33:59 -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 it pair versions of {to,from}_{hex,base32z,base64} 2020-05-13 14:47:01 -03:00
base64.h Add it pair versions of {to,from}_{hex,base32z,base64} 2020-05-13 14:47:01 -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 Require C++17 2020-05-12 15:33:59 -03:00
bt_serialize.h Remove pre-C++17 workarounds/ifdefs 2020-05-12 15:50:36 -03:00
connections.cpp Require C++17 2020-05-12 15:33:59 -03:00
connections.h Require C++17 2020-05-12 15:33:59 -03:00
hex.h Add it pair versions of {to,from}_{hex,base32z,base64} 2020-05-13 14:47:01 -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 C++17 class template deduction 2020-05-12 15:59:22 -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 Require C++17 2020-05-12 15:33:59 -03:00