Commit Graph

765 Commits (9ad93a0893746910a7aa6fc2341132781789695e)
 

Author SHA1 Message Date
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
6 years ago
despair86 72c2231caf this works apparently 6 years ago
despair86 556bc2b740 these headers need to be in a specific order
because the winsock sdk does weird shit
6 years ago
despair86 5f47b335a4 now matches the other platform behaviour, namely, that as long as the event-based queue file descriptor is valid, so is the event loop itself 6 years ago
Jeff Becker 4ab9f72415
backport for gcc 5 6 years ago
Jeff Becker 377cc78144
fix crash 6 years ago
Jeff Becker 1a1f93c171
* more tun stuff
* use std::unique_ptr where bare pointers aren't absolutely required
6 years ago
Jeff Becker 913fb1d88a
don't use 100% cpu 6 years ago
Jeff Becker df580f6106
update motto for 0.0.3 6 years ago
Jeff Becker 62e14379c8
bump version to 0.0.3 6 years ago
Jeff Becker 08d6121a5a
more tun code 6 years ago
Jeff Becker 1c916e9d0c
fix building debian package on systems that don't have avx2 6 years ago
Jeff Becker bb2754f3d9
more fixes? 6 years ago
Jeff Becker 191e9c29e1
will this help ? idk 6 years ago
Jeff Becker 5b322510a7
try making it compile 6 years ago
Jeff Becker e6de816dce
touch win32 code to make it compile, sorry. 6 years ago
Jeff Becker 45b12edc5c
disable tests for win32 6 years ago
Jeff Becker 27ba8b6c67
try fixing win32 build 6 years ago
Jeff Becker b47a67bbd5
make it compile 6 years ago
Jeff Becker b4f672b950
continue to fix kqueue build 6 years ago
Jeff Becker 944d22abde
fix kqueue build 6 years ago
Jeff Becker 04bf8d6116
some tun interface code 6 years ago
Jeff Becker 54f70f370a
remove NullCondition unused code 6 years ago
Jeff Becker 6a828ea985
fix shadow build 6 years ago
Jeff Becker 98b3bd6354
add runtime toggle of AVX2 code in sntrup 6 years ago
Jeff Becker 1d3e9f6adc
make testnet no longer crash 6 years ago
Jeff Becker 0d0a3357f7
fix libntrup avx2 detection 6 years ago
Jeff Becker c12da3dfc7
fix bad offset 6 years ago
Jeff Becker 186bd7d573
use NTRU for introset end to end encryption 6 years ago
Jeff Becker 98c275ab87
fix cpuid call 6 years ago
Jeff Becker d96fb7b478
update cmake build 6 years ago
Jeff Becker 8eacffca09
restructure original code into libntrup 6 years ago
Jeff Becker a60c4b0bef
import ntru prime code 6 years ago
Jeff Becker d7c1c3322f
it works. 6 years ago
Jeff Becker e79708c1dc
hidden services sorta work 6 years ago
Jeff Becker a9b28e5407
more fuxing around 6 years ago
Jeff Becker c36c83d9dc
more hidden service code 6 years ago
Jeff Becker 143da869b5
fix windows build 6 years ago
Jeff Becker 2db8811cae
fix address detection 6 years ago
Jeff Becker b6ec1e94db
only write nickname if present in rc 6 years ago
Jeff Becker 6bae623481
more defaults 6 years ago
Jeff Becker 32d82b5ba5
add more defaults in config with comments 6 years ago
Jeff Becker d5532e4de4
more boilerplate and enable tun/tap build 6 years ago
Jeff Becker c71d0b2bb3
always use SIGCHLD in clone 6 years ago
Jeff Becker e4bcf44a25
make net isolated threadpool more generic 6 years ago
Jeff Becker 33c5cf5a89
override join for isolated threadpool 6 years ago
Jeff Becker 62f41d3747
initial threadpool isolation code and run make format 6 years ago
Jeff Becker 30edb26ed9
use endian helpers 6 years ago
Jeff Becker ebfe820b7a
remove the rest of gcc compiler warnings 6 years ago
Jeff Becker 53b4a94c75
clang format and fix (some) compile warnings 6 years ago