Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |