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
Commit message (
Expand
)
Author
Age
*
fix source formatting
shikokuchuo
2025-03-16
*
req protocol: free msg early if no retries
shikokuchuo
2025-03-16
*
posix_pollq_epoll.c:add EPOLLHUP flag to aovid code error continues executing...
wangchen
2025-03-15
*
Windows: Fix regression where no connections after 5 seconds can occur
Garrett D'Amore
2025-03-09
*
Windows: Bring back hEvent -- needed for real IPC.
Garrett D'Amore
2025-02-18
*
fixes #2092 nng_close may hang on Windows
v2.0.0-alpha.4
Garrett D'Amore
2025-01-26
*
tests: add some tcp dialer local address tests
Garrett D'Amore
2025-01-14
*
pipe: nng_pipe_notify should use nng_err
Garrett D'Amore
2025-01-14
*
socketpair: use nng_err
Garrett D'Amore
2025-01-14
*
init: use nng_err
Garrett D'Amore
2025-01-14
*
aio: more nng_err updates
Garrett D'Amore
2025-01-14
*
api: pipes should use nng_err
Garrett D'Amore
2025-01-14
*
tests: start using nng_err in NUTS
Garrett D'Amore
2025-01-12
*
http: use nng_err throughout
Garrett D'Amore
2025-01-12
*
http: status is an enum
Garrett D'Amore
2025-01-12
*
api: extend usage of nng_err
Garrett D'Amore
2025-01-12
*
http: fix mishandling of very long headers or URIs, and mishandling of unicode
Garrett D'Amore
2025-01-12
*
http: remove unused nng_http_handler_get_data
Garrett D'Amore
2025-01-12
*
http: server error handling improvements and tests
Garrett D'Amore
2025-01-12
*
http: use common canonify at request parse time
Garrett D'Amore
2025-01-12
*
http: move connection properties to http_conn, use static Location for redirect
Garrett D'Amore
2025-01-12
*
http: status and reason fixes (make it match docs)
Garrett D'Amore
2025-01-12
*
http: improve buffer reuse for heeaders, and discard unused bodies
Garrett D'Amore
2025-01-11
*
http: remove public access to req / res structures
Garrett D'Amore
2025-01-11
*
http: drop unused internal functions
Garrett D'Amore
2025-01-10
*
http: drop exclusive tree mode
Garrett D'Amore
2025-01-10
*
http test: test HEAD method in server
Garrett D'Amore
2025-01-10
*
http: The big HTTP API refactoring of January 2025.
v2.0.0-alpha.3
http-client-trans
Garrett D'Amore
2025-01-09
*
Update CMakeLists.txt
Vũ Quang Thịnh
2025-01-09
*
http: server callback API simplified
Garrett D'Amore
2025-01-06
*
http: changing transaction API to inline req and res structures
Garrett D'Amore
2025-01-05
*
posix: move tcpdialer definition out of shared header
Garrett D'Amore
2025-01-05
*
platform: remove reader/writer locks
Garrett D'Amore
2025-01-05
*
platform: eliminate NNI_CV_INITIALIZER altogether
Garrett D'Amore
2025-01-05
*
reap: use sys init and fini instead of NNI_CV_INITIALIZER.
Garrett D'Amore
2025-01-05
*
pthreads: avoid double indirection for cv mutex
Garrett D'Amore
2025-01-05
*
Liberally apply some UWYI (use what you include) to header files
Garrett D'Amore
2025-01-05
*
args: Convert nng_opts_parse into a header only library using `nng_args_parse`.
Garrett D'Amore
2025-01-04
*
api: Promote idhash supplemental API to core
Garrett D'Amore
2025-01-04
*
api: remove the supplemental platform.h header
Garrett D'Amore
2025-01-04
*
tests: make NUTS_PASS use TEST_ASSERT
Garrett D'Amore
2025-01-04
*
tests: TLS transport test resilience against EADDRINUSE
Garrett D'Amore
2025-01-04
*
api: fold TLS supplemental headers into nng.h
Garrett D'Amore
2025-01-04
*
api: remove old protocol headers
Garrett D'Amore
2025-01-04
*
compat: remove unused leftover libnanomsg compatibility headers
Garrett D'Amore
2025-01-04
*
api: rename nng_send_aio and nng_recv_aio to nng_socket_send and nng_socket_recv
Garrett D'Amore
2025-01-04
*
api: drop the 64-bit option accessors (no more 64-bit option types)
Garrett D'Amore
2025-01-03
*
ipc: minor adjustments for ECLOSED and logging
Garrett D'Amore
2025-01-03
*
fixes #2061 Move IPC parameters from uint64 to int
Garrett D'Amore
2025-01-03
*
api: remove unused _uint64 options accessors for contexts and sockets
Garrett D'Amore
2025-01-01
[next]