1. 990cdd6 Merge "libutils: check vsnprintf error" into oc-dev am: a03d37d542 am: d8801aaad8 am: d05ecb8d9d am: dc99a094dd am: 64b312bbd8 am: 0cb14f1fe7 am: ce44c8ac3c am: 1db089dc83 by Steven Moreland · 4 years ago
  2. ce44c8a Merge "libutils: check vsnprintf error" into oc-dev am: a03d37d542 am: d8801aaad8 am: d05ecb8d9d am: dc99a094dd am: 64b312bbd8 am: 0cb14f1fe7 by Steven Moreland · 4 years ago
  3. 64b312b Merge "libutils: check vsnprintf error" into oc-dev am: a03d37d542 am: d8801aaad8 am: d05ecb8d9d am: dc99a094dd by Steven Moreland · 4 years ago
  4. ee22384 libutils: check vsnprintf error by Steven Moreland · 4 years ago
  5. fdbc565 String8: explicit int -> char cast. by Steven Moreland · 4 years ago
  6. 727a6dd String*: remove 'StaticLinkage' constructor by Steven Moreland · 4 years, 5 months ago
  7. 0e19f3b Remove utf32 functions. by Steven Moreland · 5 years ago
  8. 643268f Move system/core/ off NO_ERROR. by Elliott Hughes · 6 years ago
  9. e1731a4 [libutils] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  10. 241b93c libutils: Remove Static.cpp and darwin hacks. by Steven Moreland · 6 years ago
  11. d21cfab Add missing includes. by Steven Moreland · 7 years ago
  12. 22dbf39 clean-up libutils includes by Mathias Agopian · 7 years ago
  13. 5026023 Merge \"libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8\" into nyc-mr1-dev by Sergio Giro · 8 years ago
  14. c4966a3 libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8 by Sergio Giro · 8 years ago
  15. 95fd527 libutils: remove whitespace from String8 files by Samuel Tan · 8 years ago
  16. b5a00d6 am e0453334: Merge "system/core: remove methods returning SharedBuffer in String8, String16" by Sergio Giro · 9 years ago
  17. 282efae system/core: remove methods returning SharedBuffer in String8, String16 by Sergio Giro · 9 years ago
  18. f777655 resolved conflicts for 6ee734cf to stage-aosp-master by Sergio Giro · 9 years ago
  19. d2529f2 libutils: hide SharedBuffer by moving SharedBuffer.h to the implementation directory by Sergio Giro · 9 years ago
  20. 64e2d8c am 219a006f: am fc5fdc85: am e45d96d6: am 19398a71: am d34846b7: am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b by Abhishek Arya · 9 years ago
  21. fc5fdc8 am e45d96d6: am 19398a71: am d34846b7: am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b by Abhishek Arya · 9 years ago
  22. d34846b am cd407a17: am e0dce90b: Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b by Abhishek Arya · 9 years ago
  23. e0dce90 Fix compile failure after rIfe1dc0791040150132bea6884f1e6c8d31972d1b by Abhishek Arya · 9 years ago
  24. 93f106b am e97682be: am a1a22b57: am e67b5848: am 4956c0fe: am 5b85b1d4: libutils: fix overflow in String8::allocFromUTF8 by Sergio Giro · 9 years ago
  25. e67b584 am 4956c0fe: am 5b85b1d4: libutils: fix overflow in String8::allocFromUTF8 by Sergio Giro · 9 years ago
  26. 5b85b1d libutils: fix overflow in String8::allocFromUTF8 by Sergio Giro · 9 years ago
  27. ba71601 am 29c12755: Merge "libutils: fix overflow in String8::allocFromUTF8" into mnc-dev by Sergio Giro · 9 years ago
  28. ebabef2 libutils: fix overflow in String8::allocFromUTF8 by Sergio Giro · 9 years ago
  29. 4eeacbe libutils: fix overflow in String8::allocFromUTF8 by Sergio Giro · 9 years ago
  30. 1f8bc86 Move libutils off AndroidConfig.h. by Elliott Hughes · 9 years ago
  31. dd060f0 System/core: Use memmove by Andreas Gampe · 10 years ago
  32. 5ee915a Add a couple of useful string functions. by Jeff Brown · 10 years ago
  33. 5bed803 libutils: turn on -Werror by Mark Salyzyn · 10 years ago
  34. fff9d11 Fix undefined args access for x86_64. by Fengwei Yin · 10 years ago
  35. d98e07f move libs/utils to libutils by Alex Ray · 11 years ago[Renamed from libs/utils/String8.cpp]
  36. 4485d0d new String8, String16 ctors to initialize empty static strings with static linkage by Mathias Agopian · 11 years ago
  37. 9eb2a3b libutils clean-up by Mathias Agopian · 11 years ago
  38. d9ad7d8 String8: ensure static init done prior to empty string reference by Todd Poynor · 11 years ago
  39. ae07445 Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 13 years ago
  40. 1d618d6 Improve support for external keyboards. by Jeff Brown · 14 years ago
  41. 647925d Added support for full PC-style keyboards. by Jeff Brown · 14 years ago
  42. ba0165b Split UTF functions from String8/16 by Kenny Root · 14 years ago
  43. 48da31b Add keycodes and meta-key modifiers to support external keyboards. by Jeff Brown · 14 years ago
  44. 35a154e Fix bug with phantom input windows. by Jeff Brown · 14 years ago
  45. 10e5da5 Fix String8 to free its memory only after assignment operations based on pointers are finished in case that pointer referred to the string's original contents. by Andreas Huber · 14 years ago
  46. 88753ae Make static versions of libutils and libbinder. by Dan Egnor · 14 years ago
  47. 9a2d83e Optional use of UTF-8 strings in resource bundles by Kenny Root · 15 years ago
  48. 56d6326 quick fix; utf8_codepoint_count must be utf8_length by Daisuke Miyakawa · 15 years ago
  49. 44dad3e Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32 by Daisuke Miyakawa · 15 years ago
  50. cbb1011 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  51. cf59fa8 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  52. 60dcc00 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  53. d245d1d Initial Contribution by The Android Open Source Project · 16 years ago