Commit Graph

1929 Commits (33a4ac8b69e945d6f4205e801e44fd8761c36a8b)
 

Author SHA1 Message Date
Jeff Becker 2e3adb48e3
add boilerplate for router whitelist via jsonrpc, disabled at the moment 6 years ago
Jeff Becker 4a9079a7a2
fix again 6 years ago
despair 9301a4165e oof, missed the leading underscore
clang-format
fading away, PR imminent :DDDDDD
-rick
6 years ago
despair 6792f3f378 add qol fix for oldfag clients or those who inexplicably have the legacy console turned ON 6 years ago
Jeff Becker 937059cf47
fix munin script 6 years ago
Jeff Becker a4c30a4b81
fix merge 6 years ago
Jeff Becker b543d6243d
Merge branch 'master' into dev 6 years ago
Jeff Becker a8ec8a4215
Merge remote-tracking branch 'origin/master' 6 years ago
Jeff 2c9f6da29b
Merge pull request #59 from michael-loki/more_deeceeify
De-C-ify several .h headers
6 years ago
Jeff Becker 336ef631b2
more logging, try expunging loose sessions more vigorously 6 years ago
despair 436025e0ca fix utp flags leaking into the actual socket transmission
clang-format
6 years ago
despair 964e834fea finally get the right error on windows
fix

fix up errno on win32

test
6 years ago
despair 55670b6f82 fill in PTR request if it's too short (some DNS clients do this, notable: Microsoft DNS Client 5.0) 6 years ago
despair d1fa9ca342 is the resulting storage a proper string, or just a plain char array (no terminator)
eh
6 years ago
despair b9ab1f19a9 wooooo path builds work
update readme

fix gcc 8.x error
fix apple cross-clang someday
6 years ago
Michael d21af22ca3
Rename defaults.h 6 years ago
Michael d750ec0605
Rename logic.h 6 years ago
Michael 1c0cf72c02
Rename endian.h 6 years ago
Michael f91d2b9e11
Rename proto.h 6 years ago
Michael e39d02ddc2
Rename version.h 6 years ago
Michael 4851c54c92
Rename common.h 6 years ago
Ryan Tharp f5c05289aa start SOA type record 6 years ago
Ryan Tharp 271ef910d7 Fix RPI build 6 years ago
Ryan Tharp 375c39e748 Merge branch 'master' of http://github.com/loki-project/loki-network 6 years ago
Ryan Tharp 3a8a90e440 make gcc 8.2 and RPI=1 happy 6 years ago
Jeff 92a1799902
Merge pull request #57 from michael-loki/deeceeify
De-C-ify several .h headers
6 years ago
despair c7d3e39c53 todo: check if we're adding a tun to the event loop
if so, add it to the listeners, but _not_ the epollfd
abstraction - epollfd takes _only_ sockets, and will reeeee
if you give it a file handle. fuck 16-bit Windows with a rusty
knife. In this case, we assume (like unix) that a file/device file
is _always_ ready to write
6 years ago
Michael 0b2ebc83e0
De-C-ify several .h headers 6 years ago
Jeff Becker e287e5132b
more vigorus pings 6 years ago
Jeff Becker 950d13a818
more logging 6 years ago
Jeff Becker bad32dbb98
more logging 6 years ago
Jeff Becker c9fda1e5af
pass 6 years ago
Jeff Becker 3dd466629b
check for nullptr 6 years ago
Jeff Becker 90a4f90ee6
limit build rate a lot more 6 years ago
Jeff Becker 2e13daae27
start threadpool explicitly 6 years ago
Jeff Becker 4e105f3cd5
add std::optional backport option for cxx11 6 years ago
Jeff Becker f8180839db
s/17/11/ 6 years ago
Jeff Becker b64ed33755
more static linking flag magic 6 years ago
Jeff Becker a35066ce42
static link with pthread because GNU a shit 6 years ago
Jeff Becker 5357b4b69f
make clang happy, disable netns by default (for now) 6 years ago
Jeff Becker 3585a558ec
Merge branch 'master' into dev 6 years ago
Jeff Becker 9c54939324
make llarp_router::SendToOrQueue check inbound and outbound links instead of just inbound or just outbound 6 years ago
Jeff Becker 270e5648b8
Merge remote-tracking branch 'github/master' 6 years ago
Jeff Becker 3718a7d016
Merge remote-tracking branch 'github/master' into dev 6 years ago
Jeff Becker d37daf7996
Merge branch 'master' into dev 6 years ago
Jeff Becker 7214f242e0
rip out old threadpool code 6 years ago
Jeff c0efc9ed29
Merge pull request #56 from michael-loki/uint32_t
Use std::atomic<std::uint32_t> over std::atomic_uint32_t
6 years ago
Michael 4c6f261b06
Use std::atomic<std::uint32_t> over std::atomic_uint32_t 6 years ago
despair 1046cbab0b make sure the user folder exists before running bootstrap 6 years ago
despair 1050e16ce9 make less noise during setup 6 years ago