lokinet/llarp/util
2019-07-29 23:23:55 +01:00
..
aligned.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
aligned.hpp Convert most of llarp to use Printer 2019-02-24 23:46:44 +00:00
android_logger.cpp fix android compile, have makefile pull in libuv for cmake on android 2019-07-24 11:25:40 -04:00
android_logger.hpp fix android compile, have makefile pull in libuv for cmake on android 2019-07-24 11:25:40 -04:00
bencode.cpp Replace dict_reader/list_reader with version which doesn't involve indirection 2019-05-22 01:36:03 +01:00
bencode.h Replace dict_reader/list_reader with version which doesn't involve indirection 2019-05-22 01:36:03 +01:00
bencode.hpp make it compile and make it secure files 2019-06-24 13:08:36 -04:00
bits.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
bits.hpp ipv6 2019-06-11 12:44:05 -04:00
buffer.cpp Remove redundant else blocks 2019-07-09 22:54:46 +01:00
buffer.hpp Initial No-Op Crypto implementation 2019-05-29 09:46:34 +01:00
codel.cpp Produce hierarchy of 'libraries' inside libllarp 2019-01-15 23:15:43 +00:00
codel.hpp Remove redundant else blocks 2019-07-09 22:54:46 +01:00
common.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
common.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
compare_ptr.hpp Remove redundant else blocks 2019-07-09 22:54:46 +01:00
copy_or_nullptr.hpp use shared_ptr 2019-05-03 09:15:03 -04:00
encode.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
encode.hpp handle subdomains 2019-04-26 08:14:29 -04:00
endian.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
endian.hpp use correct uint128 functions when doing endian flipping 2019-07-12 10:06:56 -04:00
file_logger.cpp make threadpool consice 2019-07-09 09:47:24 -04:00
file_logger.hpp make threadpool consice 2019-07-09 09:47:24 -04:00
fs.cpp try to ensure on windows, but don't fail 2019-07-21 16:57:12 +01:00
fs.hpp or not 2019-07-29 23:23:55 +01:00
json_logger.cpp json logging option 2019-06-13 09:26:34 -04:00
json_logger.hpp make threadpool consice 2019-07-09 09:47:24 -04:00
json.cpp Convert from rapidjson to use nlohmann::json 2019-03-02 02:32:50 +00:00
json.hpp json logging option 2019-06-13 09:26:34 -04:00
logger_internal.hpp Fix some string_view problems 2019-07-21 16:57:11 +01:00
logger_syslog.hpp json logging option 2019-06-13 09:26:34 -04:00
logger.cpp put deltas in timestamps 2019-06-10 09:20:48 -04:00
logger.h Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
logger.hpp json logging option 2019-06-13 09:26:34 -04:00
logic.cpp on logic queue overflow put job on timer instead 2019-07-28 13:13:52 -04:00
logic.hpp on logic queue overflow put job on timer instead 2019-07-28 13:13:52 -04:00
loglevel.cpp json logging option 2019-06-13 09:26:34 -04:00
loglevel.hpp json logging option 2019-06-13 09:26:34 -04:00
logstream.hpp make android compile 2019-07-24 10:17:54 -04:00
mem.cpp Allow builds on MSVC (#518) 2019-04-19 13:24:33 -05:00
mem.h Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
mem.hpp Allow builds on MSVC (#518) 2019-04-19 13:24:33 -05:00
memfn_traits.cpp Create util::MemFn and memFn to make binding callbacks easier 2019-06-02 22:19:10 +01:00
memfn_traits.hpp Create util::MemFn and memFn to make binding callbacks easier 2019-06-02 22:19:10 +01:00
memfn.cpp Create util::MemFn and memFn to make binding callbacks easier 2019-06-02 22:19:10 +01:00
memfn.hpp Create util::MemFn and memFn to make binding callbacks easier 2019-06-02 22:19:10 +01:00
metrics_core.cpp Fix Ubuntu builds 2019-07-15 22:46:57 +01:00
metrics_core.hpp Fix Ubuntu builds 2019-07-15 22:46:57 +01:00
metrics_types.cpp Remove redundant else blocks 2019-07-09 22:54:46 +01:00
metrics_types.hpp Remove redundant else blocks 2019-07-09 22:54:46 +01:00
metrics.cpp Metric collection subsystem 2019-03-25 20:36:23 +00:00
metrics.hpp Publish metric tags 2019-06-13 23:09:58 +01:00
object.cpp Threading structures for metrics 2019-03-25 20:36:23 +00:00
object.hpp Create util::MemFn and memFn to make binding callbacks easier 2019-06-02 22:19:10 +01:00
ostream_logger.cpp json logging option 2019-06-13 09:26:34 -04:00
ostream_logger.hpp json logging option 2019-06-13 09:26:34 -04:00
printer.cpp fixup printer.cpp 2019-07-21 16:57:11 +01:00
printer.hpp Introduce tags for metrics 2019-06-13 22:58:17 +01:00
queue_manager.cpp Remove redundant else blocks 2019-07-09 22:54:46 +01:00
queue_manager.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
queue.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
queue.hpp A compromise for C++17 ports. 2019-02-06 19:53:15 -06:00
scheduler.cpp Threading structures for metrics 2019-03-25 20:36:23 +00:00
scheduler.hpp Threading structures for metrics 2019-03-25 20:36:23 +00:00
status.cpp Convert from rapidjson to use nlohmann::json 2019-03-02 02:32:50 +00:00
status.hpp start work on seperating ips out of endpoint 2019-07-01 10:56:56 -04:00
stopwatch.cpp Metric collection subsystem 2019-03-25 20:36:23 +00:00
stopwatch.hpp Metric collection subsystem 2019-03-25 20:36:23 +00:00
str.cpp fix str.cpp 2019-07-21 16:57:11 +01:00
str.hpp Revert "Merge pull request #679 from tewinget/revert-config-refactor" 2019-07-06 14:46:25 +01:00
string_view.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
string_view.hpp Fix shadowing warnings 2019-04-26 00:21:19 +01:00
syslog_logger.cpp json logging option 2019-06-13 09:26:34 -04:00
thread_pool.cpp Add function to set threadname, and use from threadpool impl 2019-07-09 01:06:22 +01:00
thread_pool.hpp Remove redundant else blocks 2019-07-09 22:54:46 +01:00
threading.cpp typo fix lel 2019-07-12 08:31:37 -04:00
threading.hpp try to make some windows 2019-07-29 21:31:26 +01:00
threadpool.cpp Adds Link-Relay Status Messages 2019-07-25 17:46:56 -04:00
threadpool.h Adds Link-Relay Status Messages 2019-07-25 17:46:56 -04:00
time.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
time.hpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
timer.cpp on logic queue overflow put job on timer instead 2019-07-28 13:13:52 -04:00
timer.hpp on logic queue overflow put job on timer instead 2019-07-28 13:13:52 -04:00
timerqueue.cpp Threading structures for metrics 2019-03-25 20:36:23 +00:00
timerqueue.hpp Threading structures for metrics 2019-03-25 20:36:23 +00:00
traits.cpp Initial type trait work 2019-02-24 23:46:44 +00:00
traits.hpp Create util::MemFn and memFn to make binding callbacks easier 2019-06-02 22:19:10 +01:00
types.cpp Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
types.hpp Split crypto.hpp into 3 different files 2019-01-13 16:32:51 +00:00
variant.cpp Unfuck integer metrics 2019-06-11 21:46:51 +01:00
variant.hpp make format 2019-06-12 09:15:02 -04:00
win32_logger.cpp fix windows native console 2019-06-17 23:38:10 -05:00
win32_logger.hpp make format 2019-06-17 23:29:54 -05:00