summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* nng_stream_* converteddoc-reorgGarrett D'Amore2024-04-08
|
* Converted stats pagesGarrett D'Amore2024-04-08
|
* Legacy option pagesGarrett D'Amore2024-04-07
|
* fix title levelsGarrett D'Amore2024-04-07
|
* nng_close, nng_send, nng_recvGarrett D'Amore2024-04-06
|
* nng_xxx_open converted.Garrett D'Amore2024-04-06
|
* nng_version update.Garrett D'Amore2024-04-06
|
* More ctx doc tweaksGarrett D'Amore2024-04-06
|
* transport registration docs (deprecated)Garrett D'Amore2024-04-06
|
* nng_sleep_aio - also addressed some errorsGarrett D'Amore2024-04-06
|
* Missing spaceGarrett D'Amore2024-04-06
|
* Proto pages done.Garrett D'Amore2024-04-06
|
* consistency for nng_ctx_get/setGarrett D'Amore2024-04-05
|
* nng_opts_parse and nng_socket_pairGarrett D'Amore2024-04-05
|
* Reorg nng_msg_* pages.Garrett D'Amore2024-04-05
|
* Compat pages converted.Garrett D'Amore2024-04-05
|
* Refactor thread related pages.Garrett D'Amore2024-04-05
|
* Added nng_strerror and nng_msleep.Garrett D'Amore2024-04-05
|
* Utility to help with man page conversion.Garrett D'Amore2024-04-05
|
* Converted some utility pagesGarrett D'Amore2024-04-05
|
* Context functions converted.Garrett D'Amore2024-04-05
|
* Style guide.Garrett D'Amore2024-04-04
|
* I/O provider pages.Garrett D'Amore2024-04-04
|
* Async I/O pages moved.Garrett D'Amore2024-04-04
|
* Bump version to 1.7.3.v1.7.3Garrett D'Amore2024-03-01
|
* fixes #1771 cmake: respect CMAKE_FIND_PACKAGE_PREFER_CONFIG if presentGarrett D'Amore2024-02-28
|
* Convert UDP platform test to NUTS.Garrett D'Amore2024-02-25
| | | | | | This also restores the IPv6 sanity check. Note that UDP is still not supported as a transport, but this can be used to implement higher level transports such as ZeroTier (or later QUIC).
* Disable (for now) the UDPv6 test.Garrett D'Amore2024-02-25
|
* windows: marry - warning about HANDLE vs intGarrett D'Amore2024-02-25
|
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
| | | | | | | | | This also checks if the build system has the definitions for AF_INET6, which might help in some embedded IPv4 only settings. The resolver test is enhanced to include a check for IPv6 enabled in the kernel. IPv6 support is enabled by default, of course.
* fixes #1543 Deadlock in nng_close(socket)Garrett D'Amore2024-02-25
| | | | | | This looks like a possible problem that may be windows specific involving the flow for IO completion ports. This simplifies the logic a little bit, and should ensure that canceled requests on pipes do not restart.
* windows: Add missing header for string.hGarrett D'Amore2024-02-25
|
* build: Mbed TLS should use MBEDTLS_ROOT first.Garrett D'Amore2024-02-25
| | | | | The old MBEDTLS_ROOT_DIR is still honored for legacy compat, but the version 4.3 find script won't use it by default.
* Use dockerized asciidoctor to generate contentGarrett D'Amore2024-02-22
|
* Add support for socket:// in NUTS marry function.Garrett D'Amore2024-02-18
| | | | | This also adds a HUGE test for REP using socket so that we can discriminate failures that might exist using sockets instead of inproc.
* Add REP huge reply (10MB) testGarrett D'Amore2024-02-18
|
* Language changes for the nng_socket manual page.Garrett D'Amore2024-02-17
| | | | Thanks to @shikokuchuo for pointing this out.
* fix typo in test for CMAKE_FIND_PACKAGE_PREFER_CONFIGGarrett D'Amore2024-02-17
|
* idhash: Add missing C++ linkage guards.Garrett D'Amore2024-02-04
|
* bump version to 1.7.2.v1.7.2Garrett D'Amore2024-02-03
|
* Stop using defunct mstksg/get-packageGarrett D'Amore2024-01-27
|
* Windows: Use _close instead of closeGarrett D'Amore2024-01-27
|
* Use cstdio to avoid exception warning during build.Garrett D'Amore2024-01-27
|
* base64_test: fix compiler warning about castGarrett D'Amore2024-01-27
|
* tls: fix cast to integer warningGarrett D'Amore2024-01-27
|
* windows: Debug and Release for vcpkgGarrett D'Amore2024-01-27
|
* windows: Try using IMPORTED_LOCATION instead of IMPLIB.Garrett D'Amore2024-01-27
|
* Well, Ninja did not workGarrett D'Amore2024-01-27
|
* github: enable TLS on darwinGarrett D'Amore2024-01-27
|
* github: actually enable TLS on Windows, and use NinjaGarrett D'Amore2024-01-27
|