summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-08Fix to tap reset code in Windows tap connector.Adam Ierymenko
2015-05-08Fix a bunch of Windows tap issues. Turns out NDIS6 allowed us to ditch some N...Adam Ierymenko
2015-05-08Make peer list font a bit smaller.Adam Ierymenko
2015-05-08Show last unicast and multicast frames.Adam Ierymenko
2015-05-08Now this works... Windows UI wrapper. Turns out there were workarounds, but I...Adam Ierymenko
2015-05-08Fix some settings on WebControl implementation.Adam Ierymenko
2015-05-08Fixes for Windows WebControl.Adam Ierymenko
2015-05-08Hmm... will this work? Very first child of <head>Adam Ierymenko
2015-05-08Move mac-ui into src/Adam Ierymenko
2015-05-08Scratch that wrapper... it was easy to make, but it turns out WebControl is I...Adam Ierymenko
2015-05-08Add pre-build signed UI wrapper .exe.Adam Ierymenko
2015-05-08Windows WebControl based wrapper for web UI.Adam Ierymenko
2015-05-08iconsAdam Ierymenko
2015-05-08docsAdam Ierymenko
2015-05-08UI spacing tweaks.Adam Ierymenko
2015-05-08Minify JS in UI, add Makefile.Adam Ierymenko
2015-05-08UI tweaks, get JSXTransformer out.Adam Ierymenko
2015-05-07Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-05-06Add support for local user account caching of authtoken.secret as in old UI -...Adam Ierymenko
2015-05-06Get user data out of repo.Adam Ierymenko
2015-05-06Pass authtoken in from user, and add a wrapper for web UI on Mac.Adam Ierymenko
2015-05-06Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-05-06UI work...Adam Ierymenko
2015-05-06UI tweaksAdam Ierymenko
2015-05-06Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-05-06Well that works... pretty web UI (currently only works on test node with hard...Adam Ierymenko
2015-05-05Beginning of HTML+Bootstrap+React UI for new desktop client -- looking like i...Adam Ierymenko
2015-05-04Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-05-04build & package libZeroTierOneSDK.jnilib on Mac oSGrant Limberg
2015-05-04When we reset within scope, erase the other entries for that scope so we won'...Adam Ierymenko
2015-05-04Always update timestamp.Adam Ierymenko
2015-05-04Make timeout also apply to null check in iam()Adam Ierymenko
2015-05-04Stop inlining all the Packet armor/dearmor stuff to reduce binary bloat. This...Adam Ierymenko
2015-05-04So we need to keep track of external surface per reporter, since some NATs as...Adam Ierymenko
2015-05-04docsAdam Ierymenko
2015-05-04Merge branch 'adamierymenko-dev' into android-jniAdam Ierymenko
2015-05-04Hack around GitHub issue #165 (?)Adam Ierymenko
2015-05-02put a read timeout on the socketGrant Limberg
2015-05-02added naive OneService implementation.Grant Limberg
2015-05-02DataStore now worksGrant Limberg
2015-05-02Adding Data Store implementations for Android and normal JavaGrant Limberg
2015-05-02Refactor package name from com.zerotierone.sdk to com.zerotier.sdkGrant Limberg
2015-05-02ensure java is compiled for JVM 1.7. Android cant read .class files compiled...Grant Limberg
2015-05-02replace old direct calls to FindClass, GetMethodID, etc with calls that use t...Grant Limberg
2015-05-02added a JniCache objectet for caching jclass, jmethodID, and jfieldID objectsGrant Limberg
2015-05-02add the basedir to the ant buildfileGrant Limberg
2015-05-01clean up unused importsGrant Limberg
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