summaryrefslogtreecommitdiffstats
path: root/message_handler.cpp
Commit message (Expand)AuthorAgeFilesLines
* netipmid: use shared_ptr on session instead of shared_ptr+referencesVernon Mauery2018-11-211-1/+1
* netipmid: use shared_ptr on messages instead of unique_ptr+referencesVernon Mauery2018-11-211-45/+43
* netipmid: use std::shared_ptr instead of weak_ptr/lockVernon Mauery2018-11-061-11/+6
* netipmid: apply clang-format rulesVernon Mauery2018-11-021-63/+63
* explicit use of std::vector instead of buffer/BufferVernon Mauery2017-12-051-1/+1
* Throw exception instead of returning error code from send function.Tom Joseph2017-04-251-6/+3
* Add function to send unsolicited IPMI payload to remote console.Tom Joseph2017-04-251-0/+50
* Add function to send outbound SOL payloadTom Joseph2017-04-251-0/+17
* No response is send via the packet handler if payload is SOL.Tom Joseph2017-04-251-0/+3
* Provide API to set socket channel in session object.Tom Joseph2017-04-251-0/+8
* Copy the IPMI input message details to output messageTom Joseph2017-01-161-4/+5
* Add Message HandlerTom Joseph2016-12-161-0/+182
OpenPOWER on IntegriCloud