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
/
docs
/
ref
/
migrate
/
nng1.md
Commit message (
Expand
)
Author
Age
*
Fix typos across docs, comments, and CMake
mochalins
2025-06-02
*
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
*
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
*
docs: minor revisions for migration guide
Garrett D'Amore
2025-01-04
*
api: remove old protocol 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
*
sha1: move this to private websocket API
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
*
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
*
http: limit handler uri to 1K
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: 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
*
http: setting response status never fails (breaking API change)
Garrett D'Amore
2024-12-22
*
http: method on request structure is now static
Garrett D'Amore
2024-12-22
*
Remove all the get_ptr option accessors.
Garrett D'Amore
2024-11-24
*
Remove all the set_ptr option functions.
Garrett D'Amore
2024-11-24
*
Remove the NNG_OPT_IPC_SECURITY_DESCRIPTOR option.
Garrett D'Amore
2024-11-24
*
Remove string option functions from sockets and contexts.
Garrett D'Amore
2024-11-24
*
socket: remove unused nng_socket_get_ptr and nng_socket_set_ptr.
Garrett D'Amore
2024-11-24
*
tls: add a mutual authentication test
Garrett D'Amore
2024-11-23
*
docs: Document removal of NNG_OPT_URL, even though it isn't done yet.
Garrett D'Amore
2024-11-23
*
Introduce accessors for nng_url struct and make it opaque.
Garrett D'Amore
2024-11-18
*
URL refactor part 1.
Garrett D'Amore
2024-11-18
*
URL u_port should be a number not a string.
Garrett D'Amore
2024-11-17
*
tcp/tls: Remove support for local interface address in dialer URLs
Garrett D'Amore
2024-11-17
*
remove NNG_OPT_SOCKNAME (and socket names altogether)
Garrett D'Amore
2024-11-17
*
tls: remove support for TLS 1.0 and 1.1.
Garrett D'Amore
2024-11-16
*
Migration update referencing nng_init (but note not documented yet.)
Garrett D'Amore
2024-11-11
*
TLS configuration changed to use discret _set_tls and _get_tls functions.
Garrett D'Amore
2024-11-09
*
fixes #1907 Document the nng_socket_get_send_poll_fd and recv_poll_fd
Garrett D'Amore
2024-11-09
*
Add some cross references in the NNG 1 migration guide.
Garrett D'Amore
2024-11-09
*
Socket option handling clean ups for endpoints.
Garrett D'Amore
2024-11-03
*
Remove untyped nng_socket_get and nng_socket_set.
Garrett D'Amore
2024-11-03
*
Remove untyped nng_dialer_get/set and nng_listener_get/set.
Garrett D'Amore
2024-11-03
*
Remove nng_ctx untyped option functions
Garrett D'Amore
2024-11-03
*
Remove untyped stream option functions.
Garrett D'Amore
2024-11-03
*
Replace NNG_OPT_SUB_SUBSCRIBE/UNSUBSCRIBE with functions.
Garrett D'Amore
2024-11-03
*
Replace `NNG_OPT_RAW` with `nng_socket_raw`.
Garrett D'Amore
2024-11-02
[next]