summaryrefslogtreecommitdiff
path: root/java/jni/com_zerotierone_sdk_Node.cpp
AgeCommit message (Expand)Author
2015-04-24implemented EventCallbackGrant Limberg
2015-04-24implemented WirePacketSendFunctionGrant Limberg
2015-04-24Realized that the jclass and jmethodID variables in the callbacks cannot be s...Grant Limberg
2015-04-24added DataStorePutFunction implementationGrant Limberg
2015-04-24don't need to pass buffer size because java arrays have a .length memberGrant Limberg
2015-04-24implemented DataStoreGetFunction callbackGrant Limberg
2015-04-24implemented VirtualNetworkFrameFunctionCallbackGrant Limberg
2015-04-24implement VirtualNetworkConfigFunctionCallbackGrant Limberg
2015-04-24moved creation of VirtualNetworkConfig objects to ZT1_jniutilsGrant Limberg
2015-04-24create and return the peer arrayGrant Limberg
2015-04-23just adjusting some alignmentGrant Limberg
2015-04-23added infrastructure for Node.peers() and Node.networks() functionsGrant Limberg
2015-04-23node.networkConfig() now creates ArrayLists of multicast subscriptions and as...Grant Limberg
2015-04-23fix field ID signaturesGrant Limberg
2015-04-23move findNode method backGrant Limberg
2015-04-23Node.networkConfig now only needs to populate the lists of assigned addresses...Grant Limberg
2015-04-23move utility functions from anon namespace to ZT1_jniutilsGrant Limberg
2015-04-23finished the JNI implementation of the status() method on NodeGrant Limberg
2015-04-23added functions to create Event, and VirtualNetworkStatus objectsGrant Limberg
2015-04-22scaffolding for implementation of status() and networkConfig()Grant Limberg
2015-04-22Added implemenation for node.address()Grant Limberg
2015-04-22Added implementation for Node.version()Grant Limberg
2015-04-22Can't instantiate enum objects. Fix createResultObject() function so that it...Grant Limberg
2015-04-22multicastSubscribe() and multicastUnsubscribe()Grant Limberg
2015-04-22join() and leave() functionsGrant Limberg
2015-04-22added processBackgroundTasks functionGrant Limberg
2015-04-22added implementation for processWirePacketGrant Limberg
2015-04-22delete the ZT1_Node object when calling Java_com_zerotierone_sdk_Node_node_1d...Grant Limberg
2015-04-22add a findNode() function to reduce copypastaGrant Limberg
2015-04-22added implementation for processVirtualNetworkFrameGrant Limberg
2015-04-20Added JNI code for construction/destruction of ZT1_Node objectsGrant Limberg