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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
taskq.c
Commit message (
Expand
)
Author
Age
*
fixes #1236 Deadlock triggered on nng_close
Garrett D'Amore
2020-05-17
*
fixes #1202 More than 120 threads was started by NNG
Garrett D'Amore
2020-02-24
*
fixes #1117 task structures should be inlined
Garrett D'Amore
2020-01-06
*
fixes #1116 task_reap can be eliminated
Garrett D'Amore
2020-01-05
*
fixes #769 How to limit worker threads
Matt Gigli
2018-12-16
*
fixes #589 tsan found races
Garrett D'Amore
2018-07-16
*
fixes #32 autoscale based on CPUs available
Garrett D'Amore
2018-06-12
*
fixes #511 Want to be able to have deferred destroy of tasks and aios
Garrett D'Amore
2018-06-09
*
fixes #451 task finalization could be better/smarter (resolver)
Garrett D'Amore
2018-05-17
*
fixes #445 crash in taskq_thread
Garrett D'Amore
2018-05-16
*
fixes #433 tasks can leak
Garrett D'Amore
2018-05-15
*
fixes #431 hang in taskq_wait
Garrett D'Amore
2018-05-15
*
fixes #352 aio lock is burning hot
Garrett D'Amore
2018-05-14
*
fix a number of cppcheck complaints (not all)
Garrett D'Amore
2018-04-24
*
fixes #45 expose aio to applications
Garrett D'Amore
2017-10-25
*
Provide versions of mutex, condvar, and aio init that never fail.
Garrett D'Amore
2017-08-16
*
Idempotent taskq finalizers.
Garrett D'Amore
2017-08-14
*
Thundering herd kills performance.
Garrett D'Amore
2017-08-10
*
Subsystem initialize is idempotent; simplify cleanup.
Garrett D'Amore
2017-08-07
*
Refactor AIO logic to close numerous races and reduce complexity.
Garrett D'Amore
2017-08-04
*
More reliable taskq fini; avoids deadlock during shutdown.
Garrett D'Amore
2017-08-02
*
Eliminate the separate AIO wake callback, making nni_aio_wait
Garrett D'Amore
2017-07-21
*
Simpler taskq API.
Garrett D'Amore
2017-07-21
*
Yet more race condition fixes.
Garrett D'Amore
2017-07-20
*
Always run the AIO completion logic.
Garrett D'Amore
2017-07-19
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
Refactor stop again, closing numerous races (thanks valgrind!)
Garrett D'Amore
2017-06-28
*
Fix taskq_cancel race.
Garrett D'Amore
2017-06-08
*
Fix leaking taskq data.
Garrett D'Amore
2017-03-12
*
Pipeline protocol now entirely callback driven.
Garrett D'Amore
2017-03-04
*
Taskq implementation.
Garrett D'Amore
2017-02-18