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

2287 commits

Author SHA1 Message Date
Ryan Tharp 3feb074599 be more verbose about failure and actual DNS bind 2019-01-16 13:06:53 -08:00
Ryan Tharp 6c0d8572c6 be more verbose about failures 2019-01-16 13:06:35 -08:00
Ryan Tharp 8406ed0569 fix read stomping write data, be more verbose about tun failures 2019-01-16 13:05:46 -08:00
Ryan Tharp 05ea21e26f make llarp_ev_add_tun smarter ("" ifnames are treated as auto) 2019-01-16 13:03:45 -08:00
Ryan Tharp fda1679730 add link to where we got the color info incase we need to change it 2019-01-16 13:02:54 -08:00
Ryan Tharp fc5a43401a clang-format 2019-01-16 13:02:34 -08:00
Ryan Tharp 09d0514577 declare it's attempting to create config file 2019-01-16 12:58:22 -08:00
Ryan Tharp a2ca33130f always show what config file it's using 2019-01-16 12:57:45 -08:00
Jeff a70d144286
Merge pull request #221 from michael-loki/cpp14
Enable C++14 for all builds
2019-01-14 06:06:26 -05:00
Michael 1d280553a7
Change debian.Dockerfile to use debian-stable 2019-01-13 16:38:55 +00:00
Michael 8a0eb6b71f
Enable C++14 for all builds 2019-01-13 14:10:38 +00:00
Jeff 328ce40212
Merge pull request #216 from michael-loki/coverage
Add flag to generate coverage data
2019-01-13 08:35:02 -05:00
Michael 77c662abdd
Add coverage to makefile 2019-01-13 01:41:25 +00:00
Jeff e692e7793a
Merge pull request #215 from michael-loki/test_llarp_router_findcreate
Create initial set of test cases for llarp_findOrCreate* functions
2019-01-12 07:54:36 -05:00
Michael c655600704
Add flag to generate coverage data 2019-01-12 01:19:24 +00:00
Michael 70a55612eb
Create initial set of test cases for llarp_findOrCreate* functions 2019-01-12 00:42:30 +00:00
Ryan Tharp 379258ca3c
Merge pull request #214 from michael-loki/reorganise_source
Reorganise source into more folders. Confirmed it's just pure rename
2019-01-10 18:07:25 -08:00
Michael b1ffdba7ba
Build with libabyss 2019-01-11 01:59:44 +00:00
Michael a3463120cc
Move net components into a distinct folder 2019-01-11 01:42:02 +00:00
Michael 317e29b777
Move win32 specific files to win32 dir 2019-01-11 01:22:21 +00:00
Michael 081d4dfa32
Reorganise source into more folders 2019-01-11 01:19:49 +00:00
Jeff 9c1804b398
Merge pull request #213 from michael-loki/organise_tests
Reorganise tests to mirror source layout
2019-01-10 19:31:06 -05:00
Michael fa2b466ffe
Reorganise tests to mirror source layout 2019-01-11 00:12:52 +00:00
Jeff d1778e20d8 fix macos tun name 2019-01-10 17:50:20 -05:00
Jeff a98f36af01 fix up osx 2019-01-10 17:35:38 -05:00
Jeff d09d443515
Merge pull request #211 from michael-loki/mem_std_dead
remove dead mem_std file
2019-01-10 16:35:24 -05:00
Michael 167d18268d
remove dead mem_std file 2019-01-10 21:23:59 +00:00
Jeff f89a96025b
Merge pull request #210 from michael-loki/libutil
Move lokinet unspecific components to a util/ library
2019-01-10 16:23:13 -05:00
Michael e5eda0fb8f
Move lokinet unspecific components to a util/ library 2019-01-10 20:07:24 +00:00
Jeff f6b23a28dc
Merge pull request #209 from michael-loki/bencode_tests
Add test suite for bencode
2019-01-10 15:07:03 -05:00
Michael e1d01262b8
Fix build on macOS 2019-01-10 17:49:38 +00:00
Michael 167d5aca6d
Add test suite for bencode 2019-01-10 17:43:33 +00:00
Jeff Becker 279983019c
make it compile 2019-01-10 07:38:06 -05:00
Jeff Becker 6206fb2a41
Merge branch 'datagram' into staging 2019-01-10 07:30:21 -05:00
Jeff Becker 5b87fb509e
start on kubernetes shim and fix up shared library target and ffi python code 2019-01-09 11:07:55 -05:00
Jeff Becker bd1ad03bc7
fix up makefile for rpi 2019-01-09 11:05:23 -05:00
Jeff Becker 9b37745496
fix up makefile to enable shared lib by defualt
fix up makefile to unbreak anaylze target
2019-01-09 09:22:35 -05:00
Jeff Becker cad1de946e
make it compile on osx 2019-01-09 09:21:55 -05:00
Jeff 5eb50392e9 try fix for signing 2019-01-08 19:11:33 -05:00
Ryan Tharp c5575d6fe2 rename Crypto() to GetCrypto() to keep gcc 7.3 on linux happy 2019-01-08 23:45:43 +00:00
Jeff e0db332130
Merge pull request #203 from michael-loki/low_hanging
Fix some low hanging performance issues
2019-01-07 17:22:07 -05:00
Michael df4fd0ef56
Fix some low hanging performance issues 2019-01-07 22:15:41 +00:00
Jeff Becker 576af013e6
tweak pathbuilding timing 2019-01-07 12:28:59 -05:00
Jeff Becker 2a67242ccd
fixes 2019-01-07 11:35:25 -05:00
Jeff Becker 1a5c70f09d
don't call utp_shutdown in destructor 2019-01-07 11:15:47 -05:00
Jeff Becker 3d5d52de87
add fix 2019-01-07 11:13:16 -05:00
Jeff Becker bc68fbb636
use temp file for lokinet-bootstrap 2019-01-07 10:56:31 -05:00
Jeff Becker 1100879eb4
fix leak in utp tests 2019-01-07 07:47:57 -05:00
Jeff Becker 7ba1395d23
fix utp leak in unit tests 2019-01-07 07:36:26 -05:00
Jeff Becker 3ef962b668
clear members 2019-01-07 07:32:02 -05:00