Commit Graph

123 Commits (33a4ac8b69e945d6f4205e801e44fd8761c36a8b)

Author SHA1 Message Date
Jeff Becker 2d2286b682
also add cap_net_bind_service in makefile 6 years ago
Jeff Becker 7e4d74cbfc
add initial jni stuff for lokinet android. i fucking hate android so god damn much. 6 years ago
Jeff Becker a8e3f79fc4
Merge remote-tracking branch 'origin/master' 6 years ago
Jeff Becker f22c3aed88
turn off AVX2 by default in build 6 years ago
Jeff Becker 0bbf9c431a
more flags for compile 6 years ago
Jeff Becker 5357b4b69f
make clang happy, disable netns by default (for now) 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
Ryan Tharp 0b4e4828d1
Merge pull request #55 from neuroscr/master
remove DNS_PORT
6 years ago
Ryan Tharp 9f436c68eb remove DNS_PORT 6 years ago
Jeff Becker 78e59fced0
remove cxx11 6 years ago
Jeff Becker 9db99d4d04
fix debian build 6 years ago
Jeff Becker 3298cd549a
try fixing debian build 6 years ago
Jeff Becker c30d908893
Merge branch 'master' into dev 6 years ago
Jeff Becker 996193aa6a
specify generator for cmake and make configurable 6 years ago
Jeff Becker cc4a836fc5
add windows target for ci 6 years ago
Jeff Becker 38a92cb1a8
fixes for testnet 6 years ago
Jeff Becker 960aa479e9
fixes for ancient rpi toolchain 6 years ago
Jeff Becker 7090a012f3
Merge remote-tracking branch 'micheal/wextra' into dev 6 years ago
Jeff Becker 58db5c1769
make android build work in android studio 6 years ago
Michael Thorpe a2d5d80779
Enable warnings as errors
test criteria:
- Built from clean on macOS
6 years ago
Jeff Becker b501913f85
make android build work with gradle 6 years ago
Jeff Becker f1cca956f9
make android compile again 6 years ago
Jeff Becker 962303fb03
update makefile 6 years ago
Jeff Becker bea13cef04
add android target (initial) 6 years ago
Jeff Becker 80b99d2efb
make format and parallelize analyze target in makefile 6 years ago
Jeff Becker 6f8e6be252
remove redundant setcap 6 years ago
Ryan Tharp 5d90cbe895 Merge branch 'master' of https://github.com/loki-project/loki-network 6 years ago
Ryan Tharp 67390de0c2 merge 6 years ago
Jeff 4a60ab97e1
Merge branch 'master' into docker 6 years ago
Michael Thorpe 01445399f0
Add initial dockerfile support
This provides a simple way to do quick cross-platform verification
of changes.

`make docker-debian` will build a debian image and run the tests
`make docker-fedora` will build a fedora image and run the tests
6 years ago
Michael Thorpe 43d78e5c71
Add initial dockerfile support
This provides a simple way to do quick cross-platform verification
of changes.

`make docker-debian` will build a debian image and run the tests
`make docker-fedora` will build a fedora image and run the tests
6 years ago
Jeff Becker f285a0ac3e
update tests 6 years ago
despair 765934a796 add assembler flags 6 years ago
Jeff Becker 2d279e83fd
initial tcp connect for epoll 6 years ago
despair f381201d6b override fpu target in cflags 6 years ago
despair d425b5d308 implement tcp evloop on win32
(with its now-obsolete distinction between socketfd and fd)

sockets and file descriptors used to be distinct objects....back in the
16-bit Winsock 1.1 era, which needlessly complicated the 32-bit port
back then. these days one can use [Read|Write]File(2) to operate on
sockfds...which also have some of the semantics of [read|write]v(2)
i.e. the scatter-gather thing it's known for is done in async handler

-rick

variants are nice

added note to self

clang-format

link abyss properly

oops

shut up

*shrugs*

oops forgot to start winsock

moved our async io status flags to the base class

let derived classes override them as needed

this is probably a synchronous op _anyway_

fix typo

wtf
6 years ago
Jeff Becker 5fa9eb180b
freebsd fix 6 years ago
Jeff Becker d1d323a9b8
freebsd stuff 6 years ago
Jeff 04b738aa9e make it work on osx for real 6 years ago
Jeff d3531ca561 fix macos build and add anaylze target 6 years ago
Jeff ccead80c3d make jsonrpc server configurable on build, disabled by default.
default to client only and require explicitly run as relay to run as relay.
6 years ago
Jeff Becker 957a5ed833
initial epoll event loop implementation for tcp 6 years ago
Jeff Becker 2fdbb439df
update install target and readme 6 years ago
Jeff Becker ff8bcf58a7
update makefile 6 years ago
Ryan Tharp 4c081b24b8 make MacOS execute echo 6 years ago
Jeff Becker c262f8b5e3
bundle relevent libsodium parts 6 years ago
Jeff Becker cc106ed37b
fix dht bug, probably, re-enable loopback testnet functionality 6 years ago
Jeff Becker 138c222a1a
dns port configurable at compile time (make this configurable on runtime plz) 6 years ago
Jeff Becker 8a4b2e97a5
add lint target for makefile using clang tidy
run make format
6 years ago