index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
*
Plumb sockaddrs all the way through pipes, make them failsafe.
Garrett D'Amore
2025-10-25
*
Drop the protocol version for internal implementations.
Garrett D'Amore
2025-10-25
*
Add stream direct address functions for socket addresses.
Garrett D'Amore
2025-10-25
*
Add support for OpenSSL v3.5 and newer.
Garrett D'Amore
2025-10-19
*
fix includes for core
Garrett D'Amore
2025-10-11
*
aio.c - include file fixes
Garrett D'Amore
2025-10-10
*
nng_aio_finish should take nng_err rather than int
Garrett D'Amore
2025-10-10
*
header file refactoring for IWYU (protocols)
Garrett D'Amore
2025-10-10
*
options: string options are passed by reference
Garrett D'Amore
2025-10-07
*
fixes #2173 New TLS cert API - replaces the properties for CN and ALTNAMES.
Garrett D'Amore
2025-10-05
*
Various header file fixes... also fix compilation errors when HTTP is disabled.
v2.0.0-alpha.6
Garrett D'Amore
2025-10-05
*
adds nng_dialer_start_aio (#2163)
Jon Gjengset
2025-10-04
*
defs: Fix incorrect define of NNI_PUTLEXX macros.
Garrett D'Amore
2025-09-28
*
Only log aborted connections at debug.
Garrett D'Amore
2025-09-14
*
fixes #2148 Old id_reg_map seems not be freed
Garrett D'Amore
2025-08-25
*
Fix omnios clang-19 not found
Garrett D'Amore
2025-08-24
*
Minor spelling fixes.
Garrett D'Amore
2025-08-24
*
Hold the pipe across for the DTLS rx cb.
Garrett D'Amore
2025-06-22
*
Fix typos across docs, comments, and CMake
mochalins
2025-06-02
*
Add test coverage for new sockaddr functions.
Garrett D'Amore
2025-06-01
*
Introduce DTLS transport for NNG.
Garrett D'Amore
2025-06-01
*
Add new nng_sockaddr_equal and nng_sockaddr_hash functions.
Garrett D'Amore
2025-05-26
*
Fix possible overrun in url test.
Garrett D'Amore
2025-05-26
*
Converted property functions to use nng_err.
Garrett D'Amore
2025-04-27
*
Transport listen: use nng_err
Garrett D'Amore
2025-04-27
*
More nng_err -- this time for dialer and listener allocations.
Garrett D'Amore
2025-04-27
*
AIO: Use nng_err for cancellation callback instead of int.
Garrett D'Amore
2025-04-27
*
Tests: remove the legacy wss transport test and framework support for Convey ...
Garrett D'Amore
2025-04-27
*
TLS: break up the TLS layer a bit to refactor for DTLS.
Garrett D'Amore
2025-04-27
*
fix aio_reap_list use of nni_aio_free() pointer to incorrect function type UB...
shikokuchuo
2025-04-27
*
Make pointers to data that is not modified const. (#2117)
Søren Holm
2025-04-27
*
socketpair: use nng_err
Garrett D'Amore
2025-01-14
*
init: use nng_err
Garrett D'Amore
2025-01-14
*
aio: more nng_err updates
Garrett D'Amore
2025-01-14
*
api: pipes should use nng_err
Garrett D'Amore
2025-01-14
*
api: extend usage of nng_err
Garrett D'Amore
2025-01-12
*
http: use common canonify at request parse time
Garrett D'Amore
2025-01-12
*
platform: remove reader/writer locks
Garrett D'Amore
2025-01-05
*
reap: use sys init and fini instead of NNI_CV_INITIALIZER.
Garrett D'Amore
2025-01-05
*
Liberally apply some UWYI (use what you include) to header files
Garrett D'Amore
2025-01-05
*
args: Convert nng_opts_parse into a header only library using `nng_args_parse`.
Garrett D'Amore
2025-01-04
*
api: Promote idhash supplemental API to core
Garrett D'Amore
2025-01-04
*
api: fold TLS supplemental headers into nng.h
Garrett D'Amore
2025-01-04
*
compat: remove unused leftover libnanomsg compatibility headers
Garrett D'Amore
2025-01-04
*
api: rename nng_send_aio and nng_recv_aio to nng_socket_send and nng_socket_recv
Garrett D'Amore
2025-01-04
*
api: drop the 64-bit option accessors (no more 64-bit option types)
Garrett D'Amore
2025-01-03
*
api: Remove the NNG_FLAG_ALLOC
Garrett D'Amore
2025-01-01
*
socket: rename nng_close to nng_socket_close
Garrett D'Amore
2024-12-31
*
pipes: fix crash caused by use after free race in rejection
Garrett D'Amore
2024-12-30
*
* MDF [core/socket] correct stat desc of rx_bytes
Jaylin
2024-12-30
[next]