summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-03Linux auto-update is going away.Adam Ierymenko
2015-06-03Make max HTTP message size (max update size) larger since Windows MSI is ↵Adam Ierymenko
about 8MB already.
2015-06-03Make status line in UI show "TUNNELED" if slow TCP tunneling mode is active.Adam Ierymenko
2015-06-03NOHUP-ify the child process on OSX auto-update.Adam Ierymenko
2015-06-03Auto-update fix -- signature is in hex.Adam Ierymenko
2015-06-03Put version back to 1.0.3.Adam Ierymenko
2015-06-03Temporarily bump version to fake 1.0.99 to test auto-update within network.Adam Ierymenko
2015-06-02OSX .pkg files must be signed with productsign and an installer cert.Adam Ierymenko
2015-06-02Get rid of "autoupdating" in Linux package names.Adam Ierymenko
2015-06-02docsAdam Ierymenko
2015-06-02Linux installer tweaks, and Mac updater tweak.Adam Ierymenko
2015-06-02docsAdam Ierymenko
2015-06-02docsAdam Ierymenko
2015-06-02docsAdam Ierymenko
2015-06-02docsAdam Ierymenko
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