Age | Commit message (Expand) | Author |
2015-05-04 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg |
2015-05-04 | build & package libZeroTierOneSDK.jnilib on Mac oS | Grant Limberg |
2015-05-04 | When we reset within scope, erase the other entries for that scope so we won'... | Adam Ierymenko |
2015-05-04 | Always update timestamp. | Adam Ierymenko |
2015-05-04 | Make timeout also apply to null check in iam() | Adam Ierymenko |
2015-05-04 | Stop inlining all the Packet armor/dearmor stuff to reduce binary bloat. This... | Adam Ierymenko |
2015-05-04 | So we need to keep track of external surface per reporter, since some NATs as... | Adam Ierymenko |
2015-05-04 | docs | Adam Ierymenko |
2015-05-04 | Merge branch 'adamierymenko-dev' into android-jni | Adam Ierymenko |
2015-05-04 | Hack around GitHub issue #165 (?) | Adam Ierymenko |
2015-05-02 | put a read timeout on the socket | Grant Limberg |
2015-05-02 | added naive OneService implementation. | Grant Limberg |
2015-05-02 | DataStore now works | Grant Limberg |
2015-05-02 | Adding Data Store implementations for Android and normal Java | Grant Limberg |
2015-05-02 | Refactor package name from com.zerotierone.sdk to com.zerotier.sdk | Grant Limberg |
2015-05-02 | ensure java is compiled for JVM 1.7. Android cant read .class files compiled... | Grant Limberg |
2015-05-02 | replace old direct calls to FindClass, GetMethodID, etc with calls that use t... | Grant Limberg |
2015-05-02 | added a JniCache objectet for caching jclass, jmethodID, and jfieldID objects | Grant Limberg |
2015-05-02 | add the basedir to the ant buildfile | Grant Limberg |
2015-05-01 | clean up unused imports | Grant Limberg |
2015-04-30 | Yeah it helps to byte swap the port back to little-endian before sending the ... | Grant Limberg |
2015-04-30 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg |
2015-04-30 | Setup native build for Windows Java. | Grant Limberg |
2015-04-30 | added a class I found to load JNI code from within JAR files on non-android p... | Grant Limberg |
2015-04-30 | Fix deadlock in SelfAwareness by deferring reconnects. | Adam Ierymenko |
2015-04-30 | Get rid of G++ compiler warning. | Adam Ierymenko |
2015-04-30 | Add some missing includes that older G++ cares about. | Adam Ierymenko |
2015-04-30 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg |
2015-04-30 | Add reported external address to OK(HELLO) TRACE to verify SN behavior. | Adam Ierymenko |
2015-04-30 | Learn external IP addresses on OK(HELLO) too. | Adam Ierymenko |
2015-04-30 | Fix to create-test-root-topology. | Adam Ierymenko |
2015-04-30 | Kill old testnet -- was useful in its time, but Docker make running real test... | Adam Ierymenko |
2015-04-30 | Make sure identity.public exists and stays in sync, cleanup extra new in Node... | Adam Ierymenko |
2015-04-30 | Update mktopology so it works again and can easily be used to create test dic... | Adam Ierymenko |
2015-04-30 | Helps to index the array when enumerating a C array. | Adam Ierymenko |
2015-04-30 | docs and Makefile for tcp-proxy | Adam Ierymenko |
2015-04-30 | A few more refinements to TCP code, ready to integrate with "desperation" stu... | Adam Ierymenko |
2015-04-29 | DataStoreGet and Put and EventListener appear to work | Grant Limberg |
2015-04-29 | Fixes for bugs pointed out by updating warnings | Grant Limberg |
2015-04-29 | Ignore windows debug build files | Grant Limberg |
2015-04-29 | add more warnings to the JNI build | Grant Limberg |
2015-04-28 | TCP tunneling implementation -- not tested yet and no initiation yet. | Adam Ierymenko |
2015-04-27 | jclass pointers aren't as cacheable as originally thought. | Grant Limberg |
2015-04-27 | Switch to InetSockAddress instead of InetAddress so we can send the port # to... | Grant Limberg |
2015-04-27 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg |
2015-04-26 | For now just bind TCP to localhost, since we do not permit remote use of the ... | Adam Ierymenko |
2015-04-26 | TCP proxy for tunneling (desperation > 0). | Adam Ierymenko |
2015-04-26 | Do not unite() peers across different IP scopes as this would pretty much nev... | Adam Ierymenko |
2015-04-26 | . | Adam Ierymenko |
2015-04-26 | Was thinking about this HTTP tunneling stuff but decided against for now. Sta... | Adam Ierymenko |