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
/
supplemental
Commit message (
Expand
)
Author
Age
*
Remove the legacy transport registration functions.
Garrett D'Amore
2024-10-06
*
TLS: enable TLS 1.3 for Mbed TLS.
Garrett D'Amore
2024-08-14
*
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
*
fixes #1846 Add support for TLS PSK
Garrett D'Amore
2024-07-21
*
Move the rest of the functionality from platform.h into core.
Garrett D'Amore
2024-04-23
*
[tls_common] finish conn lock in tls_reap
Moi Ran
2024-04-14
*
fixes #1588 TLS should log errors
Garrett D'Amore
2024-04-14
*
Add missing `nng_tls_config_hold` stub function
Marc Lasch
2024-04-13
*
fixes #1771 cmake: respect CMAKE_FIND_PACKAGE_PREFER_CONFIG if present
Garrett D'Amore
2024-02-28
*
fix typo in test for CMAKE_FIND_PACKAGE_PREFER_CONFIG
Garrett D'Amore
2024-02-17
*
base64_test: fix compiler warning about cast
Garrett D'Amore
2024-01-27
*
tls: fix cast to integer warning
Garrett D'Amore
2024-01-27
*
Mbed TLS CMake improvements.
Garrett D'Amore
2024-01-27
*
Fix warning from inconsistent socket_pair prototype.
Garrett D'Amore
2024-01-06
*
fix idhash not public
Garrett D'Amore
2024-01-06
*
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 #1734 websocket dialer hang on shutdown
Garrett D'Amore
2023-12-17
*
fixes #1735 websocket should send, and wait for, WS_CLOSE frames on shutdown
Garrett D'Amore
2023-12-17
*
fixes #1673 High CPU usage with TLS
Garrett D'Amore
2023-12-16
*
Skip URI parameters when serving a directory (http_server)
Robert Bielik
2023-08-23
*
fixes#1611 http_sconn_error() in http_server.c; use after free
Garrett D'Amore
2023-04-19
*
Get common name and subject alternative names of peer certificate (#1617)
Christian Fischbach
2023-02-08
*
Fill NNG_PKGS to request nng dependencies from installed location. (#1641)
Garrett D'Amore
2023-02-05
*
Fixes for some security complaints.
Garrett D'Amore
2022-12-31
*
Fix out-of-bounds error in http_uri_canonify(). (#1595)
Manuel Saraiva
2022-05-31
*
Replace nni_aio_prov_set_extra with nni_aio_prov_set_data.
Garrett D'Amore
2021-12-31
*
Use static initialization for lists and mutexes.
Garrett D'Amore
2021-12-05
*
Provide atomic pointer support.
Garrett D'Amore
2021-12-05
*
fixes #1346 windows ipc winsec fails frequently in CI/CD
Garrett D'Amore
2021-11-02
*
fixes #1478 mbedTLS 3.0 is not API compatible with 2.x
Garrett D'Amore
2021-08-09
*
Remove extra wrapper for platform clock support.
Garrett D'Amore
2021-07-22
*
fixes #1471 Use of strdup instead of nni_strdup in mbedtls/tls.c
Garrett D'Amore
2021-07-22
*
remove extraneous comment, set conn_init static (#1424)
Dave Voutila
2021-02-17
*
Fix typo in tls_common.c (#1412)
Evgeny Ermakov
2021-01-24
*
fixes #1403 http ws listeners added without a lock
Garrett D'Amore
2021-01-10
*
fixes #1393 Use after free in http (#1395)
Evgeny Ermakov
2021-01-03
*
Fix compilation warnings (#1397)
Evgeny Ermakov
2021-01-02
*
fixes #1345 Restructure the source tree
Garrett D'Amore
2021-01-01
*
fixes #1372 nni_reap could be smaller
Garrett D'Amore
2020-12-19
*
fixes #1313 support deferred nng_aio destruction
Garrett D'Amore
2020-12-12
*
Move TCP out of supplemental.
Garrett D'Amore
2020-12-05
*
fixes #1358 nni_strtou64 and nni_strtox64 could be replaced with strtoull
Garrett D'Amore
2020-11-23
*
New NUTS test framework (NNG Unit Test Support).
Garrett D'Amore
2020-11-23
*
Work for test refactoring.
Garrett D'Amore
2020-11-18
*
Centralize the scheme handling for HTTP schemes.
Garrett D'Amore
2020-11-17
[next]