aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Introduce nng_listener_get_url and nng_dialer_get_url.Garrett D'Amore2024-11-21
* 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
* tcp/tls: Remove support for local interface address in dialer URLsGarrett 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
* Document nng_init and nng_finiGarrett D'Amore2024-11-11
* Migration update referencing nng_init (but note not documented yet.)Garrett D'Amore2024-11-11
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* Add some examples for generating PDF and EPUB.Garrett D'Amore2024-11-09
* fixes #1907 Document the nng_socket_get_send_poll_fd and recv_poll_fdGarrett D'Amore2024-11-09
* Add some cross references in the NNG 1 migration guide.Garrett D'Amore2024-11-09
* Remove references to NNG_OPT_SUB_SUBSCRIBE.Garrett D'Amore2024-11-09
* Remove tabs from docs (expand to 4 spaces) - some renderers cannot cope.Garrett D'Amore2024-11-09
* fixes #1914 Document nng_socket_proto_id, proto_name, peer_id, peer_name, and...Garrett D'Amore2024-11-09
* Remove left over single doc pages.Garrett D'Amore2024-11-09
* Socket option handling clean ups for endpoints.Garrett D'Amore2024-11-03
* 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
* 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: Remove the individual TLS configuration optionsGarrett D'Amore2024-10-28
* docs: fix message linksGarrett D'Amore2024-10-27
* docs: fix various linksGarrett D'Amore2024-10-27
* docs: update nng_sleep_aio for mdbookGarrett D'Amore2024-10-27
* docs: AIO chapter (consumer only) converted to mdbook.Garrett D'Amore2024-10-24
* docs: nng_opts_parse converted to chapter.Garrett D'Amore2024-10-23
* docs: document error codesGarrett D'Amore2024-10-23
* docs: master cross-reference tableGarrett D'Amore2024-10-22
* docs: URL chapterGarrett D'Amore2024-10-22
* docs: idmap into its own chapterGarrett D'Amore2024-10-22
* docs: consolidate misc chapterGarrett D'Amore2024-10-22
* docs: add memory chapterGarrett D'Amore2024-10-22
* docs: fix markup snafu in msgm.mdGarrett D'Amore2024-10-22
* fix typoGarrett D'Amore2024-10-22
* docs: move migration docs into bookGarrett D'Amore2024-10-22
* docs: messages API converted to single chapter.Garrett D'Amore2024-10-22
* doc: remove unused index.md for thr/Garrett D'Amore2024-10-21
* docs: fix clock cross referencesGarrett D'Amore2024-10-20
* docs: Move time related functions into single chapter.Garrett D'Amore2024-10-20
* Forgot to commit synch.mdGarrett D'Amore2024-10-20
* docs: thread converted to new styleGarrett D'Amore2024-10-20