aboutsummaryrefslogtreecommitdiff
path: root/src/core/dialer.c
Commit message (Expand)AuthorAge
* fixes #2148 Old id_reg_map seems not be freedGarrett D'Amore2025-08-25
* dialer: use inline aioGarrett D'Amore2024-12-26
* dialer: use nni_aio_startGarrett D'Amore2024-12-26
* aio: introduce NNG_ESTOPPEDGarrett D'Amore2024-12-26
* dialer: configure default redial cool-down times (fixes #1964)Garrett D'Amore2024-12-22
* transports: all transports use the new inline approachGarrett D'Amore2024-12-15
* transports: all transports implement stop functionsGarrett D'Amore2024-12-11
* endpoints: add transport ep stop functionsGarrett D'Amore2024-12-11
* pipes and endpoints: support for inline allocations of transport dataGarrett D'Amore2024-12-08
* dialers: add nng_dial_url and nng_dialer_create_urlGarrett D'Amore2024-11-23
* core: remove NNG_OPT_URL entirelyGarrett D'Amore2024-11-23
* dialer/listener: don't allocate before we have a transportGarrett D'Amore2024-11-23
* Select transport using raw URL string.Garrett D'Amore2024-11-22
* Introduce nng_listener_get_url and nng_dialer_get_url.Garrett D'Amore2024-11-21
* Inline dialer URL.Garrett D'Amore2024-11-21
* Merge internal and external URL APIs. No need forGarrett D'Amore2024-11-18
* More url work. Undocument rawurl, and stop using it stats and logs.Garrett D'Amore2024-11-17
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* Logging improvements (#1816)Garrett D'Amore2024-04-21
* Log rejects by app, bind/listen/connect failures.Garrett D'Amore2024-04-14
* fixes #1740 Public ID hash APIGarrett D'Amore2023-12-29
* fixes #1746 Create a new socket:// transport for socketpair() based connectionsGarrett D'Amore2023-12-29
* fix: use ifdef for NNG_ENABLE_STATSMarco Casaroli2023-11-25
* fixes #1658 Possible use-after-free in dialerGarrett D'Amore2023-04-23
* Don't bump error counters for NNG_ECLOSED.Garrett D'Amore2023-02-05
* ID map static initialization support.Garrett D'Amore2021-12-06
* Use static initialization for lists and mutexes.Garrett D'Amore2021-12-05
* SP initialization cannot fail.Garrett D'Amore2021-09-06
* fixes #1498 Endpoint close/shutdown could be synchronous (#1499)Garrett D'Amore2021-09-04
* More symbol renamingGarrett D'Amore2021-07-11
* More work on moving SP stuff out of common. Remove unused defs.Garrett D'Amore2021-07-10
* Several minor cleanups. Fix socket id stat for listener.v1.5.0Garrett D'Amore2021-07-09
* Fix compilation warnings (#1397)Evgeny Ermakov2021-01-02
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* fixes #1323 stats framework is *way* to heavyGarrett D'Amore2020-11-11
* fixes #1289 zerotier should have it's own copy of the id hashing codeGarrett D'Amore2020-08-16
* fixes #1239 Use after free in tlsGarrett D'Amore2020-05-23
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* Fix compilation errors and warnings when NNG_ENABLE_STATS is OFFRobert Bielik2019-12-30
* fixes #1064 Potential deadlock in statistics codeGarrett D'Amore2019-12-29
* fixes #848 server hang waiting for client handshakeGarrett D'Amore2019-02-23
* fixes #835 inproc should use new option APIGarrett D'Amore2018-12-31
* progress on IPC endpointsGarrett D'Amore2018-12-29
* fixes #831 Unify option structures, o_type is unusedGarrett D'Amore2018-12-29
* fixes #4 Statistics supportGarrett D'Amore2018-09-03
* fixes #693 Failed dial results in hard spinGarrett D'Amore2018-08-31
* fixes #673 transports could benefit from access to upper layerGarrett D'Amore2018-08-27
* Remove dead #if 0 code in dialer.Garrett D'Amore2018-08-19
* fixes #654 use aio for synchronous connectGarrett D'Amore2018-08-15