141 Commits (b7ebf6edbfc9ade141f54e5510fed65e77db33fb)

Author SHA1 Message Date
Adam Ierymenko b08ca49580 More controller work -- it builds! 10 years ago
Adam Ierymenko 22e44c762b More rules engine work: key/value pair matching for microsegmentation. 10 years ago
Adam Ierymenko 13100b245c Fix for running under MUSL libc (e.g. Alpine Linux) 10 years ago
Adam Ierymenko ebe7e15475 sys/sysctl.h is required on OSX and probably other BSD 10 years ago
Adam Ierymenko 23391ff9da More OSX IPv6 fixes. 10 years ago
Adam Ierymenko 3f2b21ce71 Do not shadow our own route twice on Mac if there is no default route. (Fix for issue found during IPv6 default route override testing.) 10 years ago
Adam Ierymenko 912ee199ed Tiny fixes to LinuxEthernetTap 10 years ago
Michael Aldridge 1a89694980 Remove explicit sys/sysctl.h includes 10 years ago
Adam Ierymenko 32d9850263 More new CLI work. 10 years ago
Adam Ierymenko e2ca239be0 Comment cleanup. 10 years ago
Adam Ierymenko 4f237687ce Route management now works on Windows, including default route override! 1.1.6 very close! 10 years ago
Adam Ierymenko 82473c85e0 Default route override and route management in general now works in Linux. 10 years ago
Adam Ierymenko 51ced0cf41 GitHub issue #338 10 years ago
Adam Ierymenko 6c4a444f29 GitHub issue #339 10 years ago
Adam Ierymenko b2d048aa0e Make Dictionary templatable so it can be used where we want a higher capacity. 10 years ago
Adam Ierymenko 3ee15e65aa Tying up default route and route mgmt loose ends. It now periodically updates shadow routes so hopefully your link will stay up as you move around. 10 years ago
Adam Ierymenko 1bf1c38b30 Default route population works on Mac! 10 years ago
Adam Ierymenko 37afa876a7 Linux bug fixes, small controller fix. 10 years ago
Adam Ierymenko 2113c21fdc devicemap now works again in OSXEthernetTap 10 years ago
Adam Ierymenko f41ea24e97 Build fixes. 10 years ago
Adam Ierymenko 3c655a4b84 Default route ready to test on Mac. 10 years ago
Adam Ierymenko b90e66f7c7 ManagedRoute, which applies C++ RAII to injected routes. Move RoutingTable to attic. 10 years ago
Adam Ierymenko 4446dbde5e Big refactor in service code to prep for plumbing through route management. 10 years ago
Adam Ierymenko 536feb632c Support yet another old version of http-parser for CentOS/EPEL. 10 years ago
Adam Ierymenko 7e68791bee Fix include for system json-parser. 10 years ago
Adam Ierymenko 4da9d4e53a Fix build against Debian version of libhttp-parser -- its old but it will work. 10 years ago
Adam Ierymenko 0ca764968a Remove warnings, more Debian stuff, remove obsolete ui/ stuff. 10 years ago
Adam Ierymenko c278f05181 RoutingTable build fixes. 10 years ago
Adam Ierymenko 61a9c27af0 Consolidate routing table code. 10 years ago
Adam Ierymenko e9b2613d5f Put routing table code back in osdep/ 10 years ago
Adam Ierymenko 24469a7f43 . 10 years ago
Adam Ierymenko 504738b183 Binder for Windows, and use Binder to get local interface addresses to advertise. 10 years ago
Adam Ierymenko 32cd2a02c9 OneService now binds all ports to specific local interfaces instead of wildcard and rebinds on changes. (default route) 10 years ago
Adam Ierymenko 4a109658ab More refactoring and prep for explicit interface bindings (for default route support). 10 years ago
Adam Ierymenko d8b89b0c86 Fix Cluster to send from a designated endpoint address instead of wildcard. 10 years ago
Adam Ierymenko e0ad854d19 Beginning of local binding manager for default gateway support. 10 years ago
Adam Ierymenko b6f6ed35fc More Windows tweaks and a compile fix. 10 years ago
Adam Ierymenko d3cb063d13 Tweaks to WindowsEthernetTap to attempt to address GitHub issue #308 and/or GitHub issue #277 -- we can't reproduce yet but I found one area where a spin was possible under certain failure conditions. Maybe. 10 years ago
Adam Ierymenko 7526ed705c Check for /dev/tun as well as /dev/net/tun since some Linux devices put it there. 10 years ago
Joseph Henry bcaf42e075 Transfer speed increate + stability fixes 10 years ago
Joseph Henry 1783867f96 Print path for user. Removed unused stub Phy methods 10 years ago
Joseph Henry f52a82d9f2 Updated RX buffer code 10 years ago
Adam Ierymenko 4e4fd51117 boring doc stuff 10 years ago
Joseph Henry 3e65ecb93d Stateless RPC rework 10 years ago
Adam Ierymenko 436c1fac1d Selectively move over changes from "edge" to "dev" excluding netcon. 10 years ago
Adam Ierymenko 24cc0904fa 1.1.2 Windows build fixes, tweaks, etc. 10 years ago
Adam Ierymenko e506fda3e4 Only set SO_NO_CHECK on IPv4 UDP sockets for now due to broken V6 stacks that drop zero checksum UDP packets. 10 years ago
Adam Ierymenko c21882da9c Put selftest back and turn off tracing in PortMapper. 10 years ago
Adam Ierymenko f260250580 Simplify IP assignment logic in OSXEthernetTap, also fix for GitHub issue #249 10 years ago
Adam Ierymenko d862d2868c ... and here. 10 years ago