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
*
New CMAKE option NNG_ENABLE_COMPAT (defaults ON)
Garrett D'Amore
2024-01-27
*
Fix warning from inconsistent socket_pair prototype.
Garrett D'Amore
2024-01-06
*
silence compiler warning from minimum int constant
Garrett D'Amore
2024-01-01
*
fixes #1572 nng creates too many threads
Garrett D'Amore
2024-01-01
*
Comment typo
Garrett D'Amore
2024-01-01
*
fixes #1751 Support nng_aio_set_expire().
Garrett D'Amore
2023-12-30
*
fixes #1740 Public ID hash API
Garrett D'Amore
2023-12-29
*
fixes #1746 Create a new socket:// transport for socketpair() based connections
Garrett D'Amore
2023-12-29
*
fixes #1729 remove nni_timer
Garrett D'Amore
2023-12-17
*
fixes #1728 surveyor could be simplified to not use timer
Garrett D'Amore
2023-12-17
*
fixes #1523 rare SEGV in sub nni_list_remove
Garrett D'Amore
2023-11-25
*
fix: use ifdef for NNG_HAVE_BACKTRACE
Marco Casaroli
2023-11-25
*
fix: use ifdef for NNG_ENABLE_STATS
Marco Casaroli
2023-11-25
*
fixes #1619 expose expire threads tunables
Paulo Henrique Silva
2023-08-27
*
fix copyrights
Garrett D'Amore
2023-04-23
*
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 #1619 Expose NNG_MAX_EXPIRE_THREADS via CMake
Garrett D'Amore
2023-04-19
*
Birth pipe object with non-zero reference.
Garrett D'Amore
2023-04-19
*
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
*
Revert "fixes 1543 (#1616)"
Garrett D'Amore
2023-02-05
*
Don't bump error counters for NNG_ECLOSED.
Garrett D'Amore
2023-02-05
*
fixes 1543 (#1616)
josh salit
2023-02-05
*
Update idhash.c (#1638)
shikokuchuo
2023-02-05
*
Silence NNI_ASSERT warnings when building with NDEBUG (#1621) (#1622)
Ruben Valls
2022-10-18
*
Fixes compiling when NNG_ENABLE_STATS is OFF (#1600)
Ruben Valls
2022-06-20
*
fixes #1574 Non-blocking version of nng_aio_wait / nng_aio_result
Garrett D'Amore
2022-04-18
*
fixes #1577 nng_stat_find_socket always returns the same stats node
Garrett D'Amore
2022-04-16
*
Replace nni_aio_prov_set_extra with nni_aio_prov_set_data.
Garrett D'Amore
2021-12-31
*
Fix leak of messages lost during device abort.
Garrett D'Amore
2021-12-29
*
don't use deprecated functions in tests (#1560)
Edward Rudd
2021-12-29
*
Introduce nng_device_aio().
Garrett D'Amore
2021-12-27
*
Socket and context initialization never fails.
Garrett D'Amore
2021-12-25
*
Provide a tiny buf for lmq buffer by default.
Garrett D'Amore
2021-12-25
*
Fix possible crash in allocation failure path for LMQ.
Garrett D'Amore
2021-12-25
*
Pollables can be completely inline.
Garrett D'Amore
2021-12-25
*
Bus aio's can be inline.
Garrett D'Amore
2021-12-25
*
fixes #1552 Several warnings compiling in Windows with Visual Studio 2019
Garrett D'Amore
2021-12-25
*
Could use GCC atomics for older versions of GCC.
Garrett D'Amore
2021-12-08
*
ID map static initialization support.
Garrett D'Amore
2021-12-06
*
Static condvar initialization.
Garrett D'Amore
2021-12-05
*
Use static initialization for lists and mutexes.
Garrett D'Amore
2021-12-05
*
Provide atomic pointer support.
Garrett D'Amore
2021-12-05
*
fixes #1541 bug in nni_chunk_insert
Garrett D'Amore
2021-12-02
*
Fix incorrect elides of deprecated code.
Garrett D'Amore
2021-11-29
*
fixes #1346 windows ipc winsec fails frequently in CI/CD
Garrett D'Amore
2021-11-02
*
Remove unused eq_len member.
Garrett D'Amore
2021-10-11
*
Minor cleanups.
Garrett D'Amore
2021-09-06
*
Eliminate the pipe mutex and use atomic for pipe closed.
Garrett D'Amore
2021-09-06
[next]