aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport/ipc
Commit message (Expand)AuthorAge
* Plumb sockaddrs all the way through pipes, make them failsafe.Garrett D'Amore2025-10-25
* header file fixesGarrett D'Amore2025-10-09
* Add zone.h for illumos zones.Garrett D'Amore2025-08-24
* 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
* ipc: minor adjustments for ECLOSED and loggingGarrett D'Amore2025-01-03
* fixes #2061 Move IPC parameters from uint64 to intGarrett D'Amore2025-01-03
* ipc: use nni_aio_startGarrett D'Amore2024-12-26
* test: fix valgrind complaint about unitialized test data in ipc testGarrett D'Amore2024-12-22
* transports: all transports use the new inline approachGarrett D'Amore2024-12-15
* ipc: remove unnecessary check for null msg in finiGarrett D'Amore2024-12-15
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* ipc transport: convert to using inline data structuresGarrett D'Amore2024-12-11
* windows ipc: significant refactorGarrett D'Amore2024-12-09
* Remove the NNG_OPT_IPC_SECURITY_DESCRIPTOR option.Garrett D'Amore2024-11-24
* ipc: Add NNG_OPT_REMADDR for dialer.Garrett D'Amore2024-11-23
* 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
* ipc: listener cancellation testGarrett D'Amore2024-11-05
* ipc: validate stale cleanup listenerGarrett D'Amore2024-11-05
* IPC test - note which ones skipped.Garrett D'Amore2024-11-05
* Remove registration functions (unused).Garrett D'Amore2024-11-04
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03
* Replace `NNG_OPT_RAW` with `nng_socket_raw`.Garrett D'Amore2024-11-02
* 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
* ipc: changing ep receive max should not affect established pipesGarrett D'Amore2023-12-29
* ipc: refactor get peerid support to use common POSIX codeGarrett D'Amore2023-12-29
* fixes #1713 SP pipe_send leaks message if aio is canceledGarrett D'Amore2023-11-26
* Revert "fixes#1175 nng_listen occasionally fails when reusing ipc socket on W...Garrett D'Amore2023-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 #1345 Restructure the source treeGarrett D'Amore2021-01-01