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
*
dialer/listener: don't allocate before we have a transport
Garrett D'Amore
2024-11-23
*
test: sock_test should not use NNG_OPT_URL
Garrett D'Amore
2024-11-23
*
Fix socket:// hostname should be null, and add test case
Garrett D'Amore
2024-11-22
*
Select transport using raw URL string.
Garrett D'Amore
2024-11-22
*
Fix leak on bad URL
Garrett D'Amore
2024-11-22
*
Introduce nng_listener_get_url and nng_dialer_get_url.
Garrett D'Amore
2024-11-21
*
Inline dialer URL.
Garrett D'Amore
2024-11-21
*
Collect the bound port as part of the URL at bind time.
Garrett D'Amore
2024-11-21
*
Use 32-bit port numbers.
Garrett D'Amore
2024-11-21
*
Avoid extra allocs for listener url.
Garrett D'Amore
2024-11-21
*
Add new nni_url_parse_inline, and add more test cases for coverage.
Garrett D'Amore
2024-11-18
*
url: Use NNG_EINVAL for parse failures
Garrett D'Amore
2024-11-18
*
Introduce accessors for nng_url struct and make it opaque.
Garrett D'Amore
2024-11-18
*
Merge internal and external URL APIs. No need for
Garrett D'Amore
2024-11-18
*
URL refactor part 1.
Garrett D'Amore
2024-11-18
*
More url work. Undocument rawurl, and stop using it stats and logs.
Garrett D'Amore
2024-11-17
*
nni_url_sprintf
Garrett D'Amore
2024-11-17
*
URL u_port should be a number not a string.
Garrett D'Amore
2024-11-17
*
intern URL scheme
Garrett D'Amore
2024-11-17
*
fix parsing bug in abstract URLs
Garrett D'Amore
2024-11-17
*
remove NNG_OPT_SOCKNAME (and socket names altogether)
Garrett D'Amore
2024-11-17
*
init test coverage improvements
Garrett D'Amore
2024-11-11
*
refactor initialization/finalization
Garrett D'Amore
2024-11-11
*
TLS configuration changed to use discret _set_tls and _get_tls functions.
Garrett D'Amore
2024-11-09
*
Add zero test for error
Garrett D'Amore
2024-11-05
*
remove nni_plat_println - we have nni_plat_printf which is good enough
Garrett D'Amore
2024-11-05
*
logging: better debug & test logs
Garrett D'Amore
2024-11-04
*
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
*
Remove untyped nng_dialer_get/set and nng_listener_get/set.
Garrett D'Amore
2024-11-03
*
Remove untyped stream option functions.
Garrett D'Amore
2024-11-03
*
Remove untyped nng_pipe_get, support for untyped sockaddr 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
*
NNI_GETXX macros are brittle due to casting mistake.
Garrett D'Amore
2024-11-02
*
Remove nng_stream_set function family.
Garrett D'Amore
2024-10-28
*
streams: drop some stream set functions
Garrett D'Amore
2024-10-28
*
tls: move definitions to core nng.h
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
*
stats: Reduce the need for NNG_ENABLE_STATS checks everywhere.
Garrett D'Amore
2024-10-13
*
Fix case for infinite sleep.
Garrett D'Amore
2024-10-07
*
Integer sign extension bug in socket.c.
Garrett D'Amore
2024-10-07
*
fix aio test failures on darwin
Garrett D'Amore
2024-10-06
*
Actually enable UDP. Also fix some UWYI includes.
Garrett D'Amore
2024-10-06
[next]