aboutsummaryrefslogtreecommitdiff
path: root/src/core/msgqueue.h
Commit message (Expand)AuthorAge
* Remove the unused infinite timeout versions of msgq.Garrett D'Amore2017-07-03
* Delete unused msgq_notify. (We use aios instead.)Garrett D'Amore2017-07-03
* Use common aio cancellation.Garrett D'Amore2017-07-02
* Notification working - separate thread now.Garrett D'Amore2017-03-11
* Surveyor pattern callback-driven.Garrett D'Amore2017-03-10
* Pipeline protocol now entirely callback driven.Garrett D'Amore2017-03-04
* Timer implementation. Operations can timeout now?Garrett D'Amore2017-03-03
* Start of msgq aio.Garrett D'Amore2017-03-01
* We don't need putback on message queues after all.Garrett D'Amore2017-02-18
* Event notification via pollable FDs verified working.Garrett D'Amore2017-01-22
* Recv/Send event plumbing implemented (msgqueue and up).Garrett D'Amore2017-01-16
* Add survey test (and fix survey pattern).Garrett D'Amore2017-01-09
* Change a bunch of copyrights to 2017 for work done since the 1st.Garrett D'Amore2017-01-05
* PUB protocol (untested).Garrett D'Amore2017-01-05
* Change msgqueue -> msgq.Garrett D'Amore2017-01-02
* Implement msgqueue_putback.Garrett D'Amore2016-12-28
* Buffer resizing implemented. (Needed for single threaded inproc tests.)Garrett D'Amore2016-12-27
* Endpoint dialer implemented.Garrett D'Amore2016-12-22
* Work on endpoints. More C99 & type cleanups.Garrett D'Amore2016-12-22
* Inline locks (fewer allocs), simpler absolute times for wakeups. nn_sock_recv.Garrett D'Amore2016-12-22
* Synchronization enhancements - inproc & msgqueue. Absolute waits...Garrett D'Amore2016-12-22
* Uncrustify configuration, and shorter copyright banners, plus reformatGarrett D'Amore2016-12-21
* Make an interruptible version of message queues.Garrett D'Amore2016-12-12
* New inproc transport.Garrett D'Amore2016-12-12