1. 38d2567 Stop defining local "unused" macros now this is C++. by Elliott Hughes · 7 years ago
  2. 8e9aeb9 Move libcutils source to C++. by Elliott Hughes · 7 years ago[Renamed (90%) from libcutils/str_parms.c]
  3. 30f991f liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 7 years ago
  4. 23ed4c2 libcutils: Replace cutils/log.h with android/log.h by Mark Salyzyn · 8 years ago
  5. f7e7bd4 Suppress false positive memory leak warnings. by Chih-Hung Hsieh · 8 years ago
  6. 7390478 libcutils: cleanups for -fsanitize=integer by Nick Kralevich · 9 years ago
  7. af98efb Move all libcutils tests into the gtests. by Elliott Hughes · 9 years ago
  8. b8f8648 am a0a461d3: am 82e1b89f: am a32e01d2: Merge "libcutils: turn on -Werror" by Mark Salyzyn · 10 years ago
  9. 1271716 libcutils: turn on -Werror by Mark Salyzyn · 10 years ago
  10. 0693c58 am 4fe18615: am 56d57e88: am 5f130216: Merge "Handle errno properly to avoid corrupt str_parms" by Elliott Hughes · 10 years ago
  11. d3c8d5b Handle errno properly to avoid corrupt str_parms by Jens Gulin · 10 years ago
  12. 55c6407 Adding a handy predicate function (str_parms_has_key() by Paul McLean · 10 years ago
  13. b957bac libcutils: bug str_parms.c:str_parms_get_float(). by Mark Salyzyn · 11 years ago
  14. 2b94cc2 libcutils: UNUSED argument warnings by Mark Salyzyn · 11 years ago
  15. 8e71dde libcutils: bug str_parms.c:str_parms_get_float(). by Mark Salyzyn · 11 years ago
  16. ba02cd1 libcutils: UNUSED argument warnings by Mark Salyzyn · 11 years ago
  17. efd7501 cutils: str_parms: when deleting entry, need to also remove key by Dima Zavin · 12 years ago
  18. 86bfbe3 cutils: str_parms: free the key if the value was replaced during create/add by Dima Zavin · 12 years ago
  19. a603e40 cutils: str_parms: test str_parms_add_str too by Dima Zavin · 12 years ago
  20. 70b9303 cutils: str_parms: need to also dup the key when adding to hash by Dima Zavin · 12 years ago
  21. fe71a61 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 12 years ago
  22. 69f4cd7 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  23. 0fad7d0 libcutils: add a simple string parameter parsing ("a=b;c=d;") helper utils by Dima Zavin · 13 years ago