summaryrefslogtreecommitdiffstats
path: root/src/messages/MLog.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
* messages: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-2/+3
* messages/MLog: pass rvalue ref instead const ref to ctorKefu Chai2019-09-201-2/+2
* src/: use make_message<Foo> instead of Foo::create()Kefu Chai2019-04-181-6/+4
* *: use std::string_view instead of char ptrPatrick Donnelly2019-01-091-1/+1
* msg: cleanup factory/ref definition in messagesPatrick Donnelly2018-08-151-7/+4
* 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-4/+5
* common: add override in msg subsystemliuchang08122017-03-031-5/+5
* common/LogEntry: include features in addr encodeSage Weil2016-05-311-1/+1
* message/MLog: include seq in printSage Weil2015-11-141-1/+2
* moved to use boost uuid implementation, based on commit 4fe89a7b14c97b2ed7f35...Rohan Mars2015-08-191-1/+0
* messages: MLog: make ctor's uuid argument a constJoao Eduardo Luis2012-11-271-2/+2
* mon: Add publish/subscribe capabilities to the log monitor and status cmd.Joao Eduardo Luis2012-05-181-1/+1
* 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-3/+4
* msg: remove globalsColin Patrick McCabe2011-06-211-2/+2
* logging: MLog.h: const cleanupColin Patrick McCabe2010-12-071-2/+5
* logging:Move LogEntry.h into common with LogClientColin Patrick McCabe2010-12-071-1/+1
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* msg: MLog has a private destructorGreg Farnum2010-03-311-0/+3
* No more VERSION_T; just 0.Greg Farnum2009-06-261-2/+2
* messages: Clean up of PaxosServiceMessages, and some fixes for their users.Greg Farnum2009-06-251-3/+3
* Monitor/Message: All messages used by Paxos are now PaxosServiceMessages.Greg Farnum2009-06-241-8/+4
* mon/msg: PThey mostly hold version_t's now. Unused, though.Greg Farnum2009-06-241-4/+6
* mon: use separate message type for log ackSage Weil2009-03-271-5/+3
* change ceph_fsidSage Weil2008-12-231-3/+3
* logclient: adjust link_dispatcher; add unlink_dispatcherSage Weil2008-12-161-1/+6
* mon: fix up MLog constructorSage Weil2008-12-111-2/+4
* mon: system-wide logSage Weil2008-12-021-0/+48