aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport/tcp
Commit message (Expand)AuthorAge
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* 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
* test: fix uninitialized complaint from tcp recv max testGarrett 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
* tests: fix type mismatch on htonlGarrett D'Amore2024-11-30
* tests: convert TCPv6 transport test to NUTS (and consolidate with v4)Garrett D'Amore2024-11-30
* tests: tcp test converted to NUTSGarrett D'Amore2024-11-30
* dialers: add nng_dial_url and nng_dialer_create_urlGarrett D'Amore2024-11-23
* tcp: remove NNG_OPT_URLGarrett D'Amore2024-11-23
* tests: Avoid NNG_OPT_URL in tcp test.Garrett D'Amore2024-11-23
* Collect the bound port as part of the URL at bind time.Garrett D'Amore2024-11-21
* TCPv6 test suite fixes for addresses.Garrett D'Amore2024-11-18
* URL refactor part 1.Garrett D'Amore2024-11-18
* 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
* Remove untyped nng_dialer_get/set and nng_listener_get/set.Garrett D'Amore2024-11-03
* remove legacy support for configuration of transport options on socketGarrett D'Amore2024-10-20
* Remove the legacy transport registration functions.Garrett D'Amore2024-10-06
* 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