Michael
d750ec0605
Rename logic.h
2018-11-20 00:52:19 +00:00
Michael
1c0cf72c02
Rename endian.h
2018-11-20 00:52:19 +00:00
Michael
f91d2b9e11
Rename proto.h
2018-11-20 00:52:19 +00:00
Michael
e39d02ddc2
Rename version.h
2018-11-20 00:52:19 +00:00
Michael
4851c54c92
Rename common.h
2018-11-20 00:52:19 +00:00
Ryan Tharp
f5c05289aa
start SOA type record
2018-11-19 16:18:09 -08:00
Ryan Tharp
271ef910d7
Fix RPI build
2018-11-20 00:13:27 +00:00
Ryan Tharp
375c39e748
Merge branch 'master' of http://github.com/loki-project/loki-network
2018-11-19 23:44:42 +00:00
Ryan Tharp
3a8a90e440
make gcc 8.2 and RPI=1 happy
2018-11-19 23:42:04 +00:00
Jeff
92a1799902
Merge pull request #57 from michael-loki/deeceeify
...
De-C-ify several .h headers
2018-11-19 18:15:15 -05:00
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
2018-11-19 16:57:26 -06:00
Michael
0b2ebc83e0
De-C-ify several .h headers
2018-11-19 22:45:37 +00:00
Jeff Becker
e287e5132b
more vigorus pings
2018-11-19 17:04:23 -05:00
Jeff Becker
950d13a818
more logging
2018-11-19 16:55:41 -05:00
Jeff Becker
bad32dbb98
more logging
2018-11-19 16:33:51 -05:00
Jeff Becker
c9fda1e5af
pass
2018-11-19 12:19:37 -05:00
Jeff Becker
3dd466629b
check for nullptr
2018-11-19 12:14:35 -05:00
Jeff Becker
90a4f90ee6
limit build rate a lot more
2018-11-19 11:48:35 -05:00
Jeff Becker
2e13daae27
start threadpool explicitly
2018-11-19 11:40:49 -05:00
Jeff Becker
4e105f3cd5
add std::optional backport option for cxx11
2018-11-19 11:31:12 -05:00
Jeff Becker
f8180839db
s/17/11/
2018-11-19 10:15:32 -05:00
Jeff Becker
b64ed33755
more static linking flag magic
2018-11-19 09:43:46 -05:00
Jeff Becker
a35066ce42
static link with pthread because GNU a shit
2018-11-19 08:47:14 -05:00
Jeff Becker
5357b4b69f
make clang happy, disable netns by default (for now)
2018-11-19 08:39:35 -05:00
Jeff Becker
3585a558ec
Merge branch 'master' into dev
2018-11-19 07:25:41 -05:00
Jeff Becker
9c54939324
make llarp_router::SendToOrQueue check inbound and outbound links instead of just inbound or just outbound
2018-11-19 07:25:03 -05:00
Jeff Becker
270e5648b8
Merge remote-tracking branch 'github/master'
2018-11-19 07:01:50 -05:00
Jeff Becker
3718a7d016
Merge remote-tracking branch 'github/master' into dev
2018-11-19 07:01:42 -05:00
Jeff Becker
d37daf7996
Merge branch 'master' into dev
2018-11-19 06:57:29 -05:00
Jeff Becker
7214f242e0
rip out old threadpool code
2018-11-19 06:56:40 -05:00
Jeff
c0efc9ed29
Merge pull request #56 from michael-loki/uint32_t
...
Use std::atomic<std::uint32_t> over std::atomic_uint32_t
2018-11-19 06:46:25 -05:00
Michael
4c6f261b06
Use std::atomic<std::uint32_t> over std::atomic_uint32_t
2018-11-19 10:39:07 +00:00
despair
1046cbab0b
make sure the user folder exists before running bootstrap
2018-11-19 04:29:40 -06:00
despair
1050e16ce9
make less noise during setup
2018-11-19 04:29:39 -06:00
despair
ae616d0fa5
minor fixes
...
eh
why apple why
why apple why
2018-11-19 04:29:39 -06:00
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)
2018-11-19 04:29:39 -06:00
despair
c325246beb
need to start winsock to use any networking
...
try fixing this
2018-11-19 04:29:39 -06:00
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
2018-11-19 04:29:39 -06:00
despair
d9863128b9
the intrinsic variant is 32-bit clean
...
the ASM variant is not
found it
fix
something is wrong with the external build
hmm
why is this critical section doing nothing
fix multiple init
debug init
ok fixed
2018-11-19 04:29:36 -06:00
Ryan Tharp
2daa986c33
fix static analysis issues
2018-11-18 15:56:59 -08:00
Ryan Tharp
de418125f2
remove redundance from (sockaddr) param refactor
2018-11-18 15:48:50 -08:00
Ryan Tharp
7039d70aa5
clean up
2018-11-18 15:47:53 -08:00
Ryan Tharp
42b8fc3a7a
don't truncate last 2 bytes
2018-11-18 15:41:32 -08:00
Ryan Tharp
969865c499
internal refactor
...
- created various structs for each record type
- changed DNSd to return most of the recieved packet (allowing for multiple answers)
- favor vector<byte_t> over c-style buffers
- support NS records a little better
- fixed output on cname, ptr, txt
2018-11-18 15:08:02 -08:00
Ryan Tharp
373a14b44b
clang-format
2018-11-18 15:06:21 -08:00
Ryan Tharp
0b4e4828d1
Merge pull request #55 from neuroscr/master
...
remove DNS_PORT
2018-11-19 08:06:05 +09:00
Ryan Tharp
9f436c68eb
remove DNS_PORT
2018-11-18 14:40:35 -08:00
Jeff
23c8807d59
Merge pull request #54 from neuroscr/master
...
DNS QoL improvements
2018-11-18 15:13:25 -05:00
Ryan Tharp
82cfa61540
address alphakamp complaint about using 127.0.0.1 on linux (systemd taking it by default)
2018-11-18 10:02:22 -08:00
Ryan Tharp
f03c41a99f
Deprecate DNS_PORT as configureable in INI now. Reduce confusion as it would change DNSc port too and I believe it was meant only to change DNSd port.
2018-11-18 09:41:09 -08:00