History log of /system/core/libcutils/str_parms.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
efd7501d535fb165792013763027cf50a5b37e08 15-Mar-2012 Dima Zavin <dima@android.com> cutils: str_parms: when deleting entry, need to also remove key

When removing one entry, we can't just remove it from the map since
key will not be freed. So, instead, search through the map for the key
and free it once it is found.

Change-Id: Id745c166a4acc5ea25f6d6cdbfe4f8fbc21cbbb3
Reported-by: Xin Qian <xqian@marvell.com>
Signed-off-by: Dima Zavin <dima@android.com>
/system/core/libcutils/str_parms.c
86bfbe3cae1f5e480ba9756ec7404fa4d5a7f2c9 15-Mar-2012 Dima Zavin <dima@android.com> cutils: str_parms: free the key if the value was replaced during create/add

Change-Id: I9f31da62f10f78ed11693a7c04e2be29b0790c93
Reported-by: Xin Qian <xqian@marvell.com>
Signed-off-by: Dima Zavin <dima@android.com>
/system/core/libcutils/str_parms.c
a603e40f9efa0239ea18c9e98a0ae0f437c057f1 12-Mar-2012 Dima Zavin <dima@android.com> cutils: str_parms: test str_parms_add_str too

Change-Id: I93f0e577aff6b8ff23a44e29f9942a26545b6dc8
Signed-off-by: Dima Zavin <dima@android.com>
/system/core/libcutils/str_parms.c
70b93034f3ce06404e9b042c80759da25dac99d8 12-Mar-2012 Dima Zavin <dima@android.com> cutils: str_parms: need to also dup the key when adding to hash

Change-Id: Iabdd2061cbc36c6f4d4eb6e46bd757b5b52e0027
Signed-off-by: Dima Zavin <dima@android.com>
/system/core/libcutils/str_parms.c
fe71a61e5b0cb666675900d206251a7c18ed944b 04-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE

Bug: 5449033
Change-Id: I4951baa981f09a84ce483e3d1bd0f9ebe009035f
/system/core/libcutils/str_parms.c
69f4cd7f5add7a7c7f5915e5292aab7eb2a42e9f 20-Oct-2011 Steve Block <steveblock@google.com> Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE

Bug: 5449033
Change-Id: Ib453f869977a6e909095a578bbf0420851f887d2
/system/core/libcutils/str_parms.c
0fad7d023f0229f763a58dd479f78397322baa6d 24-Mar-2011 Dima Zavin <dima@android.com> libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utils

Change-Id: Ifabeb75550fa6e351434e6e6d036b19331daf6c1
Signed-off-by: Dima Zavin <dima@android.com>
/system/core/libcutils/str_parms.c