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

1894 commits

Author SHA1 Message Date
Rick V 8443c5ab8c
Support abseil on i686-pc-winnt-gnu 2019-03-18 16:13:09 -05:00
Rick V 61fb9a9c82
added some notes to gear up for the #371 putback by @michael-loki
moved platform-specifc stuff *to* platform specifc lib
removed -Wno-format on windows and *actually* turn on proper format checking
here using compiler-specifc extension for C99
2019-03-18 16:13:08 -05:00
Rick V ad966342d9
make windows happy 2019-03-18 16:12:42 -05:00
Jeff Becker 136a01391e
fix message 2019-03-18 08:36:20 -04:00
Jeff Becker 7ebb49478e
remove dead code 2019-03-18 08:35:24 -04:00
Jeff Becker de868e3623
fix order 2019-03-18 08:30:07 -04:00
Jeff Becker 4bfe97781c
relax ping to 10s of inactivity 2019-03-18 08:25:32 -04:00
Jeff Becker 8d078f19eb
wrap epoll with IO checks for resetting errno 2019-03-15 10:31:54 -04:00
Jeff Becker 2147cc3685
Merge remote-tracking branch 'origin/staging' into staging 2019-03-14 09:27:51 -04:00
Jeff Becker ab83f51735
clear errno 2019-03-14 09:19:30 -04:00
Jeff d6307cfb2f
Merge pull request #396 from michael-loki/profiling_thread_safety
Fix deadlock in profiling
2019-03-14 08:55:23 -04:00
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
Michael 8dfe72cbc9
Fix deadlock in profiling 2019-03-14 00:20:37 +00: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