summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-25Merge pull request #853 from darkain/devAdam Ierymenko
Fix IPv6 address string representation
2018-09-25Merge pull request #822 from dschulz/controller-patch1-dschulzAdam Ierymenko
Add functionality to erase members from networks using file backend i…
2018-09-25Merge pull request #858 from tommyang/fix/mac-uninstall-scriptAdam Ierymenko
macOS uninstall script: remove symlinks from the actual location
2018-09-23Remove symlinks from the actual locationTommy Yang
Binary symlinks are in `/usr/local/bin` instead of `/usr/bin` since commit 0cf4ddd
2018-09-17Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into devJoseph Henry
2018-09-17Changed home path for SynologyJoseph Henry
2018-09-15Only null terminate the first characterVincent Milum Jr
2018-09-14Correcting conversion to/from IP address / stringVincent Milum Jr
1) Use existing standard libraries to convert to/from IPv4/IPv6 strings and binary representation. 2) Move null terminator assignment InetAddress::toIpString to top of function, this way if ANY errors occurs that don't write content to the buffer, we're not passing a potentially dangerous buffer around.
2018-09-14Merge pull request #836 from skunkwerks/feature/add-freebsd-debugsAdam Ierymenko
add support for debug flags in FreeBSD
2018-09-14Merge pull request #837 from skunkwerks/feature/update-ext-jsonAdam Ierymenko
update external JSON dependency to address libc++ compatibility
2018-09-14Merge pull request #845 from asbjornenge/docker-updatesAdam Ierymenko
Using multi-stage build for Dockerfile
2018-09-14Merge pull request #848 from darkain/masterAdam Ierymenko
Fix compile on FreeBSD targeting ARMv6 (Raspberry Pi)
2018-09-14dev should have odd minor versionAdam Ierymenko
2018-09-12Adding ARM/NEON detection for non-Linux targetsVincent Milum Jr
2018-09-12Adding proper EABI target for ARM32/SalsaVincent Milum Jr
2018-09-11Added ability for OneService to monitor local.conf for changes and ↵Joseph Henry
automatically reload
2018-09-10Added ability to specify zt home directory via ZEROTIER_HOME - Addresses ↵Joseph Henry
ticket #829
2018-09-10Added ability to manually set secondary and tertiary ports in local.confJoseph Henry
2018-09-07Using builder pattern to build in container while keeping final image smallAsbjørn Enge
2018-08-29Update bug_report.mdTravis LaDuke
2018-08-29Update issue templatesTravis LaDuke
2018-08-29Update issue templatesTravis LaDuke
2018-08-24ext: update nlohmann/json to v3.2.0Dave Cottlehuber
- include libc++7 compatibility for FreeBSD - see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230629
2018-08-24add support for debug flags in FreeBSDDave Cottlehuber
2018-08-09Vault-related amendmentsJoseph Henry
2018-08-09Multipath-related amendments from merge into edgeJoseph Henry
2018-08-09Build fixes.Adam Ierymenko
2018-08-09merge devAdam Ierymenko
2018-08-03Remove direct include of bits/sockaddr.hJoseph Henry
2018-08-02Add functionality to erase members from networks using file backend in ↵Diego Schulz
controller microservice Signed-off-by: Diego Schulz <dschulz@gmail.com>
2018-08-01Added ifdef checks to omit some ManagedRoute code in SDK buildsJoseph Henry
2018-07-272018-07-27 -- Version 1.2.12Adam Ierymenko
* Fixed a bug that caused exits to take a long time on Mac due to huge numbers of redundant attempts to delete managed routes. * Fixed a socket limit problem on Windows that caused the ZeroTier service to run out of sockets, causing the UI and CLI to be unable to access the API. * Fixed a threading bug in the ZeroTier Core, albeit one that never manifested on the regular ZeroTier One service/client. * Fixed a bug that could cause the service to crash if an authorized local client accessed an invalid URL via the control API. (Not exploitable since you needed admin access anyway.)
2018-07-27Windows Advanced Installer to 1.2.12Adam Ierymenko
2018-07-25Replace Sao Paolo root with Buenos Aires in default planet def (will push to ↵Adam Ierymenko
network too)
2018-07-25.Adam Ierymenko
2018-07-25Version bumps.Adam Ierymenko
2018-07-20Revert fix for GitHub issue #600 because it causes route objects to build up ↵Adam Ierymenko
forever (at least on Mac). Bleh. #600 is a rare issue and will need some other fix after reliable duplication.
2018-07-20Fix a bug that caused a crash on empty HTTP requests (localhost only) and ↵Adam Ierymenko
add a lightweight lock to the RX queue to prevent possible threads stepping on each other in parallel receive paths.
2018-07-20Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into devAdam Ierymenko
2018-07-20.Adam Ierymenko
2018-07-19Added ifdefs surrounding usage of getifaddrs() on AndroidJoseph Henry
2018-07-11Added basic QoS rule handlingJoseph Henry
2018-07-11Minor tweak to linux makefileJoseph Henry
2018-07-11Return error 503 if RethinkDB is down when built as RethinkDB-based controller.Adam Ierymenko
2018-07-10Rough draft of fq-codel implementationJoseph Henry
2018-07-03Remote debug printf.Adam Ierymenko
2018-07-03Fix two controller bugs: filesystem bug and another possible infinite ↵Adam Ierymenko
recursion bug.
2018-06-28Added "Create and Join Network" menu item to windows system tray UIGrant Limberg
2018-06-28use easy mode for network creationGrant Limberg
2018-06-22Added blurb about allowTcpFallbackRelay to READMEJoseph Henry