summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Various cleanupsHEADmasterKun Yi2019-11-252-97/+110
* cleanup: remove getPathKun Yi2019-11-252-27/+13
* Fix openFiles refcountKun Yi2019-11-252-1/+26
* cleanup: Use scoped initializers; move implementation to source fileKun Yi2019-11-212-15/+17
* cleanup: Operate on members directly and allow empty paths in the lookup tableKun Yi2019-11-212-50/+9
* test: Add unit tests for session expirationKun Yi2019-11-212-0/+63
* Implement session expirationKun Yi2019-11-192-3/+68
* Store the last action time in session infoKun Yi2019-11-191-0/+8
* Refactor various methods to get session or blob handlerKun Yi2019-11-192-107/+44
* blobs: s/struct BlobMeta/BlobMeta/gPatrick Venture2019-06-1712-38/+38
* README: add delete blob contract notePatrick Venture2019-06-171-0/+2
* README: add calling contract detailsPatrick Venture2019-05-311-8/+19
* blobs-ipmid: use enum class for BlobOEMCommandsPatrick Venture2019-05-2013-34/+35
* blobs-ipmid: blobs: add equality operator for BlobMetaPatrick Venture2019-05-171-0/+6
* build: split object to enable coveragePatrick Venture2019-03-192-33/+51
* autotools: Fix for autoconf-archive 2019.01.19William A. Kennington III2019-03-194-3/+14
* use ipmiblob library from ipmi-blob-toolPatrick Venture2019-03-0810-303/+77
* build: add dependency on ipmiblobPatrick Venture2019-03-081-0/+8
* use filesystem instead of experimentalPatrick Venture2019-03-083-9/+4
* build: enable valgrindPatrick Venture2019-03-072-0/+11
* build: enable code coveragePatrick Venture2019-03-075-2/+69
* build: rework gtest checksPatrick Venture2019-03-062-7/+71
* build: pkg anti-pattern: use defaultsPatrick Venture2019-02-131-6/+1
* readme: add the OEN usedPatrick Venture2019-02-131-0/+3
* Convert host-ipmid -> libipmidWilliam A. Kennington III2019-02-126-10/+14
* move blob command enum to installed headerPatrick Venture2019-02-112-15/+16
* manager: add hard-coded read checksPatrick Venture2019-02-013-2/+59
* blobs-ipmid: blobs header: add prototype all handlers needPatrick Venture2019-01-151-0/+17
* stop installing manager headerPatrick Venture2019-01-1536-48/+51
* bugfix: process: can be only crcPatrick Venture2019-01-142-5/+7
* manager: typo fix availablePatrick Venture2019-01-101-1/+1
* build: cleanup configure script PKG_CHECK_MODULESPatrick Venture2018-12-171-4/+17
* gitignore: add m4 directoryPatrick Venture2018-12-031-0/+1
* bugfix: ipmi: set dataLen to zero when appropriatePatrick Venture2018-12-032-3/+10
* main: receive blob handler path from configurePatrick Venture2018-11-282-4/+5
* 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
OpenPOWER on IntegriCloud