Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-05-26 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg | |
2015-05-26 | Clean old netconf-service from attic. | Adam Ierymenko | |
2015-05-26 | Mac uninstall.sh update. | Adam Ierymenko | |
2015-05-26 | Delete some temporary code. | Adam Ierymenko | |
2015-05-26 | More work on ZT1 NodeJS API client library. | Adam Ierymenko | |
2015-05-26 | Renaming... | Adam Ierymenko | |
2015-05-26 | JS stuff reorg. | Adam Ierymenko | |
2015-05-25 | Some nodeJS work, and apply fix from GitHub issue #166 plus a small ↵ | Adam Ierymenko | |
optimization to avoid repeated calls to _allMulticastGroups(). | |||
2015-05-25 | Go ahead and add flags and invFlags to the Rule table. | Adam Ierymenko | |
2015-05-25 | Clean up attic/ | Adam Ierymenko | |
2015-05-25 | Remove obsolete method. | Adam Ierymenko | |
2015-05-25 | Right 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-23 | fixing up data store stuff | Grant Limberg | |
2015-05-23 | Merge branch 'adamierymenko-dev' into android-jni | Grant Limberg | |