lokinet/external
Thomas Winget fbfd70a35a Fix incorrect usage of oxen-logging syslog
Previously oxen-logging was erroneously hard-coded to use the target
"lokinet" for system logs.  Obviously this is wrong for anything else
which uses oxen-logging and the system log.  This changes our call to
add_sink to pass "lokinet" as the target rather than the config
filename, and updates oxen-logging to use that argument correctly.
2023-01-17 17:04:53 -05:00
..
CLI11@4c7c8ddc45 Replace cxxopts with CLI11 2023-01-06 15:04:14 -08:00
cpr@f88fd7737d Update submodules to latest version: 2022-10-20 12:17:23 -03:00
ghc-filesystem@cd6805e94d Update submodules to latest version: 2022-10-20 12:17:23 -03:00
ngtcp2@026b8434eb bump ngtcp2 to v0.1.0 tag 2022-01-31 13:05:03 -05:00
nlohmann@bc889afb4c Update submodules to latest version: 2022-10-20 12:17:23 -03:00
oxen-encoding@a869ae2b01 Update deps to latest versions 2022-11-29 12:42:40 -04:00
oxen-logging@12c17d6eab Fix incorrect usage of oxen-logging syslog 2023-01-17 17:04:53 -05:00
oxen-mq@ac6ef82ff6 oxen-mq update to tagged stable release 2022-10-06 14:01:09 -03:00
pybind11@aa304c9c7d Update submodules to latest version: 2022-10-20 12:17:23 -03:00
sqlite_orm@fdcc1da46f Update submodules to latest version: 2022-10-20 12:17:23 -03:00
uvw@36fdf810a6 Reformat with clang-format-11 2021-03-05 13:36:31 -04:00
CMakeLists.txt Replace cxxopts with CLI11 2023-01-06 15:04:14 -08:00
readme.md Replace cxxopts with CLI11 2023-01-06 15:04:14 -08:00

readme.md

directory for git submodules

  • CLI11: cli argument parser
  • cpr: curl for people, used by lokinet-bootstrap toolchain (to be removed)
  • ghc-filesystem: std::filesystem shim lib for older platforms (like macos)
  • ngtcp2: quic implementation
  • nlohmann: json parser
  • oxen-encoding: bencode/endian header-only library
  • oxen-logging: spdlog wrapper library
  • oxen-mq: zmq wrapper library for threadpool and rpc
  • pybind11: for pybind modules
  • sqlite_orm: for peer stats db
  • uvw: libuv header only library for main event loop