despair
c5d1b32286
remove microsoft c++ crud
...
🤔 🤔 🤔 🤔
2018-10-30 00:16:33 -05:00
despair
d425b5d308
implement tcp evloop on win32
...
(with its now-obsolete distinction between socketfd and fd)
sockets and file descriptors used to be distinct objects....back in the
16-bit Winsock 1.1 era, which needlessly complicated the 32-bit port
back then. these days one can use [Read|Write]File(2) to operate on
sockfds...which also have some of the semantics of [read|write]v(2)
i.e. the scatter-gather thing it's known for is done in async handler
-rick
variants are nice
added note to self
clang-format
link abyss properly
oops
shut up
*shrugs*
oops forgot to start winsock
moved our async io status flags to the base class
let derived classes override them as needed
this is probably a synchronous op _anyway_
fix typo
wtf
2018-10-30 00:16:33 -05:00
Jeff Becker
69e187cfd7
make it compile
2018-10-29 13:20:50 -04:00
Jeff Becker
0320736cae
don't shadow
2018-10-29 12:51:52 -04:00
Jeff Becker
dbd2c41909
use event loop for time
2018-10-29 12:48:36 -04:00
Jeff
b842f5af20
tweak lookup timeout
2018-10-28 08:56:14 -04:00
Jeff Becker
6e1761eb05
first jsonrpc endpoint added
2018-10-25 15:06:16 -04:00
Jeff Becker
48e4f676cc
add rpc method for llarp.admin.link.neighboors
2018-10-25 14:18:12 -04:00
Jeff Becker
957a5ed833
initial epoll event loop implementation for tcp
2018-10-24 14:02:42 -04:00
Jeff
21e20dde18
change scope
2018-10-23 17:33:49 -04:00
Jeff
8c591ceb96
use default endpoint
2018-10-23 17:28:01 -04:00
Jeff
429cd3b63c
use const
2018-10-23 14:21:23 -04:00
Jeff
7953f1fa48
make it compile
2018-10-23 14:18:45 -04:00
Jeff
f35f34ede4
check for address
2018-10-23 14:18:00 -04:00
Jeff
5997960f70
make it compile
2018-10-23 14:06:55 -04:00
Jeff
c3989cbcf4
make dns work correctly with rdns, tired of waiting just make it fucking work.
2018-10-23 14:00:55 -04:00
Jeff Becker
e469b55200
update to not use sodium.h
2018-10-23 08:55:46 -04:00
Jeff Becker
4411d85040
fix headers
2018-10-23 08:40:34 -04:00
despair86
d8cfac47a8
ok updated to match recent changes
2018-10-23 07:56:59 -04:00
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