1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
Commit graph

67 commits

Author SHA1 Message Date
Rick V fb70d7afc9
bump version for release 2019-09-03 08:02:32 -05:00
Rick V 447c4e6012
header got stripped 2019-08-26 03:32:39 -05:00
Rick V 2ccbf5616d
enable SetThreadName (#689) 2019-08-01 21:39:46 -05:00
Rick V 581e64a2ef
back out for now 2019-08-01 21:39:45 -05:00
Rick V 578bcba73d
ok use exception filter
typo

no infinite loops
2019-08-01 21:39:44 -05:00
Rick V 16096c6adb
add debug helper lib for core dump generation on all supported windows targets
had an epiphany earlier

i kept having problems with static linking because
i merged the GNU C runtime with the SEH library
instead of merging the latter with pthread
2019-08-01 21:39:42 -05:00
Michael 6ede15888e
Change manifest ids 2019-07-21 16:57:12 +01:00
Jeff Becker 3a8cb0bfb5
add shell based hooks for service::Endpoint, also make format 2019-04-22 08:25:25 -04:00
michael-loki 0195152e05 Allow builds on MSVC (#518)
* Import cxxopts to replace getopts usage

* Add visual studio build things

* Fixup abseil build parts

* Replace __attribute__((unused)) with ABSL_ATTRIBUTE_UNUSED

* Fixup minor windows build issues

* Replace getopts usage

* Temporarily fixup .rc files

* More minor windows fixes

* Get a working build

* Revert .rc files

* Revert changes to nodedb
2019-04-19 13:24:33 -05:00
Rick V d67eb40697
require full C++11 toolset for mingw-w64 (see loki-project/loki #441) 2019-02-25 21:06:02 -06:00
Michael 1aeacb0043
Refactor CMakeLists into distinct directories 2019-02-12 01:19:37 +00:00
Rick V ea7301fecf
finally unfuck windows bits 2019-02-06 19:53:12 -06:00
Rick V 3931b7d9d7
implement missing libabyss functionality
remove some finished TODOs
2019-02-06 19:53:11 -06:00
Rick V 6913c01524
wtf why didn't this get rebased 2019-01-22 18:17:04 -06:00
Rick V e083bb0e22
tweak FD_SETSIZE to reduce possibility of UDP timeouts
geez searching 4K sockets most of which are blank...

(cherry picked from commit 39b45e1d57)
2019-01-22 18:16:59 -06:00
Michael 317e29b777
Move win32 specific files to win32 dir 2019-01-11 01:22:21 +00:00
Michael 85dde7b6b0
Move remaining include/llarp headers to llarp/ 2018-12-12 02:53:02 +00:00