1. e2eeff4 Convert build system to soong using Android.bp by Jack He · 8 years ago
  2. f317562 Fix A2DP metrics session duration by Jack He · 8 years ago
  3. a22dd22 Add LeakyBondedQueue to libosi by Jack He · 8 years ago
  4. f2af1c4 Replace assert with CHECK from base/logging.h by Jack He · 8 years ago
  5. ad1e23d Remove extern "C" from header files by Jack He · 8 years ago
  6. b55040c osi: Apply clang-format by Myles Watson · 8 years ago
  7. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  8. 2637d3c Merge "Added new function time_get_os_boottime_us() and unit tests" by Treehugger Robot · 8 years ago
  9. 3335cf4 Added new function fixed_queue_flush() and the unit test by Pavlin Radoslavov · 8 years ago
  10. 55c37f9 Added new function time_get_os_boottime_us() and unit tests by Pavlin Radoslavov · 8 years ago
  11. 223cecf Separate the Alarm unit tests from testing the Wakelocks by Pavlin Radoslavov · 8 years ago
  12. 9713b94 Relax some of the timing parameters in the Alarm unit tests by Pavlin Radoslavov · 8 years ago
  13. 63b0519 Fix misc-macro-parentheses warnings by Chih-Hung Hsieh · 8 years ago
  14. 01a3a24 Remove all mentions of hashmap by Jakub Pawlowski · 8 years ago
  15. 2b56e01 Replace hash_map in data_dispatcher with C++ unordered_map by Jakub Pawlowski · 8 years ago
  16. 6a05951 Replace hash_map in audio_a2dp_hw with C++ unordered_map by Jakub Pawlowski · 8 years ago
  17. 0d55d66 Fix allocation_tracker crashes by Jakub Pawlowski · 8 years ago
  18. e6d1202 Rename all *.cpp files to *.cc to follow new style by Jakub Pawlowski · 8 years ago
  19. f5d575c Fixed test_periodic_unregister_processing_queue unit test by Pavlin Radoslavov · 8 years ago
  20. 9365916 Update alarm_unregister_processing_queue() to cancel scheduled alarms by Pavlin Radoslavov · 8 years ago
  21. b290604 Fix test_set_zero_periodic unit test failure by Pavlin Radoslavov · 8 years ago
  22. 399f217 Fix a Floating point exception for periodic timers by Pavlin Radoslavov · 8 years ago
  23. 4cef24d Fix memory leak when saving paired devices by Marie Janssen · 8 years ago
  24. d9ebc23 btif: Don't persist remote devices to the config by Marie Janssen · 8 years ago
  25. b35c234 Don't clear the btsnoop log ringbuffer on compress. by Sharvil Nanavati · 9 years ago
  26. 093f013 osi: add osi_rand() by Marie Janssen · 9 years ago
  27. 3eb4a48 Move properties get/set code to osi by Jakub Pawlowski · 9 years ago
  28. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  29. 67f57c6 Make list_foreach() even more useful by Jakub Pawlowski · 9 years ago
  30. 78bcff7 Refactor the Bluetooth timers by Pavlin Radoslavov · 9 years ago
  31. d2e2508 Add support for native kernel and callout wakelocks by Pavlin Radoslavov · 9 years ago
  32. 760fb70 Make list_foreach() more useful by Andre Eisenbach · 9 years ago
  33. ac786e3 Fix flaky AlarmTest.test_set_long_* by Marie Janssen · 9 years ago
  34. b9757ee Remove "block" parameter from eager_reader_read() by Andre Eisenbach · 9 years ago
  35. 48df46b Properly reset NONBLOCK flag in semaphore_try_wait() by Andre Eisenbach · 9 years ago
  36. 153bdfb Fix the fixed_queue_try_remove_from_queue() internals by Pavlin Radoslavov · 9 years ago
  37. 1b2bd2c tests: don't use bt_os_callouts for wakelocks by Marie Janssen · 9 years ago
  38. b74ef93 Fix flaky EagerReaderTest.test_large_data_multibyte by Andre Eisenbach · 9 years ago
  39. c196f21 GKI cleanup - Moved GKI_get_os_tick_count() to OSI by Pavlin Radoslavov · 9 years ago
  40. 918e5a6 Enable clang compilation, use stdatomic.h. by Chih-Hung Hsieh · 9 years ago
  41. 98a9641 build: Eliminate cutils/str_parms dependency from system/bt by Miao Chou · 9 years ago
  42. 0933b40 Moved the OSI alarm_shutdown() operations to alarm_cleanup() by Pavlin Radoslavov · 9 years ago
  43. 7dac79e Add missing clean_up step for the OSI module. by Pavlin Radoslavov · 9 years ago
  44. c6a1c26 Fix AlarmTestHarness so alarm tests pass again by Zach Johnson · 9 years ago
  45. 1bd7605 Bluetooth native dumpsys logging support (2/5) by Andre Eisenbach · 10 years ago
  46. 933926c Fix missing #includes needed for glibc by Scott James Remnant · 9 years ago
  47. aa3a011 Add key equality function option for hash_map by Zach Johnson · 10 years ago
  48. 4480276 Add platform-independent logging macros to OSI. by Sharvil Nanavati · 10 years ago
  49. badeb92 Introduce a growing array class. by Sharvil Nanavati · 10 years ago
  50. 408ffb6 Explicitly add include paths by Chris Manton · 10 years ago
  51. c0745da Enable allocation tracking for eng and userdebug builds. by Sharvil Nanavati · 10 years ago
  52. 2e241db s/async_result/future/g and also improve the future API by Zach Johnson · 10 years ago
  53. 358e671 async_result abstraction for signaling async return values by Zach Johnson · 10 years ago
  54. 3cab20e Make the DURING test stub macro support checking multiple modes at a time by Zach Johnson · 10 years ago
  55. 4ed68b4 Modify allocation tracking to include and verify the allocation source by Zach Johnson · 10 years ago
  56. f947fdd Add memory canaries and turn them on for unit tests by Zach Johnson · 10 years ago
  57. ee2aa45 Finish allocation tracking for the rest of osi by Zach Johnson · 10 years ago
  58. 384f8a9 Move some of osi to use the allocation interfaces by Zach Johnson · 10 years ago
  59. 3b72a14 Implement memory allocation tracker by Zach Johnson · 10 years ago
  60. 53d559c Added encapulsated iterator to hashmap by Chris Manton · 10 years ago
  61. bb170c1 Modify eager reader to support multi-byte reads by Zach Johnson · 10 years ago
  62. 7edb61c Scope the lock_count variable in the alarm test harness by Zach Johnson · 10 years ago
  63. d18cfd0 Add eager reader by Zach Johnson · 10 years ago
  64. fe673be Add stub testing macros by Zach Johnson · 10 years ago
  65. 2bbb33c Refactor alarm tests to use a test harness by Zach Johnson · 10 years ago
  66. fbf8908 Switch to an epoll-based reactor implementation. by Sharvil Nanavati · 10 years ago
  67. 7f280eb Add a method to create a config object without loading from disk. by Sharvil Nanavati · 10 years ago
  68. 7c19f01 Add thread_is_self function by Sharvil Nanavati · 10 years ago
  69. 87a62cb Extend add/subtract operations to atomics by Chris Manton · 10 years ago
  70. 97fd2c0 Add 64 bit atomic types by Chris Manton · 10 years ago
  71. ec4059a Fix reactor to use prepend, fix reactor tests by Zach Johnson · 10 years ago
  72. 3605c80 Implement a data dispatcher. by Zach Johnson · 10 years ago
  73. cc3306f Hide thread's reactor by Zach Johnson · 10 years ago
  74. 52f0230 osi: Support for atomic data types by Chris Manton · 10 years ago
  75. 36c1c09 Allow iterating over sections in a config file and writing config to disk. by Sharvil Nanavati · 10 years ago
  76. 3a2ee93 osi: hash map implementation by Chris Manton · 10 years ago
  77. e0cdd339 Fix build warning about unused argument. by Sharvil Nanavati · 10 years ago
  78. f0e7c8b A simple, thread-safe timer API for bluedroid. by Sharvil Nanavati · 10 years ago
  79. 94347a5 Extend the threading library to back thread with an event queue. by Sharvil Nanavati · 10 years ago
  80. 118bdd5 Start of threading library by Sharvil Nanavati · 10 years ago
  81. 6c03954 Fix signed - unsigned comparison in bluedroid test. by Narayan Kamath · 10 years ago
  82. 19084c6 Implement the reactor pattern in C. by Sharvil Nanavati · 10 years ago
  83. f886773 Add a generic config parser for the INI file format. by Sharvil Nanavati · 10 years ago
  84. 64d7ee6 Add a couple more tests for list. by Sharvil Nanavati · 10 years ago
  85. cef7695 Add a singly linked list implementation for OSI. by Sharvil Nanavati · 10 years ago