aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport.h
Commit message (Expand)AuthorAge
* Fix typos across docs, comments, and CMakemochalins2025-06-02
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* Converted rest of transports to nng_err.Garrett D'Amore2025-04-27
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
* Transport listen: use nng_errGarrett D'Amore2025-04-27
* api: pipes should use nng_errGarrett D'Amore2025-01-14
* Liberally apply some UWYI (use what you include) to header filesGarrett D'Amore2025-01-05
* transports: all transports use the new inline approachGarrett D'Amore2024-12-15
* endpoints: add transport ep stop functionsGarrett D'Amore2024-12-11
* pipes and endpoints: support for inline allocations of transport dataGarrett D'Amore2024-12-08
* Remove the NNG_OPT_IPC_SECURITY_DESCRIPTOR option.Garrett D'Amore2024-11-24
* Select transport using raw URL string.Garrett D'Amore2024-11-22
* Collect the bound port as part of the URL at bind time.Garrett D'Amore2024-11-21
* Merge internal and external URL APIs. No need forGarrett D'Amore2024-11-18
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* SP initialization cannot fail.Garrett D'Amore2021-09-06
* Simplify the SP transport initialization process.Garrett D'Amore2021-07-31
* Fix header guards.Garrett D'Amore2021-07-22
* More symbol renamingGarrett D'Amore2021-07-11
* More work on moving SP stuff out of common. Remove unused defs.Garrett D'Amore2021-07-10
* Move transport.[ch] to SPGarrett D'Amore2021-07-09