summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-02Stash old Linux binary installer stuff in attic. This is going away.Adam Ierymenko
2016-06-02GPG public key for signing GitHub releases, etc.Adam Ierymenko
2016-06-02last man page!Adam Ierymenko
2016-06-02clean doc node_modules on cleanAdam Ierymenko
2016-06-02More man pages.Adam Ierymenko
2016-06-02man stuffAdam Ierymenko
2016-06-02Switch manual pages to "ronn," a program that converts MarkDown to roff man ↵Adam Ierymenko
pages, and pre-build them. Also have the zerotier-cli(1) man page ready to go!
2016-06-01Finally json-parser. Skip miniupnpc since some Linux distros (even newer ↵Adam Ierymenko
ones) ship with an old unsafe crummy version.
2016-06-01also libnatpmpAdam Ierymenko
2016-06-01On Linux auto-detect presence of http-parser and lz4 and link against system ↵Adam Ierymenko
libs instead of ext/ builtins (for RPM and DEB packaging effort)
2016-06-01add full docs to ext/json-parser (no upgrade available)Adam Ierymenko
2016-06-01upgrade ext/http-parserAdam Ierymenko
2016-05-31some OS X Authentication Services wizardry to get /Library/Application ↵Grant Limberg
Support/ZeroTier/One/authtoken.secret and copy it to ~/Library/Application Support/ZeroTier/One/authtoken.secret
2016-05-31remove some extra loggingGrant Limberg
2016-05-31look up authtoken in user's app support directoryGrant Limberg
2016-05-31IPv6 links are unfortunately not "reliable." Many IPv6 gateways, while notAdam Ierymenko
implementing NAT, do implement stateful firewalling with absurdly short timeouts (<60s). Keepalives are still required in IPv6. Network engineers continue to mindlessly carry forward cruft and baggage from IPv4 to IPv6.
2016-05-27.Grant Limberg
2016-05-27add proper border around the network listGrant Limberg
2016-05-27make the view show up light instead of darkGrant Limberg
2016-05-27Finished wiring up the viewGrant Limberg
2016-05-27WIP. Mac UIGrant Limberg
2016-05-26Hack in zerotier-idtool to allow generation of vanity addresses.Adam Ierymenko
2016-05-17Parse JSON network list into Network objects for the viewGrant Limberg
2016-05-16beginning of communicating with the zero tier serviceGrant Limberg
2016-05-16call super functions on a few overridesGrant Limberg
2016-05-16add table view to show networks viewGrant Limberg
2016-05-16Disable debug code.Adam Ierymenko
2016-05-16Fix new binary meta-data deserialization and add some debug code (will ↵Adam Ierymenko
disable later).
2016-05-16set the combo box to use a data source and remember the last 20 networks inputGrant Limberg
2016-05-16remove some mistakenly committed files and add .gitignore for Xcode projectsGrant Limberg
2016-05-16limit the join network combobox to hex characters.Grant Limberg
Join only clickable when a valid network is entered
2016-05-14Initial start of the menu bar app.Grant Limberg
Has menu items to join/leave networks which currently displays an empty popover from the icon (icon needs to be made still)
2016-05-14Initial CommitGrant Limberg
2016-05-14comment out a few TRACE messages that don't compileGrant Limberg
2016-05-14compiling with C++11 requires a space between string literalsGrant Limberg
2016-05-11cleanupAdam Ierymenko
2016-05-11Ready to test whole new netconf refactor.Adam Ierymenko
2016-05-11Refactor controller to send both old and new format netconf.Adam Ierymenko
2016-05-09Add TCP relative sequence number criterion for documentation/posterity.Adam Ierymenko
2016-05-06Simplify a bunch of NetworkConfig stuff by eliminating accessors, also makes ↵Adam Ierymenko
network controller easier to refactor.
2016-05-06Changes to how new-style binary network configs are detected, and a ↵Adam Ierymenko
new-style binary serialized meta-data representation.
2016-05-06docsAdam Ierymenko
2016-05-06Dead code removal.Adam Ierymenko
2016-05-06Missing deserialize stuff.Adam Ierymenko
2016-05-06Merge gateways and routes in netconf since they are the same thing.Adam Ierymenko
2016-04-28docsAdam Ierymenko
2016-04-28Beginning of security doc and kill some obsolete defines in main include file.Adam Ierymenko
2016-04-27Ifdef fix.Adam Ierymenko
2016-04-26Deserialize new style netconf.Adam Ierymenko
2016-04-26Bunch more refactoring for an even more compact NetworkConfig ↵Adam Ierymenko
representation, especially rules.