Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-03 | Make max HTTP message size (max update size) larger since Windows MSI is ↵ | Adam Ierymenko | |
about 8MB already. | |||
2015-06-03 | Make status line in UI show "TUNNELED" if slow TCP tunneling mode is active. | Adam Ierymenko | |
2015-06-03 | NOHUP-ify the child process on OSX auto-update. | Adam Ierymenko | |
2015-06-03 | Auto-update fix -- signature is in hex. | Adam Ierymenko | |
2015-06-03 | Put version back to 1.0.3. | Adam Ierymenko | |
2015-06-03 | Temporarily bump version to fake 1.0.99 to test auto-update within network. | Adam Ierymenko | |
2015-06-02 | OSX .pkg files must be signed with productsign and an installer cert. | Adam Ierymenko | |
2015-06-02 | Get rid of "autoupdating" in Linux package names. | Adam Ierymenko | |
2015-06-02 | docs | Adam Ierymenko | |
2015-06-02 | Linux installer tweaks, and Mac updater tweak. | Adam Ierymenko | |
2015-06-02 | docs | Adam Ierymenko | |
2015-06-02 | docs | Adam Ierymenko | |
2015-06-02 | docs | Adam Ierymenko | |
2015-06-02 | docs | Adam Ierymenko | |
2015-06-02 | gcc not g++ for CC | Adam Ierymenko | |
2015-06-02 | Eliminate "which" dependency in Linux makefile. | Adam Ierymenko | |
2015-06-02 | docs | Adam Ierymenko | |
2015-06-02 | docs | Adam Ierymenko | |
2015-06-02 | docs | Adam Ierymenko | |
2015-06-02 | Delete merge temp file. | Adam Ierymenko | |
2015-06-02 | Merge branch 'adamierymenko-dev' into android-jni | Adam Ierymenko | |
2015-06-02 | Merge organized .gitignore | Adam Ierymenko | |
2015-06-02 | Organize .gitignore and merge stuff from Android-JNI branch. | Adam Ierymenko | |
2015-06-02 | Yet another /Users/api path in packages script. | Adam Ierymenko | |
2015-06-02 | Fix paths again in Mac pkg build. | Adam Ierymenko | |
2015-06-02 | Path fix in Packages build file for Mac | Adam Ierymenko | |
2015-06-01 | Fixed 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-01 | Enable ZT_TRACE and more verbose build output | Grant Limberg | |
2015-06-01 | Apply @marning suggested SSE auto-detect to make builds easier on non-x86 ↵ | Adam Ierymenko | |
platforms: https://github.com/mwarning/ZeroTierOne/commit/aa2fd044cb69b97eef1ea38d5fefd18543aae22a | |||
2015-06-01 | Linux build fix. | Adam Ierymenko | |
2015-06-01 | Kill obsolete amSupernode method -- we now have no differing behaviors. | Adam Ierymenko | |
2015-06-01 | docs | Adam Ierymenko | |
2015-06-01 | Fix to GitHub issue #140 -- network preferred relays. Also go ahead and ↵ | Adam Ierymenko | |
allow RENDEZVOUS from regular peers. | |||
2015-06-01 | Rest of GitHub issue #140 implementation. | Adam Ierymenko | |
2015-06-01 | Call it _relays since there might be other kinds later. | Adam Ierymenko | |
2015-06-01 | Always ping / contact network preferred relays (if any). | Adam Ierymenko | |
2015-06-01 | Add BackgroundResolver to Windows build. | Adam Ierymenko | |
2015-06-01 | Fix for GitHub issue #170 | Adam Ierymenko | |
2015-05-28 | more logging | Grant Limberg | |
2015-05-28 | Fix DataStoreGetFunction. | Grant Limberg | |
2015-05-28 | Use object arrays rather than ArrayList. JNI side | Grant Limberg | |
2015-05-28 | Replace ArrayList instances with [] | Grant Limberg | |
2015-05-27 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg | |
2015-05-27 | LOTS more error checking and logging. | Grant Limberg | |
Running into a wall attempting to add items to an ArrayList from the JNI side | |||
2015-05-28 | Fix installer path, add netconf option to make-linux. | Adam Ierymenko | |
2015-05-27 | Fix 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-26 | fix datastore get call in JNI | Grant 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-26 | added the android verbose log level and moved most jni debug messages to verbose | Grant Limberg | |
2015-05-26 | add a missing break from a switch | Grant Limberg | |
2015-05-26 | still getting re-used to all the places you have to put access modifiers in Java | Grant Limberg | |