summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-02gcc not g++ for CCAdam Ierymenko
2015-06-02Eliminate "which" dependency in Linux makefile.Adam Ierymenko
2015-06-02docsAdam Ierymenko
2015-06-02docsAdam Ierymenko
2015-06-02docsAdam Ierymenko
2015-06-02Delete merge temp file.Adam Ierymenko
2015-06-02Merge branch 'adamierymenko-dev' into android-jniAdam Ierymenko
2015-06-02Merge organized .gitignoreAdam Ierymenko
2015-06-02Organize .gitignore and merge stuff from Android-JNI branch.Adam Ierymenko
2015-06-02Yet another /Users/api path in packages script.Adam Ierymenko
2015-06-02Fix paths again in Mac pkg build.Adam Ierymenko
2015-06-02Path fix in Packages build file for MacAdam Ierymenko
2015-06-01Fixed sending a port number of 0 to ZT1.Grant Limberg
Fixed VirtualNetworkConfigFunction (creating array to send to Java) Fixed the creating InetAddress instead of InetSocketAddress in virtual network config callback
2015-06-01Enable ZT_TRACE and more verbose build outputGrant Limberg
2015-06-01Apply @marning suggested SSE auto-detect to make builds easier on non-x86 ↵Adam Ierymenko
platforms: https://github.com/mwarning/ZeroTierOne/commit/aa2fd044cb69b97eef1ea38d5fefd18543aae22a
2015-06-01Linux build fix.Adam Ierymenko
2015-06-01Kill obsolete amSupernode method -- we now have no differing behaviors.Adam Ierymenko
2015-06-01docsAdam Ierymenko
2015-06-01Fix to GitHub issue #140 -- network preferred relays. Also go ahead and ↵Adam Ierymenko
allow RENDEZVOUS from regular peers.
2015-06-01Rest of GitHub issue #140 implementation.Adam Ierymenko
2015-06-01Call it _relays since there might be other kinds later.Adam Ierymenko
2015-06-01Always ping / contact network preferred relays (if any).Adam Ierymenko
2015-06-01Add BackgroundResolver to Windows build.Adam Ierymenko
2015-06-01Fix for GitHub issue #170Adam Ierymenko
2015-05-28more loggingGrant Limberg
2015-05-28Fix DataStoreGetFunction.Grant Limberg
2015-05-28Use object arrays rather than ArrayList. JNI sideGrant Limberg
2015-05-28Replace ArrayList instances with []Grant Limberg
2015-05-27Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-05-27LOTS more error checking and logging.Grant Limberg
Running into a wall attempting to add items to an ArrayList from the JNI side
2015-05-28Fix installer path, add netconf option to make-linux.Adam Ierymenko
2015-05-27Fix for GitHub issue #133, and move restart out of installer to address ↵Adam Ierymenko
restart problem. Installer probably should NOT mess with the running service, since Linux servers are likely to be production.
2015-05-26fix datastore get call in JNIGrant Limberg
Just delete the local reference rather than do an array delete. Array delete was causing a crash on loading network config files. Deleting the local ref works fine, though, as it still lets the JVM garbage collecter know that the native code is done with the array
2015-05-26added the android verbose log level and moved most jni debug messages to verboseGrant Limberg
2015-05-26add a missing break from a switchGrant Limberg
2015-05-26still getting re-used to all the places you have to put access modifiers in JavaGrant Limberg
2015-05-26Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-05-26Clean old netconf-service from attic.Adam Ierymenko
2015-05-26Mac uninstall.sh update.Adam Ierymenko
2015-05-26Delete some temporary code.Adam Ierymenko
2015-05-26More work on ZT1 NodeJS API client library.Adam Ierymenko
2015-05-26Renaming...Adam Ierymenko
2015-05-26JS stuff reorg.Adam Ierymenko
2015-05-25Some nodeJS work, and apply fix from GitHub issue #166 plus a small ↵Adam Ierymenko
optimization to avoid repeated calls to _allMulticastGroups().
2015-05-25Go ahead and add flags and invFlags to the Rule table.Adam Ierymenko
2015-05-25Clean up attic/Adam Ierymenko
2015-05-25Remove obsolete method.Adam Ierymenko
2015-05-25Right now only FreeBSD can use BSDEthernetTap, which will probably get ↵Adam Ierymenko
renamed accordingly. NetBSD and OpenBSD do not support tap, only tun, so they will have to wait.
2015-05-23fixing up data store stuffGrant Limberg
2015-05-23Merge branch 'adamierymenko-dev' into android-jniGrant Limberg