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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nng.c
Commit message (
Expand
)
Author
Age
*
api: introduce NNG 2.0 compatible nng_dialer_get_url and nng_listener_get_url
Garrett D'Amore
2025-01-04
*
api: add nng_sock_send and nng_sock_recv
Garrett D'Amore
2025-01-04
*
stable: add nng_socket_close to aid transition to 2.0
Garrett D'Amore
2025-01-03
*
Add new functions for socket identity.
Garrett D'Amore
2024-11-11
*
Mark some functions that are useless as deprecated
Garrett D'Amore
2024-11-07
*
UDP: Introduce an experimental (undocumented for now) public API for UDP. (#1...
Garrett D'Amore
2024-06-02
*
Move the rest of the functionality from platform.h into core.
Garrett D'Amore
2024-04-23
*
fixes #1572 nng creates too many threads
Garrett D'Amore
2024-01-01
*
fixes #1751 Support nng_aio_set_expire().
Garrett D'Amore
2023-12-30
*
fixes #1574 Non-blocking version of nng_aio_wait / nng_aio_result
Garrett D'Amore
2022-04-18
*
Introduce nng_device_aio().
Garrett D'Amore
2021-12-27
*
Fix incorrect elides of deprecated code.
Garrett D'Amore
2021-11-29
*
fixes #1536 nng_sendmsg and nng_recvmsg could be faster
Garrett D'Amore
2021-11-28
*
fixes #1498 Endpoint close/shutdown could be synchronous (#1499)
Garrett D'Amore
2021-09-04
*
Add & document msg_capacity, msg_reserve (#1458)
Evan Balster
2021-07-06
*
fixes #1313 support deferred nng_aio destruction
Garrett D'Amore
2020-12-12
*
fixes #1365 nng_recvmsg returns NNG_ETIMEDOUT rather than NNG_EAGAIN
Garrett D'Amore
2020-12-05
*
fixes #1071 tran_chkopt can be cleaned up
Garrett D'Amore
2020-11-15
*
fixes #1171 message header could be inlined in the message structure
Garrett D'Amore
2020-02-26
*
fixes #1201 Unexpected error return code: NNG_ENOMEM
Garrett D'Amore
2020-02-25
*
fixes #1145 nng_msg options should be removed
Garrett D'Amore
2020-01-19
*
RESPOND needs to use atomic for TTL.
Garrett D'Amore
2020-01-16
*
fixes #1094 Consider in-lining task and aio
Garrett D'Amore
2020-01-08
*
Add error message for NNG_ECONNSHUT (#1084)
Robert Bielik
2020-01-01
*
fixes #901 shorter option get/set functions for all types
Jake Woltersdorf
2019-04-07
*
fixes #894 nng_pipe_notify could use nng_pipe_ev typedef instead of int
Jake Woltersdorf
2019-02-24
*
fixes #835 inproc should use new option API
Garrett D'Amore
2018-12-31
*
move all public headers to include/nng/ folder
Gregor Burger
2018-11-22
*
Only free in nng_send() if we succeed.
Lawrence Kesteloot
2018-09-15
*
fixes #4 Statistics support
Garrett D'Amore
2018-09-03
*
fixes #691 Desire 16 and 64 bit message manipulators
Garrett D'Amore
2018-08-31
*
fixes #506 AIO "providers" need a way to call nni_aio_schedule.
Garrett D'Amore
2018-08-20
*
fixes #522 Separate out the endpoint plumbing
Garrett D'Amore
2018-06-27
*
Update for 1.0.0-beta.1
v1.0.0-beta.1
Garrett D'Amore
2018-05-18
*
fixes #449 Want more flexible pipe events
Garrett D'Amore
2018-05-17
*
fixes #389 Need pipe notification callbacks
Garrett D'Amore
2018-05-03
*
fixes #381 Want comparators for various types
Garrett D'Amore
2018-05-01
*
fixes #375 integer types are error prone
Garrett D'Amore
2018-04-26
*
fixes #342 Want Surveyor/Respondent context support
Garrett D'Amore
2018-04-24
*
fixes #363 context option plumbing missing
Garrett D'Amore
2018-04-24
*
fixes #334 Separate context for state machines from sockets
Garrett D'Amore
2018-04-10
*
fixes #301 String option handling for getopt
Garrett D'Amore
2018-03-20
*
fixes #296 Typed options should validate option type
Garrett D'Amore
2018-03-20
*
Fixes issues found by (and submitted by) @nonnenmacher when working
Vincent Nonnenmacher
2018-03-19
*
fixes #295 boolean options should use C99 bool type
Garrett D'Amore
2018-03-18
*
fixes #281 desire nng_sleep_aio()
Garrett D'Amore
2018-03-12
*
fixes #254 nngcat should have a --version option
Garrett D'Amore
2018-03-02
*
Remove some dead code.
Garrett D'Amore
2018-03-02
*
fixes #240 nngcat is MIA
Garrett D'Amore
2018-02-28
*
Modularize HTTP headers somewhat.
Garrett D'Amore
2018-02-21
[next]