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
/
msgqueue.h
Commit message (
Expand
)
Author
Age
*
fixes #814 mq_get_error should go
Garrett D'Amore
2020-02-06
*
fixes #815 Eliminate socket filters on message queues
Garrett D'Amore
2019-03-13
*
fixes #892 remove statistics from message queues
Garrett D'Amore
2019-02-23
*
fixes #812 message queue put_error unused
Garrett D'Amore
2018-12-11
*
update the comment (nng_msgq_put_until doesn't exists anymore)
QXSoftware
2018-10-02
*
fixes #4 Statistics support
Garrett D'Amore
2018-09-03
*
fixes #364 kill off nni_msgq_set_best_effort()
Garrett D'Amore
2018-04-24
*
fixes #342 Want Surveyor/Respondent context support
Garrett D'Amore
2018-04-24
*
fixes #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
*
fixes #344 nn_poll() legacy API missing
Garrett D'Amore
2018-04-16
*
fixes #308 Close can block
Garrett D'Amore
2018-04-14
*
fixes #173 Define public HTTP server API
Garrett D'Amore
2018-02-01
*
fixes #132 Implement saner notification for file descriptors
Garrett D'Amore
2017-10-24
*
fixes #112 Need to move some stuff from socket to message queues
Garrett D'Amore
2017-10-23
*
Remove some dead code; msg queue depths are always unsigned.
Garrett D'Amore
2017-08-07
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
Remove the unused infinite timeout versions of msgq.
Garrett D'Amore
2017-07-03
*
Delete unused msgq_notify. (We use aios instead.)
Garrett D'Amore
2017-07-03
*
Use common aio cancellation.
Garrett D'Amore
2017-07-02
*
Notification working - separate thread now.
Garrett D'Amore
2017-03-11
*
Surveyor pattern callback-driven.
Garrett D'Amore
2017-03-10
*
Pipeline protocol now entirely callback driven.
Garrett D'Amore
2017-03-04
*
Timer implementation. Operations can timeout now?
Garrett D'Amore
2017-03-03
*
Start of msgq aio.
Garrett D'Amore
2017-03-01
*
We don't need putback on message queues after all.
Garrett D'Amore
2017-02-18
*
Event notification via pollable FDs verified working.
Garrett D'Amore
2017-01-22
*
Recv/Send event plumbing implemented (msgqueue and up).
Garrett D'Amore
2017-01-16
*
Add survey test (and fix survey pattern).
Garrett D'Amore
2017-01-09
*
Change a bunch of copyrights to 2017 for work done since the 1st.
Garrett D'Amore
2017-01-05
*
PUB protocol (untested).
Garrett D'Amore
2017-01-05
*
Change msgqueue -> msgq.
Garrett D'Amore
2017-01-02
*
Implement msgqueue_putback.
Garrett D'Amore
2016-12-28
*
Buffer resizing implemented. (Needed for single threaded inproc tests.)
Garrett D'Amore
2016-12-27
*
Endpoint dialer implemented.
Garrett D'Amore
2016-12-22
*
Work on endpoints. More C99 & type cleanups.
Garrett D'Amore
2016-12-22
*
Inline locks (fewer allocs), simpler absolute times for wakeups. nn_sock_recv.
Garrett D'Amore
2016-12-22
*
Synchronization enhancements - inproc & msgqueue. Absolute waits...
Garrett D'Amore
2016-12-22
*
Uncrustify configuration, and shorter copyright banners, plus reformat
Garrett D'Amore
2016-12-21
*
Make an interruptible version of message queues.
Garrett D'Amore
2016-12-12
*
New inproc transport.
Garrett D'Amore
2016-12-12