1. f2af1c4 Replace assert with CHECK from base/logging.h by Jack He · 8 years ago
  2. ad1e23d Remove extern "C" from header files by Jack He · 8 years ago
  3. 21da637 Replace pthread_mutex with std::mutex by Marie Janssen · 8 years ago
  4. 9ca0709 Reformat long comments before clang-format by Myles Watson · 8 years ago
  5. ee96a3c Fix asterisks in block quotes by Myles Watson · 8 years ago
  6. dbf75f1 Revert "Replace pthread_mutex with std::mutex" by Pavlin Radoslavov · 8 years ago
  7. 4b80182 Replace pthread_mutex with std::mutex by Marie Janssen · 8 years ago
  8. 9a24711 Replace bluetooth protos with protobuf-lite by Colin Cross · 8 years ago
  9. 029a43b Various small fixes for Linux build by Jakub Pawlowski · 8 years ago
  10. b55040c osi: Apply clang-format by Myles Watson · 8 years ago
  11. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  12. 6aee1e8 Add various missing includes by Mark Salyzyn · 8 years ago
  13. 84ada30 Merge "btif: migrate from pthread locks to std::mutex" by Marie Janssen · 8 years ago
  14. d92fc91 Moved the typedef of period_ms_t from alarm.h to time.h by Pavlin Radoslavov · 8 years ago
  15. a576468 btif: migrate from pthread locks to std::mutex by Marie Janssen · 8 years ago
  16. 80d7f60 Replace all uses of sprintf() with snprint() by George Burgess IV · 9 years ago
  17. 5201f95 bt: replace cutils/log.h with android/log.h by Mark Salyzyn · 8 years ago
  18. ff9d334 Fix warnings of implicit function declaration in Linux vendor lib by Patrick Tsai · 9 years ago
  19. 7aaf7c6 A2DP-related naming refactoring and cleanup by Pavlin Radoslavov · 8 years ago
  20. 2637d3c Merge "Added new function time_get_os_boottime_us() and unit tests" by Treehugger Robot · 8 years ago
  21. 3335cf4 Added new function fixed_queue_flush() and the unit test by Pavlin Radoslavov · 8 years ago
  22. 55c37f9 Added new function time_get_os_boottime_us() and unit tests by Pavlin Radoslavov · 8 years ago
  23. 223cecf Separate the Alarm unit tests from testing the Wakelocks by Pavlin Radoslavov · 8 years ago
  24. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  25. 9713b94 Relax some of the timing parameters in the Alarm unit tests by Pavlin Radoslavov · 8 years ago
  26. 3a2dc88 Fix linux build, missing strlcpy by Jakub Pawlowski · 8 years ago
  27. 63b0519 Fix misc-macro-parentheses warnings by Chih-Hung Hsieh · 8 years ago
  28. 3387396 DO NOT MERGE Randomize allocation canary by Marie Janssen · 9 years ago
  29. 01a3a24 Remove all mentions of hashmap by Jakub Pawlowski · 8 years ago
  30. 2b56e01 Replace hash_map in data_dispatcher with C++ unordered_map by Jakub Pawlowski · 8 years ago
  31. 6a05951 Replace hash_map in audio_a2dp_hw with C++ unordered_map by Jakub Pawlowski · 8 years ago
  32. 0d55d66 Fix allocation_tracker crashes by Jakub Pawlowski · 8 years ago
  33. 95dbe03 Improve config file sync during configuration save. by Jacky Cheung · 8 years ago
  34. d6121a3 Restart failed system calls interrupted with errno of EINTR by Pavlin Radoslavov · 8 years ago
  35. 72a183d Add config logging, make parsing stricter, and move sync by Ajay Panicker · 8 years ago
  36. e6d1202 Rename all *.cpp files to *.cc to follow new style by Jakub Pawlowski · 8 years ago
  37. f5d575c Fixed test_periodic_unregister_processing_queue unit test by Pavlin Radoslavov · 8 years ago
  38. 9365916 Update alarm_unregister_processing_queue() to cancel scheduled alarms by Pavlin Radoslavov · 8 years ago
  39. b290604 Fix test_set_zero_periodic unit test failure by Pavlin Radoslavov · 8 years ago
  40. 713993d Convert BTIF code from C to C++ by Jakub Pawlowski · 9 years ago
  41. 9334247 Fix a race condition during alarm_cleanup() by Pavlin Radoslavov · 9 years ago
  42. 399f217 Fix a Floating point exception for periodic timers by Pavlin Radoslavov · 9 years ago
  43. 06d3f47 Add missing mutex lock/unlock inside alarm_cleanup() by Pavlin Radoslavov · 9 years ago
  44. 92f0ed3 Trigger a compilation error when LOG_TAG is not provided by Jakub Pawlowski · 9 years ago
  45. 4cef24d Fix memory leak when saving paired devices by Marie Janssen · 9 years ago
  46. d9ebc23 btif: Don't persist remote devices to the config by Marie Janssen · 9 years ago
  47. df515a4 Tell the build system this is a host module. by Ying Wang · 9 years ago
  48. b71bdd6 Log error code on wakelock acquisition/release failure by Andre Eisenbach · 9 years ago
  49. b35c234 Don't clear the btsnoop log ringbuffer on compress. by Sharvil Nanavati · 9 years ago
  50. 093f013 osi: add osi_rand() by Marie Janssen · 9 years ago
  51. bb9148e Free allocation tracker hash map entries to reduce memory pressure by Srinu Jella · 9 years ago
  52. 0fa3554 Enable debug logs for bluetooth process threads, modules by Srinu Jella · 9 years ago
  53. 3eb4a48 Move properties get/set code to osi by Jakub Pawlowski · 9 years ago
  54. 95d962b Merge "Update build files for Fluoride on Linux" by Jakub Pawlowski · 9 years ago
  55. eeec3be Alarm Dump output cleanup by Ajay Panicker · 9 years ago
  56. d7a05a0 Update build files for Fluoride on Linux by Jakub Pawlowski · 9 years ago
  57. 54f380a Protect metrics API from race conditions by Ajay Panicker · 9 years ago
  58. 45d1293 Add Linux-specific version of metrics. by Jakub Pawlowski · 9 years ago
  59. 029b50a Make wakelock compile on Linux by Jakub Pawlowski · 9 years ago
  60. 324635b Revert "linux: Make logwrapper show log tag on Linux" by Jakub Pawlowski · 9 years ago
  61. e4ae5c7 linux: Make logwrapper show log tag on Linux by Jakub Pawlowski · 9 years ago
  62. 1d00dd2 Write Protobuf in Base64 by Ajay Panicker · 9 years ago
  63. a1bccb9 Add support for collecting A2DP Protobuf metrics by Pavlin Radoslavov · 9 years ago
  64. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  65. 1377f93 Cleanup C and C++ compiler flags by Pavlin Radoslavov · 9 years ago
  66. 717a4a9 Removed checks for NULL returns after osi_calloc() / osi_malloc() by Pavlin Radoslavov · 9 years ago
  67. 00f6f06 osi: Don't use -std=c99 to compile by Marie Janssen · 9 years ago
  68. 77f579f osi: add metrics API by Marie Janssen · 9 years ago
  69. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  70. 0a20dd4 Removed function osi_get_buf_size() by Pavlin Radoslavov · 9 years ago
  71. 270f86f Add list_back_node method to osi list by Jakub Pawlowski · 9 years ago
  72. 20524d3 Refactor usage of osi_free() and osi_freebuf() by Pavlin Radoslavov · 9 years ago
  73. 1910a80 osi: add native wakelocks to metrics by Marie Janssen · 9 years ago
  74. 67f57c6 Make list_foreach() even more useful by Jakub Pawlowski · 9 years ago
  75. dd7aaec Allow alarm_cancel() on NULL timers by Pavlin Radoslavov · 9 years ago
  76. 4b7f560 Add extra log if timer_create(CLOCK_BOOTTIME_ALARM) fails by Pavlin Radoslavov · 9 years ago
  77. 1097801 A workaround for kernels missing CLOCK_BOOTTIME_ALARM by Pavlin Radoslavov · 9 years ago
  78. 78bcff7 Refactor the Bluetooth timers by Pavlin Radoslavov · 9 years ago
  79. d2e2508 Add support for native kernel and callout wakelocks by Pavlin Radoslavov · 9 years ago
  80. 760fb70 Make list_foreach() more useful by Andre Eisenbach · 9 years ago
  81. c02acb7 Assert on memory allocation failure by Andre Eisenbach · 9 years ago
  82. ac786e3 Fix flaky AlarmTest.test_set_long_* by Marie Janssen · 9 years ago
  83. b9757ee Remove "block" parameter from eager_reader_read() by Andre Eisenbach · 9 years ago
  84. 48df46b Properly reset NONBLOCK flag in semaphore_try_wait() by Andre Eisenbach · 9 years ago
  85. 153bdfb Fix the fixed_queue_try_remove_from_queue() internals by Pavlin Radoslavov · 9 years ago
  86. ed2267a osi: Remove error_fclose goto and redundant fflush. by Alain Vongsouvanh · 9 years ago
  87. 1b2bd2c tests: don't use bt_os_callouts for wakelocks by Marie Janssen · 9 years ago
  88. fd2f03a Add file write error checks to config_save by Amadeusz Slawinski · 9 years ago
  89. 41a91a5 Raise alarm callback thread priority by Andre Eisenbach · 9 years ago
  90. b74ef93 Fix flaky EagerReaderTest.test_large_data_multibyte by Andre Eisenbach · 9 years ago
  91. 45a94e1 Removed libpower-related references. by Pavlin Radoslavov · 9 years ago
  92. b7a077b Rename net_test_bluedroid to net_test_bluetooth by Andre Eisenbach · 9 years ago
  93. 28bf007 Enable kernel wakelocks and timers by Marie Janssen · 9 years ago
  94. 02a2928 Resolve merge resolution differences between branches by Scott James Remnant · 9 years ago
  95. 1946f25 Add missing LOG_TAG as the first argument to LOG_ERROR() by Pavlin Radoslavov · 9 years ago
  96. 577862e Update the usage of fixed_queue. by Pavlin Radoslavov · 9 years ago
  97. 5b9b1b8 Raise BTU and HCI thread priorities by Andre Eisenbach · 9 years ago
  98. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  99. 9f1c9ad GKI cleanup - Moved struct TIMER_LIST_ENT to OSI by Pavlin Radoslavov · 9 years ago
  100. 1a3844f GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue by Pavlin Radoslavov · 9 years ago