Ryan Tharp
14ccb2f81e
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-10-11 12:21:16 +00:00
Ryan Tharp
da9850f0e3
start of dns unit tests
2018-10-11 04:51:13 -07:00
Jeff Becker
475ac63f4a
initial admin api infra
2018-10-09 08:06:30 -04:00
Jeff Becker
0b0278a312
we don't use crypto_async anymore
2018-10-03 07:02:56 -04:00
Jeff Becker
1f02498fc0
code for disabling default hidden service
2018-10-03 06:59:30 -04:00
despair86
faf6022288
rip ms c++
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
7f809eb53b
fix windows build
2018-10-01 15:06:07 -05:00
despair86
8117960843
found more unix exclusive stuff
2018-10-01 15:06:06 -05:00
despair86
7c5d98ca31
clean up win32 build rules
2018-10-01 15:06:06 -05: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
0e6d85f6c9
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-24 13:24:42 +00:00
Jeff Becker
f3ebb48c7b
enable TUNTAP by default
2018-09-24 06:25:29 -04:00
Ryan Tharp
8aa9d99977
update build, refactor .loki lookups into their own file
2018-09-22 03:17:22 -07:00
Ryan Tharp
29a304f928
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-20 12:45:19 +00:00
despair86
924dac752b
I think i merged pthread and the seh handler together on my CI machine, and such a setup is site-specific anyway....
2018-09-20 00:36:11 -05:00
despair86
4afa358c49
fix win32 build
2018-09-19 20:41:47 -05:00
despair86
8845f3ecc5
strip extra unneeded code from libutp
2018-09-19 20:39:45 -05:00
despair86
af41b7bf80
fix up tree
2018-09-19 20:39:44 -05:00
Rick V
0477db37ca
wow64 cross compile setup
2018-09-19 19:43:16 -05:00
despair86
8c7f5547a9
finally enabled gtest on win32
...
update authorship
2018-09-19 19:43:16 -05:00
Ryan Tharp
f283923cb7
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-19 12:28:48 +00:00
Ryan Tharp
9f33edeed0
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-19 12:22:34 +00:00
Jeff Becker
6986f04418
basic router profiling and fix ip rewrite
2018-09-13 12:41:53 -04:00
Jeff Becker
59b5af551a
remove -march=native
2018-09-08 04:34:15 -04:00
Jeff Becker
7922959528
fix cxx flags
2018-09-07 16:54:50 -04:00
Jeff Becker
c3fbb717de
remove cxx flags
2018-09-07 16:46:23 -04:00
Jeff Becker
60d5277351
broken
2018-09-06 07:46:19 -04:00
Ryan Tharp
742a0b8da7
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-09-06 00:32:06 +00:00
Jeff Becker
ba648868c4
more
2018-09-04 15:15:06 -04:00
Jeff Becker
085563ac2f
implement utp link protocol
...
gut curvecp for now
2018-09-04 08:41:25 -04:00
Jeff Becker
1839da9c3c
add bencode file helpers and move link server functions into source file
2018-09-03 09:10:56 -04:00
Jeff Becker
03e73b0bb9
fix typo
2018-09-03 07:43:34 -04:00
Jeff Becker
fe38ab6a5a
clean up cmakelists.txt
2018-09-03 07:41:04 -04:00
Jeff Becker
c3c388b6aa
remove iwp and start on curvecp
...
does not compile
2018-09-02 14:25:42 -04:00
Jeff Becker
b122fc59f8
refactor (not done)
2018-08-29 16:40:26 -04:00
Jeff Becker
d3eef5c8b7
more netns code
2018-08-26 08:51:22 -04:00
Ryan Tharp
8724ddd792
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-08-23 22:51:23 +00:00
Jeff Becker
4aebbda640
more tun stuff
2018-08-20 15:12:12 -04:00
despair86
8c1b2c3b79
win32 fluff
...
more win32 on msc++ fluff
and a solaris patch that i may revert later if the cpp directives aren't processed correctly
-despair86
2018-08-18 21:26:18 -05:00
despair86
9ad93a0893
sunos patches, avoid shadowing data members in derived classes, header fixes
...
SunOS build works, with a few issues:
- no tuntap debugging on Solaris? (TUNSDEBUG ioctl missing)
- regular socket ioctls are not pulled in with #include <sys/ioctl.h>
even though they're included at the bottom of same (filio.h,
sockio.h)
- no named threads in any libre fork of solaris
-despair86 (rick)
sun patch
2018-08-18 21:25:24 -05:00
Jeff Becker
1a1f93c171
* more tun stuff
...
* use std::unique_ptr where bare pointers aren't absolutely required
2018-08-17 15:49:58 -04:00
Ryan Tharp
a5f2f7080d
Merge branch 'master' of https://github.com/neuroscr/loki-network
2018-08-16 10:44:31 +00:00
Ryan Tharp
94b6b828c1
Merge branch 'master' of https://github.com/loki-project/loki-network
2018-08-16 10:38:02 +00:00
Jeff Becker
45b12edc5c
disable tests for win32
2018-08-15 12:15:46 -04:00
Jeff Becker
04bf8d6116
some tun interface code
2018-08-15 11:36:34 -04:00
Jeff Becker
6a828ea985
fix shadow build
2018-08-14 18:07:58 -04:00
Jeff Becker
0d0a3357f7
fix libntrup avx2 detection
2018-08-14 08:44:34 -04:00
Jeff Becker
186bd7d573
use NTRU for introset end to end encryption
2018-08-13 19:22:31 -04:00
Jeff Becker
d96fb7b478
update cmake build
2018-08-13 11:44:14 -04:00