aboutsummaryrefslogtreecommitdiff
path: root/src/lib/pubsub
AgeCommit message (Expand)Author
2020-11-12Fix typos.Samanta Navarro
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-12-02Link to mainloop_pubsub.[ch] when describing delivery policiesNick Mathewson
2019-11-16Topic documentation on our publish-subscribe architecture.Nick Mathewson
2019-11-15Doxygen: rename all .dox files to end with .mdNick Mathewson
2019-11-15Doxygen: remove /** and **/ from all .dox filesNick Mathewson
2019-11-06Add a bunch of doxygen for things in src/lib.Nick Mathewson
2019-11-04Doxygen: document the rest of the directories in lib.Nick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-26doxygen: add @file declarations for src/libNick Mathewson
2019-06-11Merge branch 'tor-github/pr/1040'David Goulet
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-22Multiple subscribers or publishers per subsystemTaylor Yu
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-03-28Don't unconditionally deref pub and sub in lint_message_consistencyNick Mathewson
2019-03-26Remove message/subsystem numbers from log messagesNick Mathewson
2019-03-25Rename one case of c_type to c_ptr_type.Nick Mathewson
2019-03-25Rename DISPATCH_DEFINE_TYPE() to DISPATCH_REGISTER_TYPE()Nick Mathewson
2019-03-25Various documentation notes and tweaks for pubsubNick Mathewson
2019-03-25Log warning messages _before_ exiting because of earlier dcfg failureNick Mathewson
2019-03-25practracker compliance: split lint_message into more logical partsNick Mathewson
2019-03-25coverage: Exclude lines in pubsub_pub that can only be reached on bugNick Mathewson
2019-03-25pubsub_check.c: Stop accepting NULL prefix, which we never send.Nick Mathewson
2019-03-25Try a different approach to making publish function seem used.Nick Mathewson
2019-03-25move pubsub_connector_t typedef to pubsub_connect.hNick Mathewson
2019-03-25Correct doxygen @file directivesNick Mathewson
2019-03-25Document several issues found by TaylorNick Mathewson
2019-03-25Add msgtypes.h include to pubsub_build.hNick Mathewson
2019-03-25Pubsub: macros for ease-of-use and typesafety.Nick Mathewson
2019-03-25Add function to clear publish bindings.Nick Mathewson
2019-03-25pubsub: relationship checking functionalityNick Mathewson
2019-03-25Pubsub: an OO layer on top of lib/dispatchNick Mathewson