summaryrefslogtreecommitdiffstats
path: root/src/messages/MLogAck.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* message: mark message classes "final"Kefu Chai2020-11-161-1/+1
* messages: use final specifier for destructorPatrick Donnelly2020-11-101-1/+1
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-5/+6
* messages: Update MLogAck.h to work without using namespaceAdam C. Emerson2019-03-291-1/+9
* *: use std::string_view instead of char ptrPatrick Donnelly2019-01-091-1/+1
* msg: cleanup factory/ref definition in messagesPatrick Donnelly2018-08-151-6/+3
* msg: add factory method to correctly construct smart_ptrPatrick Donnelly2018-08-151-0/+5
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-6/+8
* messages: Initialization of member variablesamitkuma2017-09-121-1/+1
* common: add override in msg subsystemliuchang08122017-03-031-5/+5
* moved to use boost uuid implementation, based on commit 4fe89a7b14c97b2ed7f35...Rohan Mars2015-08-191-2/+0
* common: LogEntry: add 'channel' fieldJoao Eduardo Luis2014-08-271-1/+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: pass features explicitly into message encodersSage Weil2012-01-301-1/+1
* use libuuid for fsidSage Weil2011-11-121-2/+4
* msg: remove globalsColin Patrick McCabe2011-06-211-2/+2
* logging:Move LogEntry.h into common with LogClientColin Patrick McCabe2010-12-071-2/+0
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* msg: MLogAck has a private destructorGreg Farnum2010-03-311-0/+3
* Monitor/Message: All messages used by Paxos are now PaxosServiceMessages.Greg Farnum2009-06-241-6/+3
* mon/msg: PThey mostly hold version_t's now. Unused, though.Greg Farnum2009-06-241-3/+6
* mon: use separate message type for log ackSage Weil2009-03-271-0/+44