Jeff Becker
|
88f988d142
|
use std::set
|
2019-02-25 08:03:34 -05:00 |
|
Jeff Becker
|
08d70e6d14
|
track client rcs
|
2019-02-25 07:46:40 -05:00 |
|
Michael
|
89ae60cfab
|
llarp::Context uses AbstractRouter now
|
2019-02-22 16:21:05 +00:00 |
|
Michael
|
13a9f65520
|
Fully define interface for dht::Context
|
2019-02-22 15:08:08 +00:00 |
|
Rick V
|
5a3947ca5c
|
clang-format
|
2019-02-18 17:58:12 -06:00 |
|
Jeff
|
f941025d7c
|
Merge pull request #319 from majestrate/staging
Staging
|
2019-02-18 07:09:55 -05:00 |
|
Michael
|
887fb4ac62
|
Replace insert(make_pair()) with emplace()
|
2019-02-18 10:35:23 +00:00 |
|
Jeff Becker
|
8d96c0945e
|
Merge remote-tracking branch 'origin/staging' into staging
|
2019-02-17 17:02:01 -05:00 |
|
Jeff Becker
|
90507337ce
|
compute number of connected routers
|
2019-02-17 16:08:14 -05:00 |
|
Michael
|
a00d6afc5e
|
Convert llarp_buffer_t to be a class with methods
|
2019-02-17 13:09:48 +00:00 |
|
Jeff Becker
|
b5a1637224
|
make shared lib compile
|
2019-02-15 17:55:52 -05:00 |
|
Jeff Becker
|
1d958d95de
|
* make rpc compile right
* make link sessions introspectable
* make utp write buffers fully flush each tick
|
2019-02-15 17:19:19 -05:00 |
|
Michael
|
048fa83c39
|
Finish replacement of Router with AbstractRouter
|
2019-02-14 22:31:31 +00:00 |
|
Jeff Becker
|
24de7f052a
|
make outbound port configurable on runtime
|
2019-02-11 13:40:20 -05: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 |
|
Jeff Becker
|
e1522faeaa
|
add introspection rpc endpoint
|
2019-02-08 14:43:25 -05:00 |
|
Jeff Becker
|
2f656de767
|
take in public-ip as parameter in addition to public-address
|
2019-02-07 09:30:43 -05:00 |
|
Michael
|
729cd045f1
|
Convert llarp::Router into an abstract base class
|
2019-02-06 09:59:47 +00:00 |
|
Jeff Becker
|
b7b346cc7c
|
make it compile
|
2019-02-04 18:18:43 -05:00 |
|
Jeff Becker
|
00eede9160
|
Merge remote-tracking branch 'origin/staging' into staging
|
2019-02-04 18:13:57 -05:00 |
|
Michael
|
f3b0af9d2f
|
Create CopyableBuffer type
|
2019-02-02 23:21:35 +00:00 |
|
Michael
|
2de621b0ad
|
Disable copy constructing llarp_buffer_t
|
2019-02-01 01:58:13 +00:00 |
|
Jeff Becker
|
c31c8ce889
|
Merge remote-tracking branch 'origin/staging' into staging
|
2019-01-31 07:56:54 -05:00 |
|
Ryan Tharp
|
70a7481ab7
|
Merge pull request #245 from majestrate/abyss_rpc_update
update libabyss rpc endpoints for service nodes
|
2019-01-29 14:00:47 -08:00 |
|
Ryan Tharp
|
f20ac0f6e9
|
Merge branch 'staging' into crypto_interface
|
2019-01-29 13:59:05 -08:00 |
|
Ryan Tharp
|
07f536efad
|
Merge pull request #249 from majestrate/enable-xi
enable exit info serialization
|
2019-01-29 13:58:17 -08:00 |
|
Jeff Becker
|
88285de3af
|
save new onion key
|
2019-01-29 08:20:27 -05:00 |
|
Jeff Becker
|
fd507e4194
|
fix hop selection and disable onion key rotation
|
2019-01-29 07:34:07 -05:00 |
|
Ryan Tharp
|
e94a7b88e7
|
fix typo in log message
|
2019-01-29 03:49:02 -08:00 |
|
Ryan Tharp
|
2ac41a226f
|
delay autodetection to ev
|
2019-01-29 03:23:10 -08:00 |
|
Jeff Becker
|
4406ef9c9c
|
enable xi serialization
|
2019-01-28 08:52:18 -05:00 |
|
Jeff Becker
|
18c4107ff6
|
* wire up jsonrpc caller for lokid integration
* add jsonrpc caller http basic auth
|
2019-01-28 08:04:45 -05:00 |
|
Michael
|
f24f554a01
|
Convert llarp::Crypto into an abstract base class
|
2019-01-26 15:40:58 +00:00 |
|
Jeff Becker
|
e164970b00
|
make format
|
2019-01-24 10:14:54 -05:00 |
|
Jeff Becker
|
7bc0b5f82b
|
try addressing issue #233
|
2019-01-24 10:13:41 -05:00 |
|
Jeff
|
832ad942aa
|
Merge pull request #237 from despair86/dev
separate header and implementation
|
2019-01-23 15:27:19 -05:00 |
|
Jeff Becker
|
cbfbdc506d
|
Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging
|
2019-01-23 12:33:00 -05:00 |
|
Rick V
|
3232a98b2c
|
clang-format, include <iterator>, fix size_type casts for ILP32 and LLP64 data models
|
2019-01-22 18:16:58 -06:00 |
|
Ryan Tharp
|
31f196a6eb
|
Merge pull request #236 from michael-loki/dht_tests
Add test suites for dht bucket, kademlia and key
|
2019-01-22 15:15:22 -08:00 |
|
Jeff Becker
|
da28fd9fab
|
apply lokid config section
|
2019-01-21 12:06:31 -05:00 |
|
Jeff Becker
|
d89e58199a
|
add initial identity key seed stuff
add more kubernetes stuff
make shared library installed if built
|
2019-01-21 10:45:18 -05:00 |
|
Michael
|
ccb5f6b696
|
Add tests for dht::TXOwnere
|
2019-01-19 18:16:40 +00:00 |
|
Ryan Tharp
|
c4c9197586
|
address Michael's code review (remove std::make_pair) and add note
|
2019-01-17 13:15:40 -08:00 |
|
Ryan Tharp
|
2e4ad12a87
|
Merge branch 'staging' of https://github.com/loki-project/loki-network
|
2019-01-17 21:14:01 +00:00 |
|
Jeff Becker
|
41e8691702
|
make format
|
2019-01-17 09:02:50 -05:00 |
|
Jeff Becker
|
015e68df68
|
Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging
|
2019-01-17 08:56:33 -05:00 |
|
Ryan Tharp
|
1ba5b75082
|
Merge branch 'master' of https://github.com/neuroscr/loki-network
|
2019-01-16 21:25:37 +00:00 |
|
Michael
|
da6cdfc0b2
|
More refactoring to continue to make dependency graph acylic
|
2019-01-15 23:15:44 +00:00 |
|