Commit Graph

4560 Commits

Author SHA1 Message Date
Jeff Becker
0d3c07999a
break it again just to be sure 2019-09-05 09:36:46 -04:00
Jeff Becker
a4160006ab
make it compile 2019-09-05 09:34:59 -04:00
Jeff Becker
3b1a0b2835
add multi-ack and change protocol handshake to pin identity key 2019-09-05 09:21:35 -04:00
Rick V
8daaab5f6a
fix 2019-09-04 20:52:53 -05:00
Rick V
b773da7dbf
0.6 relate and other general updates to MacOS packaging 2019-09-04 20:42:37 -05:00
Rick V
ef6f62cc04
some people set the netid explicitly, and set it to default anyway 2019-09-04 20:35:46 -05:00
Rick V
4a5cbbdc70
auto config has been removed for months now
win32 accidentally left out the error reporting
2019-09-04 20:25:50 -05:00
Jeff Becker
0250f79742
Merge remote-tracking branch 'origin/master' 2019-09-04 18:06:41 -04:00
Michael
19473a291a
Abort when a null mutex is locked from a different thread (in debug mode only) 2019-09-04 22:34:41 +01:00
Jeff
c6f25f8ecb
Merge pull request #802 from loki-project/majestrate-patch-2
Update lokinet-bootstrap
2019-09-04 12:26:58 -04:00
Rick V
0de6ec56cd
Merge pull request #803 from majestrate/win32-update
change default url for bootstrap
2019-09-04 09:46:08 -05:00
Jeff Becker
4c77bf208f
update default netid 2019-09-04 09:48:56 -04:00
Jeff Becker
5c01598886
change default url for bootstrap 2019-09-04 09:47:20 -04:00
Jeff Becker
bde5195315
change default url for bootstrap 2019-09-04 09:46:53 -04:00
Jeff
578046144c
Update lokinet-bootstrap
change default bootstrap url
2019-09-04 09:38:47 -04:00
Jeff
659b91a600
Merge pull request #801 from loki-project/majestrate-patch-1
Update motto.txt
2019-09-04 09:21:54 -04:00
Jeff
8ff61b4591
Update motto.txt
change final motto for 0.5.0
2019-09-04 09:19:16 -04:00
Jeff
325b697e90
Merge pull request #787 from despair86/master
make build internally consistent, bump windows version to 0.5.0
2019-09-04 08:59:51 -04:00
Jeff Becker
d11321366c
make it compile 2019-09-04 08:43:50 -04:00
Jeff Becker
12314e8d00
ensure no crash on quit 2019-09-04 08:41:07 -04:00
Jeff Becker
5cdd92e2a3
remove more locking and make it safe 2019-09-04 08:24:17 -04:00
Jeff Becker
ab64c0d013
Merge remote-tracking branch 'micheal/abort_mutex' 2019-09-04 07:58:48 -04:00
Jeff Becker
1adae338ce
Merge remote-tracking branch 'origin/master' 2019-09-04 07:58:02 -04:00
michael-loki
b625fdc882
Merge pull request #797 from michael-loki/refactor_util_lib
Refactor util lib
2019-09-04 12:54:25 +01:00
Rick V
df0cdb84f9
oops 2019-09-03 18:29:29 -05:00
Michael
23d76e3600
Abort when a null mutex is locked from a different thread (in debug mode only) 2019-09-03 23:25:37 +01:00
Michael
67c36998e6
Fix windows 2019-09-03 23:06:22 +01:00
Jeff Becker
e9f01923d9
dont nack replayed messages, tweak transmission parameters.
this yields more efficient througput. probably.
2019-09-03 16:22:52 -04:00
Michael
edd0ec398f
Move thread stuff to subdirectory 2019-09-03 20:52:28 +01:00
Michael
0950571313
Move metrics to subdirectory 2019-09-03 20:52:28 +01:00
Michael
4d8fe2a8a8
Move meta programming to subdirectory 2019-09-03 20:52:28 +01:00
Michael
1aec0dfa2b
Move logging to subdirectory 2019-09-03 20:52:27 +01:00
Jeff Becker
2ab265be41
disable link layer locking because there was no contention 2019-09-03 11:58:36 -04:00
Jeff Becker
c01112e4b7
tracy lock contention testing and other fun things 2019-09-03 11:56:56 -04:00
Rick V
6b2874824e
add config file options 2019-09-03 08:02:36 -05:00
Rick V
7b70b52044
add config edit button, and see if this fixes the pipe read bug 2019-09-03 08:02:36 -05:00
Rick V
f93123584e
this kills the TAP 2019-09-03 08:02:35 -05:00
Rick V
294b98527d
clang-format remaining code, use __asm__ for avx2 port since we
insist on straight C99 without extensions (asm isn't special in
C99, __asm__ is)
2019-09-03 08:02:35 -05:00
Rick V
595b15d538
make format crypto/ 2019-09-03 08:02:35 -05:00
Rick V
842fe039bc
derp 2019-09-03 08:02:34 -05:00
Rick V
6205e96c36
move non-string version info to common header 2019-09-03 08:02:34 -05:00
Rick V
51279075d8
iconv 🅱roke 2019-09-03 08:02:34 -05:00
Rick V
aef42701c0
set point-to-point mode on TAP 2019-09-03 08:02:34 -05:00
Rick V
df430650ef
undo utf8 conversion 2019-09-03 08:02:33 -05:00
Rick V
1a7212a745
add description to lokinet svc manifest 2019-09-03 08:02:33 -05:00
Rick V
5ecc76a332
if cppbackport is built, make that consistent too 2019-09-03 08:02:32 -05:00
Rick V
fb70d7afc9
bump version for release 2019-09-03 08:02:32 -05:00
Rick V
89f92d3aed
new cmake module 2019-09-03 08:02:32 -05:00
Rick V
4246caf8a1
add build option for constrained node ops and make sure everything is now target-optimised in all configurations (allows debugging on the target using the debug build config)
link libatomic if we're targeting 486

link libatomic.a if we're targeting windows

idk what the hell MSVC does for -arch:IA32

we already set the c++14 flag early on

strip target selection flags from MSVC builds and clang-cl

c++14 does not propagate to compile tests
2019-09-03 08:02:04 -05:00
Jeff
dcdc7dc904
Merge pull request #798 from majestrate/master
fix handover drop bug
2019-09-02 13:48:40 -04:00