aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* Fix omnios clang-19 not foundGarrett D'Amore2025-08-24
* Minor spelling fixes.Garrett D'Amore2025-08-24
* Hold the pipe across for the DTLS rx cb.Garrett D'Amore2025-06-22
* Fix typos across docs, comments, and CMakemochalins2025-06-02
* Add test coverage for new sockaddr functions.Garrett D'Amore2025-06-01
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* Add new nng_sockaddr_equal and nng_sockaddr_hash functions.Garrett D'Amore2025-05-26
* Fix possible overrun in url test.Garrett D'Amore2025-05-26
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
* Transport listen: use nng_errGarrett D'Amore2025-04-27
* More nng_err -- this time for dialer and listener allocations.Garrett D'Amore2025-04-27
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* Tests: remove the legacy wss transport test and framework support for Convey ...Garrett D'Amore2025-04-27
* TLS: break up the TLS layer a bit to refactor for DTLS.Garrett D'Amore2025-04-27
* fix aio_reap_list use of nni_aio_free() pointer to incorrect function type UB...shikokuchuo2025-04-27
* Make pointers to data that is not modified const. (#2117)Søren Holm2025-04-27
* socketpair: use nng_errGarrett D'Amore2025-01-14
* init: use nng_errGarrett D'Amore2025-01-14
* aio: more nng_err updatesGarrett D'Amore2025-01-14
* api: pipes should use nng_errGarrett D'Amore2025-01-14
* api: extend usage of nng_errGarrett D'Amore2025-01-12
* http: use common canonify at request parse timeGarrett D'Amore2025-01-12
* platform: remove reader/writer locksGarrett D'Amore2025-01-05
* reap: use sys init and fini instead of NNI_CV_INITIALIZER.Garrett 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: fold TLS supplemental headers into nng.hGarrett 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
* api: Remove the NNG_FLAG_ALLOCGarrett D'Amore2025-01-01
* socket: rename nng_close to nng_socket_closeGarrett D'Amore2024-12-31
* pipes: fix crash caused by use after free race in rejectionGarrett D'Amore2024-12-30
* * MDF [core/socket] correct stat desc of rx_bytesJaylin2024-12-30
* aio: clear vector on advance (debugging aid)Garrett D'Amore2024-12-29
* aio test: add a test for IOV overrunGarrett D'Amore2024-12-29
* udp: use a bounce buffer if we lack sendmsg or recvmsgGarrett D'Amore2024-12-29
* tcp listener: remove obsolete function prototypesGarrett D'Amore2024-12-28
* fixup! resolver: use explicit resolver item provided by callerGarrett D'Amore2024-12-28
* resolver: default to just a single resolver threadGarrett D'Amore2024-12-28
* resolver: use explicit resolver item provided by callerGarrett D'Amore2024-12-28
* fixes #961 surprising pipe event orderGarrett D'Amore2024-12-28
* tcp: flatten the listener implementationGarrett D'Amore2024-12-28
* zerotier: removedGarrett D'Amore2024-12-26
* tcp dialer: inline aio objectsGarrett D'Amore2024-12-26
* dialer: use inline aioGarrett D'Amore2024-12-26
* aio: remove nni_aio_begin and nni_aio_scheduleGarrett D'Amore2024-12-26
* aio: nng_aio_defer replaced by nng_aio_startGarrett D'Amore2024-12-26
* dialer: use nni_aio_startGarrett D'Amore2024-12-26