index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-06-26
build number change
Grant Limberg
2016-06-26
misc bug fixes related to default routes
Grant Limberg
2016-06-26
Wire up checkboxes for allowGlobal, allowDefault, allowManaged to set the pro...
Grant Limberg
2016-06-26
add UI elements in network details for allowDefault, allowGlobal, allowManaged
Grant Limberg
2016-06-26
add allowManaged, allowGlobal, allowDefault to Network object
Grant Limberg
2016-06-26
add allowGlobal, allowDefault, allowManaged options to joining a network
Grant Limberg
2016-06-24
Added "..." to menu items to signify it pops up in a window
Grant Limberg
2016-06-24
build number 5
Grant Limberg
2016-06-23
Added About view
Grant Limberg
2016-06-23
add preferences view
Grant Limberg
2016-06-23
"Show Networks" -> "Network Details"
Grant Limberg
2016-06-23
Fix menu bar icon. Add app icon.
Grant Limberg
2016-06-21
misc cleanup
Grant Limberg
2016-06-21
update build number
Grant Limberg
2016-06-21
dynamically generate the menu so that networks are listed
Grant Limberg
2016-06-16
Factored network updates into its own class. Delivered via notification
Grant Limberg
2016-06-14
add a timer to retrieve the network list every second.
Grant Limberg
2016-06-14
more error checking when parsing JSON for network list
Grant Limberg
2016-06-13
Set deployment target to 10.10 for the minimum OS X version for this app
Grant Limberg
2016-06-13
remove unused variables
Grant Limberg
2016-06-13
Base functionality complete. Can join/leave/list networks. Can disconnect f...
Grant Limberg
2016-06-09
Joining/Deleting networks now implemented.
Grant Limberg
2016-05-31
some OS X Authentication Services wizardry to get /Library/Application Suppor...
Grant Limberg
2016-05-31
remove some extra logging
Grant Limberg
2016-05-31
look up authtoken in user's app support directory
Grant Limberg
2016-05-27
.
Grant Limberg
2016-05-27
add proper border around the network list
Grant Limberg
2016-05-27
make the view show up light instead of dark
Grant Limberg
2016-05-27
Finished wiring up the view
Grant Limberg
2016-05-27
WIP. Mac UI
Grant Limberg
2016-05-17
Parse JSON network list into Network objects for the view
Grant Limberg
2016-05-16
beginning of communicating with the zero tier service
Grant Limberg
2016-05-16
call super functions on a few overrides
Grant Limberg
2016-05-16
add table view to show networks view
Grant Limberg
2016-05-16
set the combo box to use a data source and remember the last 20 networks input
Grant Limberg
2016-05-16
remove some mistakenly committed files and add .gitignore for Xcode projects
Grant Limberg
2016-05-16
limit the join network combobox to hex characters.
Grant Limberg
2016-05-14
Initial start of the menu bar app.
Grant Limberg
2016-05-14
Initial Commit
Grant Limberg