aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* http: The big HTTP API refactoring of January 2025.v2.0.0-alpha.3http-client-transGarrett D'Amore2025-01-09
* Update CMakeLists.txtVũ Quang Thịnh2025-01-09
* nng/args.h: add header guardGarrett D'Amore2025-01-06
* http: server callback API simplifiedGarrett D'Amore2025-01-06
* http: changing transaction API to inline req and res structuresGarrett D'Amore2025-01-05
* posix: move tcpdialer definition out of shared headerGarrett D'Amore2025-01-05
* platform: remove reader/writer locksGarrett D'Amore2025-01-05
* platform: eliminate NNI_CV_INITIALIZER altogetherGarrett D'Amore2025-01-05
* reap: use sys init and fini instead of NNI_CV_INITIALIZER.Garrett D'Amore2025-01-05
* pthreads: avoid double indirection for cv mutexGarrett D'Amore2025-01-05
* Liberally apply some UWYI (use what you include) to header filesGarrett D'Amore2025-01-05
* args: Convert nng_opts_parse into a header only library using `nng_args_parse`.Garrett D'Amore2025-01-04
* api: Promote idhash supplemental API to coreGarrett D'Amore2025-01-04
* api: remove the supplemental platform.h headerGarrett D'Amore2025-01-04
* tests: make NUTS_PASS use TEST_ASSERTGarrett D'Amore2025-01-04
* tests: TLS transport test resilience against EADDRINUSEGarrett D'Amore2025-01-04
* docs: remove converted nng_socket.7 docGarrett D'Amore2025-01-04
* docs: remove tls_engine stub docGarrett D'Amore2025-01-04
* api: fold TLS supplemental headers into nng.hGarrett D'Amore2025-01-04
* api: remove dead NNG_OPT_URL macroGarrett D'Amore2025-01-04
* docs: minor revisions for migration guideGarrett D'Amore2025-01-04
* api: remove old protocol headersGarrett D'Amore2025-01-04
* zerotier: remove unused zerotier.h transport headerGarrett D'Amore2025-01-04
* cmake: remove unused compat test macroGarrett D'Amore2025-01-04
* compat: remove unused leftover libnanomsg compatibility headersGarrett D'Amore2025-01-04
* api: rename nng_send_aio and nng_recv_aio to nng_socket_send and nng_socket_recvGarrett D'Amore2025-01-04
* api: drop the 64-bit option accessors (no more 64-bit option types)Garrett D'Amore2025-01-03
* ipc: minor adjustments for ECLOSED and loggingGarrett D'Amore2025-01-03
* fixes #2061 Move IPC parameters from uint64 to intGarrett D'Amore2025-01-03
* docs: make the Staysail logo inline, with currentColorGarrett D'Amore2025-01-02
* docs: more transport doc updatesGarrett D'Amore2025-01-02
* docs: update some transport option docsGarrett D'Amore2025-01-02
* docs: remove references to asterisk wildcard, other tweaksGarrett D'Amore2025-01-02
* docs: document NNG_OPT_MAXTTL, other cleanupsGarrett D'Amore2025-01-02
* api: remove unused _uint64 options accessors for contexts and socketsGarrett D'Amore2025-01-01
* docs: convert socket options to mdbookGarrett D'Amore2025-01-01
* README: revised information about mdbookGarrett D'Amore2025-01-01
* docs: convert the context docs to mdbookGarrett D'Amore2025-01-01
* api: Remove the NNG_FLAG_ALLOCGarrett D'Amore2025-01-01
* demos: Demos do not need to use find_package for ThreadsGarrett D'Amore2025-01-01
* cmake: ensure that MbedTLS and WolfSSL can be found properly as subprojectsGarrett D'Amore2025-01-01
* demos: raw and async demos should use nng_initGarrett D'Amore2025-01-01
* demo: call nng_init in http_clientGarrett D'Amore2025-01-01
* demo: fix reqrep demo to use nng_initGarrett D'Amore2025-01-01
* demo: fix rest server (must initialize NNG library)Garrett D'Amore2025-01-01
* http: fix zero status code by defaultGarrett D'Amore2025-01-01
* demos: fix pubsub_forwarder to call nng_initGarrett D'Amore2025-01-01
* stream demo: fix compilation, add server modeGarrett D'Amore2025-01-01
* base64: move it to private for websocketsGarrett D'Amore2025-01-01
* sha1: move this to private websocket APIGarrett D'Amore2025-01-01