Joseph Henry
f7a8db19d4
Merge branch 'cmake-options' of https://github.com/glebm/libzt into glebm-cmake-options
4 years ago
Joseph Henry
2ae2cc1694
Update ZTO submodule to 1.8.4
4 years ago
Gleb Mazovetskiy
748862a3a0
CMake: Make build vars options
...
This allows distributions to selectively disable some options, such as examples,
which aren't present in the zip file due to `.gitattributes` settings.
4 years ago
Joseph Henry
3527dea0a7
Update ZTO submodule to 1.8.1
4 years ago
Joseph Henry
20e20be0f3
Remove old Node.js wrapper
5 years ago
Joseph Henry
cd4f9e323c
Bump package and license versions numbers
5 years ago
Joseph Henry
3997bc9ed9
Update ZeroTierOne submodule to 1.6.5
5 years ago
Joseph Henry
960bf5990d
Backport port selection logic from 1.6.X
5 years ago
Joseph Henry
d5454040f0
Update Rust crate
5 years ago
Joseph Henry
d49667a55f
Check Python version to determine proper timeout rounding mode
5 years ago
Joseph Henry
50d99aca98
Move auto-format.yml to attic
5 years ago
github-actions
54bb892aaa
Code style enforcement
5 years ago
Joseph Henry
6a2ac3dcfb
Merge
5 years ago
Joseph Henry
ef352cc8f3
Build fix for Python wrapper
5 years ago
github-actions
48fbabe19e
Code style enforcement
5 years ago
Joseph Henry
7ae18961a7
Build fix for Python wrapper
5 years ago
Joseph Henry
3dc2479e07
Bump Python version number
5 years ago
github-actions
0a678a8c8a
Code style enforcement
5 years ago
Joseph Henry
8c275c4899
Add Rust bindings (alpha)
5 years ago
Joseph Henry
3ea146fa5b
Possible fix for Python multithread bug #126
5 years ago
Joseph Henry
f566f7f4f7
Update Rust crate README.md
5 years ago
Joseph Henry
cd3265f8ae
Add select, getsockopt, setsockopt, ioctl and fcntl to Python wrapper
5 years ago
Joseph Henry
96684860fe
Add Python copyright and license text for wrapper
5 years ago
Joseph Henry
9ee053ac36
Only invoke Python user callback if set by user
5 years ago
Joseph Henry
86ffc3645e
Update C# NuGet package documentation
5 years ago
Joseph Henry
31e94d4bbb
Remove debug traces from C# wrapper
5 years ago
joseph-henry
f65d89e35d
Merge pull request #1 from erikh/clean-up-build
...
These are some things I noticed while working in this tree:
5 years ago
Erik Hollensbe
97da6e976c
Fixed up build to not use concat and rely on cargo/compiler to do this
...
work
Signed-off-by: Erik Hollensbe <linux@hollensbe.org>
5 years ago
Erik Hollensbe
2dd5f490c7
These are some things I noticed while working in this tree:
...
- 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 <linux@hollensbe.org>
5 years ago
Joseph Henry
5bf60f6d1c
Make Rust address getter return IpAddr instead of String
5 years ago
Joseph Henry
b821aee0a5
Save reference to managed callback in C# wrapper. Fixes event bug.
5 years ago
Joseph Henry
ede730de1c
Update documentation
5 years ago
Joseph Henry
30d2e5f129
Update Linux build instructions in README.md
5 years ago
Joseph Henry
2a41301e33
Add Rust bindings (WIP)
5 years ago
Joseph Henry
b13746871f
Update link to documentation in README.md
5 years ago
Joseph Henry
49047e2391
Make Node singleton members static. Fixes UB in C# event logic
5 years ago
Joseph Henry
8b30649edc
Update documentation links in READMEs
5 years ago
Joseph Henry
c8e3574de7
Prevent clang-format from messing with auto-generated Python bindings
5 years ago
Joseph Henry
e7eaeadaee
Remove unnecessary return statements in Python sockets error handler
5 years ago
Joseph Henry
a08417cb7d
Bump PyPI package version
5 years ago
Joseph Henry
81d03c3692
Make socket exceptions more specific to match Python semantics
5 years ago
Joseph Henry
4e0813d167
Add address getter method to Python wrapper
5 years ago
Joseph Henry
111dc7f5d9
Format Python code with (black)
5 years ago
Joseph Henry
19b440580e
Merge branch 'master' of https://github.com/zerotier/libzt
5 years ago
Joseph Henry
e4961d4ef7
Minor changes to documentation comments to make parser happy
5 years ago
Joseph Henry
b2c05a81a1
Re-add gradle-wrapper.jar
5 years ago
Joseph Henry
f1e04447e8
Add Android AAR workflow
5 years ago
github-actions
e321d97490
Code style enforcement
5 years ago
Joseph Henry
bbf800c014
Bind to IPv6 unspecified address in ZeroTierSocket constructor
5 years ago
Joseph Henry
08cf10278e
Correctly handle IPv6 unspecified address in C API
5 years ago