Jeff Becker
|
2218749134
|
Merge remote-tracking branch 'origin/staging' into staging
|
2019-03-07 17:58:29 -05:00 |
|
Jeff Becker
|
6a09348c47
|
today's work
|
2019-03-07 17:53:36 -05:00 |
|
Ryan Tharp
|
75c7c12502
|
fix linux gcc 7.3 issues, feeling like #include <condition_variable> should be in one of the threading headers tho
|
2019-03-07 21:45:37 +00:00 |
|
Jeff Becker
|
eceb55623c
|
more
|
2019-03-07 10:17:29 -05:00 |
|
Jeff
|
1a09a12ee0
|
Merge branch 'staging' into absl_mutex
|
2019-03-05 17:06:23 -05:00 |
|
Michael
|
61f3273dc4
|
Add threading annotations and fix potential deadlocks
|
2019-03-04 00:03:52 +00:00 |
|
Michael
|
c5a129ddff
|
Convert to use abseil synchronisation primitives
|
2019-03-03 21:20:38 +00:00 |
|
Michael
|
ab83d3d54e
|
Fixup build on debian
|
2019-03-03 21:17:03 +00:00 |
|
Michael
|
31441b46dc
|
Convert from rapidjson to use nlohmann::json
|
2019-03-02 02:32:50 +00:00 |
|
Ryan Tharp
|
6b763807e6
|
add missing include to make linux gcc 7.3 happy
|
2019-02-27 00:03:25 +00:00 |
|
Jeff
|
db504e8044
|
Merge pull request #354 from despair86/dev
regression fixes
|
2019-02-26 17:40:48 -05:00 |
|
Rick V
|
975b4ca743
|
clang-format
|
2019-02-26 15:48:03 -06:00 |
|
Rick V
|
d67eb40697
|
require full C++11 toolset for mingw-w64 (see loki-project/loki #441)
|
2019-02-25 21:06:02 -06:00 |
|
Rick V
|
e94d1ebb4f
|
combine these
|
2019-02-25 17:35:37 -06:00 |
|
Rick V
|
f0ce9a0afb
|
try fixing threading bug
XXX: get jeff to go over threadpool code for overview
|
2019-02-25 16:15:01 -06:00 |
|
Michael
|
e4cf1f245c
|
Convert most of llarp to use Printer
|
2019-02-24 23:46:44 +00:00 |
|
Michael
|
e6e19369e9
|
Create Printer - A general-purpose, stateful printer class
|
2019-02-24 23:46:44 +00:00 |
|
Michael
|
95a5c386fe
|
Initial type trait work
|
2019-02-24 23:46:44 +00:00 |
|
Michael
|
b80ecfa4d6
|
Use string_view for string_view
|
2019-02-24 23:46:44 +00:00 |
|
Michael
|
4fb2b39f74
|
Format changes
|
2019-02-22 17:18:54 +00:00 |
|
Michael
|
c6e6bdb90f
|
Fix for windows just being the Worst
|
2019-02-20 22:09:29 +00:00 |
|
Michael
|
4132f883a7
|
Make libabyss mandatory
|
2019-02-20 22:08:49 +00:00 |
|
Michael
|
de13ab3adc
|
Fix warning in bencode
|
2019-02-20 22:05:40 +00:00 |
|
Ryan Tharp
|
547cf96606
|
make macos 10.12 happy
|
2019-02-20 05:46:23 -08:00 |
|
Ryan Tharp
|
2b433f046d
|
Oh it was a typo
|
2019-02-19 16:13:16 -08:00 |
|
Ryan Tharp
|
8e000c8321
|
linux gcc 7.3 support
|
2019-02-19 16:10:19 -08:00 |
|
Ryan Tharp
|
f06b275193
|
make macos happy
|
2019-02-19 16:03:20 -08:00 |
|
Ryan Tharp
|
413843bab1
|
Merge branch 'staging' into dev
|
2019-02-19 14:10:35 -08:00 |
|
Rick V
|
5a3947ca5c
|
clang-format
|
2019-02-18 17:58:12 -06:00 |
|
Rick V
|
0f45e286ff
|
XXX: the inline string_view constructors *should* be harmless on pre-C++17 platforms...
fix windows build
|
2019-02-18 17:50:04 -06:00 |
|
Ryan Tharp
|
f247a3623c
|
So lu on linux gcc 7.3 but llu everywhere else?
|
2019-02-18 02:13:42 -08:00 |
|
Ryan Tharp
|
25d00e2974
|
Merge remote-tracking branch 'origin/master'
|
2019-02-18 02:00:36 -08:00 |
|
Ryan Tharp
|
ad91071633
|
Fix undefined behaviors and misaligned member access
|
2019-02-18 01:59:33 -08:00 |
|
Ryan Tharp
|
8e51d3a491
|
fix linux gcc 7.3 error (warning)
|
2019-02-18 09:39:18 +00:00 |
|
Jeff
|
bbbad826ef
|
Merge pull request #316 from michael-loki:buffer_obj
Convert llarp_buffer_t to be a class with methods
|
2019-02-17 16:59:31 -05:00 |
|
Michael
|
a00d6afc5e
|
Convert llarp_buffer_t to be a class with methods
|
2019-02-17 13:09:48 +00:00 |
|
Michael
|
a0125ffe86
|
Move abyss/json to llarp/util/json
|
2019-02-15 23:43:26 +00:00 |
|
Jeff Becker
|
b5a1637224
|
make shared lib compile
|
2019-02-15 17:55:52 -05:00 |
|
Michael
|
656843e9a3
|
Fix issues on debian
|
2019-02-12 01:19:38 +00:00 |
|
Ryan Tharp
|
d17383aba6
|
Merge branch 'cmake_refactor' of https://github.com/michael-loki/loki-network
|
2019-02-12 00:54:18 +00:00 |
|
Jeff
|
555711b70d
|
Merge pull request #303 from michael-loki/no_new
Replace usage of new/delete with unique_ptr/stack allocation
|
2019-02-11 13:38:06 -05:00 |
|
Jeff Becker
|
46222df421
|
refactor
|
2019-02-11 12:14:43 -05:00 |
|
Michael
|
67b5d48095
|
Replace usage of new/delete with unique_ptr/stack allocation
|
2019-02-11 16:24:05 +00:00 |
|
Michael
|
057365d40c
|
Fix issues on debian
|
2019-02-11 00:02:20 +00:00 |
|
Jeff Becker
|
e1fceb3636
|
fix it (again)
|
2019-02-08 17:44:21 -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 |
|
Jeff Becker
|
faf8149502
|
make testnet ini files work
|
2019-02-07 09:35:02 -05:00 |
|
Jeff Becker
|
fae2b1a444
|
make it compile on debian and ubuntu
|
2019-02-07 07:31:14 -05:00 |
|
Jeff
|
1369c3b23c
|
Merge pull request #283 from despair86/dev
more windows fixes
|
2019-02-06 21:10:30 -05:00 |
|