aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Introduce accessors for nng_url struct and make it opaque.Garrett D'Amore2024-11-18
* URL refactor part 1.Garrett D'Amore2024-11-18
* More url work. Undocument rawurl, and stop using it stats and logs.Garrett D'Amore2024-11-17
* URL u_port should be a number not a string.Garrett D'Amore2024-11-17
* intern URL schemeGarrett D'Amore2024-11-17
* remove NNG_OPT_SOCKNAME (and socket names altogether)Garrett D'Amore2024-11-17
* tls: remove support for TLS 1.0 and 1.1.Garrett D'Amore2024-11-16
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* Remove left over prototype for nng_socket_get()Garrett D'Amore2024-11-04
* Remove untyped nng_socket_get and nng_socket_set.Garrett D'Amore2024-11-03
* Remove untyped nng_dialer_get/set and nng_listener_get/set.Garrett D'Amore2024-11-03
* Remove nng_ctx untyped option functionsGarrett D'Amore2024-11-03
* Remove untyped stream option functions.Garrett D'Amore2024-11-03
* Replace NNG_OPT_SUB_SUBSCRIBE/UNSUBSCRIBE with functions.Garrett D'Amore2024-11-03
* Replace `NNG_OPT_RAW` with `nng_socket_raw`.Garrett D'Amore2024-11-02
* Replace `NNG_OPT_PROTO`, `NNG_OPT_PROTONAME`, and friends with functions.Garrett D'Amore2024-11-02
* Remove nng_ctx/socket_set/get_addrGarrett D'Amore2024-11-02
* NNG_OPT_RECVFD and NNG_OPT_SENDFD converted to functions.Garrett D'Amore2024-11-02
* Remove nng_stream_set function family.Garrett D'Amore2024-10-28
* streams: drop some stream set functionsGarrett D'Amore2024-10-28
* tls: move definitions to core nng.hGarrett D'Amore2024-10-28
* tls: Remove the individual TLS configuration optionsGarrett D'Amore2024-10-28
* Use `const` for nng_stat when possible.Garrett D'Amore2024-10-20
* UDP: numerous fixes, added test for copy breakGarrett D'Amore2024-10-13
* UDP: add some statisticsGarrett D'Amore2024-10-12
* Remove the last of the legacy option handling functions.Garrett D'Amore2024-10-06
* Remove deprecated context option functions.Garrett D'Amore2024-10-06
* Drop the legacy listener option functionsGarrett D'Amore2024-10-06
* Remove dialer legacy option functionsGarrett D'Amore2024-10-06
* Drop unused nng_msg_getoptGarrett D'Amore2024-10-06
* Remove unused legacy nng_closeall.Garrett D'Amore2024-10-06
* Remove deprecated `nng_pipe_getopt` and friends.Garrett D'Amore2024-10-06
* Remove the legacy transport registration functions.Garrett D'Amore2024-10-06
* Flag build packages as 2.0.0-dev.Garrett D'Amore2024-10-06
* idhash: add nng_id_visit APIGarrett D'Amore2024-08-11
* fixes #1846 Add support for TLS PSKGarrett D'Amore2024-07-21
* UDP: Introduce an experimental (undocumented for now) public API for UDP. (#1...Garrett D'Amore2024-06-02
* Move the rest of the functionality from platform.h into core.Garrett D'Amore2024-04-23
* Move some supplemental APIs to reduce friction in using them.Garrett D'Amore2024-04-23
* Prep for 1.8.0 releasev1.8.0Garrett D'Amore2024-04-21
* Logging improvements (#1816)Garrett D'Amore2024-04-21
* fixes #543 Add logging support frameworkGarrett D'Amore2024-04-13
* Bump version to 1.7.3.v1.7.3Garrett D'Amore2024-03-01
* idhash: Add missing C++ linkage guards.Garrett D'Amore2024-02-04
* bump version to 1.7.2.v1.7.2Garrett D'Amore2024-02-03
* Bump to version 1.7.1.v1.7.1Garrett D'Amore2024-01-06
* fix idhash not publicGarrett D'Amore2024-01-06
* Start of version 1.7.1Garrett D'Amore2024-01-06
* Bump version to 1.7.0 official.Garrett D'Amore2024-01-06