summaryrefslogtreecommitdiffstats
path: root/src/messages/MMonPaxos.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* messages: use final specifier for destructorPatrick Donnelly2020-11-101-1/+1
* messages: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-6/+7
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-5/+6
* *: use std::string_view instead of char ptrPatrick Donnelly2019-01-091-1/+1
* messages: fix get_opname return typePatrick Donnelly2018-08-171-1/+1
* messages: define HEAD_VERSION and COMPAT_VERSION inlinedKefu Chai2018-08-171-9/+9
* msg: cleanup factory/ref definition in messagesPatrick Donnelly2018-08-151-6/+3
* 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
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-26/+27
* messages: Initializing uninitialized members MMonPaxosamitkuma2017-08-041-9/+9
* mon: share connected features with leaderSage Weil2017-06-011-1/+7
* messages/MMonPaxos: drop compat cruftSage Weil2017-04-211-2/+1
* common: add override in msg subsystemliuchang08122017-03-031-5/+5
* assert(0) -> ceph_abort()Sage Weil2016-11-221-1/+1
* features: deprecate CEPH_FEATURE_MONCLOCKCHECKSamuel Just2016-03-171-6/+2
* Message: Make encode_payload can be reentrantHaomai Wang2015-06-011-0/+2
* mon: Single-paxos and key/value store supportJoao Eduardo Luis2013-02-211-7/+3
* mon: Remove global version code introduced around bobtail's releaseJoao Eduardo Luis2013-02-121-8/+2
* mon: include global versions in paxos, slurp messagesSage Weil2012-09-131-3/+10
* messages: populate header.version in constructorSage Weil2012-02-101-5/+9
* msg: go const-crazy on messagesSage Weil2012-01-301-2/+2
* paxos: explicitly pass in send timestampSage Weil2012-01-301-4/+3
* msg: no cct for decode_payloadSage Weil2012-01-301-1/+1
* msg: use absolute times for message encodingSage 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-2/+2
* msg: pass features explicitly into message encodersSage Weil2012-01-301-1/+1
* features: #include ceph_features directly where neededSage Weil2012-01-231-0/+1
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-1/+1
* msg: remove globalsColin Patrick McCabe2011-06-211-2/+2
* g_clock.now -> ceph_clock_nowColin Patrick McCabe2011-06-211-1/+1
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* mon: make mon lease clock check protocol change backward compatibleSage Weil2010-06-081-2/+4
* mon: simplify clock drift checksSage Weil2010-06-081-1/+8
* mon: detect and warn on clock synchronization problems;Greg Farnum2010-05-261-3/+3
* msg: MMonPaxos has a private destructorGreg Farnum2010-03-311-1/+5
* messages: Clean up of PaxosServiceMessages, and some fixes for their users.Greg Farnum2009-06-251-6/+4
* Monitor/Message: All messages used by Paxos are now PaxosServiceMessages.Greg Farnum2009-06-241-5/+7
* mon: commit large numbers of state values quicklySage Weil2008-11-141-3/+13
* mon: trim old paxos state values. just pgmap, for nowSage Weil2008-05-171-2/+7
* changes some ints to __u32 or __s32Sage Weil2008-05-091-2/+2
* fixed mon message encodingSage Weil2008-05-091-19/+19
* fixed get_type_name type to make latest g++ happySage Weil2007-12-311-1/+1
* reorganized source treeSage Weil2007-12-191-0/+98