summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: apply autoconf suggestionsPatrick Venture2018-11-282-0/+2
* add dynamic library interface to enable testingPatrick Venture2018-11-2811-31/+339
* main: add missing header: blobs-ipmid/manager.hppPatrick Venture2018-11-211-0/+1
* copyright: add missing copyright headersPatrick Venture2018-11-211-0/+16
* drop explicit command entryPatrick Venture2018-11-151-8/+3
* bugfix: load handlers and use factory symbolPatrick Venture2018-11-144-7/+59
* bugfix: add -export-dynamic to Makefile linker flagsPatrick Venture2018-11-141-0/+1
* bugfix: flip library search logicPatrick Venture2018-11-131-1/+6
* bugfix: skip 0'd crc bytes on reply computationPatrick Venture2018-11-132-4/+3
* process: add IPMI error return mechanism and update errorsPatrick Venture2018-11-1314-40/+79
* build: Add -flto to CXXFLAGSPatrick Venture2018-11-091-1/+2
* build: cleanup MakefilePatrick Venture2018-11-091-17/+22
* main: s/blobs-ipmid/blob-ipmid/ for library pathPatrick Venture2018-11-081-1/+1
* manager: fixup to use find_ifPatrick Venture2018-10-241-9/+7
* cleanup: apply const to read-only iteratorsPatrick Venture2018-10-241-2/+2
* main: catch exceptions when loading blob handlersBenjamin Fair2018-10-231-1/+12
* manager: reduce scope of variablePatrick Venture2018-10-121-2/+1
* new command: BmcBlobWriteMetaPatrick Venture2018-10-1013-0/+271
* build: fixup paths to leverage ipmiprovider symlinksPatrick Venture2018-10-091-7/+12
* process: rework lookup to use map for handlersPatrick Venture2018-10-041-38/+19
* test mock: add implementation of getBlobManagerPatrick Venture2018-10-041-0/+12
* README: Add new command: BmcBlobWriteMetaPatrick Venture2018-10-041-0/+24
* manager: return abstract base typePatrick Venture2018-10-044-6/+5
* header: install test mock headersPatrick Venture2018-10-0424-31/+24
* main: now seeks out shared library handlers are load-timePatrick Venture2018-10-014-26/+33
* utils: add methods for finding and loading handlersPatrick Venture2018-09-304-4/+64
* manager: add getBlobManager as an exported methodPatrick Venture2018-09-273-5/+25
* example: fixup compilationPatrick Venture2018-09-272-1/+6
* move blobs and manager header into installation dirPatrick Venture2018-09-2719-23/+27
* gitignore: add *.loPatrick Venture2018-09-271-0/+1
* build: add ENABLE_EXAMPLE macro on enable-example conditionPatrick Venture2018-09-261-0/+4
* build: drop systemd requirementPatrick Venture2018-09-211-1/+0
* add example handlerPatrick Venture2018-09-205-1/+260
* Build as c++17Patrick Venture2018-09-151-1/+1
* initial drop of phosphor-ipmi-blobsPatrick Venture2018-09-1544-0/+4369
* adds README.mdPatrick Venture2018-09-151-0/+344
* Initial commitBrad Bishop2018-09-121-0/+201
OpenPOWER on IntegriCloud