summaryrefslogtreecommitdiffstats
path: root/libcutils/str_parms.c
Commit message (Expand)AuthorAgeFilesLines
* Move all libcutils tests into the gtests.Elliott Hughes2015-04-021-49/+1
* am a0a461d3: am 82e1b89f: am a32e01d2: Merge "libcutils: turn on -Werror"Mark Salyzyn2014-05-021-4/+1
|\
| * libcutils: turn on -WerrorMark Salyzyn2014-05-011-4/+1
* | am 4fe18615: am 56d57e88: am 5f130216: Merge "Handle errno properly to avoid ...Elliott Hughes2014-04-041-13/+44
|\ \ | |/
| * Handle errno properly to avoid corrupt str_parmsJens Gulin2014-04-031-13/+44
| * libcutils: bug str_parms.c:str_parms_get_float().Mark Salyzyn2014-01-271-4/+5
| * libcutils: UNUSED argument warningsMark Salyzyn2014-01-271-1/+3
* | Adding a handy predicate function (str_parms_has_key()Paul McLean2014-03-251-0/+4
* | libcutils: bug str_parms.c:str_parms_get_float().Mark Salyzyn2013-12-051-4/+5
* | libcutils: UNUSED argument warningsMark Salyzyn2013-12-051-1/+3
|/
* cutils: str_parms: when deleting entry, need to also remove keyDima Zavin2012-03-141-9/+44
* cutils: str_parms: free the key if the value was replaced during create/addDima Zavin2012-03-141-1/+5
* cutils: str_parms: test str_parms_add_str tooDima Zavin2012-03-121-0/+1
* cutils: str_parms: need to also dup the key when adding to hashDima Zavin2012-03-121-4/+7
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-2/+2
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-2/+2
* libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utilsDima Zavin2011-04-201-0/+329