| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all libcutils tests into the gtests. | Elliott Hughes | 2015-04-02 | 1 | -49/+1 |
* | am a0a461d3: am 82e1b89f: am a32e01d2: Merge "libcutils: turn on -Werror" | Mark Salyzyn | 2014-05-02 | 1 | -4/+1 |
|\ |
|
| * | libcutils: turn on -Werror | Mark Salyzyn | 2014-05-01 | 1 | -4/+1 |
* | | am 4fe18615: am 56d57e88: am 5f130216: Merge "Handle errno properly to avoid ... | Elliott Hughes | 2014-04-04 | 1 | -13/+44 |
|\ \
| |/ |
|
| * | Handle errno properly to avoid corrupt str_parms | Jens Gulin | 2014-04-03 | 1 | -13/+44 |
| * | libcutils: bug str_parms.c:str_parms_get_float(). | Mark Salyzyn | 2014-01-27 | 1 | -4/+5 |
| * | libcutils: UNUSED argument warnings | Mark Salyzyn | 2014-01-27 | 1 | -1/+3 |
* | | Adding a handy predicate function (str_parms_has_key() | Paul McLean | 2014-03-25 | 1 | -0/+4 |
* | | libcutils: bug str_parms.c:str_parms_get_float(). | Mark Salyzyn | 2013-12-05 | 1 | -4/+5 |
* | | libcutils: UNUSED argument warnings | Mark Salyzyn | 2013-12-05 | 1 | -1/+3 |
|/ |
|
* | cutils: str_parms: when deleting entry, need to also remove key | Dima Zavin | 2012-03-14 | 1 | -9/+44 |
* | cutils: str_parms: free the key if the value was replaced during create/add | Dima Zavin | 2012-03-14 | 1 | -1/+5 |
* | cutils: str_parms: test str_parms_add_str too | Dima Zavin | 2012-03-12 | 1 | -0/+1 |
* | cutils: str_parms: need to also dup the key when adding to hash | Dima Zavin | 2012-03-12 | 1 | -4/+7 |
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE | Steve Block | 2012-01-04 | 1 | -2/+2 |
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE | Steve Block | 2011-10-26 | 1 | -2/+2 |
* | libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utils | Dima Zavin | 2011-04-20 | 1 | -0/+329 |