1. 0a59062 sdbusplus: use shorter type aliases by Patrick Williams · 2 years ago
  2. bc8958f Update to latest clang-format by George Liu · 2 years ago
  3. c936eca net-ipmid: Add sol conf change callback by Jian Zhang · 2 years, 3 months ago
  4. 12d199b catch exceptions as const by Patrick Williams · 2 years, 9 months ago
  5. 2085ae0 replace tuple-based singleton with individual singletons by Vernon Mauery · 3 years, 1 month ago
  6. 2908695 Add dbus interface for sol commands by Cheng C Yang · 4 years, 4 months ago
  7. f6e7230 Close active SOL session after disable SSH SOL by srikanta mondal · 4 years, 1 month ago
  8. 9d9b763 size_t: ensure cstddef included by Andrew Geissler · 4 years, 2 months ago
  9. 7408e76 string: ensure string included by Andrew Geissler · 4 years, 2 months ago
  10. a3de8a8 Use public for enable_shared_from_this by Yong Li · 4 years, 2 months ago
  11. a6ad5e1 Check if the object is still valid in the timeout callback function by Vernon Mauery · 4 years, 4 months ago
  12. 0f63e01 Fix: Handle exception during sol activate cmd by Rashmi RV · 4 years, 8 months ago
  13. ddba9d1 Fix: Incorrect max instance for get payload status by Ayushi Smriti · 4 years, 10 months ago
  14. 6f353e8 netipmid: move sol timers to asio by Vernon Mauery · 6 years ago
  15. 7e4a651 netipmid: move sol console sockets to asio by Vernon Mauery · 6 years ago
  16. 744b3c8 phosphor-net-ipmid: connect with the correct sockaddr size by Vernon Mauery · 6 years ago
  17. ae1fda4 netipmid: use std::shared_ptr instead of weak_ptr/lock by Vernon Mauery · 6 years ago
  18. 9e801a2 netipmid: apply clang-format rules by Vernon Mauery · 6 years ago
  19. 6f83cbc Support SOL parameter channel number by Tom Joseph · 6 years ago
  20. 70fd29c explicit use of std::vector instead of buffer/Buffer by Vernon Mauery · 7 years ago
  21. 694fc0c netipmid: Support usesolkeepalive option by Tom Joseph · 7 years ago
  22. de203ce Cleanup the console buffer on stopping the SOL payload. by Tom Joseph · 7 years ago
  23. 1967cf5 Add SOL configuration parameters to SOL Managers. by Tom Joseph · 7 years ago
  24. 704f342 Change accumulateInterval and retryInterval to std::chrono units. by Tom Joseph · 7 years ago
  25. 32f07b8 Correct the parameters for SOLContext constructor. by Tom Joseph · 7 years ago
  26. b81f761 Remove hostConsole fd from the event loop. by Tom Joseph · 7 years ago
  27. 22596f2 Add function to send outbound SOL payload by Tom Joseph · 7 years ago
  28. 2fd466f Add resendPayload function by Tom Joseph · 7 years ago
  29. 7306314 Implement API to send SOL payload when console data is available by Tom Joseph · 7 years ago
  30. 75e15db Implement API to prepare response for inbound SOL payload by Tom Joseph · 7 years ago
  31. fbcac2e Implement API to handle inbound SOL Payload by Tom Joseph · 7 years ago
  32. 4ff14b5 Implement API to stop a payload instance by Tom Joseph · 7 years ago
  33. 2e44e0e Add API to start a SOL payload instance by Tom Joseph · 7 years ago
  34. b51f641 Implement function to write to host console socket by Tom Joseph · 7 years ago
  35. 22c5ad3 Implement Host Console socket Init by Tom Joseph · 7 years ago
  36. 5a454a2 Defintion of SOL Manager by Tom Joseph · 7 years ago
  37. 86d17b4 Definition for SOL Context Class by Tom Joseph · 7 years ago
  38. 2be58bc Implement Host Console Buffer by Tom Joseph · 7 years ago