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
Commit message (
Expand
)
Author
Age
*
fixes #2092 nng_close may hang on Windows (stable version)
v1.10.1
Garrett D'Amore
2025-01-26
*
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
*
fix aio test failures on darwin
Garrett D'Amore
2025-01-03
*
stable: add nng_socket_close to aid transition to 2.0
Garrett D'Amore
2025-01-03
*
fixes #1959 Occasional SIGSEGV in nng_recv_aio() on a respondent socket
Aleksei Solovev
2024-12-08
*
sockfd: check the result of nni_aio_schedule
Garrett D'Amore
2024-12-07
*
windows ipc: check the return value of nni_aio_schedule
Garrett D'Amore
2024-12-07
*
Add nng_sub0_subscribe and friends.
Garrett D'Amore
2024-11-11
*
Add new functions for socket identity.
Garrett D'Amore
2024-11-11
*
Integer sign extension bug in socket.c.
Garrett D'Amore
2024-11-08
*
Mark some functions that are useless as deprecated
Garrett D'Amore
2024-11-07
*
fixes #1900 'u_int32_t' undeclared
Garrett D'Amore
2024-11-07
*
fix maybe uninitialized warning
shikokuchuo
2024-10-07
*
fix int-to-pointer conversion warning
shikokuchuo
2024-10-07
*
fixes #1866 clock_gettime is not used on Android, even though available
v1.9.0
Garrett D'Amore
2024-09-07
*
fixes #1858 Warning on calloc()
Garrett D'Amore
2024-08-14
*
log: eliminate redundant newlines sometimes present
Garrett D'Amore
2024-08-14
*
TLS: enable TLS 1.3 for Mbed TLS.
Garrett D'Amore
2024-08-14
*
fixes #1837 IPC - Use After Free
Garrett D'Amore
2024-08-13
*
idhash: add nng_id_visit API
Garrett D'Amore
2024-08-11
*
fixes #1849 merge wolfSSL support inline, and relicense it under same terms a...
Garrett D'Amore
2024-07-22
*
TLS: make some tests conditional.
Garrett D'Amore
2024-07-22
*
TLS: Stop making the licensing message a warning - notice is sufficient.
Garrett D'Amore
2024-07-22
*
TLS: announce which engine we are using (in anticipation of newer TLS engines)
Garrett D'Amore
2024-07-22
*
Fix conditional tls_tran_test
Garrett D'Amore
2024-07-21
*
fixes #1846 Add support for TLS PSK
Garrett D'Amore
2024-07-21
*
fixes #1835 setting NNG_OPT_TLS_CONFIG on socket should hold reference
Garrett D'Amore
2024-07-21
*
UDP: Introduce an experimental (undocumented for now) public API for UDP. (#1...
Garrett D'Amore
2024-06-02
*
Fixes problem that causing it unable to pass compile when NNG_TRANSPORT_ZEROT...
Peter Wang
2024-06-01
*
windows: refactor IPC to avoid possible hangs and use after free.
Garrett D'Amore
2024-05-30
*
Free SP protocol streams before discarding aio objects.
Garrett D'Amore
2024-05-30
*
Safer initialization of aios
Garrett D'Amore
2024-05-30
*
fix for pipe statistic crash
Garrett D'Amore
2024-05-30
*
windows: TCP connection use-after-free fixes
Garrett D'Amore
2024-05-30
*
windows: ipc listen use after free
Garrett D'Amore
2024-05-30
*
windows: ipc conn conn_aio not used
Garrett D'Amore
2024-05-30
*
windows: fix TCP use-after-free in listener
Garrett D'Amore
2024-05-30
*
windows: drop the hEvent initialization for win_io structures.
Garrett D'Amore
2024-05-30
*
windows: IPC conn->conn_io is unused
Garrett D'Amore
2024-05-30
*
Another attempt at the close deadlock, fix use-after-free.
Garrett D'Amore
2024-05-30
*
fixes #1827 Windows a deadlock on nng_close()
Garrett D'Amore
2024-05-30
*
fixes #1825 Compiler warning due to unused variable in win_clock.c
Garrett D'Amore
2024-05-22
*
Windows: add a check for broken legacy environments without timespec_get.
Garrett D'Amore
2024-05-22
*
fix deadlock on socket close
Alexander Zilberkant
2024-04-24
*
fixes #1808 nng_msg_insert: munmap_chunk(): invalid pointer
Garrett D'Amore
2024-04-24
*
Move the rest of the functionality from platform.h into core.
Garrett D'Amore
2024-04-23
*
Logging improvements (#1816)
Garrett D'Amore
2024-04-21
*
Log messages when peer sends too large message.
Garrett D'Amore
2024-04-17
*
[tls_common] finish conn lock in tls_reap
Moi Ran
2024-04-14
[next]