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
/
socket.c
Commit message (
Expand
)
Author
Age
*
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
*
fixes #961 surprising pipe event order
Garrett D'Amore
2024-12-28
*
transports: all transports use the new inline approach
Garrett D'Amore
2024-12-15
*
pipes and endpoints: support for inline allocations of transport data
Garrett D'Amore
2024-12-08
*
ctx: Simplify handling for closed contexts.
Garrett D'Amore
2024-12-07
*
remove NNG_OPT_SOCKNAME (and socket names altogether)
Garrett D'Amore
2024-11-17
*
refactor initialization/finalization
Garrett D'Amore
2024-11-11
*
Socket option handling clean ups for endpoints.
Garrett D'Amore
2024-11-03
*
Remove NNI_TYPE_OPAQUE altogether.
Garrett D'Amore
2024-11-03
*
Remove untyped nng_socket_get and nng_socket_set.
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
*
Replace `NNG_OPT_PROTO`, `NNG_OPT_PROTONAME`, and friends with functions.
Garrett D'Amore
2024-11-02
*
NNG_OPT_RECVFD and NNG_OPT_SENDFD converted to functions.
Garrett D'Amore
2024-11-02
*
remove legacy support for configuration of transport options on socket
Garrett D'Amore
2024-10-20
*
Integer sign extension bug in socket.c.
Garrett D'Amore
2024-10-07
*
fixes #1835 setting NNG_OPT_TLS_CONFIG on socket should hold reference
Garrett D'Amore
2024-07-21
*
fixes #1827 Windows a deadlock on nng_close()
Garrett D'Amore
2024-05-30
*
Logging improvements (#1816)
Garrett D'Amore
2024-04-21
*
Log rejects by app, bind/listen/connect failures.
Garrett D'Amore
2024-04-14
*
fixes #1740 Public ID hash API
Garrett D'Amore
2023-12-29
*
fixes #1658 Possible use-after-free in dialer
Garrett D'Amore
2023-04-23
*
fixes #1657 Use after free in listener (data race)
Garrett D'Amore
2023-04-23
*
fixes #1610 nni_sock_open() in socket.c: use after free
Garrett D'Amore
2023-04-19
*
Socket close may leak messages.
Garrett D'Amore
2023-02-07
*
Fixes compiling when NNG_ENABLE_STATS is OFF (#1600)
Ruben Valls
2022-06-20
*
fixes #1577 nng_stat_find_socket always returns the same stats node
Garrett D'Amore
2022-04-16
*
Introduce nng_device_aio().
Garrett D'Amore
2021-12-27
*
Socket and context initialization never fails.
Garrett D'Amore
2021-12-25
*
ID map static initialization support.
Garrett D'Amore
2021-12-06
*
Use static initialization for lists and mutexes.
Garrett D'Amore
2021-12-05
*
Fix incorrect elides of deprecated code.
Garrett D'Amore
2021-11-29
*
Eliminate the pipe mutex and use atomic for pipe closed.
Garrett D'Amore
2021-09-06
*
SP initialization cannot fail.
Garrett D'Amore
2021-09-06
*
fixes #1498 Endpoint close/shutdown could be synchronous (#1499)
Garrett D'Amore
2021-09-04
*
Several minor cleanups. Fix socket id stat for listener.
v1.5.0
Garrett D'Amore
2021-07-09
*
Fix leaking pipes after close.
Garrett D'Amore
2021-07-07
*
fixes #1456 bad access in OSX thread on nn (#1457)
Garrett D'Amore
2021-07-01
*
fixes #1372 nni_reap could be smaller
Garrett D'Amore
2020-12-19
*
fixes #1071 tran_chkopt can be cleaned up
Garrett D'Amore
2020-11-15
*
*Fix Add missing #define when disabling NNG_ENABLE_STATS (#1342)
JaylinYu
2020-11-13
*
fixes #1323 stats framework is *way* to heavy
Garrett D'Amore
2020-11-11
*
fixes #1289 zerotier should have it's own copy of the id hashing code
Garrett D'Amore
2020-08-16
*
fixes #1230 NNG_OPT_RECONNMAXT zero does not prevent exponential back-off
Garrett D'Amore
2020-05-24
*
fixes #1104 move allocation of protocol objects to common core
Garrett D'Amore
2020-01-03
*
fixes #1064 Potential deadlock in statistics code
Garrett D'Amore
2019-12-29
*
fixes #954 large message fails with no error message
Garrett D'Amore
2019-07-17
*
fixes #815 Eliminate socket filters on message queues
Garrett D'Amore
2019-03-13
[next]