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
/
sp
Commit message (
Expand
)
Author
Age
*
UDP: prefer new packets (drop older)
Garrett D'Amore
2024-11-04
*
Use a callback for UDP burst test.
Garrett D'Amore
2024-11-04
*
UDP test improvements.
Garrett D'Amore
2024-11-04
*
Introduce NUTS_SKIP and use it in a few tests.
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
*
Remove untyped nng_dialer_get/set and nng_listener_get/set.
Garrett D'Amore
2024-11-03
*
Remove untyped nng_pipe_get, support for untyped sockaddr set.
Garrett D'Amore
2024-11-03
*
Add some more tests for sub coverage.
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
*
tls: Remove the individual TLS configuration options
Garrett D'Amore
2024-10-28
*
remove legacy support for configuration of transport options on socket
Garrett D'Amore
2024-10-20
*
Use `const` for nng_stat when possible.
Garrett D'Amore
2024-10-20
*
fixes #1890 stats could support an inline lock - remove most atomics
Garrett D'Amore
2024-10-13
*
stats: Reduce some wasted space for disabled stats.
Garrett D'Amore
2024-10-13
*
UDP: More test tuning for lossy environments.
Garrett D'Amore
2024-10-13
*
udp: fix race, fix tests
Garrett D'Amore
2024-10-13
*
UDP/sanitizer: Don't be strict about message loss in sanitizer or coverage runs.
Garrett D'Amore
2024-10-13
*
UDP: burst testing to improve coverage
Garrett D'Amore
2024-10-13
*
UDP: numerous fixes, added test for copy break
Garrett D'Amore
2024-10-13
*
UDP: add some statistics
Garrett D'Amore
2024-10-12
*
udp: fix leaks on EP destroy
Garrett D'Amore
2024-10-07
*
Finally, actually register the UDP transport.
Garrett D'Amore
2024-10-07
*
Actually enable UDP. Also fix some UWYI includes.
Garrett D'Amore
2024-10-06
*
Remove the legacy transport registration functions.
Garrett D'Amore
2024-10-06
*
fixes #168 UDP transport
Garrett D'Amore
2024-10-05
*
TLS: make some tests conditional.
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 problem that causing it unable to pass compile when NNG_TRANSPORT_ZEROT...
Peter Wang
2024-06-01
*
Free SP protocol streams before discarding aio objects.
Garrett D'Amore
2024-05-30
*
Another attempt at the close deadlock, fix use-after-free.
Garrett D'Amore
2024-05-30
*
Logging improvements (#1816)
Garrett D'Amore
2024-04-21
*
Log messages when peer sends too large message.
Garrett D'Amore
2024-04-17
*
Log protocol connections rejected by protocol.
Garrett D'Amore
2024-04-14
*
Log transports as they are initialized.
Garrett D'Amore
2024-04-14
*
fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)
Garrett D'Amore
2024-02-25
*
Add support for socket:// in NUTS marry function.
Garrett D'Amore
2024-02-18
*
Add REP huge reply (10MB) test
Garrett D'Amore
2024-02-18
*
Windows: Use _close instead of close
Garrett D'Amore
2024-01-27
*
fixes #1740 Public ID hash API
Garrett D'Amore
2023-12-29
*
tcp and tls: setting recv max on endpoint does not change pipes
Garrett D'Amore
2023-12-29
*
ipc: changing ep receive max should not affect established pipes
Garrett D'Amore
2023-12-29
*
ipc: refactor get peerid support to use common POSIX code
Garrett D'Amore
2023-12-29
*
fixes #1746 Create a new socket:// transport for socketpair() based connections
Garrett D'Amore
2023-12-29
*
fixes #1728 surveyor could be simplified to not use timer
Garrett D'Amore
2023-12-17
*
minor comment fixes for survey_test
Garrett D'Amore
2023-12-17
[next]