aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* docs: convert nng_stream_get familyGarrett D'Amore2024-12-31
* docs: nanomsg transition guide - set up linksGarrett D'Amore2024-12-31
* docs: clean up some old stuffGarrett D'Amore2024-12-31
* docs: drop old nng_iov content (converted)Garrett D'Amore2024-12-31
* api: add NNG1_MIGRATION transition assistance macroGarrett D'Amore2024-12-31
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* docs: progress on socket document conversionGarrett D'Amore2024-12-31
* docs: remove converted nng_stats_free old docGarrett D'Amore2024-12-31
* .gitignore updatesGarrett D'Amore2024-12-31
* docs: start of streams API documentationGarrett D'Amore2024-12-31
* docs: API chapter index fixesGarrett D'Amore2024-12-31
* docs: add xrefs for URL apiGarrett D'Amore2024-12-31
* docs: statistics updates, document nng_stat_parent (fixes #1896)Garrett D'Amore2024-12-31
* docs: fix URL documentationGarrett D'Amore2024-12-31
* fixes #863 socket activation: for TCP and IPC (POSIX only)Garrett D'Amore2024-12-30
* zerotier: removedGarrett D'Amore2024-12-26
* aio: nng_aio_defer replaced by nng_aio_startGarrett D'Amore2024-12-26
* aio: introduce NNG_ESTOPPEDGarrett D'Amore2024-12-26
* http: limit handler uri to 1KGarrett D'Amore2024-12-22
* http: nng_http_handler_set_data is now void return (API break)Garrett D'Amore2024-12-22
* nng_http_server_collect_body now void return (API break)Garrett D'Amore2024-12-22
* http: handler set tree no longer returns a value (API break)Garrett D'Amore2024-12-22
* HTTP: nng_http_handler_set_method no longer failsGarrett D'Amore2024-12-22
* HTTP handler: limit host names to 256 bytes (RFC 1035 specifies 253.)Garrett D'Amore2024-12-22
* http: setting response status never fails (breaking API change)Garrett D'Amore2024-12-22
* http: method on request structure is now staticGarrett D'Amore2024-12-22
* HTTP: intern the version and avoid allocationv2.0.0-alpha.1Garrett D'Amore2024-12-22
* docs: remove docs formatting targetGarrett D'Amore2024-12-08
* Remove all the get_ptr option accessors.Garrett D'Amore2024-11-24
* Remove all the set_ptr option functions.Garrett D'Amore2024-11-24
* Remove the NNG_OPT_IPC_SECURITY_DESCRIPTOR option.Garrett D'Amore2024-11-24
* http: constify some functionsGarrett D'Amore2024-11-24
* Remove string option functions from sockets and contexts.Garrett D'Amore2024-11-24
* socket: remove unused nng_socket_get_ptr and nng_socket_set_ptr.Garrett D'Amore2024-11-24
* tls: add a mutual authentication testGarrett D'Amore2024-11-23
* docs: Document removal of NNG_OPT_URL, even though it isn't done yet.Garrett D'Amore2024-11-23
* 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