index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2015-04-26
Starting on new external updater binary.
Adam Ierymenko
2015-04-25
It's now possible to actually create a Node object in Java/Android!!!
Grant Limberg
2015-04-25
Added logging to Android logcat
Grant Limberg
2015-04-25
added NodeException
Grant Limberg
2015-04-25
fix strings pointing to enum fields in ResultCode java class
Grant Limberg
2015-04-25
If we could not recursively add ZeroTierOneSDK.jar to ZeroTierOneSDK.jar, tha...
Grant Limberg
2015-04-25
Merge branch 'adamierymenko-dev' into android-jni
Grant Limberg
2015-04-25
Package the Android native libraries right in the .jar file
Grant Limberg
2015-04-25
fix for a previously renamed class
Grant Limberg
2015-04-25
generate javadocs for the Java SDK
Grant Limberg
2015-04-25
attic cleanup
Adam Ierymenko
2015-04-25
Rebuild and re-sign the x86 driver... previous attempt was somehow borked but...
Adam Ierymenko
2015-04-25
x86 version of signed NDIS6 driver.
Adam Ierymenko
2015-04-25
Use NDIS6 driver preferentially if available.
Adam Ierymenko
2015-04-25
NDIS6 driver signed x64 build (not fully tested yet, but committing work)
Adam Ierymenko
2015-04-25
Rename old driver to -ndis5.
Adam Ierymenko
2015-04-25
Do the same modifications to the NDIS 6 code base as were done to the old 5 d...
Adam Ierymenko
2015-04-24
NDIS6 driver with VS project to build -- builds correctly, not customized for...
Adam Ierymenko
2015-04-24
Cache jclass and jmethod instances for callbacks on the JniRef struct.
Grant Limberg
2015-04-24
implemented EventCallback
Grant Limberg
[prev]
[next]