ekoby
28960d46bf
Remove deprecated functions
2024-06-14 09:24:39 -04:00
eugene
c0cc3307e5
fix events in samples
2024-06-13 15:39:56 -04:00
eugene
57c73a8f34
cleanup -- no need for subprojects
2024-05-31 11:59:10 -04:00
Mario Trangoni
e61367b0c7
codespell: Add spelling check and fix all issues ( #597 )
...
* codespell: Add spelling check and fix all issues
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com >
* CONTRIBUTORS: Add Mario Trangoni
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com >
---------
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com >
Co-authored-by: ekoby <7406535+ekoby@users.noreply.github.com >
2024-02-05 11:04:18 -05:00
ekoby
9c5ee781e5
set channel readability before each IO phase ( #592 )
...
* set channel readability before each IO phase
this enables backpressure when application cannot keep up with incoming data
2023-12-18 09:32:04 -05:00
Shawn Carey
dfb3e2991b
rollback tlsuv update for now ( #583 )
...
* rollback tlsuv update for now
2023-12-06 08:15:24 -05:00
ekoby
dd8a94bef2
Fix channel reconnect ( #581 )
...
* reset connection on failed connect
* wait for enroller to finish
* update tlsuv@v0.27 .2
* set msg seq once
* clear up TLS connection on any error
2023-12-04 20:35:03 -05:00
gberl002
cbeb3754f7
Minor formatting changes
2023-11-29 13:33:01 -05:00
gberl002
c8fe0ac5c0
Updating prereqs
2023-11-29 12:47:50 -05:00
gberl002
1c48a9bd30
Fixing a typo and adding some more steps and clarifications to the README
2023-11-29 11:14:52 -05:00
gberl002
3995cfae6d
Initial commit for sample_http_link README
2023-11-29 11:09:51 -05:00
Eugene K
25d0b2c984
update tests and samples
2023-01-27 13:12:24 -05:00
Eugene K
47029fc283
cleanup
2023-01-27 13:09:31 -05:00
ekoby
2e36335725
bump uv-mbed ( #205 )
2020-12-17 17:06:07 -05:00
ekoby
5bc3142f01
implement ziti_context level events ( #203 )
...
* implement ziti_context level events
* implement service events
* implement router events
* add docs
* add convenience accessors
* better handle controller errors:
- Controller unavailable: start re-try timer;
- Authentication failure -- re-auth/login, if that fails stop ziti_context
* Cleanup API
* turn off controller keep-alive
* fix model string compare with NULL strings
2020-12-17 09:14:24 -05:00
ekoby
1bbc8080d1
more flexible logging ( #186 )
...
* more flexible logging
* make log level int for callback
2020-11-27 11:58:07 -05:00
ekoby
b7ae51fc73
Release 0.14.0 ( #112 )
...
* update uv-mbed
* add option to enable TCP keepalive on edge router connections
* changes for new uv-mbed api
* level up: new opts, websocket API
* add release notes
2020-06-26 09:30:03 -04:00
ekoby
b548742c58
Ziti api rename ( #99 )
...
* rename include folder
* rename:
* nf_ctx -> ziti_ctx
* NF_init -> ziti_init
* nf_options -> ziti_options
* rename:
* nf_conn -> ziti_conn
* nf_xxx callbacks
* rename:
* rest of ziti.h
* cleanup proxy
* level up
* clean up samples
* rename nf_config -> ziti_config
* no more `nf`
2020-05-18 13:14:08 -04:00
David Hart
684e407a64
ziti_link -> ziti_src
2020-05-01 08:01:39 -04:00
David Hart
e8ce9c8b85
Removed the ziti link close callback (no longer needed with corrected close handling)
2020-04-28 08:01:26 -04:00
David Hart
fe5f608a20
updated connect and close logic for ziti_links
2020-04-27 13:53:53 -04:00
David Hart
b1cd887607
removed NF_shtdown from callback
2020-04-27 10:54:28 -04:00
David Hart
c4601c6b55
rmoved redundant NF_shutdown
2020-04-26 18:55:38 -04:00
David Hart
b8f51417a9
updated logic for close_cb
2020-04-26 18:50:18 -04:00
David Hart
fcb3e5a879
minor cleanup
2020-04-26 15:14:02 -04:00
David Hart
35bde7b631
sample ziti link program
2020-04-26 15:07:30 -04:00