summaryrefslogtreecommitdiffstats
path: root/src/messages/MCommand.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/+3
* messages: Update MCommand.h to work without using namespaceAdam C. Emerson2019-03-291-3/+4
* *: 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-1/+3
* mds: manage Message lifetime with intrusive_ptrPatrick Donnelly2018-08-151-0/+3
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* messages: Use unqualified encode/decodeAdam C. Emerson2018-01-101-4/+5
* messages/MCommand: fix type on decodeSage Weil2017-05-061-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-1/+0
* messages: fix constness in MCommand constructorJohn Spray2014-10-081-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-2/+3
* msg: add MCommand, MCommandReply message typesSage Weil2011-10-151-0/+58