aboutsummaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAge
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* TLS configuration changed to use discret _set_tls and _get_tls functions.Garrett D'Amore2024-11-09
* Add zero test for errorGarrett D'Amore2024-11-05
* remove nni_plat_println - we have nni_plat_printf which is good enoughGarrett D'Amore2024-11-05
* logging: better debug & test logsGarrett D'Amore2024-11-04
* Socket option handling clean ups for endpoints.Garrett D'Amore2024-11-03
* Remove NNI_TYPE_OPAQUE altogether.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 untyped stream option functions.Garrett D'Amore2024-11-03
* Remove untyped nng_pipe_get, support for untyped sockaddr set.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
* NNI_GETXX macros are brittle due to casting mistake.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: move definitions to core nng.hGarrett D'Amore2024-10-28
* remove legacy support for configuration of transport options on socketGarrett D'Amore2024-10-20
* Use `const` for nng_stat when possible.Garrett D'Amore2024-10-20
* fixes #1890 stats could support an inline lock - remove most atomicsGarrett D'Amore2024-10-13
* stats: Reduce some wasted space for disabled stats.Garrett D'Amore2024-10-13
* stats: Reduce the need for NNG_ENABLE_STATS checks everywhere.Garrett D'Amore2024-10-13
* Fix case for infinite sleep.Garrett D'Amore2024-10-07
* Integer sign extension bug in socket.c.Garrett D'Amore2024-10-07
* fix aio test failures on darwinGarrett D'Amore2024-10-06
* Actually enable UDP. Also fix some UWYI includes.Garrett D'Amore2024-10-06
* msg: add sockaddr to message structureGarrett D'Amore2024-10-05
* idhash: introduce nni_idhash_count.Garrett D'Amore2024-10-05
* Endianness improvements.Garrett D'Amore2024-10-05
* Introduce nni_url_to_address for common URL to sockaddr support.Garrett D'Amore2024-10-05
* log: eliminate redundant newlines sometimes presentGarrett D'Amore2024-08-14
* idhash: add nng_id_visit APIGarrett D'Amore2024-08-11
* fixes #1835 setting NNG_OPT_TLS_CONFIG on socket should hold referenceGarrett D'Amore2024-07-21
* UDP: Introduce an experimental (undocumented for now) public API for UDP. (#1...Garrett D'Amore2024-06-02
* Safer initialization of aiosGarrett D'Amore2024-05-30
* fix for pipe statistic crashGarrett D'Amore2024-05-30
* fixes #1827 Windows a deadlock on nng_close()Garrett D'Amore2024-05-30
* fix deadlock on socket closeAlexander Zilberkant2024-04-24
* fixes #1808 nng_msg_insert: munmap_chunk(): invalid pointerGarrett D'Amore2024-04-24
* Logging improvements (#1816)Garrett D'Amore2024-04-21
* Announce NNG version in log.Garrett D'Amore2024-04-14
* Log rejects by app, bind/listen/connect failures.Garrett D'Amore2024-04-14
* Added realtime clock support, and better timestamping.Garrett D'Amore2024-04-14
* minor include fixGarrett D'Amore2024-04-14
* fixes #543 Add logging support frameworkGarrett D'Amore2024-04-13
* Update protocol.hBrian Carcich2024-03-16
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
* New CMAKE option NNG_ENABLE_COMPAT (defaults ON)Garrett D'Amore2024-01-27