aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport/tcp/tcp.c
Commit message (Expand)AuthorAge
* header file fixesGarrett D'Amore2025-10-09
* fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES.Garrett D'Amore2025-10-05
* 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
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* api: pipes should use nng_errGarrett D'Amore2025-01-14
* fix for potential leaking connectionsGarrett D'Amore2024-12-26
* tcp: use nni_aio_startGarrett D'Amore2024-12-26
* transports: all transports use the new inline approachGarrett D'Amore2024-12-15
* tcp transport: use preallocated SP objectsGarrett D'Amore2024-12-15
* tcp transport: inline aios (eliminate failure paths)Garrett D'Amore2024-12-15
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* tcp: implement ep stopGarrett D'Amore2024-12-11
* tcp: remove NNG_OPT_URLGarrett D'Amore2024-11-23
* Collect the bound port as part of the URL at bind time.Garrett D'Amore2024-11-21
* URL u_port should be a number not a string.Garrett D'Amore2024-11-17
* tcp/tls: Remove support for local interface address in dialer URLsGarrett D'Amore2024-11-17
* Remove registration functions (unused).Garrett D'Amore2024-11-04
* Free SP protocol streams before discarding aio objects.Garrett D'Amore2024-05-30
* Another attempt at the close deadlock, fix use-after-free.Garrett D'Amore2024-05-30
* Logging improvements (#1816)Garrett D'Amore2024-04-21
* Log messages when peer sends too large message.Garrett D'Amore2024-04-17
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
* tcp and tls: setting recv max on endpoint does not change pipesGarrett D'Amore2023-12-29
* fixes #1713 SP pipe_send leaks message if aio is canceledGarrett D'Amore2023-11-26
* Minor formatting fix.Garrett D'Amore2023-02-07
* Revert "fixes#1175 nng_listen occasionally fails when reusing ipc socket on W...Garrett D'Amore2023-02-05
* src: sp: tcp: Finish receive aio on close (#1636)Dmitry Shifrin2023-02-05
* fixes#1175 nng_listen occasionally fails when reusing ipc socket on Windows (...Garrett D'Amore2023-02-05
* fixes #1518 Disconnect during negotiation breaks listenerGarrett D'Amore2021-10-16
* Fix premature transport registration. Mark it deprecated.Garrett D'Amore2021-08-01
* Simplify the SP transport initialization process.Garrett D'Amore2021-07-31
* More symbol renamingGarrett D'Amore2021-07-11
* More work on moving SP stuff out of common. Remove unused defs.Garrett D'Amore2021-07-10
* fixes #1421 Failure in tcp and tls local source handlingGarrett D'Amore2021-02-07
* fixes #1345 Restructure the source treeGarrett D'Amore2021-01-01