summaryrefslogtreecommitdiffstats
path: root/message_handler.hpp
Commit message (Expand)AuthorAgeFilesLines
* netipmid: make Handler asynchronousVernon Mauery2019-02-251-34/+60
* netipmid: consolidate message-related things in message.hppVernon Mauery2019-02-041-49/+4
* netipmid: replace std::cerr with phosphor::logging callsVernon Mauery2018-12-191-1/+0
* netipmid: use shared_ptr on messages instead of unique_ptr+referencesVernon Mauery2018-11-211-7/+8
* netipmid: apply clang-format rulesVernon Mauery2018-11-021-128/+129
* explicit use of std::vector instead of buffer/BufferVernon Mauery2017-12-051-1/+1
* Correct doxygen syntax in phosphor-net-ipmidTom Joseph2017-05-231-5/+5
* Throw exception instead of returning error code from send function.Tom Joseph2017-04-251-8/+5
* Add function to send unsolicited IPMI payload to remote console.Tom Joseph2017-04-251-0/+14
* Add function to send outbound SOL payloadTom Joseph2017-04-251-0/+8
* Make the default value of session header to IPMI2.0 header.Tom Joseph2017-04-251-2/+1
* Provide API to set socket channel in session object.Tom Joseph2017-04-251-1/+4
* Modify constructor for message handler class.Tom Joseph2017-04-251-4/+7
* Copy the IPMI input message details to output messageTom Joseph2017-01-161-1/+0
* Add Message HandlerTom Joseph2016-12-161-0/+119
OpenPOWER on IntegriCloud