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
/
include
Commit message (
Expand
)
Author
Age
*
Converted property functions to use nng_err.
Garrett D'Amore
2025-04-27
*
nng_device should 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
*
TLS: break up the TLS layer a bit to refactor for DTLS.
Garrett D'Amore
2025-04-27
*
Make pointers to data that is not modified const. (#2117)
Søren Holm
2025-04-27
*
http docs: documentation conversion for http handlers
Garrett D'Amore
2025-01-15
*
pipe: nng_pipe_notify should use nng_err
Garrett D'Amore
2025-01-14
*
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
*
http: status is an enum
Garrett D'Amore
2025-01-12
*
api: extend usage of nng_err
Garrett D'Amore
2025-01-12
*
http: fix mishandling of very long headers or URIs, and mishandling of unicode
Garrett D'Amore
2025-01-12
*
http: remove unused nng_http_handler_get_data
Garrett D'Amore
2025-01-12
*
http: status and reason fixes (make it match docs)
Garrett D'Amore
2025-01-12
*
http: remove public access to req / res structures
Garrett D'Amore
2025-01-11
*
http: drop exclusive tree mode
Garrett D'Amore
2025-01-10
*
http: The big HTTP API refactoring of January 2025.
v2.0.0-alpha.3
http-client-trans
Garrett D'Amore
2025-01-09
*
nng/args.h: add header guard
Garrett D'Amore
2025-01-06
*
http: server callback API simplified
Garrett D'Amore
2025-01-06
*
http: changing transaction API to inline req and res structures
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: remove the supplemental platform.h header
Garrett D'Amore
2025-01-04
*
api: fold TLS supplemental headers into nng.h
Garrett D'Amore
2025-01-04
*
api: remove dead NNG_OPT_URL macro
Garrett D'Amore
2025-01-04
*
api: remove old protocol headers
Garrett D'Amore
2025-01-04
*
zerotier: remove unused zerotier.h transport header
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 unused _uint64 options accessors for contexts and sockets
Garrett D'Amore
2025-01-01
*
api: Remove the NNG_FLAG_ALLOC
Garrett D'Amore
2025-01-01
*
protocols: move content from the protocols to nng.h
Garrett D'Amore
2025-01-01
*
api: add NNG1_MIGRATION transition assistance macro
Garrett D'Amore
2024-12-31
*
socket: rename nng_close to nng_socket_close
Garrett D'Amore
2024-12-31
*
fixes #863 socket activation: for TCP and IPC (POSIX only)
Garrett D'Amore
2024-12-30
*
url: accessor functions missing NNG_DECL tag
Garrett D'Amore
2024-12-29
*
fixes #961 surprising pipe event order
Garrett D'Amore
2024-12-28
*
zerotier: removed
Garrett D'Amore
2024-12-26
*
aio: nng_aio_defer replaced by nng_aio_start
Garrett D'Amore
2024-12-26
*
aio: introduce NNG_ESTOPPED
Garrett D'Amore
2024-12-26
*
aio: introduce nni_aio_defer
Garrett D'Amore
2024-12-22
*
http: nng_http_handler_set_data is now void return (API break)
Garrett D'Amore
2024-12-22
*
nng_http_server_collect_body now void return (API break)
Garrett D'Amore
2024-12-22
*
http: handler set tree no longer returns a value (API break)
Garrett D'Amore
2024-12-22
*
HTTP: nng_http_handler_set_method no longer fails
Garrett D'Amore
2024-12-22
*
HTTP handler: limit host names to 256 bytes (RFC 1035 specifies 253.)
Garrett D'Amore
2024-12-22
[next]