Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-19 | Merge branch 'master' of http://git.int.zerotier.com/zerotier/ZeroTierOne ↵ | Adam Ierymenko | |
into dev | |||
2018-10-03 | More insightful errors for get command | Joseph Henry | |
2018-09-28 | get rid of a noisy log line | Grant Limberg | |
2018-09-28 | Merge branch 'dev' into libpq | Grant Limberg | |
2018-09-28 | Working controller & docker container for GKE | Grant Limberg | |
2018-09-25 | Merge pull request #853 from darkain/dev | Adam Ierymenko | |
Fix IPv6 address string representation | |||
2018-09-25 | Merge pull request #822 from dschulz/controller-patch1-dschulz | Adam Ierymenko | |
Add functionality to erase members from networks using file backend i… | |||
2018-09-25 | Merge pull request #858 from tommyang/fix/mac-uninstall-script | Adam Ierymenko | |
macOS uninstall script: remove symlinks from the actual location | |||
2018-09-25 | Merge branch 'dev' into libpq | Grant Limberg | |
2018-09-25 | cleanup connections after errors | Grant Limberg | |
2018-09-23 | Remove symlinks from the actual location | Tommy Yang | |
Binary symlinks are in `/usr/local/bin` instead of `/usr/bin` since commit 0cf4ddd | |||
2018-09-17 | Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev | Joseph Henry | |
2018-09-17 | Changed home path for Synology | Joseph Henry | |
2018-09-15 | Only null terminate the first character | Vincent Milum Jr | |
2018-09-14 | Correcting conversion to/from IP address / string | Vincent 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-14 | Merge pull request #836 from skunkwerks/feature/add-freebsd-debugs | Adam Ierymenko | |
add support for debug flags in FreeBSD | |||
2018-09-14 | Merge pull request #837 from skunkwerks/feature/update-ext-json | Adam Ierymenko | |
update external JSON dependency to address libc++ compatibility | |||
2018-09-14 | Merge pull request #845 from asbjornenge/docker-updates | Adam Ierymenko | |
Using multi-stage build for Dockerfile | |||
2018-09-14 | Merge pull request #848 from darkain/master | Adam Ierymenko | |
Fix compile on FreeBSD targeting ARMv6 (Raspberry Pi) | |||
2018-09-14 | dev should have odd minor version | Adam Ierymenko | |
2018-09-12 | Adding ARM/NEON detection for non-Linux targets | Vincent Milum Jr | |
2018-09-12 | Adding proper EABI target for ARM32/Salsa | Vincent Milum Jr | |
2018-09-11 | Added ability for OneService to monitor local.conf for changes and ↵ | Joseph Henry | |
automatically reload | |||
2018-09-10 | Added ability to specify zt home directory via ZEROTIER_HOME - Addresses ↵ | Joseph Henry | |
ticket #829 | |||
2018-09-10 | Added ability to manually set secondary and tertiary ports in local.conf | Joseph Henry | |
2018-09-07 | Using builder pattern to build in container while keeping final image small | Asbjørn Enge | |
2018-09-06 | Send member/network change notifications via Postgres | Grant Limberg | |
2018-09-05 | quieting things down a little bit | Grant Limberg | |
2018-09-05 | Fix testing for true/false. Dont attempt to update member status on ↵ | Grant Limberg | |
networks that we know dont exist | |||
2018-09-05 | fix crashes | Grant Limberg | |
2018-09-05 | Added some exception hadling. Dont want to live *too* dangerously here | Grant Limberg | |
2018-09-05 | Theoretically we have PostgreSQL support now | Grant Limberg | |
2018-09-04 | dont insert/update creation time. Let the database handle it with the ↵ | Grant Limberg | |
default value | |||
2018-09-04 | commit thread WIP | Grant Limberg | |
2018-09-04 | members initialized | Grant Limberg | |
2018-09-04 | Online Update/Notify thread | Grant Limberg | |
2018-08-31 | Postgres Integration has begun | Grant Limberg | |
2018-08-29 | Update bug_report.md | Travis LaDuke | |
2018-08-29 | Update issue templates | Travis LaDuke | |
2018-08-29 | Update issue templates | Travis LaDuke | |
2018-08-24 | ext: update nlohmann/json to v3.2.0 | Dave Cottlehuber | |
- include libc++7 compatibility for FreeBSD - see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230629 | |||
2018-08-24 | add support for debug flags in FreeBSD | Dave Cottlehuber | |
2018-08-09 | Vault-related amendments | Joseph Henry | |
2018-08-09 | Multipath-related amendments from merge into edge | Joseph Henry | |
2018-08-09 | Build fixes. | Adam Ierymenko | |
2018-08-09 | merge dev | Adam Ierymenko | |
2018-08-03 | Remove direct include of bits/sockaddr.h | Joseph Henry | |
2018-08-02 | Add functionality to erase members from networks using file backend in ↵ | Diego Schulz | |
controller microservice Signed-off-by: Diego Schulz <dschulz@gmail.com> | |||
2018-08-01 | Added ifdef checks to omit some ManagedRoute code in SDK builds | Joseph Henry | |
2018-07-27 | 2018-07-27 -- Version 1.2.12 | Adam 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.) |