summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-26changes: add file for #21377juga0
2019-03-26dircache: fix identation and remove unneded gotojuga0
2019-03-26bwauth: remove declaring args, they are now in usejuga0
2019-03-26test: check that .../bandwidth.z is compressedjuga0
2019-03-26test: Check bw file cache lifetimejuga0
2019-03-26bwauth: increment bw file cache lifetimejuga0
2019-03-26bwauth: check and use compression serving bw filejuga0
2019-03-26bwauth: check if a bw file could be readjuga0
2019-03-26bwauth: use flag to do not warn when file is missingjuga0
2019-03-26Serve bandwidth file used in the next votejuga0
2019-03-26Merge branch 'maint-0.4.0'teor
2019-03-26Merge remote-tracking branch 'tor-github/pr/848' into maint-0.4.0teor
2019-03-26Merge remote-tracking branch 'tor-github/pr/833'teor
2019-03-26Merge remote-tracking branch 'tor-github/pr/834'teor
2019-03-26Fix CID 1444119rl1987
2019-03-26test/dir: add a 4th argument to dirserv_read_measured_bandwidths()teor
2019-03-26Merge branch 'ticket29806_035_squashed_merged' into ticket29806_040_squashed_...teor
2019-03-26Merge branch 'tor-github/pr/839'George Kadianakis
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-25Use actual pointers in dispatch_cfg.c.Nick Mathewson
2019-03-25Add a test for pubsub_items_clear_bindings()Nick Mathewson
2019-03-25Add test for dispatch_send() fast path.Nick Mathewson
2019-03-25practracker: split shutdown code out of main.cNick Mathewson
2019-03-25practracker compliance: split lint_message into more logical partsNick Mathewson
2019-03-25pubsub: add test for items_out in builder_finalize()Nick 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-25dispatch: Test behavior of formatting type with no set fmt function.Nick Mathewson
2019-03-25Unit test for namemap_fmt_name()Nick Mathewson
2019-03-25pubsub test: add a test to make sure typefns can't be changed.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-25pubsub: install libevent events separately from the_dispatcher.Nick Mathewson
2019-03-25Connect the mainloop pubsub dispatcher on startup; free it on shutdown.Nick Mathewson
2019-03-25Add msgtypes.h include to pubsub_build.hNick Mathewson
2019-03-25Code to manage publish/subscribe setup via subsystem interface.Nick 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
2019-03-25Debug logs to record all messages sent and delivered.Nick Mathewson
2019-03-25Add a naming system for IDs in dispatch.Nick Mathewson
2019-03-25Low-level dispatch module for publish-subscribe mechanismNick Mathewson
2019-03-25Add a new inline function to check whether debug logging is onNick Mathewson
2019-03-25Add a smartlist_grow() function to expand a smartlistNick Mathewson