Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-22 | add a findNode() function to reduce copypasta | Grant Limberg | |
Signed-off-by: Grant Limberg <glimberg@gmail.com> | |||
2015-04-22 | added implementation for processVirtualNetworkFrame | Grant Limberg | |
Signed-off-by: Grant Limberg <glimberg@gmail.com> | |||
2015-04-22 | add assignedAddresses member to VirtualNetworConfig class | Grant Limberg | |
Signed-off-by: Grant Limberg <glimberg@gmail.com> | |||
2015-04-22 | * Change a few method signatures from java.lang.Long to long[] so that ↵ | Grant Limberg | |
values can be passed back. Signed-off-by: Grant Limberg <glimberg@gmail.com> | |||
2015-04-20 | Move JNI methods to the bottom of the class | Grant Limberg | |
Signed-off-by: Grant Limberg <glimberg@gmail.com> | |||
2015-04-20 | call close() from the Node class's finalize method | Grant Limberg | |
Signed-off-by: Grant Limberg <glimberg@gmail.com> | |||
2015-04-20 | Added JNI code for construction/destruction of ZT1_Node objects | Grant Limberg | |
Signed-off-by: Grant Limberg <glimberg@gmail.com> | |||
2015-04-20 | Updated Java Node class native methods to pass the node ID | Grant Limberg | |
This is so that we know which C-based ZT1_Node struct is being operated on Signed-off-by: Grant Limberg <glimberg@gmail.com> | |||
2015-04-20 | Generated header files for JNI | Grant Limberg | |
Signed-off-by: Grant Limberg <glimberg@gmail.com> | |||
2015-04-20 | first revision of the java API for ZeroTier One | Grant Limberg | |
Signed-off-by: Grant Limberg <glimberg@gmail.com> | |||
2015-04-20 | Add build files for compiling ZeroTier One SDK for Android targets | Grant Limberg | |
Signed-off-by: Grant Limberg <glimberg@gmail.com> |