Jeff Becker
cc106ed37b
fix dht bug, probably, re-enable loopback testnet functionality
2018-10-21 10:19:49 -04:00
Jeff Becker
c6f1355c5d
Merge branch 'master' into dev
2018-10-21 09:07:48 -04:00
Jeff Becker
118954818c
try fixing memleak
2018-10-21 09:07:33 -04:00
Jeff Becker
d3bada5564
fix windows
2018-10-19 12:54:08 -04:00
Jeff Becker
f16cfd60e4
bump version string
2018-10-19 12:35:50 -04:00
Ryan Tharp
3b24b69513
TunEndpoint::ObtainAddrForIP(), identity tun range better, actually return revdns for tunmapaddrs, make in-addr.arpa matching smarter, actually send 404s, additional unit test
2018-10-19 07:53:06 -07:00
Ryan Tharp
db64547ab3
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-10-19 12:33:13 +00:00
Jeff Becker
40b003b6fc
Merge branch 'dev' of ssh://github.com/loki-project/loki-network into dev
2018-10-19 07:41:47 -04:00
Jeff Becker
612057003a
de changes
2018-10-19 07:41:36 -04:00
Jeff
1cb2bb6136
Merge branch 'dev'
2018-10-19 07:35:51 -04:00
Jeff
cc3908f025
more changes
2018-10-19 07:34:27 -04:00
Jeff
71172fe72b
use std::unique_ptr as to not leak like a motherfucker
2018-10-19 07:33:49 -04:00
Ryan Tharp
eca721a9c2
add note
2018-10-18 05:15:41 -07:00
despair86
9d546cbac4
separate read and write event ports to avoid overwriting queue events
2018-10-16 12:18:29 -05:00
despair86
b2cb4cd0e8
fix uint
2018-10-16 12:18:28 -05:00
Jeff Becker
15c99f3192
unit tests for bogons
2018-10-16 11:25:50 -04:00
Jeff Becker
e4f8917a89
correct ip range check
2018-10-16 07:10:27 -04:00
Jeff
1da0f9f6f5
path randomization for lookups on failure
2018-10-15 17:20:05 -04:00
Jeff Becker
f72a954029
log endpoint when requesting introset
2018-10-15 11:43:41 -04:00
Jeff Becker
d3278946f2
ipv4 bogon checking
2018-10-15 08:02:32 -04:00
cathugger
4d5f5fecfa
ip: make things fragmentation-aware, cleanup UDP handling; also format
...
one's complement math is pretty fun
2018-10-13 18:42:47 +03:00
Jeff Becker
bf9512dfaf
Merge remote-tracking branch 'ryan/master'
2018-10-12 08:05:03 -04:00
Jeff Becker
8bf28940d1
Merge remote-tracking branch 'cathugger/master'
2018-10-12 08:02:37 -04:00
cathugger
fdc54a4cce
ip: insignificant change of arguments case
2018-10-12 04:53:18 +00:00
cathugger
18c20396b6
add {h,n}uint16_t types, optimize TCP/UDP checksuming
...
use static functions + switch instead of lambda functions + map.
2018-10-12 04:38:16 +00:00
despair86
e08dedf7a2
really fix endianness
2018-10-11 19:22:10 -05:00
despair86
630cf99bae
fix inet4 to inet6 transition bug
2018-10-11 19:22:10 -05:00
Ryan Tharp
14ccb2f81e
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-10-11 12:21:16 +00:00
Jeff Becker
252b2ee3fb
move function into source file out of header and add operator overloading for == and != on introset
2018-10-11 07:41:10 -04:00
cathugger
71c9965471
ip: code cleanups and compatibility improvements
...
do not assume that packets come with address zero-ed, older clients don't do that.
they don't modify checksum either, therefore we should be able to get correct checksum if we use deltachksum with old and new addresses.
2018-10-10 21:41:53 +00:00
cathugger
e1c7d8a696
some tweaks and fixups
2018-10-10 15:50:52 +00:00
cathugger
4971fae171
uint32_t byte ordering type safety
2018-10-10 15:16:10 +00:00
Jeff Becker
aa988a6fa4
Merge remote-tracking branch 'cathugger/master'
2018-10-10 08:10:04 -04:00
cathugger
05e6c31238
ip: some fixes and tweaks
2018-10-10 12:06:28 +00:00
Jeff Becker
32a028f6d8
Merge remote-tracking branch 'cathugger/master'
2018-10-10 07:48:44 -04:00
Jeff Becker
6f781def8d
update logger to do less allocations
2018-10-10 07:47:59 -04:00
cathugger
b5392c5679
make format
2018-10-09 20:09:45 +03:00
cathugger
4cba59f3c4
tun+ip: clarify what happens where
2018-10-09 17:09:03 +03:00
Ryan Tharp
e0ecb468b6
make sure everything is exposed, improve comments
2018-10-09 05:42:21 -07:00
Ryan Tharp
529cd4e6a3
expose dns_query and build_dns_packet()
2018-10-09 05:41:33 -07:00
Ryan Tharp
3f8dbeca49
expose internal functions, fix language scoping
2018-10-09 05:40:24 -07:00
Ryan Tharp
1e43fc2243
deprecate some cruft and hopefully it won't break anything
2018-10-09 05:39:47 -07:00
Ryan Tharp
f2fc95550d
implement logLevel None
2018-10-09 05:39:14 -07:00
Ryan Tharp
9b3bd751e7
non-const sockaddr support
2018-10-09 05:37:56 -07:00
Jeff Becker
475ac63f4a
initial admin api infra
2018-10-09 08:06:30 -04:00
Ryan Tharp
2fb5eaba1c
remove getSockAddr() per Jeffs PR CR, add additional notes to reduce confusion
2018-10-09 11:02:06 +00:00
Ryan Tharp
4d3ad13daa
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-10-09 10:41:19 +00:00
Ryan Tharp
9bc9eed1d5
Merge branch 'master' of https://github.com/neuroscr/loki-network
2018-10-09 10:41:00 +00:00
Jeff
1f250ad9f6
better operator overload
2018-10-08 17:23:45 -04:00
Jeff
0c4709efdd
Merge branch 'master' of ssh://github.com/loki-project/loki-network
2018-10-08 07:56:46 -04:00
Jeff
93586c5bbb
forgot file
2018-10-08 07:56:40 -04:00
Jeff
a1d1518bc0
update logging to use human readable time
2018-10-08 07:56:17 -04:00
despair86
3c13101beb
clang-format
2018-10-06 12:04:52 -05:00
despair86
94c5f46d33
try fixing win32 event loop
2018-10-06 12:04:50 -05:00
Jeff
11753f5d7e
clarification for path transfer
2018-10-06 12:37:54 -04:00
Jeff Becker
746e95994e
stricter profiling and better handover
2018-10-04 12:48:26 -04:00
Jeff Becker
dd8dd7430b
double path build timeouts
2018-10-04 12:05:07 -04:00
Ryan Tharp
1efb68e9cd
pass tracker into dns_iptracker_setup
2018-10-04 11:20:34 -04:00
Ryan Tharp
bd1a25856e
Merge branch 'master' of https://github.com/neuroscr/loki-network
2018-10-04 07:14:06 -07:00
Ryan Tharp
17cf64f029
make inform pass by val so the ref doesn't get delete and used
2018-10-04 07:11:41 -07:00
Ryan Tharp
27afd392f2
pass tracker into dns_iptracker_setup
2018-10-04 07:10:09 -07:00
Jeff Becker
b724cc54fe
Merge remote-tracking branch 'ryan/master'
2018-10-04 09:04:57 -04:00
Jeff Becker
f19f78b573
try better handover logic
2018-10-04 09:03:48 -04:00
Ryan Tharp
b4dbca680a
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-10-04 08:31:47 +00:00
Jeff
6b9900de4f
Merge branch 'master' of ssh://github.com/loki-project/loki-network
2018-10-03 14:21:43 -04:00
Jeff
8cc507f9ac
don't hang :DDDDDD
2018-10-03 14:17:34 -04:00
Ryan Tharp
f4c5999852
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-10-03 11:46:24 +00:00
Jeff Becker
0b0278a312
we don't use crypto_async anymore
2018-10-03 07:02:56 -04:00
Jeff Becker
8e30af6619
forgot file
2018-10-03 07:00:42 -04:00
Ryan Tharp
604c44e191
use llarp::Addr, added some guards
2018-10-03 03:59:49 -07:00
Jeff Becker
91becb93c9
try fixing dht
2018-10-03 06:59:06 -04:00
Ryan Tharp
6bfd55f3f4
fix headers, clang-format, favor llarp::Addr
2018-10-03 03:54:12 -07:00
Ryan Tharp
f032a83e37
use llarp::Addr to store local private ip
2018-10-03 03:52:00 -07:00
Ryan Tharp
c40d5f4c4d
notes and guard
2018-10-03 03:49:57 -07:00
Ryan Tharp
a0082e95bb
change dll from tunEndpoint to router hidden service context, const some unchanging ptrs, use llarp::Addr more
2018-10-03 03:48:31 -07:00
Ryan Tharp
8f32f357c2
hasEndpoints(), mapAddressAll_context(), iterate(), MappAddressAllIter()
2018-10-03 03:44:58 -07:00
Ryan Tharp
a24c36a497
clang-format
2018-10-03 03:41:36 -07:00
Ryan Tharp
48d9a38534
getSockAddr(), findFreePrivateRange(), findFreeLokiTunIfName()
2018-10-03 03:35:39 -07:00
Ryan Tharp
50a87f605e
new log level: none
2018-10-03 03:34:43 -07:00
Ryan Tharp
4b3b09736b
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-10-02 23:11:44 +00:00
Jeff
acc03fcad7
add default hidden service endpoint for clients
2018-10-02 13:35:51 -04:00
Jeff
f3d446dafb
handover logic fix, remove and add logging
2018-10-02 11:00:34 -04:00
despair86
9fdde65798
make bencode ILP32/LLP64 clean (long is 32 bits outside of unix!)
...
actually open new RCs in binary mode
clang-format
win32 skeleton code for tun (still working on the guts)
2018-10-01 15:08:55 -05:00
despair86
8ac7d4f6dc
if we didn't specify a path to save our config in, only create .lokinet on the assumption that $HOME or $APPDATA (on NT) already exist
...
add win32 tun glue, fix llarp timebase
(In fact, _both_ of these are guaranteed to exist on their respective platforms.)
also, tuntap is now wired up to the windows port
2018-10-01 15:08:52 -05:00
despair86
e3a94101b4
the AVX2 codepaths now appear to be 32-bit clean.
...
old hard-coded inline asm is still included if requested.
-rick
nb: is a vector of eight floats not the same layout as a simple linear array of same? (Aside from the alignment requirements)
netbsd-family build fixes, also - the AVX2 codepaths are _compiler-specific_, they use features _exclusive_ to gcc and clang
2018-10-01 15:06:07 -05:00
despair86
7f809eb53b
fix windows build
2018-10-01 15:06:07 -05:00
Jeff Becker
23cff0bee3
try fixing all that tun shit, YOLO
2018-10-01 13:16:15 -04:00
Jeff Becker
9e8563a884
cache convo tag and drop traffic
2018-10-01 11:45:55 -04:00
Jeff Becker
681e669fd8
try better publish logic and timeouts for requests
2018-10-01 10:18:17 -04:00
Ryan Tharp
46f6d005d7
minor cleanup
2018-10-01 02:59:50 -07:00
Ryan Tharp
e890ef2e5b
ensure_config split router/client refactor, move C++ stuff to .hpp
2018-10-01 02:56:14 -07:00
Ryan Tharp
058ed4d4ea
Merge branch 'master' of https://github.com/neuroscr/loki-network
2018-10-01 09:03:31 +00:00
Jeff Becker
138c222a1a
dns port configurable at compile time (make this configurable on runtime plz)
2018-09-30 08:42:28 -04:00
Ryan Tharp
0ee4eebb69
was supposed to be in last commit
2018-09-29 03:28:01 -07:00
Ryan Tharp
232b471545
note and clang-format
2018-09-29 03:25:50 -07:00
Ryan Tharp
638fff6b7e
clang-format (how was this missed before?)
2018-09-29 03:24:39 -07:00
Ryan Tharp
de1fe9d607
add note
2018-09-29 03:24:10 -07:00
Ryan Tharp
1e72326f0c
llarp_dnsd_init() use llarp::Addr more
2018-09-29 03:22:00 -07:00
Ryan Tharp
7f47adf2a0
rely on llarp::Addr more, support list of resolvers
2018-09-29 03:17:13 -07:00
Ryan Tharp
094223a257
from_4int() and from_char_array() refactor
2018-09-29 03:15:41 -07:00
Jeff Becker
36c927fc79
premptively build path to selected intro's router every time we don't have it if we get an introset update, on the outbound context
2018-09-28 11:46:47 -04:00
Jeff Becker
8a4b2e97a5
add lint target for makefile using clang tidy
...
run make format
2018-09-28 10:29:34 -04:00
Jeff Becker
8878e5c4d1
redundancy with outbound contexts
...
have multiple outbound contexts and send on the one that is alive
2018-09-28 08:22:50 -04:00
Jeff Becker
72ce48d3ea
use correct compare
2018-09-27 13:51:42 -04:00
Jeff Becker
869b758365
more
2018-09-27 13:29:26 -04:00
Jeff Becker
fa5389cb05
docstrings and manual rebuild if the path expires soon
2018-09-27 12:15:40 -04:00
Jeff Becker
186a36cd4b
try fixing dht crash
2018-09-27 08:47:21 -04:00
Jeff Becker
d71882259e
try spacing path building out more wide in time so that intros don't die in the same small interval
2018-09-27 06:51:30 -04:00
Jeff Becker
b40dd30c7a
linear backoff for path building to lessen strain on the network
2018-09-26 09:04:25 -04:00
Ryan Tharp
ca532e39c8
Merge branch 'master' of https://github.com/neuroscr/loki-network
2018-09-25 06:21:19 -07:00
Ryan Tharp
1436036d94
make sure all vectors are unique_ptr, unorder maps (optimization)
2018-09-25 06:20:39 -07:00
Ryan Tharp
89d41dd365
Merge branch 'master' into master
2018-09-24 13:57:40 -07:00
Jeff Becker
b273676a63
more logic for dead sessions to prevent segfault
2018-09-24 15:50:52 -04:00
Jeff Becker
16508a99db
tweak timeouts more
2018-09-24 13:33:54 -04:00
Jeff Becker
685fc464c0
we don't need TAP
2018-09-24 12:07:34 -04:00
Jeff Becker
5dfaeebb16
mark sessions dead/inactive
2018-09-24 11:52:25 -04:00
Jeff Becker
9a20daa1ce
add send timeouts
2018-09-24 11:34:56 -04:00
Jeff Becker
3af93954f3
actually publish via far router
2018-09-24 10:31:58 -04:00
Ryan Tharp
0e6d85f6c9
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-24 13:24:42 +00:00
Jeff Becker
a5143fe7a4
THIS! IS! LOKINET!
...
[commiter kicks code reviewer into a giant pit and walks away]
2018-09-24 09:12:14 -04:00
Ryan Tharp
902f6f14b7
pass RC by ref, header cleanup, clang format
2018-09-24 06:10:36 -07:00
Jeff Becker
8e5f2d3860
bump version
2018-09-24 09:10:01 -04:00
Ryan Tharp
0ad4f43fe5
header clean up and clang-format
2018-09-24 06:09:01 -07:00
Jeff Becker
17d2aa1df1
track path data usage and don't kill paths when under heavy use
2018-09-24 07:36:47 -04:00
Ryan Tharp
5342c3d027
clang format
2018-09-23 09:47:49 -07:00
Ryan Tharp
14e0cc15c1
upgrade documentation
2018-09-23 09:47:18 -07:00
Ryan Tharp
bda43fdad6
add c str cstr, fix ipv4 cstr, tohl(), tonl()
2018-09-23 09:45:51 -07:00
Ryan Tharp
1d08dbbf19
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-23 14:58:35 +00:00
Jeff Becker
6652cc4bde
breaking change: add timestamp to introset
...
i don't know why this wasn't here. i could've sworn it was.
2018-09-23 09:57:21 -04:00
Ryan Tharp
14d9b19a0f
clang-format
2018-09-22 04:28:55 -07:00
Ryan Tharp
dba3b66b50
fix FreeBSD compil
2018-09-22 04:25:37 -07:00
Ryan Tharp
9d4d595624
compile fixes
2018-09-22 03:39:53 -07:00
Ryan Tharp
2b2e0007fa
active DNS relay (server/client) in tun interface
2018-09-22 03:25:16 -07:00
Ryan Tharp
6590d502cd
get first tun interface wiring
2018-09-22 03:23:23 -07:00
Ryan Tharp
eef2dbaaf4
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-21 21:55:11 +00:00
Jeff Becker
86807d2631
permit 10 seconds clock skew for introsets
2018-09-21 11:24:00 -04:00
Jeff Becker
0abc035488
check for newest entry when inserting dht node
2018-09-21 10:50:07 -04:00
Ryan Tharp
2ce7ec3eda
Merge branch 'master' of https://github.com/neuroscr/loki-network
2018-09-21 07:36:21 -07:00
Ryan Tharp
3138610253
clang format
2018-09-21 07:36:06 -07:00
Ryan Tharp
9ae925166a
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-21 14:10:35 +00:00
Jeff Becker
14c5690828
up the size of protocol frames to fit intro with 1500 bytes of payload data
2018-09-21 09:52:10 -04:00
Ryan Tharp
ca7d3567a2
prefetch and expose it
2018-09-21 12:53:20 +00:00
Ryan Tharp
6cb073aa02
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-21 11:06:57 +00:00
Jeff
929cd8169f
i fucking hate apple it's fucking shit, fucking god awful shit.
...
also drybones will never find this.
2018-09-20 18:31:34 -04:00
Ryan Tharp
29a304f928
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-20 12:45:19 +00:00
Ryan Tharp
aaeb035033
getRange() and getFirstTun() refactor start
2018-09-20 12:35:29 +00:00
Ryan Tharp
79fb82a3c8
main_router_getRange to get access to tun
2018-09-20 12:34:53 +00:00
Jeff Becker
5fb08c2139
check introset timestamps
2018-09-20 07:27:18 -04:00
Ryan Tharp
2bdee7d528
expose mapAddress of first tunEndpoint
2018-09-20 03:05:42 -07:00
Ryan Tharp
30dc6186e9
fix LLVM 3.8 compiling
2018-09-20 03:04:40 -07:00