1. 615d681 DO NOT MERGE libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 am: 2806397d1e by Sergio Giro · 9 years ago
  2. 2806397 DO NOT MERGE libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 by Sergio Giro · 9 years ago
  3. 96a63bb Revert \\\\\\"libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8\\\\\\" am: 311002936e am: ddd0051968 am: b218b2d34d am: 605de74373 am: 37826f5613 by Sergio Giro · 9 years ago
  4. 37826f5 Revert \\\\"libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8\\\\" am: 311002936e am: ddd0051968 am: b218b2d34d by Sergio Giro · 9 years ago
  5. 605de74 Revert \\\"libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8\\\" am: 311002936e am: ddd0051968 by Sergio Giro · 9 years ago
  6. b218b2d Revert \\"libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8\\" am: 311002936e by Sergio Giro · 9 years ago
  7. 3110029 Revert "libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8" by Sergio Giro · 9 years ago
  8. 8cd7114 libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 am: 53473c1607 am: 41e6690d0c am: 29ccafe5f0 am: fd7bd2dfef am: 498ffa62c5 by Sergio Giro · 9 years ago
  9. 498ffa6 libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 am: 53473c1607 am: 41e6690d0c am: 29ccafe5f0 by Sergio Giro · 9 years ago
  10. fd7bd2d libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 am: 53473c1607 am: 41e6690d0c by Sergio Giro · 9 years ago
  11. 29ccafe libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 am: 53473c1607 by Sergio Giro · 9 years ago
  12. 53473c1 libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 by Sergio Giro · 9 years ago
  13. 54273da Add macro to call event logger for errors. DO NOT MERGE by William Luh · 10 years ago
  14. fd56dc4 Merge "Add macro to call event logger for errors. DO NOT MERGE" into klp-dev by Jon Larimer · 9 years ago
  15. 9a86c28 Add macro to call event logger for errors. DO NOT MERGE by William Luh · 10 years ago
  16. f34258f Add macro to call event logger for errors. DO NOT MERGE by William Luh · 10 years ago
  17. 4fd8210 Add macro to call event logger for errors. DO NOT MERGE by William Luh · 10 years ago
  18. cb838b4 Merge "Fix typos in comments" by Richard Uhler · 10 years ago
  19. 1a15f90 Merge "Mark time conversion functions as constexpr" by Michael Wright · 10 years ago
  20. e69ee72 Remove dead code. by Elliott Hughes · 10 years ago
  21. 01ce224 Remove a declaration for an unimplemented function. by Elliott Hughes · 10 years ago
  22. 8c5e893 Fix typos in comments by Richard Uhler · 10 years ago
  23. ec9bc81 Mark time conversion functions as constexpr by Michael Wright · 10 years ago
  24. 9b9a0ca Merge "Revert "cutils: add OS-independent endian.h"" by Greg Hackmann · 10 years ago
  25. fd5da59 Revert "cutils: add OS-independent endian.h" by Greg Hackmann · 10 years ago
  26. 5c139a2 Merge "cutils: add OS-independent endian.h" by Greg Hackmann · 10 years ago
  27. e84b1fb Merge "Move trace.h to stdatomic." by Yabin Cui · 10 years ago
  28. ab421c4 cutils: add OS-independent endian.h by Greg Hackmann · 10 years ago
  29. 4d116cc Move trace.h to stdatomic. by Yabin Cui · 10 years ago
  30. 1cd0376 libcutils: add fs_config_generate by Mark Salyzyn · 10 years ago
  31. 201fc3e Add NATIVE_WINDOW_SET_SURFACE_DAMAGE by Dan Stoza · 10 years ago
  32. 04067d6 log: Add check for LINT_RLOG by Mark Salyzyn · 10 years ago
  33. 90cb3d6 logd: Don't embed a flexible array member within another struct by Nick Kralevich · 10 years ago
  34. 47f7ed8 android_filesystem_config.h: use __BEGIN_DECLS and __END_DECLS by Mark Salyzyn · 10 years ago
  35. 8f6f1e5 Allow inputflinger to have CAP_BLOCK_SUSPEND. by Tim Kilbourn · 10 years ago
  36. a64ec29 android_filesystem_config: move fs_config to libcutils by Mark Salyzyn · 10 years ago
  37. fb46085 Only Windows doesn't have %zd. by Elliott Hughes · 10 years ago
  38. 931c6a9 Just use snprintf for android_get_control_socket. by Elliott Hughes · 10 years ago
  39. 935417d Be more intention-revealing with libcutils' strlcpy. by Elliott Hughes · 10 years ago
  40. 5e48cda Move all libcutils tests into the gtests. by Elliott Hughes · 10 years ago
  41. 8d91c8d Merge "Define atrace_* functions for both target and host." by Richard Uhler · 10 years ago
  42. 5f78353 Merge "Refactor the code." by Christopher Ferris · 10 years ago
  43. 86f313a Refactor the code. by Christopher Ferris · 10 years ago
  44. ec430a5 Log more timing information from init. by Elliott Hughes · 10 years ago
  45. 6ac42af Define atrace_* functions for both target and host. by Richard Uhler · 10 years ago
  46. 497e411 O_CLOEXEC is O_NOINHERIT on Windows. by Dan Albert · 10 years ago
  47. 8460d62 Fix mac sdk build. by Christopher Ferris · 10 years ago
  48. f7b2624 Move gettid() into libcutils. by Dan Albert · 10 years ago
  49. e4d03bb Merge "Remove libzipfile." by Narayan Kamath · 10 years ago
  50. f969f09 Merge "DO NOT MERGE Add ANativeWindow dataSpace; update graphics formats, color spaces" by Dan Stoza · 10 years ago
  51. e1887ae Remove libzipfile. by Narayan Kamath · 10 years ago
  52. 6e37a8f DO NOT MERGE Add ANativeWindow dataSpace; update graphics formats, color spaces by Eino-Ville Talvala · 10 years ago
  53. 90aa856 pixelflinger: make self-contained by Greg Hackmann · 10 years ago
  54. 3358459 Remove obsolete files from fs_config's list. by Elliott Hughes · 10 years ago
  55. 82f8dc0 Add variable length read to Backtrace. by Christopher Ferris · 10 years ago
  56. 0bb5b0a Revert "Revert "Create libbase."" by Dan Albert · 10 years ago
  57. 01eb2ae Revert "Create libbase." by Nicolas Geoffray · 10 years ago
  58. 6aaf6b9 Create libbase. by Dan Albert · 10 years ago
  59. 4049d6d Remove unused header file. by Elliott Hughes · 10 years ago
  60. ffac686 am 4487c605: Merge changes I0ec0fe3e,I9e5fccba by Mark Salyzyn · 10 years ago
  61. 38cdc8f private: Add event payload structures to android_logger.h by Mark Salyzyn · 10 years ago
  62. 6661ac9 am ae19b631: Merge "liblog: add pstore read" by Mark Salyzyn · 10 years ago
  63. 71921a2 liblog: add pstore read by Mark Salyzyn · 10 years ago
  64. b757518 am 110166c1: Merge "liblog: introduce ANDROID_LOG_* flags" by Mark Salyzyn · 10 years ago
  65. eae52fb liblog: introduce ANDROID_LOG_* flags by Mark Salyzyn · 10 years ago
  66. ec81ce5 am c40cf1ce: Merge "Remove useless refCounting from FileMap." by Narayan Kamath · 10 years ago
  67. f7dd543 Remove useless refCounting from FileMap. by Narayan Kamath · 10 years ago
  68. ca00a4e am ed318bff: Merge "log.h: Fix typo" by Andreas Gampe · 10 years ago
  69. 980eac5 am fd867303: Merge changes I420b5b8a,Ica23fe41 by Mark Salyzyn · 10 years ago
  70. 258a72a am 95f7ecbd: Merge "liblog: add __android_log_is_loggable()" by Mark Salyzyn · 10 years ago
  71. cab78d2 log.h: Fix typo by Andreas Gampe · 10 years ago
  72. 425492c log.h: wrap android_testLog around __android_log_is_loggable by Mark Salyzyn · 10 years ago
  73. cae73f9 log.h: deprecate CONDITION by Mark Salyzyn · 11 years ago
  74. 63571ac liblog: add __android_log_is_loggable() by Mark Salyzyn · 11 years ago
  75. e6ed63e am c9c401e6: Merge "Move map data into backtrace data proper." by Christopher Ferris · 10 years ago
  76. c9c401e Merge "Move map data into backtrace data proper." by Christopher Ferris · 10 years ago
  77. 12385e3 Move map data into backtrace data proper. by Christopher Ferris · 10 years ago
  78. b164b10 am 5e753100: Merge "Clean up reading and writing in init." by Elliott Hughes · 10 years ago
  79. f682b47 Clean up reading and writing in init. by Elliott Hughes · 10 years ago
  80. dcbeb41 am d558530b: Merge "Fix Windows build." by Elliott Hughes · 10 years ago
  81. d79801d Fix Windows build. by Elliott Hughes · 10 years ago
  82. 44fdd5d am 27d28d3b: Merge "Add a WriteStringToFile overload that cares about permissions." by Elliott Hughes · 10 years ago
  83. 202f024 Add a WriteStringToFile overload that cares about permissions. by Elliott Hughes · 10 years ago
  84. 8a2634c am 55732f49: Merge "android_reboot should take a const char*." by Elliott Hughes · 10 years ago
  85. 0068da6 android_reboot should take a const char*. by Elliott Hughes · 10 years ago
  86. 14fcc4c am e44d25d6: Merge "Add Google-style StringPrintf." by Elliott Hughes · 10 years ago
  87. e44d25d Merge "Add Google-style StringPrintf." by Elliott Hughes · 10 years ago
  88. 6b3be29 Add Google-style StringPrintf. by Elliott Hughes · 10 years ago
  89. c3bf8d8 am 9fc43358: Merge "Extra Win32 compatibility." by Elliott Hughes · 10 years ago
  90. 714196d Extra Win32 compatibility. by Elliott Hughes · 10 years ago
  91. 813d0ac am 6974ba4e: Merge "Add Google-style ReadFileToString and WriteStringToFile." by Elliott Hughes · 10 years ago
  92. dec12b2 Add Google-style ReadFileToString and WriteStringToFile. by Elliott Hughes · 10 years ago
  93. dbf6f33 am 2b2b7632: Merge "Revert "Remove netcfg\'s unused options."" by Elliott Hughes · 10 years ago
  94. c463025 Revert "Remove netcfg's unused options." by Elliott Hughes · 10 years ago
  95. b862d3e am 6a728fde: Merge "Remove netcfg\'s unused options." by Elliott Hughes · 10 years ago
  96. 5b253e5 am ef89e8d1: Merge "Revert "Remove netcfg\'s unused options."" by Elliott Hughes · 10 years ago
  97. 1ddbd76 am 67900498: Merge "Remove netcfg\'s unused options." by Elliott Hughes · 10 years ago
  98. f8e8305 Remove netcfg's unused options. by Elliott Hughes · 10 years ago
  99. ca77255 Revert "Remove netcfg's unused options." by Elliott Hughes · 10 years ago
  100. 24c1885 Remove netcfg's unused options. by Elliott Hughes · 10 years ago