1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
Commit graph

21 commits

Author SHA1 Message Date
Jason Rhinelander 181953b4a6 Replace ::Hash nested structs with std::hash specializations 2021-03-10 11:19:52 -04:00
Thomas Winget 7caa87862e standardize include format and pragma once
All #ifndef guards on headers have been removed, I think,
in favor of #pragma once

Headers are now included as `#include "filename"` if the included file
resides in the same directory as the file including it, or any
subdirectory therein.  Otherwise they are included as
`#include <project/top/dir/relative/path/filename>`

The above does not include system/os headers.
2021-03-09 19:01:41 -05:00
Jason Rhinelander 91d6698a9d Reformat with clang-format-11 2021-03-05 13:36:31 -04:00
Stephen Shelton 273270916e
The Great Wall of Blame
This commit reflects changes to clang-format rules. Unfortunately,
these rule changes create a massive change to the codebase, which
causes an apparent rewrite of git history.

Git blame's --ignore-rev flag can be used to ignore this commit when
attempting to `git blame` some code.
2020-04-07 12:38:56 -06:00
Jeff Becker dd21cba1fe
dedup via txid not keyspace location 2020-03-01 11:17:39 -05:00
Jeff Becker bf0416cab8
remove Time_t, add operator overload for printing llarp_time_t and add to_json function for serializing llarp_time_t to json 2020-02-25 12:05:13 -05:00
Jeff Becker d2d109e92c
llarp_time_t is now using std::chrono 2020-02-24 15:25:03 -05:00
Jason Rhinelander fe8a72750a Silence unused parameter warning 2020-01-31 16:47:25 -04:00
Jeff Becker 09f5f6dfa7
disable iterative lookup 2020-01-14 07:07:10 -05:00
Jeff Becker 8bb492da6e
dht timeout tweak 2020-01-10 10:45:25 -05:00
Michael 1aec0dfa2b
Move logging to subdirectory 2019-09-03 20:52:27 +01:00
Michael 777261cb20
Use ToString over ToHex 2019-08-19 22:26:37 +01:00
Michael 094b697b01
Replace StatusObject with underlying JSON type 2019-08-19 10:33:26 +01:00
Michael 488695047f
Remove redundant else blocks 2019-07-09 22:54:46 +01:00
Jeff Becker 69ffef30bb
increase dht request timeout from 5s to 30s 2019-05-05 19:15:58 -04:00
Michael c39c931d03
Remove IStateful virtual inheritance 2019-04-19 16:10:26 +01:00
Jeff Becker 3a4d8f16a7
more 2019-03-27 08:36:27 -04:00
Jeff Becker 46222df421
refactor 2019-02-11 12:14:43 -05:00
Jeff Becker 66753430ad
fix it 2019-02-08 16:29:56 -05:00
Jeff Becker e1522faeaa
add introspection rpc endpoint 2019-02-08 14:43:25 -05:00
Michael 40449df0f1
Split classes out of dht::Context 2019-01-26 00:40:40 +00:00