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
*
Introduce nng_device_aio().
Garrett D'Amore
2021-12-27
*
Socket and context initialization never fails.
Garrett D'Amore
2021-12-25
*
Provide a tiny buf for lmq buffer by default.
Garrett D'Amore
2021-12-25
*
Fix possible crash in allocation failure path for LMQ.
Garrett D'Amore
2021-12-25
*
Pollables can be completely inline.
Garrett D'Amore
2021-12-25
*
Bus aio's can be inline.
Garrett D'Amore
2021-12-25
*
Restore legacy nng_getopt_ptr.
Garrett D'Amore
2021-12-25
*
fixes #1552 Several warnings compiling in Windows with Visual Studio 2019
Garrett D'Amore
2021-12-25
*
fixes #1550 GCC diagnostic inside functions not supported in older compilers
Garrett D'Amore
2021-12-25
*
Could use GCC atomics for older versions of GCC.
Garrett D'Amore
2021-12-08
*
Fixes compiling on windows 32-bit (#1549)
Edward Rudd
2021-12-08
*
Compilation failure for atomics on legacy platforms (gcc 4.8, centos 7)
Garrett D'Amore
2021-12-08
*
ID map static initialization support.
Garrett D'Amore
2021-12-06
*
Static condvar initialization.
Garrett D'Amore
2021-12-05
*
Use static initialization for lists and mutexes.
Garrett D'Amore
2021-12-05
*
Provide atomic pointer support.
Garrett D'Amore
2021-12-05
*
fixes #1541 bug in nni_chunk_insert
Garrett D'Amore
2021-12-02
*
Fix incorrect elides of deprecated code.
Garrett D'Amore
2021-11-29
*
fixes #1536 nng_sendmsg and nng_recvmsg could be faster
Garrett D'Amore
2021-11-28
*
Don't use deprecated function in test.
Garrett D'Amore
2021-11-28
*
fixes #1526 NNG_USE_CLOCKID Bug?
Garrett D'Amore
2021-11-27
*
fix building with PAIR and PUBSUB disabled (#1530)
Edward Rudd
2021-11-26
*
fixes #1346 windows ipc winsec fails frequently in CI/CD
Garrett D'Amore
2021-11-02
*
Use env shebangs everywhere (#1515)
Leonard Pollak
2021-10-26
*
fixes #1518 Disconnect during negotiation breaks listener
Garrett D'Amore
2021-10-16
*
Remove unused eq_len member.
Garrett D'Amore
2021-10-11
*
Minor cleanups.
Garrett D'Amore
2021-09-06
*
Remove redundant check.
Garrett D'Amore
2021-09-06
*
fixes #1347 windows IPC accept cancellation not wired up
Garrett D'Amore
2021-09-06
*
Eliminate the pipe mutex and use atomic for pipe closed.
Garrett D'Amore
2021-09-06
*
SP initialization cannot fail.
Garrett D'Amore
2021-09-06
*
fixes #1498 Endpoint close/shutdown could be synchronous (#1499)
Garrett D'Amore
2021-09-04
*
Minor cleanups.
Garrett D'Amore
2021-08-21
*
Remove unused prototypes.
Garrett D'Amore
2021-08-21
*
Move protocol.c into SP tree (it is SP specific.)
Garrett D'Amore
2021-08-21
*
fixes #1488 aio expiration list performance work needed
Garrett D'Amore
2021-08-09
*
fixes #1478 mbedTLS 3.0 is not API compatible with 2.x
Garrett D'Amore
2021-08-09
*
* FIX #1486 by waking up latest aio each time. (#1487)
JaylinYu
2021-08-09
*
Remove separate protocol initialization step.
Garrett D'Amore
2021-08-07
*
Fix premature transport registration. Mark it deprecated.
Garrett D'Amore
2021-08-01
*
Simplify the SP transport initialization process.
Garrett D'Amore
2021-07-31
*
Minor format and spelling in comments.
Garrett D'Amore
2021-07-31
*
Remove extra wrapper for platform clock support.
Garrett D'Amore
2021-07-22
*
Fix some unused variables.
Garrett D'Amore
2021-07-22
*
Fix header guards.
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
*
fixes #1475 nni_aio_begin should not dispatch task on stopped aio
Garrett D'Amore
2021-07-22
*
Fix valgrind error epoll_ctl points to uninitialised bytes (#1469)
Jesper Wramberg
2021-07-21
*
Fix the wrong ratio when expire queue shrink. (#1470)
wangha
2021-07-16
*
Minor clang-tidy fixes.
Garrett D'Amore
2021-07-11
[next]