Commit Graph

1882 Commits

Author SHA1 Message Date
Jeff
a1ccf61df3
Merge pull request #397 from majestrate/staging
don't inline shit
2019-03-14 08:55:13 -04:00
Jeff Becker
089e8ab4ef
don't inline shit 2019-03-14 08:49:26 -04:00
Jeff
a79f27cfd0
Merge pull request #395 from majestrate/staging
lokinet rpc use http digest auth instead of basic auth
2019-03-13 16:21:14 -04:00
Jeff Becker
990049f423
make rpc do basic auth and shit like that 2019-03-13 16:01:10 -04:00
Jeff
e2989c9ea4
Merge pull request #391 from majestrate/staging
Staging
2019-03-11 10:13:28 -04:00
Jeff Becker
5d3833ef1a
fix dumb as shit path building that causes premature termiantion because of duplicate hops 2019-03-11 09:58:31 -04:00
Jeff Becker
232a7ff010
more 2019-03-11 09:01:53 -04:00
Jeff Becker
734a5b5fae
more 2019-03-11 09:01:43 -04:00
Ryan Tharp
22d76f7454 additional macos DNS fixes 2019-03-08 17:19:55 -08:00
Jeff Becker
6489ea2152
make it work 2019-03-08 12:26:29 -05:00
Jeff Becker
8a4c0ce841
more 2019-03-08 12:00:13 -05:00
Jeff Becker
280d85d478
handle protocol discard 2019-03-08 11:00:45 -05:00
Jeff Becker
df17866ff7
breaking protocol change, bundle source txid on outside of path transfer message. 2019-03-08 10:33:49 -05:00
Jeff Becker
792d7d16c0
try fixing timeout issue 2019-03-08 09:59:13 -05:00
Jeff Becker
a5557e0902
always use current intro for reply 2019-03-08 09:48:09 -05:00
Jeff Becker
c9a4c77fb9
better chill with path building 2019-03-08 09:36:24 -05:00
Jeff Becker
3547863f8e
fix excessive pings 2019-03-07 18:32:15 -05:00
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
sachaaaaa
608efeaa96 Add missing reference operator in profiling.cpp 2019-03-06 11:54:35 +11:00
sachaaaaa
1f95e2ef28 Fix typo in ev_kqueue 2019-03-06 11:52:45 +11:00
Jeff
cf9d6a1793
Merge pull request #380 from majestrate/staging
Staging
2019-03-05 17:08:25 -05:00
Jeff
1a09a12ee0
Merge branch 'staging' into absl_mutex 2019-03-05 17:06:23 -05:00
Jeff Becker
4dbeae63ee
handle kqueue code more like epoll's code 2019-03-05 08:39:06 -05:00
Jeff Becker
a1bd26a165
update profiling code to decay instead of clearing all stats 2019-03-05 08:38:50 -05:00
Jeff Becker
8331449ab9
update profiles on path build 2019-03-04 12:03:18 -05:00
Jeff Becker
df0120f161
fix limit 2019-03-04 11:05:27 -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
Michael
93399fdbb4
Make nlohmann::json part of the build 2019-03-02 02:32:18 +00:00
Jeff
0a44d1b730
Merge pull request #367 from majestrate/staging
delay dns resolution for snode until we have a session with it
2019-03-01 14:13:20 -05:00
Jeff Becker
159415c363
delay dns resolution for snode until we have a session with it 2019-03-01 14:10:42 -05:00
sachaaaaa
d08169f104 Add missing override in evp.hpp 2019-03-01 09:59:36 +11:00
Jeff
f034bfc184
Merge pull request #365 from majestrate/fix-libabyss-352
updates
2019-02-28 11:04:25 -05:00
Jeff Becker
86098b198f
clear errno and log invalid data 2019-02-28 11:02:36 -05:00
Jeff
d255ce50ac
Merge branch 'staging' into master 2019-02-28 08:55:45 -05:00
Ryan Tharp
1757426d63 Merge branch 'staging' of https://github.com/loki-project/loki-network into issue324 2019-02-27 21:39:25 -08:00
Ryan Tharp
4d6451aaa2 fix mojave random.snode lookup issue #324 2019-02-27 21:39:24 -08:00
Ryan Tharp
1ec1b132ea Merge branch 'staging' of https://github.com/loki-project/loki-network 2019-02-27 21:21:42 -08:00
Ryan Tharp
f1ff247240 convert pubKey to RouterID 2019-02-27 21:11:52 -08:00
Ryan Tharp
6e4e6c997e undo previous change 2019-02-27 21:11:17 -08:00
Jeff Becker
46b80e465d
* fix jsonrpc endpoint path for caller
* make epoll not crash and leak
* correct key name in config
2019-02-27 10:19:55 -05:00
Jeff Becker
71302ee48b
Merge remote-tracking branch 'origin/staging' into fix-libabyss-352 2019-02-27 07:55:38 -05:00
Jeff Becker
f8d6becce8
make whitelist happy 2019-02-27 07:55:26 -05:00
Ryan Tharp
4b5e96c414 output in base32z 2019-02-26 17:22:12 -08:00
Ryan Tharp
6b763807e6 add missing include to make linux gcc 7.3 happy 2019-02-27 00:03:25 +00:00