summaryrefslogtreecommitdiffstats
path: root/src/messages/MMonSubscribe.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* messages: use final specifier for destructorPatrick Donnelly2020-11-101-1/+1
* messages: Fix incorrect use of __le16/32/64Ulrich Weigand2019-09-051-2/+2
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-4/+5
* messages: Update MMonSubscribe.h to work without using namespaceAdam C. Emerson2019-03-291-13/+10
* *: use std::string_view instead of char ptrPatrick Donnelly2019-01-091-1/+1
* messages: define HEAD_VERSION and COMPAT_VERSION inlinedKefu Chai2018-08-171-2/+2
* msg: cleanup factory/ref definition in messagesPatrick Donnelly2018-08-151-5/+2
* msg: add factory method to correctly construct smart_ptrPatrick Donnelly2018-08-151-1/+6
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* mon/ConfigMonitor: add monitor service for distributing configsSage Weil2018-03-061-8/+14
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-4/+5
* common: add override in msg subsystemliuchang08122017-03-031-5/+5
* Message: Make encode_payload can be reentrantHaomai Wang2015-06-011-0/+1
* messages: populate header.version in constructorSage Weil2012-02-101-2/+5
* msg: go const-crazy on messagesSage Weil2012-01-301-2/+2
* msg: no cct for decode_payloadSage Weil2012-01-301-1/+1
* msg: no cct needed for message encodingSage Weil2012-01-301-1/+1
* msg: use explicit feature argument instead of Connection*Sage Weil2012-01-301-1/+1
* msg: pass features explicitly into message encodersSage Weil2012-01-301-1/+1
* features: #include ceph_features directly where neededSage Weil2012-01-231-0/+1
* msg: remove globalsColin Patrick McCabe2011-06-211-2/+2
* mon: revamp subscribe protocol [backward compatible protocol change]Sage Weil2010-07-271-9/+49
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* replace nstring with std::stringSage Weil2010-04-281-1/+1
* msg: MMonSubscribe has a private destructorGreg Farnum2010-03-311-1/+4
* mon: clean up subscribe types a bitsSage Weil2009-09-011-22/+1
* mon: do one-time subscriptions, tooSage Weil2009-09-011-1/+31
* mon: add subscribe functionSage Weil2009-08-291-0/+39