summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-18replace default submoduleHEADmainzy
2024-01-12example update: wannatzy
2024-01-12LWIP_RAW IP_FORWARD and debug flagzy
2024-01-12some printfzy
2024-01-12add linux tap -> netifzy
2024-01-12lots of commitzy
2023-08-23Merge pull request #254 from zerotier/devJoseph Henry
Slight tweaks to readme and removal of unused file
2023-08-23Merge branch 'dev' of https://github.com/zerotier/libzt into devJoseph Henry
2023-08-23Remove vestigial version fileJoseph Henry
2023-08-23Update README.mdJoseph Henry
2023-08-23Fix selftest build badgeJoseph Henry
2023-08-23Merge pull request #253 from zerotier/devJoseph Henry
Merge dev into main
2023-08-21Update ZeroTierOne submodule to 1.12 + ipv6 tx fixJoseph Henry
2023-08-21Merge pull request #252 from zerotier/bugfix/211Joseph Henry
Fix #211: Use tcpip_input for IPv6 instead of ethernet_input
2023-08-21Fix #211: Use tcpip_input for IPv6 instead of ethernet_inputBrenton Bostick
2023-08-21Merge pull request #251 from zerotier/bugfix/244Joseph Henry
2023-08-21Fix https://github.com/zerotier/libzt/issues/244:Brenton Bostick
Memory leak if libzt events aren't consumed by user app If arg is not enqueued by Events, then treat as if ownership has NOT been transferred and caller of Events->enqueue is responsible for freeing
2023-08-21renameBrenton Bostick
2023-08-19Merge pull request #250 from zerotier/brenton/fix-examples-warningsJoseph Henry
fix examples warnings
2023-08-19Merge pull request #249 from zerotier/brenton/fix-formattingJoseph Henry
fix formatting
2023-08-19Merge pull request #248 from zerotier/brenton/fix-redundant-castJoseph Henry
Fix warning: [cast] redundant cast to int
2023-08-19Merge pull request #247 from zerotier/brenton/remove-debug-optimizationJoseph Henry
Remove debug optimization -O3
2023-08-19Merge pull request #246 from zerotier/brenton/jni-workJoseph Henry
Fix fatal error: jni_md.h: No such file or directory
2023-08-19Merge pull request #245 from zerotier/brenton/add-zts_in6addr_anyJoseph Henry
add ZTS_IN6ADDR_ANY_INIT and zts_in6addr_any
2023-08-18Fix fatal error: jni_md.h: No such file or directoryBrenton Bostick
And clean up finding JNI in general Tested on Mac, Linux, and Android
2023-08-18Remove debug optimization -O3Brenton Bostick
This was running many optimization passes and preventing debugging
2023-08-18add ZTS_IN6ADDR_ANY_INIT and zts_in6addr_anyBrenton Bostick
These mimic IN6ADDR_ANY_INIT and in6addr_any For setting sin6_addr in zts_sockaddr_in6: ``` struct zts_sockaddr_in6 addr6; addr6.sin6_addr = zts_in6addr_any; ```
2023-08-18Fix warning: [cast] redundant cast to intBrenton Bostick
2023-08-18fix formattingBrenton Bostick
2023-08-18fix examples warningsBrenton Bostick
warning: incompatible pointer types passing 'int *' to parameter of type 'unsigned short *' [-Wincompatible-pointer-types]
2023-08-04Merge pull request #243 from zerotier/bugfix/242Joseph Henry
Fix https://github.com/zerotier/libzt/issues/242
2023-08-04Fix https://github.com/zerotier/libzt/issues/242Brenton Bostick
When processing events, AttachCurrentThread is called, but matching DetachCurrentThread was not being called This prevented main thread from exiting
2023-08-03Add missing zts_init_set_low_bandwidth_modeJoseph Henry
2023-08-02Merge pull request #239 from zerotier/brenton/fix-incorrect-typesJoseph Henry
Fix: Incorrect type for parameter 'net_id', which should have type 'j…
2023-08-02Merge pull request #240 from zerotier/brenton/fix-cannot-resolve-symbolJoseph Henry
Fix: Cannot resolve symbol 'localPort'
2023-08-02Fix: Incorrect type for parameter 'net_id', which should have type 'jlong'.Brenton Bostick
Incorrect return type uint64_t, which should have been jlong. Incorrect return type uint64_t, which should have been jlong. Incorrect return type uint64_t, which should have been jlong.
2023-08-02Fix: Cannot resolve symbol 'localPort'Brenton Bostick
Remove second bind() with unused backlog arg and identical impl as first bind()
2023-08-02Merge pull request #237 from zerotier/brenton/fix-switchJoseph Henry
Fix: warning: enumeration value 'TCP_HTTP_OUTGOING' not handled in sw…
2023-08-02Merge pull request #238 from zerotier/brenton/fix-reorder-ctorJoseph Henry
Fix: field '_lastRestart' will be initialized after field '_tcpFallba…
2023-08-02Fix: warning: enumeration value 'TCP_HTTP_OUTGOING' not handled in switch ↵Brenton Bostick
[-Wswitch]
2023-08-02Fix: field '_lastRestart' will be initialized after field ↵Brenton Bostick
'_tcpFallbackTunnel' [-Wreorder-ctor]
2023-08-02Merge pull request #236 from zerotier/brenton/fix-typosJoseph Henry
Fix typos and bump ZTO submodule commit to include Fix typos (https:/…
2023-08-02Fix typos and bump ZTO submodule commit to include Fix typos ↵Brenton Bostick
(https://github.com/zerotier/ZeroTierOne/pull/2075)
2023-07-26Fix tcp relay api logic errorJoseph Henry
2023-07-26Fix mismatched types in tcp relay apiJoseph Henry
2023-07-24Port over TCP relay functionality from ZeroTier OneJoseph Henry
2023-07-20Merge pull request #230 from ↵Joseph Henry
zerotier/brenton/fix-no-such-file-or-directory-error fix 'No such file or directory' error
2023-07-20Merge pull request #231 from zerotier/brenton/fix-return-type-warningsJoseph Henry
fix return type warnings
2023-07-20Merge pull request #232 from zerotier/brenton/fix-missing-jni-functionJoseph Henry
fix: Cannot resolve corresponding JNI function Java_com_zerotier_sock…
2023-07-20Merge pull request #233 from zerotier/brenton/fix-unused-warningsJoseph Henry
fix unused warnings