summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-10Bump up privilege_registry to Redfish_1.2.0Shantappa Teekappanavar2-15/+362
2022-01-07boot-progress: move dbus-to-redfish logic to functionAndrew Geissler1-70/+83
2022-01-07boot-progress: add support for SetupEnteredAndrew Geissler1-0/+6
2022-01-06update_service: fix fwUpdateErrorMatcher cannot workingBrian Ma1-60/+73
2022-01-05Make code compile with clangEd Tanous2-4/+4
2022-01-05Fix AccountService patch privilegesGunnar Mills1-1/+1
2022-01-05Bump Chassis schema to fix errorGunnar Mills1-2/+2
2022-01-04Make clang-tidy passGunnar Mills1-5/+5
2021-12-31Fix variable naming for NIC IP entryJiaqing Zhao1-31/+31
2021-12-29http_connection: Fix loggedIn check and timeoutLei YU1-1/+1
2021-12-28Using sdbusplus::asio::getPropertyJonathan Doman19-1043/+645
2021-12-28Move to common variantEd Tanous29-693/+707
2021-12-24Enable encoding/decoding object paths of User NameP Dheeraj Srujan Kumar1-14/+20
2021-12-22Add more types to DbusVariantTypeEd Tanous2-10/+60
2021-12-22Make routing capture by const referenceEd Tanous1-4/+5
2021-12-21PCIe: Implement "PcieType" PCIe device propertySpencer Ku1-0/+58
2021-12-21Skip contentLength check in insecure-disable-authJunLin Chen1-1/+1
2021-12-20Implement MIME parsingEd Tanous4-0/+622
2021-12-17Change Default of REST D-Bus to OFFJames Feist1-1/+1
2021-12-17Add support for DELETE on Triggers schemaSzymon Dompke2-11/+42
2021-12-17Remove unused fileEd Tanous1-145/+0
2021-12-17Add GET method for TriggersLukasz Kazmierczak10-1/+1340
2021-12-17Add GET method for TriggerCollectionLukasz Kazmierczak8-1/+123
2021-12-17gitignore: Update to the latest from toptal.comJosh Lehan1-41/+147
2021-12-16Remove unused headerEd Tanous1-1/+0
2021-12-16error_messages: Use int64_t in invalidIndexJosh Lehan2-4/+4
2021-12-15Implement connection limitEd Tanous1-7/+9
2021-12-15Deduplicate doAccept codeEd Tanous1-28/+15
2021-12-15Make timer system use boostEd Tanous4-227/+56
2021-12-15Change DateOffset from Z to +00:00Nan Zhou2-6/+6
2021-12-15ssl_key_handler: support OpenSSL 3.0 for key verificationPatrick Williams1-0/+24
2021-12-15ssl_key_handler: use OpenSSL 3.0 API for keygenPatrick Williams1-0/+41
2021-12-15Fix - RedFish response for non-manufacturing modeJayaprakash Mutyala1-50/+56
2021-12-14hostlogger_test.py: reformat with blackPatrick Williams1-12/+16
2021-12-13Add Spare Part Number for ChassisAlpana Kumari1-5/+20
2021-12-11fix the year 2038 problem in getDateTimeNan Zhou8-48/+62
2021-12-10Add logging to internal errorEd Tanous3-2/+34
2021-12-10Clean up meson listsEd Tanous1-46/+35
2021-12-10Redfish: Script to Expose Host Log EntriesSpencerKu1-0/+88
2021-12-10Remove non-standard IPv6StaticAddress propertiesJiaqing Zhao1-3/+1
2021-12-10Convert IPv4-mapped IPv6 ClientIP back to IPv4Jiaqing Zhao8-12/+66
2021-12-10Restructure Redfish EventLog Transmit code flowP Dheeraj Srujan Kumar1-42/+50
2021-12-09Fix bmcweb core-dump caused by Split up authenticatezhanghaicheng1-11/+0
2021-12-08Fix bmcweb crash problem when no-authJunLin Chen1-2/+5
2021-12-08span: clean up stray boost headers.Patrick Williams2-1/+2
2021-12-07fixed errors in EventServiceKrzysztof Grobelny1-4/+2
2021-12-07Delete the copy constructor on the Request objectEd Tanous1-0/+3
2021-12-07Remove copies from log services and virtual mediaEd Tanous2-62/+62
2021-12-07Enable stringop warningsEd Tanous1-5/+0
2021-12-07/s/boost::beast::span/std::spanEd Tanous3-26/+26