1. c5f4e9a Merge "properties: do not fail in the absence of vendor properties" into oc-dev by Sandeep Patil · 8 years ago
  2. 03ed4af properties: do not fail in the absence of vendor properties by Sandeep Patil · 8 years ago
  3. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 8 years ago
  4. a0e5d06 Un-deprecated __system_property_find_nth. by Elliott Hughes · 8 years ago
  5. 438e019 Un-deprecated __system_property_find_nth. by Elliott Hughes · 8 years ago
  6. be4232b Report the right error code from PropertyServiceConnection() by Tom Cherry · 8 years ago
  7. a7afa02 Don't let missing Treble property context files affect errno. by Elliott Hughes · 8 years ago
  8. 7ade61c Don't let missing Treble property context files affect errno. by Elliott Hughes · 8 years ago
  9. 176cf1f Prefer property_contexts from /system & /vendor by Alex Klyubin · 8 years ago
  10. 4a92ffd Stop using __system_property_area__ by Victor Khimenko · 8 years ago
  11. 6391e1a libc: __system_property_set uses writev to write atomically by Dimitry Ivanov · 8 years ago
  12. 40c885a Add timeout support to __system_property_wait. by Elliott Hughes · 8 years ago
  13. a0d374d Add __system_property_wait and return the serial in __system_property_read_callback. by Elliott Hughes · 8 years ago
  14. 8e7396c s/NULL/nullptr/ in system properties code. by Elliott Hughes · 8 years ago
  15. 9160ed9 clang-format system_properties.cpp. by Elliott Hughes · 8 years ago
  16. 93e272d Merge "property_contexts: split into platform and non-platform components" by Sandeep Patil · 8 years ago
  17. f8562c5 Remove backwards compatibility for old system properties. by Elliott Hughes · 8 years ago
  18. 34f0cfa property_contexts: split into platform and non-platform components by Sandeep Patil · 9 years ago
  19. cafd355 Do not send 0 byte string content. by Dimitry Ivanov · 8 years ago
  20. 16b2a4d Revert "Revert "Remove limit of system property name length"" by Dimitry Ivanov · 8 years ago
  21. 489f58b Revert "Remove limit of system property name length" by Dimitry Ivanov · 8 years ago
  22. 5c1ce27 Remove limit of system property name length by Dimitry Ivanov · 10 years ago
  23. dbfa1bd Merge "Revert "property_contexts: split into platform and non-platform components"" by Jorim Jaggi · 9 years ago
  24. e2f5ea1 Revert "property_contexts: split into platform and non-platform components" by Jorim Jaggi · 9 years ago
  25. 0b6d0a8 Merge "property_contexts: split into platform and non-platform components" by Treehugger Robot · 9 years ago
  26. 907fcc9 Merge "Hide __system_property_add/update, deprecate find_nth" by Treehugger Robot · 9 years ago
  27. 581b9f6 Hide __system_property_add/update, deprecate find_nth by Dimitry Ivanov · 9 years ago
  28. 8213615 property_contexts: split into platform and non-platform components by Sandeep Patil · 9 years ago
  29. bb59d47 Make /dev/__properties__ 0711 by Nick Kralevich · 9 years ago
  30. 62e3a07 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  31. 8352475 Replace snprintf() with __libc_format_buffer() by Tom Cherry · 9 years ago
  32. e97ce31 Revert "system_properties.cpp: special case ro.* properties" by Tom Cherry · 10 years ago
  33. c5fd81a system_properties.cpp: special case ro.* properties by Nick Kralevich · 10 years ago
  34. b417169 Reset access to system properties on reinitialization by Tom Cherry · 10 years ago
  35. 21eadee Do not create prop files for ctl.* properties by Tom Cherry · 10 years ago
  36. 6ed51c0 add checks for initialization for system properties by Tom Cherry · 10 years ago
  37. 845e24a Remove c++14'isms from system_properties by Tom Cherry · 10 years ago
  38. 49a309f Separate properties by selabel by Tom Cherry · 10 years ago
  39. 926ebe1 Refactor prop_area into a class by Tom Cherry · 10 years ago
  40. bfd6527 bionic: add __system_property_area_serial() by Mark Salyzyn · 10 years ago
  41. b8ce474 Switch system_properties.cpp from bionic atomic operations to stdatomic. by Yabin Cui · 10 years ago
  42. 0dc39f9 Fix a couple more cases of missing CLOEXEC. by Elliott Hughes · 11 years ago
  43. f73183f More cases where libc should use O_CLOEXEC. by Elliott Hughes · 11 years ago
  44. 1e8587a Work around atomic_load(const T*) issues. by Hans Boehm · 11 years ago
  45. 30214b9 Add memory ordering constraint, convert to C11 atomics by Hans Boehm · 11 years ago
  46. 03eebcb Move common macros into bionic_macros.h. by Christopher Ferris · 11 years ago
  47. d5ed63a Hide most of the private futex functions. by Elliott Hughes · 11 years ago
  48. 3e78698 Remove the unused __system_property_wait. by Elliott Hughes · 11 years ago
  49. 8eac9af Bring in google3-style DISALLOW_* macros. by Elliott Hughes · 11 years ago
  50. 879d330 property: fix getting dirty serial value by jiaguo · 11 years ago
  51. 37e9570 Fix 64-bit build. by Narayan Kamath · 11 years ago
  52. c9ae21a Move system_properties over to C++. by Narayan Kamath · 11 years ago