summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-28Fix DataStoreGetFunction.Grant Limberg
2015-05-28Use object arrays rather than ArrayList. JNI sideGrant Limberg
2015-05-28Replace ArrayList instances with []Grant Limberg
2015-05-27Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-05-27LOTS more error checking and logging.Grant Limberg
Running into a wall attempting to add items to an ArrayList from the JNI side
2015-05-28Fix installer path, add netconf option to make-linux.Adam Ierymenko
2015-05-27Fix for GitHub issue #133, and move restart out of installer to address ↵Adam Ierymenko
restart problem. Installer probably should NOT mess with the running service, since Linux servers are likely to be production.
2015-05-26fix datastore get call in JNIGrant Limberg
Just delete the local reference rather than do an array delete. Array delete was causing a crash on loading network config files. Deleting the local ref works fine, though, as it still lets the JVM garbage collecter know that the native code is done with the array
2015-05-26added the android verbose log level and moved most jni debug messages to verboseGrant Limberg
2015-05-26add a missing break from a switchGrant Limberg
2015-05-26still getting re-used to all the places you have to put access modifiers in JavaGrant Limberg
2015-05-26Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-05-26Clean old netconf-service from attic.Adam Ierymenko
2015-05-26Mac uninstall.sh update.Adam Ierymenko
2015-05-26Delete some temporary code.Adam Ierymenko
2015-05-26More work on ZT1 NodeJS API client library.Adam Ierymenko
2015-05-26Renaming...Adam Ierymenko
2015-05-26JS stuff reorg.Adam Ierymenko
2015-05-25Some nodeJS work, and apply fix from GitHub issue #166 plus a small ↵Adam Ierymenko
optimization to avoid repeated calls to _allMulticastGroups().
2015-05-25Go ahead and add flags and invFlags to the Rule table.Adam Ierymenko
2015-05-25Clean up attic/Adam Ierymenko
2015-05-25Remove obsolete method.Adam Ierymenko
2015-05-25Right now only FreeBSD can use BSDEthernetTap, which will probably get ↵Adam Ierymenko
renamed accordingly. NetBSD and OpenBSD do not support tap, only tun, so they will have to wait.
2015-05-23fixing up data store stuffGrant Limberg
2015-05-23Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-05-22Build fix.Adam Ierymenko
2015-05-22typoAdam Ierymenko
2015-05-22TCP fallback tunneling is now working. That hurt more than expected.Adam Ierymenko
2015-05-22One second delay between NAT-t events.Adam Ierymenko
2015-05-22Add delay to NAT-t escalation stuff to try to address GitHub issue #167Adam Ierymenko
2015-05-22TCP proxy should actually bind to its TCP port. Seems like a good idea.Adam Ierymenko
2015-05-21Remove link desperation from java APIGrant Limberg
2015-05-21Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
Conflicts: .gitignore
2015-05-21Basic TCP fallback -- now to test.Adam Ierymenko
2015-05-21Completely factor out "desperation" from the core. I thought of a ↵Adam Ierymenko
significantly simpler way to move all of this logic entirely into the containing service, liberating the core from any concern over the nature of its pipe to the outside world.
2015-05-21Build fix.Adam Ierymenko
2015-05-21Add some proxy debugging, and auto-resolve and periodically re-resolve TCP ↵Adam Ierymenko
fallback tunnel hostname.
2015-05-21BackgroundResolver test.Adam Ierymenko
2015-05-21Background resolver.Adam Ierymenko
2015-05-20Clean old update code out of Windows service wrapper.Adam Ierymenko
2015-05-20Windows auto-update integration into OneService.Adam Ierymenko
2015-05-20Apple auto-update stuff, now for Windows.Adam Ierymenko
2015-05-20Ground work for reincorporating software updater for select platforms.Adam Ierymenko
2015-05-20.Adam Ierymenko
2015-05-20Don't actually "power cycle" the interface except on startup. Doing that ↵Adam Ierymenko
after we're running could lose IP configuration.
2015-05-19.Adam Ierymenko
2015-05-19Make tap driver even more defensive... seems to maybe fix the new network ↵Adam Ierymenko
problem. Have to test a bit more.
2015-05-19Windows build warning removal, be more defensive in Windows tap driver code, ↵Adam Ierymenko
and clean up service start/stop in installer.
2015-05-19Few more fixes to installer firewall rule settings.Adam Ierymenko
2015-05-19Get rid of old _winPokeAHole() hack in one.cpp and use Advanced Installer to ↵Adam Ierymenko
configure firewall rules (because we can now).