Commit Graph

108 Commits (a5557e0902c80b7db302956fca483b70b052e958)

Author SHA1 Message Date
Jeff Becker 395228b8eb
disable installing json headers 5 years ago
Michael ab83d3d54e
Fixup build on debian 5 years ago
Michael 3e741e4b07
Import nlohmann json v3.5.0 5 years ago
Ryan Tharp 2906a89e62 make linux compile 5 years ago
Rick V 975b4ca743
clang-format 5 years ago
Rick V 0de253065e
remove ded code
add code for proper DNSc search
5 years ago
Rick V 01871a4cbc
fix openbsd 5 years ago
Michael 656843e9a3
Fix issues on debian 5 years ago
Michael 1aeacb0043
Refactor CMakeLists into distinct directories 5 years ago
Rick V 4c19f562f0
A compromise for C++17 ports.
Remove abseil build config for such targets.
Include headers (which should fall through by definition).
Macintosh can go fuck itself.
5 years ago
Jeff e623e6fdb5 fix prev commit 5 years ago
Jeff 025a30a7b6 Merge branch 'staging' of ssh://github.com/loki-project/loki-network into staging 5 years ago
Jeff a50ee9daea fix issue #282 5 years ago
Michael 41f9f5fad6
Import abseil LTS 20181200 5 years ago
Jeff d1778e20d8 fix macos tun name 6 years ago
Michael e5eda0fb8f
Move lokinet unspecific components to a util/ library 6 years ago
Michael e1d01262b8
Fix build on macOS 6 years ago
Jeff Becker f9d30b9b96
commit day's work 6 years ago
Jeff Becker 49c898ed92
Merge remote-tracking branch 'origin/master' into staging 6 years ago
despair e9c8cb9977
finally got around to writing a proper event loop for windows
just to be able to read user packets from TAP

split the UDP and TUN listeners into separate event queues

added some notes in tuntap-windows (mostly gutting it since we do a lot of the stuff ourselves)
6 years ago
despair d1cbd58a3f
back to square one
need to be able to queue up a TUN read/write at each tick
then finish dealing with it in the main event loop
which is damn near impossible to do along with unix-style asio
that waits for data to appear/disappear before signalling
6 years ago
Jeff Becker 77a9793159
this? 6 years ago
Jeff Becker cf417efded
aaaa 6 years ago
Jeff Becker d6b71c330b
use tun fd for ioctl 6 years ago
Jeff Becker a3e59d3481
set ioctl 6 years ago
Jeff Becker 344fbf77cb
fix hang 6 years ago
Jeff Becker 0768dfa4ad
destroy interface on exit 6 years ago
Jeff Becker 7002e4d137
more 6 years ago
Jeff Becker b399c878d2
ffffffff 6 years ago
Jeff Becker 664c32226d
set ifname and fix previous commit 6 years ago
Jeff Becker 51201b4d6d
more 6 years ago
Michael a5c3ba0fdd
Move logger.hpp to llarp/ 6 years ago
despair d26141d433 Merge branch 'dev' into reeeee-divergence
ok hope this works -rick

# Conflicts:
#	.gitignore
#	.vscode/settings.json
#	include/llarp/service/context.hpp
#	llarp/dns.cpp
#	llarp/dnsc.cpp
#	llarp/ev.cpp
#	llarp/ev.hpp
#	llarp/ev_win32.hpp
#	llarp/net.cpp
#	llarp/router.cpp
#	llarp/router.hpp
#	llarp/service/context.cpp
6 years ago
despair 551bf0d2bf fix TUN read pkt 6 years ago
Jeff Becker 7e4d74cbfc
add initial jni stuff for lokinet android. i fucking hate android so god damn much. 6 years ago
despair 65ff1ba991 reading from TUN using native async io:
writing: 
6 years ago
despair 09713adc9f wooo new warnings in clang-7 6 years ago
Jeff Becker 5357b4b69f
make clang happy, disable netns by default (for now) 6 years ago
despair ae616d0fa5 minor fixes
eh

why apple why

why apple why
6 years ago
despair be7ac352ca switch to a simulation of epoll
the native async event system on windows
is _not_ very good at getting external events
(i.e. we receive data, but we don't get any indication
that this ever happened)
6 years ago
despair e18f786ab2 refactor event loop stuff
find some place in the C code to place the worker thread procedure
until such time that michael presents the new thread pool class

fix unix

get a new event port each time and delet in the event loop after use
6 years ago
despair d311b2e9a9 remove dead code
(rip golden shield users D:)

remove more dead code

debug udp stuff

remove debug kqueue
6 years ago
Jeff Becker 04a249a503
Merge remote-tracking branch 'rick/dev' 6 years ago
Jeff Becker 960aa479e9
fixes for ancient rpi toolchain 6 years ago
despair 2a5a0f1577 fix warnings on windows
up next: fix netbsd
6 years ago
Jeff Becker 7a78832841
Merge remote-tracking branch 'rick/dev' 6 years ago
Jeff Becker 7090a012f3
Merge remote-tracking branch 'micheal/wextra' into dev 6 years ago
Michael Thorpe 33bfaf7ecd
Enable -Wextra
test criteria:
- test build on macOS
- test build in debian docker container
- test build in fedora docker container
6 years ago
despair 04e620ebf2 add iocp tcp connect
msys2 grabs its reactos sdk headers straight out of git
most cross-compilers use the versioned releases (v6 as of last week)

huh. for once setting the windows version macros doesn't break anything.
6 years ago
Jeff Becker f1cca956f9
make android compile again 6 years ago