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