summaryrefslogtreecommitdiff
path: root/service
AgeCommit message (Expand)Author
2016-06-23More new CLI work.Adam Ierymenko
2016-06-21Add network local.conf stuff to save network permission settings and wire it ...Adam Ierymenko
2016-06-21Plumbing for network setting control, and GitHub issue #330Adam Ierymenko
2016-06-21Route management now works on Windows, including default route override! 1.1....Adam Ierymenko
2016-06-21Windows builds again. And there was much rejoicing.Adam Ierymenko
2016-06-21Make Dictionary templatable so it can be used where we want a higher capacity.Adam Ierymenko
2016-06-17Tying up default route and route mgmt loose ends. It now periodically updates...Adam Ierymenko
2016-06-16Default route population works on Mac!Adam Ierymenko
2016-06-16Report routes in locally joined network JSON.Adam Ierymenko
2016-06-15Default route ready to test on Mac.Adam Ierymenko
2016-06-15ManagedRoute, which applies C++ RAII to injected routes. Move RoutingTable to...Adam Ierymenko
2016-06-14Big refactor in service code to prep for plumbing through route management.Adam Ierymenko
2016-06-08Support yet another old version of http-parser for CentOS/EPEL.Adam Ierymenko
2016-06-08Fix build against Debian version of libhttp-parser -- its old but it will work.Adam Ierymenko
2016-04-19Cleanup in numerous places, reduce network chattiness around MULTICAST_LIKE, ...Adam Ierymenko
2016-04-18Store lat/lon too for testing and future display use.Adam Ierymenko
2016-04-18Replace cluster-geo subprocess with in-memory loaded CSV of GeoIP data. This ...Adam Ierymenko
2016-04-18.Adam Ierymenko
2016-04-07Boost local interface check interval a bit to speed direct link provisioning ...Adam Ierymenko
2016-04-07Make port mapper names even more unique, and trial bind before binding TCP no...Adam Ierymenko
2016-04-07dev branch now works again on LinuxAdam Ierymenko
2016-04-05Binder for Windows, and use Binder to get local interface addresses to advert...Adam Ierymenko
2016-04-05OneService now binds all ports to specific local interfaces instead of wildca...Adam Ierymenko
2016-04-05More refactoring and prep for explicit interface bindings (for default route ...Adam Ierymenko
2016-04-01Tweak metric and clean out attic a bit.Adam Ierymenko
2016-03-03stupid bug is stupidAdam Ierymenko
2016-03-03indent fixAdam Ierymenko
2016-03-03Fix problems with previous commit.Adam Ierymenko
2016-03-03Another NAT-t improvement:Adam Ierymenko
2016-01-20Transfer speed increate + stability fixesJoseph Henry
2016-01-12boring doc stuffAdam Ierymenko
2016-01-12Use network user ptr in lookup for Ethernet frame handling to eliminate map l...Adam Ierymenko
2016-01-12Add a network-associated user ptr in API.Adam Ierymenko
2016-01-11Instead of using binary packet comparison, add a callback to the API to expli...Adam Ierymenko
2016-01-11Refactor to eliminate copypasta.Adam Ierymenko
2016-01-11Fix a bug that we visually found in Windows code -- it was not advertising uP...Adam Ierymenko
2015-12-21Selectively move over changes from "edge" to "dev" excluding netcon.Adam Ierymenko
2015-11-30Low-impact sanity check against GitHub issue #247 -- will likely prevent othe...Adam Ierymenko
2015-11-30indentationAdam Ierymenko
2015-11-30Ton of uPnP work and adding NAT-PMP support, still testing...Adam Ierymenko
2015-11-24Fix for GitHub issue #253.Adrian Frühwirth
2015-11-16Fix 64-bit int warning.Adam Ierymenko
2015-11-16Docs and tweak some caching values.Adam Ierymenko
2015-11-12Minor Windows build fixes. Builds on VS2012 again.Adam Ierymenko
2015-11-10Query both root and network controller for multicast last resort GATHER.Adam Ierymenko
2015-11-09Try bringing back TTL escalation -- may help with Docker (IP-MASQ) type NATAdam Ierymenko
2015-11-09Mark geo-redirected paths as suboptimal and do not report that we have a peer...Adam Ierymenko
2015-11-05Use bigger UDP buffer on bigger x64 machines. Keep old value elsewhere since ...Adam Ierymenko
2015-11-05Integrate deferred background processing into main OneService implementation.Adam Ierymenko
2015-10-29Eliminate some more dead code. We may do path trust, but not like that.Adam Ierymenko