Commit Graph

4306 Commits

Author SHA1 Message Date
Jeff
b9c130d576
Merge pull request #815 from majestrate/logging-cleanip
reduce logging and make format
2019-09-09 08:23:00 -04:00
Jeff Becker
fd787cc56d
try more ranges 2019-09-09 08:10:26 -04:00
Jeff Becker
61ade40a51
reduce logging and make format 2019-09-09 07:36:21 -04:00
Jeff
c6becadaae
Merge pull request #814 from majestrate/disable-rc-expire-again
disable rc expiration
2019-09-09 06:49:34 -04:00
Jeff Becker
ff233204cd
disable rc expiration 2019-09-09 06:45:52 -04:00
Jeff
070a014f85
Merge pull request #799 from majestrate/remove-link-layer-locking
disable link layer locking
2019-09-07 08:09:32 -04:00
Jeff
f3676cef5e
Merge pull request #800 from michael-loki/abort_mutex
Abort when a null mutex is locked from a different thread (in debug mode only)
2019-09-07 08:09:11 -04:00
Jeff
b0ef6a7576
Merge pull request #812 from despair86/master
macOS installer bump / Other windows fixes
2019-09-06 08:51:12 -04:00
Rick V
82bc6c445b
Update distribution.xml
typo
2019-09-05 19:33:53 -05: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
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
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
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
67c36998e6
Fix windows 2019-09-03 23:06:22 +01: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
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
Jeff
146d977945 make osx unit tests compile on old gcc 2019-09-02 13:34:45 -04:00
Jeff
c9299f47c7 Merge branch 'master' of ssh://github.com/majestrate/loki-network 2019-09-02 12:44:35 -04:00
Jeff
093021ef99 try fixing handover drop bug 2019-09-02 12:44:08 -04:00
Jeff
eb3a4d0266
Merge pull request #796 from majestrate/master
optimize
2019-08-30 11:06:43 -04:00