summaryrefslogtreecommitdiff
path: root/src/protocol/pubsub
Commit message (Expand)AuthorAge
* Event notification via pollable FDs verified working.Garrett D'Amore2017-01-22
* Added protocol flags (which ones can send, and which can receive).Garrett D'Amore2017-01-21
* Start of event framework.Garrett D'Amore2017-01-16
* Various complaints found in AppVeyor build.Garrett D'Amore2017-01-16
* Minor cleanups.Garrett D'Amore2017-01-10
* Move to generic socket & pipe workers, and up to 4 each.Garrett D'Amore2017-01-08
* Simplify locking for protocols.Garrett D'Amore2017-01-07
* Fixes for PUB/SUB.Garrett D'Amore2017-01-06
* Message API was awkward.Garrett D'Amore2017-01-06
* Start of PUB/SUB testing. Fixed a subscribe bug.Garrett D'Amore2017-01-06
* Oops forgot to git commit pub.cGarrett D'Amore2017-01-05
* Change a bunch of copyrights to 2017 for work done since the 1st.Garrett D'Amore2017-01-05
* Oops -- forgot to test compile.Garrett D'Amore2017-01-05
* Release subscriptions on socket close.Garrett D'Amore2017-01-05
* SUB protocol implemented (uses sorted linked list for topics).Garrett D'Amore2017-01-05