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

4072 commits

Author SHA1 Message Date
Michael d1990b5e93
Fix suspicious thread-unsafety 2019-08-08 00:18:56 +01:00
Jeff da4f1ddb0a
Merge pull request #757 from majestrate/master
don't expire based on reply intro
2019-08-07 17:15:46 -04:00
Jeff c2c4f61ded don't expire based on reply intro 2019-08-07 16:50:15 -04:00
michael-loki d6f2a1954f
Merge pull request #756 from michael-loki/fix_deadlock_on_error
Fix a deadlock when link fails to establish
2019-08-07 07:06:22 +01:00
Michael be211926cf
Fix a deadlock when link fails to establish 2019-08-07 00:27:41 +01:00
Jeff bb2bc3c15b
Merge pull request #755 from majestrate/check-missmatched-convotags
drop miss matched convotags
2019-08-06 18:53:37 -04:00
Jeff Becker e3d13fc2a0
drop missmatched convotags 2019-08-06 17:37:34 -04:00
Jeff 4d6f141584
Merge pull request #749 from michael-loki/fast_finish
Set fast_finish so we don't need to wait for the sloooow 'make windows' target
2019-08-06 07:42:33 -04:00
Jeff fc64b83c13
Merge pull request #752 from majestrate/master
always regen expired rc
2019-08-05 10:40:54 -04:00
Jeff Becker 70ddc84d3a
always regen expired rc 2019-08-05 09:39:27 -04:00
Jeff 60d9d72d4c
Merge pull request #751 from majestrate/master
dont close backlogged client connections
2019-08-05 08:28:39 -04:00
Jeff Becker b6987a389c
don't time out clients based on downstream traffic 2019-08-05 08:18:37 -04:00
Jeff 0689a41bf2
Merge pull request #715 from despair86/master
current windows fixes
2019-08-05 08:01:44 -04:00
Jeff 10d7e7cb77
Merge branch 'master' into master 2019-08-05 07:59:30 -04:00
Jeff 2bdafc6603
Merge pull request #746 from michael-loki/gcc-trunk
Add fail-able docker build for gcc trunk
2019-08-05 07:56:46 -04:00
Michael c05bbeebae
Set fast_finish so we don't need to wait for the sloooow 'make windows' target 2019-08-04 22:53:49 +01:00
Michael c429f0cec9
Jeff's fixes 2019-08-04 22:30:47 +01:00
Jeff Becker 768c6f7367
dont close socket on bad state 2019-08-02 09:43:03 -04:00
Michael a270fe5f33
fixup! Fix gcc trunk warnings 2019-08-02 10:34:56 +01:00
Michael f9e9227e19
Fix gcc trunk warnings 2019-08-02 10:29:08 +01:00
Michael 4763888d2c
Add fail-able docker build for gcc trunk 2019-08-02 10:28:09 +01:00
Rick V 244af9891b
fix a crash on some win32 systems
make clang+libc2 happy
2019-08-02 03:24:11 -05:00
Rick V d4688ed3b3
get our TAP ifindex to pass to ipv6(1) on old platforms 2019-08-02 03:23:50 -05:00
Rick V 8cf5f2c9a5 fix thread naming on windows 2019-08-01 23:42:32 -05:00
Rick V c5aaefa7e7
this is getting hairy 2019-08-01 22:53:22 -05:00
Rick V 54d4932d74
why isn't cmake picking this up 2019-08-01 22:45:46 -05:00
Rick V 2644f173b0
namespace 2019-08-01 22:27:28 -05:00
Rick V f6c97091fd
clang-format 2019-08-01 22:25:48 -05:00
Rick V 5cef16e7cf
this is new, intro'd with the libuv refactor
@when did implicit conversions from void* become bad

partial refactor of win32 udp listener impl
2019-08-01 22:24:34 -05:00
Rick V 609a9a1c31
fix netbsd 2019-08-01 21:39:51 -05:00
Rick V a0a14b97a0
really fix #689 this time 2019-08-01 21:39:50 -05:00
Rick V 3782479276
fix sun 2019-08-01 21:39:49 -05:00
Rick V b7ffe37ffb
add make windows config command line 2019-08-01 21:39:48 -05:00
Rick V 5b0b6e4ae2
fix header case
do not use Microsoft <filesystem>
add build stamp to version resource if we're doing local CI
2019-08-01 21:39:47 -05:00
Rick V 728b2002aa
fix single-arch install config 2019-08-01 21:39:46 -05:00
Rick V 2ccbf5616d
enable SetThreadName (#689) 2019-08-01 21:39:46 -05:00
Rick V 581e64a2ef
back out for now 2019-08-01 21:39:45 -05:00
Rick V 578bcba73d
ok use exception filter
typo

no infinite loops
2019-08-01 21:39:44 -05:00
Rick V 16096c6adb
add debug helper lib for core dump generation on all supported windows targets
had an epiphany earlier

i kept having problems with static linking because
i merged the GNU C runtime with the SEH library
instead of merging the latter with pthread
2019-08-01 21:39:42 -05:00
Jeff 3d2dfcc027
Merge pull request #747 from majestrate/master
bug fixes
2019-08-01 19:10:51 -04:00
Jeff Becker 8329aa0ee6
always rewrite address 2019-08-01 14:18:36 -04:00
Jeff b5db869baa
Merge pull request #744 from michael-loki/travis_wait
Use travis_wait because builds/linkers are slow
2019-08-01 10:29:50 -04:00
Jeff Becker a9f524383a
close dropped session later in event loop 2019-08-01 08:33:54 -04:00
Jeff Becker 4cfc3481dc
remove session->Close() 2019-08-01 08:28:26 -04:00
Jeff Becker 2261885206
mark addresses as active when we use them 2019-08-01 08:20:51 -04:00
Jeff Becker a08f79aecd
remove limit 2019-08-01 08:20:35 -04:00
Jeff Becker f37552bbd3
properly close dropped inbound sessions on utp 2019-08-01 08:20:07 -04:00
michael-loki 650cf49e8e
ugh travis 2019-07-31 23:26:11 +01:00
michael-loki aaba30b82d
Go back to 20 minutes, don't let this job block CI 2019-07-31 23:19:59 +01:00
Jeff Becker aa0a795689
call path build fail stuff in logic thread 2019-07-31 08:51:24 -04:00