Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-28 | Fix DataStoreGetFunction. | Grant Limberg | |
2015-05-28 | Use object arrays rather than ArrayList. JNI side | Grant Limberg | |
2015-05-28 | Replace ArrayList instances with [] | Grant Limberg | |
2015-05-27 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg | |
2015-05-27 | LOTS more error checking and logging. | Grant Limberg | |
Running into a wall attempting to add items to an ArrayList from the JNI side | |||
2015-05-28 | Fix installer path, add netconf option to make-linux. | Adam Ierymenko | |
2015-05-27 | Fix 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-26 | fix datastore get call in JNI | Grant 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-26 | added the android verbose log level and moved most jni debug messages to verbose | Grant Limberg | |
2015-05-26 | add a missing break from a switch | Grant Limberg | |
2015-05-26 | still getting re-used to all the places you have to put access modifiers in Java | Grant Limberg | |
2015-05-26 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg | |
2015-05-26 | Clean old netconf-service from attic. | Adam Ierymenko | |
2015-05-26 | Mac uninstall.sh update. | Adam Ierymenko | |
2015-05-26 | Delete some temporary code. | Adam Ierymenko | |
2015-05-26 | More work on ZT1 NodeJS API client library. | Adam Ierymenko | |
2015-05-26 | Renaming... | Adam Ierymenko | |
2015-05-26 | JS stuff reorg. | Adam Ierymenko | |
2015-05-25 | Some nodeJS work, and apply fix from GitHub issue #166 plus a small ↵ | Adam Ierymenko | |
optimization to avoid repeated calls to _allMulticastGroups(). | |||
2015-05-25 | Go ahead and add flags and invFlags to the Rule table. | Adam Ierymenko | |
2015-05-25 | Clean up attic/ | Adam Ierymenko | |
2015-05-25 | Remove obsolete method. | Adam Ierymenko | |
2015-05-25 | Right 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-23 | fixing up data store stuff | Grant Limberg | |
2015-05-23 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg | |
2015-05-22 | Build fix. | Adam Ierymenko | |
2015-05-22 | typo | Adam Ierymenko | |
2015-05-22 | TCP fallback tunneling is now working. That hurt more than expected. | Adam Ierymenko | |
2015-05-22 | One second delay between NAT-t events. | Adam Ierymenko | |
2015-05-22 | Add delay to NAT-t escalation stuff to try to address GitHub issue #167 | Adam Ierymenko | |
2015-05-22 | TCP proxy should actually bind to its TCP port. Seems like a good idea. | Adam Ierymenko | |
2015-05-21 | Remove link desperation from java API | Grant Limberg | |
2015-05-21 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg | |
Conflicts: .gitignore | |||
2015-05-21 | Basic TCP fallback -- now to test. | Adam Ierymenko | |
2015-05-21 | Completely 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-21 | Build fix. | Adam Ierymenko | |
2015-05-21 | Add some proxy debugging, and auto-resolve and periodically re-resolve TCP ↵ | Adam Ierymenko | |
fallback tunnel hostname. | |||
2015-05-21 | BackgroundResolver test. | Adam Ierymenko | |
2015-05-21 | Background resolver. | Adam Ierymenko | |
2015-05-20 | Clean old update code out of Windows service wrapper. | Adam Ierymenko | |
2015-05-20 | Windows auto-update integration into OneService. | Adam Ierymenko | |
2015-05-20 | Apple auto-update stuff, now for Windows. | Adam Ierymenko | |
2015-05-20 | Ground work for reincorporating software updater for select platforms. | Adam Ierymenko | |
2015-05-20 | . | Adam Ierymenko | |
2015-05-20 | Don'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-19 | Make tap driver even more defensive... seems to maybe fix the new network ↵ | Adam Ierymenko | |
problem. Have to test a bit more. | |||
2015-05-19 | Windows build warning removal, be more defensive in Windows tap driver code, ↵ | Adam Ierymenko | |
and clean up service start/stop in installer. | |||
2015-05-19 | Few more fixes to installer firewall rule settings. | Adam Ierymenko | |
2015-05-19 | Get rid of old _winPokeAHole() hack in one.cpp and use Advanced Installer to ↵ | Adam Ierymenko | |
configure firewall rules (because we can now). |