| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-18 | replace default submoduleHEADmain | zy | |
| 2024-01-12 | example update: wannat | zy | |
| 2024-01-12 | LWIP_RAW IP_FORWARD and debug flag | zy | |
| 2024-01-12 | some printf | zy | |
| 2024-01-12 | add linux tap -> netif | zy | |
| 2024-01-12 | lots of commit | zy | |
| 2023-08-23 | Merge pull request #254 from zerotier/dev | Joseph Henry | |
| Slight tweaks to readme and removal of unused file | |||
| 2023-08-23 | Merge branch 'dev' of https://github.com/zerotier/libzt into dev | Joseph Henry | |
| 2023-08-23 | Remove vestigial version file | Joseph Henry | |
| 2023-08-23 | Update README.md | Joseph Henry | |
| 2023-08-23 | Fix selftest build badge | Joseph Henry | |
| 2023-08-23 | Merge pull request #253 from zerotier/dev | Joseph Henry | |
| Merge dev into main | |||
| 2023-08-21 | Update ZeroTierOne submodule to 1.12 + ipv6 tx fix | Joseph Henry | |
| 2023-08-21 | Merge pull request #252 from zerotier/bugfix/211 | Joseph Henry | |
| Fix #211: Use tcpip_input for IPv6 instead of ethernet_input | |||
| 2023-08-21 | Fix #211: Use tcpip_input for IPv6 instead of ethernet_input | Brenton Bostick | |
| 2023-08-21 | Merge pull request #251 from zerotier/bugfix/244 | Joseph Henry | |
| 2023-08-21 | Fix 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-21 | rename | Brenton Bostick | |
| 2023-08-19 | Merge pull request #250 from zerotier/brenton/fix-examples-warnings | Joseph Henry | |
| fix examples warnings | |||
| 2023-08-19 | Merge pull request #249 from zerotier/brenton/fix-formatting | Joseph Henry | |
| fix formatting | |||
| 2023-08-19 | Merge pull request #248 from zerotier/brenton/fix-redundant-cast | Joseph Henry | |
| Fix warning: [cast] redundant cast to int | |||
| 2023-08-19 | Merge pull request #247 from zerotier/brenton/remove-debug-optimization | Joseph Henry | |
| Remove debug optimization -O3 | |||
| 2023-08-19 | Merge pull request #246 from zerotier/brenton/jni-work | Joseph Henry | |
| Fix fatal error: jni_md.h: No such file or directory | |||
| 2023-08-19 | Merge pull request #245 from zerotier/brenton/add-zts_in6addr_any | Joseph Henry | |
| add ZTS_IN6ADDR_ANY_INIT and zts_in6addr_any | |||
| 2023-08-18 | Fix fatal error: jni_md.h: No such file or directory | Brenton Bostick | |
| And clean up finding JNI in general Tested on Mac, Linux, and Android | |||
| 2023-08-18 | Remove debug optimization -O3 | Brenton Bostick | |
| This was running many optimization passes and preventing debugging | |||
| 2023-08-18 | add ZTS_IN6ADDR_ANY_INIT and zts_in6addr_any | Brenton 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-18 | Fix warning: [cast] redundant cast to int | Brenton Bostick | |
| 2023-08-18 | fix formatting | Brenton Bostick | |
| 2023-08-18 | fix examples warnings | Brenton Bostick | |
| warning: incompatible pointer types passing 'int *' to parameter of type 'unsigned short *' [-Wincompatible-pointer-types] | |||
| 2023-08-04 | Merge pull request #243 from zerotier/bugfix/242 | Joseph Henry | |
| Fix https://github.com/zerotier/libzt/issues/242 | |||
| 2023-08-04 | Fix https://github.com/zerotier/libzt/issues/242 | Brenton Bostick | |
| When processing events, AttachCurrentThread is called, but matching DetachCurrentThread was not being called This prevented main thread from exiting | |||
| 2023-08-03 | Add missing zts_init_set_low_bandwidth_mode | Joseph Henry | |
| 2023-08-02 | Merge pull request #239 from zerotier/brenton/fix-incorrect-types | Joseph Henry | |
| Fix: Incorrect type for parameter 'net_id', which should have type 'j… | |||
| 2023-08-02 | Merge pull request #240 from zerotier/brenton/fix-cannot-resolve-symbol | Joseph Henry | |
| Fix: Cannot resolve symbol 'localPort' | |||
| 2023-08-02 | Fix: 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-02 | Fix: Cannot resolve symbol 'localPort' | Brenton Bostick | |
| Remove second bind() with unused backlog arg and identical impl as first bind() | |||
| 2023-08-02 | Merge pull request #237 from zerotier/brenton/fix-switch | Joseph Henry | |
| Fix: warning: enumeration value 'TCP_HTTP_OUTGOING' not handled in sw… | |||
| 2023-08-02 | Merge pull request #238 from zerotier/brenton/fix-reorder-ctor | Joseph Henry | |
| Fix: field '_lastRestart' will be initialized after field '_tcpFallba… | |||
| 2023-08-02 | Fix: warning: enumeration value 'TCP_HTTP_OUTGOING' not handled in switch ↵ | Brenton Bostick | |
| [-Wswitch] | |||
| 2023-08-02 | Fix: field '_lastRestart' will be initialized after field ↵ | Brenton Bostick | |
| '_tcpFallbackTunnel' [-Wreorder-ctor] | |||
| 2023-08-02 | Merge pull request #236 from zerotier/brenton/fix-typos | Joseph Henry | |
| Fix typos and bump ZTO submodule commit to include Fix typos (https:/… | |||
| 2023-08-02 | Fix typos and bump ZTO submodule commit to include Fix typos ↵ | Brenton Bostick | |
| (https://github.com/zerotier/ZeroTierOne/pull/2075) | |||
| 2023-07-26 | Fix tcp relay api logic error | Joseph Henry | |
| 2023-07-26 | Fix mismatched types in tcp relay api | Joseph Henry | |
| 2023-07-24 | Port over TCP relay functionality from ZeroTier One | Joseph Henry | |
| 2023-07-20 | Merge pull request #230 from ↵ | Joseph Henry | |
| zerotier/brenton/fix-no-such-file-or-directory-error fix 'No such file or directory' error | |||
| 2023-07-20 | Merge pull request #231 from zerotier/brenton/fix-return-type-warnings | Joseph Henry | |
| fix return type warnings | |||
| 2023-07-20 | Merge pull request #232 from zerotier/brenton/fix-missing-jni-function | Joseph Henry | |
| fix: Cannot resolve corresponding JNI function Java_com_zerotier_sock… | |||
| 2023-07-20 | Merge pull request #233 from zerotier/brenton/fix-unused-warnings | Joseph Henry | |
| fix unused warnings | |||
