Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-03 | Make status line in UI show "TUNNELED" if slow TCP tunneling mode is active. | Adam Ierymenko | |
2015-05-18 | A visit to the Windows house of pain: | Adam Ierymenko | |
(1) Yes, you *can* create a mixed 32/64 bit Windows MSI installer that installs drivers. All you have to do is... umm... create individual sub-MSI files for each driver (one for 32, one for 64) and then package those in the main MSI files as "chained" MSI installers. Each of these must only be considered a prerequisite on 32 or 64 bit machines, respectively. (2) Upgrade Advanced Installer version, add rules to uninstall NDIS6 tap device on uninstall. (3) Fix IE issue in UI code. | |||
2015-05-18 | Confirm leaving networks. | Adam Ierymenko | |
2015-05-18 | Small cosmetic fix to bottom bar. | Adam Ierymenko | |
2015-05-18 | Hide unneeded menus in MacGap. | Adam Ierymenko | |
2015-05-08 | Make peer list font a bit smaller. | Adam Ierymenko | |
2015-05-08 | Show last unicast and multicast frames. | Adam Ierymenko | |
2015-05-08 | Fixes for Windows WebControl. | Adam Ierymenko | |
2015-05-08 | Hmm... will this work? Very first child of <head> | Adam Ierymenko | |
2015-05-08 | docs | Adam Ierymenko | |
2015-05-08 | UI spacing tweaks. | Adam Ierymenko | |
2015-05-08 | Minify JS in UI, add Makefile. | Adam Ierymenko | |
2015-05-08 | UI tweaks, get JSXTransformer out. | Adam Ierymenko | |
2015-05-06 | Pass authtoken in from user, and add a wrapper for web UI on Mac. | Adam Ierymenko | |
2015-05-06 | UI work... | Adam Ierymenko | |
2015-05-06 | UI tweaks | Adam Ierymenko | |
2015-05-06 | Well that works... pretty web UI (currently only works on test node with ↵ | Adam Ierymenko | |
hard-coded auth code... need to figure out how to plumb that) | |||
2015-05-05 | Beginning of HTML+Bootstrap+React UI for new desktop client -- looking like ↵ | Adam Ierymenko | |
it will be easier than retrofitting the old Qt client for the new API. |