Commit Graph

22 Commits

Author SHA1 Message Date
Michael
67c36998e6
Fix windows 2019-09-03 23:06:22 +01:00
Rick V
2644f173b0
namespace 2019-08-01 22:27:28 -05:00
Rick V
f6c97091fd
clang-format 2019-08-01 22:25:48 -05:00
Rick V
5cef16e7cf
this is new, intro'd with the libuv refactor
@when did implicit conversions from void* become bad

partial refactor of win32 udp listener impl
2019-08-01 22:24:34 -05:00
Michael
488695047f
Remove redundant else blocks 2019-07-09 22:54:46 +01: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
Jeff
784a25634b exit tun loop in destructor 2019-04-10 11:32:29 -04:00
Rick V
bbba2c0eea
improve windows select loop
add generic svr4 poll(2) event loop
2019-03-26 19:56:34 -05:00
Rick V
9c2a280988
well i'm a fucking idiot
(Why would i have a DHCP lease _before_ i connect a media cable?)
2019-03-20 21:55:58 -05:00
Rick V
3d62460f42
that didn't even fix the abseil shite
in fact, the *original* issue was resolved ages ago

This reverts commit 2373698ea91feb29158caa1634335858becb038d.
yeah this was a solution in search of a problem that no longer exists
2019-03-18 16:13:10 -05:00
Jeff Becker
734a5b5fae
more 2019-03-11 09:01:43 -04:00
Rick V
975b4ca743
clang-format 2019-02-26 15:48:03 -06:00
Rick V
95835a50f9
move critical section to cover all handler entry points 2019-02-25 18:47:59 -06:00
Rick V
6e91547b39
ok serialising tun::FlushSend should get rid of that crash from #192 2019-02-25 16:55:05 -06:00
Rick V
f0ce9a0afb
try fixing threading bug
XXX: get jeff to go over threadpool code for overview
2019-02-25 16:15:01 -06:00
Rick V
8800cee785
fix crash on exit 2019-02-06 19:53:13 -06:00
Rick V
ea7301fecf
finally unfuck windows bits 2019-02-06 19:53:12 -06:00
Rick V
69189214e0
rebase on current upstream staging 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
b961f80256
don't leak unused packets
bad merge
2019-01-22 18:21:38 -06:00
Rick V
2d375f03b3
finally separate implementation into code module 2019-01-22 18:17:06 -06:00
Michael
081d4dfa32
Reorganise source into more folders 2019-01-11 01:19:49 +00:00