| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-19 | fix 'No such file or directory' error | Brenton Bostick | |
| Using a wildcard in cp was breaking the command when more than 1 file is present ``` brenton@Brentons-MacBook-Air libzt % ./build.sh android-aar "release" << build release aar >> brenton@Brentons-MacBook-Air libzt % brenton@Brentons-MacBook-Air libzt % ./build.sh android-aar "debug" << build debug aar >> ... BUILD SUCCESSFUL in 48s 33 actionable tasks: 28 executed, 5 up-to-date cp: target '/Users/brenton/development/github/libzt/dist/android-any-android-debug/libzt-debug.aar': No such file or directory /Users/brenton/development/github/libzt - Build cache : /Users/brenton/development/github/libzt/cache/android-any-android-debug - Build output : /Users/brenton/development/github/libzt/dist 0 /Users/brenton/development/github/libzt/dist/android-any-android-debug brenton@Brentons-MacBook-Air libzt % ``` | |||
| 2023-06-30 | Update examples: | Brenton Bostick | |
| Remove empty MainActivity.java Android example fix CMake variable BUILD_EXAMPLES -> BUILD_HOST_EXAMPLES fix some names in example usage messages: pingable-node -> callbackapi client -> nonblockingclient server -> nonblockingserver pingable-node -> statistics | |||
| 2023-06-06 | Merge pull request #223 from zerotier/ldr/rust-demo | Joseph Henry | |
| Rust demo updates | |||
| 2023-06-05 | should work for non-oneshot (request/response) protocols a little better now | Lennon Day-Reynolds | |
| 2023-06-05 | new rust demo + cleanup of build | Lennon Day-Reynolds | |
| 2023-05-26 | update various settings for Android and Gradle | Brenton Bostick | |
| 2023-02-21 | Fix broken include path for JSON library | Joseph Henry | |
| 2023-02-21 | Fix ZTS_MAX_PEER_NETWORK_PATHS to equal ZTO submodule | janvanbouwel | |
| 2022-11-23 | Merge pull request #201 from tejas238/android-fixes-tejas | Joseph Henry | |
| upgrade gradle versions and include .cxx bindings | |||
| 2022-11-23 | upgrade gradle versions and include .cxx bindings | tejas238 | |
| 2022-06-06 | Bump regex from 1.5.4 to 1.5.6 in /pkg/crate/libzt | dependabot[bot] | |
| Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.6) --- updated-dependencies: - dependency-name: regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> | |||
| 2022-05-12 | Update yet another version string | Joseph Henry | |
| 2022-05-12 | Bump pypi package version to 1.8.10 | Joseph Henry | |
| 2022-01-13 | Add setuptools installation to wheels.yml | Joseph Henry | |
| 2022-01-13 | Merge branch 'bostonrwalker-feature_poetry' into dev | Joseph Henry | |
| 2022-01-12 | Remove Python 3.5 support | Boston Walker | |
| 2022-01-11 | Remove ManagedRoute.cpp from build.py | Joseph Henry | |
| 2022-01-11 | Include .py file migration in build_py packaging step; perform build_clib ↵ | Boston Walker | |
| and build_ext before build_py packaging step | |||
| 2022-01-11 | Include libzt.py in package | Boston Walker | |
| 2021-12-31 | Migrated Python pkg mgmt to Poetry | Boston Walker | |
| 2021-12-06 | Bump NuGet package version numbers to 1.8.4 | Joseph Henry | |
| 2021-12-06 | Bump NuGet and PyPI package version numbers to 1.8.4 | Joseph Henry | |
| 2021-06-01 | Bump package and license versions numbers | Joseph Henry | |
| 2021-05-31 | Update Rust crate | Joseph Henry | |
| 2021-05-30 | Bump Python version number | Joseph Henry | |
| 2021-05-30 | Add Rust bindings (alpha) | Joseph Henry | |
| 2021-05-29 | Update Rust crate README.md | Joseph Henry | |
| 2021-05-28 | Add select, getsockopt, setsockopt, ioctl and fcntl to Python wrapper | Joseph Henry | |
| 2021-05-28 | Add Python copyright and license text for wrapper | Joseph Henry | |
| 2021-05-26 | Update C# NuGet package documentation | Joseph Henry | |
| 2021-05-26 | Fixed up build to not use concat and rely on cargo/compiler to do this | Erik Hollensbe | |
| work Signed-off-by: Erik Hollensbe <[email protected]> | |||
| 2021-05-26 | These are some things I noticed while working in this tree: | Erik Hollensbe | |
| - target/ was not in .gitignore - src/libzt.rs is generated, put in .gitignore and deleted - time_t was not defined; libc is a build dep so didn't want to bring it in for a type. Decided to just typedef it. Signed-off-by: Erik Hollensbe <[email protected]> | |||
| 2021-05-25 | Make Rust address getter return IpAddr instead of String | Joseph Henry | |
| 2021-05-24 | Add Rust bindings (WIP) | Joseph Henry | |
| 2021-05-19 | Bump PyPI package version | Joseph Henry | |
| 2021-05-19 | Add address getter method to Python wrapper | Joseph Henry | |
| 2021-05-19 | Re-add gradle-wrapper.jar | Joseph Henry | |
| 2021-05-17 | Add NetworkStream to C# wrapper. Fix errno bug in C# wrapper | Joseph Henry | |
| 2021-05-13 | Minor update to C# NuGet package documentation and example1.4.1 | Joseph Henry | |
| 2021-05-05 | Slight re-org of C API naming convention | Joseph Henry | |
| 2021-05-02 | Update Python bindings to 1.4.0 API (WIP) | Joseph Henry | |
| 2021-03-26 | Add IPv6 to C# ZeroTier.Sockets, Add C# selftest, Misc C API improvements | Joseph Henry | |
| 2021-03-20 | Replace manual csc.exe invokation with dotnet project (for NuGet build) | Joseph Henry | |
| 2021-03-19 | Add NuGet package workflow | Joseph Henry | |
| 2021-03-17 | Update PyPI package version to 1.3.4b1 | Joseph Henry | |
| 2021-03-16 | Bugfix: Check argument types and encodings in zts_py_send() | Joseph Henry | |
| 2021-03-12 | Add GitHub workflow script to build Python wheels. Update PyPI package | Joseph Henry | |
| 2021-03-05 | Implement more of the Python language binding. Minor adjustments to PyPI package | Joseph Henry | |
| 2021-03-05 | Update various READMEs | Joseph Henry | |
| 2021-03-03 | Add PyPI package (WIP) | Joseph Henry | |
