summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-30Yeah it helps to byte swap the port back to little-endian before sending the ...Grant Limberg
2015-04-30Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-04-30Setup native build for Windows Java.Grant Limberg
2015-04-30added a class I found to load JNI code from within JAR files on non-android p...Grant Limberg
2015-04-30Fix deadlock in SelfAwareness by deferring reconnects.Adam Ierymenko
2015-04-30Get rid of G++ compiler warning.Adam Ierymenko
2015-04-30Add some missing includes that older G++ cares about.Adam Ierymenko
2015-04-30Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-04-30Add reported external address to OK(HELLO) TRACE to verify SN behavior.Adam Ierymenko
2015-04-30Learn external IP addresses on OK(HELLO) too.Adam Ierymenko
2015-04-30Fix to create-test-root-topology.Adam Ierymenko
2015-04-30Kill old testnet -- was useful in its time, but Docker make running real test...Adam Ierymenko
2015-04-30Make sure identity.public exists and stays in sync, cleanup extra new in Node...Adam Ierymenko
2015-04-30Update mktopology so it works again and can easily be used to create test dic...Adam Ierymenko
2015-04-30Helps to index the array when enumerating a C array.Adam Ierymenko
2015-04-30docs and Makefile for tcp-proxyAdam Ierymenko
2015-04-30A few more refinements to TCP code, ready to integrate with "desperation" stu...Adam Ierymenko
2015-04-29DataStoreGet and Put and EventListener appear to workGrant Limberg
2015-04-29Fixes for bugs pointed out by updating warningsGrant Limberg
2015-04-29Ignore windows debug build filesGrant Limberg
2015-04-29add more warnings to the JNI buildGrant Limberg
2015-04-28TCP tunneling implementation -- not tested yet and no initiation yet.Adam Ierymenko
2015-04-27jclass pointers aren't as cacheable as originally thought.Grant Limberg
2015-04-27Switch to InetSockAddress instead of InetAddress so we can send the port # to...Grant Limberg
2015-04-27Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-04-26For now just bind TCP to localhost, since we do not permit remote use of the ...Adam Ierymenko
2015-04-26TCP proxy for tunneling (desperation > 0).Adam Ierymenko
2015-04-26Do not unite() peers across different IP scopes as this would pretty much nev...Adam Ierymenko
2015-04-26.Adam Ierymenko
2015-04-26Was thinking about this HTTP tunneling stuff but decided against for now. Sta...Adam Ierymenko
2015-04-26Starting on new external updater binary.Adam Ierymenko
2015-04-25It's now possible to actually create a Node object in Java/Android!!!Grant Limberg
2015-04-25Added logging to Android logcatGrant Limberg
2015-04-25added NodeExceptionGrant Limberg
2015-04-25fix strings pointing to enum fields in ResultCode java classGrant Limberg
2015-04-25If we could not recursively add ZeroTierOneSDK.jar to ZeroTierOneSDK.jar, tha...Grant Limberg
2015-04-25Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-04-25Package the Android native libraries right in the .jar fileGrant Limberg
2015-04-25fix for a previously renamed classGrant Limberg
2015-04-25generate javadocs for the Java SDKGrant Limberg
2015-04-25attic cleanupAdam Ierymenko
2015-04-25Rebuild and re-sign the x86 driver... previous attempt was somehow borked but...Adam Ierymenko
2015-04-25x86 version of signed NDIS6 driver.Adam Ierymenko
2015-04-25Use NDIS6 driver preferentially if available.Adam Ierymenko
2015-04-25NDIS6 driver signed x64 build (not fully tested yet, but committing work)Adam Ierymenko
2015-04-25Rename old driver to -ndis5.Adam Ierymenko
2015-04-25Do the same modifications to the NDIS 6 code base as were done to the old 5 d...Adam Ierymenko
2015-04-24NDIS6 driver with VS project to build -- builds correctly, not customized for...Adam Ierymenko
2015-04-24Cache jclass and jmethod instances for callbacks on the JniRef struct.Grant Limberg
2015-04-24implemented EventCallbackGrant Limberg