summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Collapse)Author
2023-07-19fix 'No such file or directory' errorBrenton 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-30Update 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-06Merge pull request #223 from zerotier/ldr/rust-demoJoseph Henry
Rust demo updates
2023-06-05should work for non-oneshot (request/response) protocols a little better nowLennon Day-Reynolds
2023-06-05new rust demo + cleanup of buildLennon Day-Reynolds
2023-05-26update various settings for Android and GradleBrenton Bostick
2023-02-21Fix broken include path for JSON libraryJoseph Henry
2023-02-21Fix ZTS_MAX_PEER_NETWORK_PATHS to equal ZTO submodulejanvanbouwel
2022-11-23Merge pull request #201 from tejas238/android-fixes-tejasJoseph Henry
upgrade gradle versions and include .cxx bindings
2022-11-23upgrade gradle versions and include .cxx bindingstejas238
2022-06-06Bump regex from 1.5.4 to 1.5.6 in /pkg/crate/libztdependabot[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-12Update yet another version stringJoseph Henry
2022-05-12Bump pypi package version to 1.8.10Joseph Henry
2022-01-13Add setuptools installation to wheels.ymlJoseph Henry
2022-01-13Merge branch 'bostonrwalker-feature_poetry' into devJoseph Henry
2022-01-12Remove Python 3.5 supportBoston Walker
2022-01-11Remove ManagedRoute.cpp from build.pyJoseph Henry
2022-01-11Include .py file migration in build_py packaging step; perform build_clib ↵Boston Walker
and build_ext before build_py packaging step
2022-01-11Include libzt.py in packageBoston Walker
2021-12-31Migrated Python pkg mgmt to PoetryBoston Walker
2021-12-06Bump NuGet package version numbers to 1.8.4Joseph Henry
2021-12-06Bump NuGet and PyPI package version numbers to 1.8.4Joseph Henry
2021-06-01Bump package and license versions numbersJoseph Henry
2021-05-31Update Rust crateJoseph Henry
2021-05-30Bump Python version numberJoseph Henry
2021-05-30Add Rust bindings (alpha)Joseph Henry
2021-05-29Update Rust crate README.mdJoseph Henry
2021-05-28Add select, getsockopt, setsockopt, ioctl and fcntl to Python wrapperJoseph Henry
2021-05-28Add Python copyright and license text for wrapperJoseph Henry
2021-05-26Update C# NuGet package documentationJoseph Henry
2021-05-26Fixed up build to not use concat and rely on cargo/compiler to do thisErik Hollensbe
work Signed-off-by: Erik Hollensbe <[email protected]>
2021-05-26These 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-25Make Rust address getter return IpAddr instead of StringJoseph Henry
2021-05-24Add Rust bindings (WIP)Joseph Henry
2021-05-19Bump PyPI package versionJoseph Henry
2021-05-19Add address getter method to Python wrapperJoseph Henry
2021-05-19Re-add gradle-wrapper.jarJoseph Henry
2021-05-17Add NetworkStream to C# wrapper. Fix errno bug in C# wrapperJoseph Henry
2021-05-13Minor update to C# NuGet package documentation and example1.4.1Joseph Henry
2021-05-05Slight re-org of C API naming conventionJoseph Henry
2021-05-02Update Python bindings to 1.4.0 API (WIP)Joseph Henry
2021-03-26Add IPv6 to C# ZeroTier.Sockets, Add C# selftest, Misc C API improvementsJoseph Henry
2021-03-20Replace manual csc.exe invokation with dotnet project (for NuGet build)Joseph Henry
2021-03-19Add NuGet package workflowJoseph Henry
2021-03-17Update PyPI package version to 1.3.4b1Joseph Henry
2021-03-16Bugfix: Check argument types and encodings in zts_py_send()Joseph Henry
2021-03-12Add GitHub workflow script to build Python wheels. Update PyPI packageJoseph Henry
2021-03-05Implement more of the Python language binding. Minor adjustments to PyPI packageJoseph Henry
2021-03-05Update various READMEsJoseph Henry
2021-03-03Add PyPI package (WIP)Joseph Henry