summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-10Rev nlohmann/jsonAdam Ierymenko
2016-08-10Better instrumentation for filter, and filter bug fixes.Adam Ierymenko
2016-08-10Rule parse fix.Adam Ierymenko
2016-08-10Refactor and redesign symmetric NAT predictor. This is cleaner.Adam Ierymenko
2016-08-09bump build numberGrant Limberg
2016-08-09* Fixed menu icon sizeGrant Limberg
* Added icon for dark mode * Added detection for interface mode changing from light to dark and adjusting the icon accordingly
2016-08-09add border around About web view. added padding to text div in the about pageGrant Limberg
2016-08-09[pasteboard declareTypes] needs to be called before every time you set a ↵Grant Limberg
string to the pasteboard.
2016-08-09Minor bug fix and some instrumentation stuff for testing.Adam Ierymenko
2016-08-09ZT_TRACE fix.Adam Ierymenko
2016-08-09More cleanup and removal of cruft due to obsolete network-specific relays ↵Adam Ierymenko
(will be replaced with federation stuff).
2016-08-09Dead code removal.Adam Ierymenko
2016-08-09Minor cleanup.Adam Ierymenko
2016-08-09Put CONFIG_REFRESH back.Adam Ierymenko
2016-08-09Handling of multi-part chunked network configs on the inbound side.Adam Ierymenko
2016-08-09Chunking of network config replies.Adam Ierymenko
2016-08-09Encode and decode of tags and capabilities in NetworkConfig.Adam Ierymenko
2016-08-08build number bumpGrant Limberg
2016-08-08Change Deployment Target to 10.7. Apparently going below 10.10 was only an ↵Grant Limberg
issue with Swift
2016-08-08update build numberGrant Limberg
2016-08-08explicitly link to WebKit frameworkGrant Limberg
2016-08-08cleanupAdam Ierymenko
2016-08-08It builds... almost ready to test some rules engine stuff.Adam Ierymenko
2016-08-08Refactor and tie-up of capabilities and tags and packet evaluation points. ↵Adam Ierymenko
Some optimization is possible here but it is minor and we will make it work first.
2016-08-07Now translated. One minor crash to figure out.Grant Limberg
2016-08-07Replace JoinNetworkViewController with obj-cGrant Limberg
2016-08-07Replaced the network list with Obj-CGrant Limberg
2016-08-07Convert NetworkMonitor to obj-cGrant Limberg
2016-08-07Replace Preferences view. Removed LaunchAtLoginController and replaced with ↵Grant Limberg
simpler code
2016-08-07replace AboutViewControllerGrant Limberg
2016-08-06replace ServiceCom with objc classGrant Limberg
2016-08-06Convert Network to OBJCGrant Limberg
2016-08-05.Adam Ierymenko
2016-08-05.Adam Ierymenko
2016-08-04Replace NodeStatus object with Obj-C ClassGrant Limberg
2016-08-04.Adam Ierymenko
2016-08-04Integrate Filter into OutboundMulticast properly.Adam Ierymenko
2016-08-04Filter cleanup, prep for filter integration in a few places.Adam Ierymenko
2016-08-04More cleanup and a tiny federation prep item.Adam Ierymenko
2016-08-04More cleanup and removal of DeferredPackets, will do the latter in a more ↵Adam Ierymenko
elegant way.
2016-08-04.Adam Ierymenko
2016-08-04.Adam Ierymenko
2016-08-04...Adam Ierymenko
2016-08-04More work on tags and capabilities.Adam Ierymenko
2016-08-03Bunch of work on pushing and replication of tags and capabilities, and ↵Adam Ierymenko
protocol cleanup.
2016-08-03Add tag rules and split out rule serialize/deserialize so the code can be ↵Adam Ierymenko
reused.
2016-08-02update build numberGrant Limberg
2016-08-02the quest for leaks is over.Grant Limberg
Why a singleton doesn't leak, vs calling static methods on a class is beyond me
2016-08-02Kill network preferred relays -- this feature is gone (and was seldom used ↵Adam Ierymenko
anyway) in favor of federation.
2016-08-02merge cli from edgeJoseph Henry