1. b55040c osi: Apply clang-format by Myles Watson · 8 years ago
  2. b2a292b Renamed most C files to C++: *.c to *.cc by Pavlin Radoslavov · 8 years ago
  3. 6aee1e8 Add various missing includes by Mark Salyzyn · 8 years ago
  4. d92fc91 Moved the typedef of period_ms_t from alarm.h to time.h by Pavlin Radoslavov · 8 years ago
  5. 5201f95 bt: replace cutils/log.h with android/log.h by Mark Salyzyn · 8 years ago
  6. ff9d334 Fix warnings of implicit function declaration in Linux vendor lib by Patrick Tsai · 8 years ago
  7. 2637d3c Merge "Added new function time_get_os_boottime_us() and unit tests" by Treehugger Robot · 8 years ago
  8. 3335cf4 Added new function fixed_queue_flush() and the unit test by Pavlin Radoslavov · 8 years ago
  9. 55c37f9 Added new function time_get_os_boottime_us() and unit tests by Pavlin Radoslavov · 8 years ago
  10. d19e078 Use standard types, consistent ifdef style everywhere by Marie Janssen · 8 years ago
  11. 3a2dc88 Fix linux build, missing strlcpy by Jakub Pawlowski · 8 years ago
  12. 01a3a24 Remove all mentions of hashmap by Jakub Pawlowski · 8 years ago
  13. 2b56e01 Replace hash_map in data_dispatcher with C++ unordered_map by Jakub Pawlowski · 8 years ago
  14. 6a05951 Replace hash_map in audio_a2dp_hw with C++ unordered_map by Jakub Pawlowski · 8 years ago
  15. d6121a3 Restart failed system calls interrupted with errno of EINTR by Pavlin Radoslavov · 8 years ago
  16. 9365916 Update alarm_unregister_processing_queue() to cancel scheduled alarms by Pavlin Radoslavov · 8 years ago
  17. 713993d Convert BTIF code from C to C++ by Jakub Pawlowski · 8 years ago
  18. 92f0ed3 Trigger a compilation error when LOG_TAG is not provided by Jakub Pawlowski · 8 years ago
  19. 4cef24d Fix memory leak when saving paired devices by Marie Janssen · 8 years ago
  20. d9ebc23 btif: Don't persist remote devices to the config by Marie Janssen · 8 years ago
  21. b35c234 Don't clear the btsnoop log ringbuffer on compress. by Sharvil Nanavati · 9 years ago
  22. 093f013 osi: add osi_rand() by Marie Janssen · 9 years ago
  23. 3eb4a48 Move properties get/set code to osi by Jakub Pawlowski · 9 years ago
  24. 324635b Revert "linux: Make logwrapper show log tag on Linux" by Jakub Pawlowski · 9 years ago
  25. e4ae5c7 linux: Make logwrapper show log tag on Linux by Jakub Pawlowski · 9 years ago
  26. a1bccb9 Add support for collecting A2DP Protobuf metrics by Pavlin Radoslavov · 9 years ago
  27. 4394720 Fix C/C++ compiler generated warnings by Pavlin Radoslavov · 9 years ago
  28. 77f579f osi: add metrics API by Marie Janssen · 9 years ago
  29. cceb430 Replaced osi_getbuf()/osi_freebuf() with osi_malloc()/osi_free() by Pavlin Radoslavov · 9 years ago
  30. 0a20dd4 Removed function osi_get_buf_size() by Pavlin Radoslavov · 9 years ago
  31. 270f86f Add list_back_node method to osi list by Jakub Pawlowski · 9 years ago
  32. 20524d3 Refactor usage of osi_free() and osi_freebuf() by Pavlin Radoslavov · 9 years ago
  33. 67f57c6 Make list_foreach() even more useful by Jakub Pawlowski · 9 years ago
  34. 78bcff7 Refactor the Bluetooth timers by Pavlin Radoslavov · 9 years ago
  35. d2e2508 Add support for native kernel and callout wakelocks by Pavlin Radoslavov · 9 years ago
  36. 760fb70 Make list_foreach() more useful by Andre Eisenbach · 9 years ago
  37. b9757ee Remove "block" parameter from eager_reader_read() by Andre Eisenbach · 9 years ago
  38. 153bdfb Fix the fixed_queue_try_remove_from_queue() internals by Pavlin Radoslavov · 9 years ago
  39. 1b2bd2c tests: don't use bt_os_callouts for wakelocks by Marie Janssen · 9 years ago
  40. 577862e Update the usage of fixed_queue. by Pavlin Radoslavov · 9 years ago
  41. 5b9b1b8 Raise BTU and HCI thread priorities by Andre Eisenbach · 9 years ago
  42. 258c253 GKI cleanup - moved GKI buffer allocation wrappers to OSI by Pavlin Radoslavov · 9 years ago
  43. 9f1c9ad GKI cleanup - Moved struct TIMER_LIST_ENT to OSI by Pavlin Radoslavov · 9 years ago
  44. 1a3844f GKI cleanup - Replaced usage of GKI queue with OSI fixed_queue by Pavlin Radoslavov · 9 years ago
  45. 1eb1ea0 GKI cleanup - Moved functions GKI_disable() and GKI_enable() to OSI by Pavlin Radoslavov · 9 years ago
  46. c196f21 GKI cleanup - Moved GKI_get_os_tick_count() to OSI by Pavlin Radoslavov · 9 years ago
  47. 1da5196 am ad588372: Merge "Enable clang compilation, use stdatomic.h." by Chih-hung Hsieh · 9 years ago
  48. 918e5a6 Enable clang compilation, use stdatomic.h. by Chih-Hung Hsieh · 9 years ago
  49. 480c2b4 am d2199cbb: Disable remote TCP connections by Pavlin Radoslavov · 9 years ago
  50. d2199cb Disable remote TCP connections by Pavlin Radoslavov · 9 years ago
  51. 67671e5 am afcf2a26: Merge "Restore LOG_NDEBUG condition on verbose logging." by Ian Coolidge · 9 years ago
  52. 30b30d3 Restore LOG_NDEBUG condition on verbose logging. by Ian Coolidge · 9 years ago
  53. 0839305 resolved conflicts for merge of 49a86709 to mnc-dev-plus-aosp by Marie Janssen · 9 years ago
  54. 49a8670 build: LOG_TAG consistency, include order, build fixes by Marie Janssen · 9 years ago
  55. a5db1d4 resolved conflicts for merge of f993a9c4 to mnc-dev-plus-aosp by Miao Chou · 9 years ago
  56. 98a9641 build: Eliminate cutils/str_parms dependency from system/bt by Miao Chou · 9 years ago
  57. f1720e9 am 165332bc: Cleanup alarm_get_remaining_ms by Andre Eisenbach · 9 years ago
  58. 165332b Cleanup alarm_get_remaining_ms by Andre Eisenbach · 9 years ago
  59. 263cc87 am 76356aee: Bug fix PM changes and LE connectivity mode fixes by VenkatRaghavan VijayaRaghavan · 9 years ago
  60. 76356ae Bug fix PM changes and LE connectivity mode fixes by VenkatRaghavan VijayaRaghavan · 9 years ago
  61. 0ca9905 gn-build: Add BUILD files for libchrome by Arman Uguray · 9 years ago
  62. db55458 build: Update osi log functions, use consistently by Marie Janssen · 9 years ago
  63. 1096912 build: Eliminate cutils/sockets dependencies from system/bt by Miao Chou · 9 years ago
  64. ecb1b43 osi: Introduce ptr <-> integer conversion macros by Arman Uguray · 9 years ago
  65. 0933b40 Moved the OSI alarm_shutdown() operations to alarm_cleanup() by Pavlin Radoslavov · 9 years ago
  66. 7dac79e Add missing clean_up step for the OSI module. by Pavlin Radoslavov · 9 years ago
  67. cae219f Shutdown alarm callbacks on stack disable; added OSI module by Andre Eisenbach · 9 years ago
  68. 1bd7605 Bluetooth native dumpsys logging support (2/5) by Andre Eisenbach · 10 years ago
  69. a9130e0 Moved the OSI alarm_shutdown() operations to alarm_cleanup() by Pavlin Radoslavov · 9 years ago
  70. 0d6a501 Add missing clean_up step for the OSI module. by Pavlin Radoslavov · 9 years ago
  71. bb6836b build: Build net_test_osi using GN + ninja by Arman Uguray · 9 years ago
  72. 3e3d2a1 Shutdown alarm callbacks on stack disable; added OSI module by Andre Eisenbach · 9 years ago
  73. 89f5e41 Bluetooth native dumpsys logging support (2/5) by Andre Eisenbach · 10 years ago
  74. f54df6b Fix build issues after the merge by Vinit Deshpande · 9 years ago
  75. 47d68ee osi: add compat code for glibc by Scott James Remnant · 9 years ago
  76. 2a14bc0 Make atomic functions static, as well as inline by Scott James Remnant · 9 years ago
  77. 933926c Fix missing #includes needed for glibc by Scott James Remnant · 9 years ago
  78. 9742bf5 Using generic format specifier for logging pointers by Nitin Arora · 9 years ago
  79. 71864f4 Add ability to set periodic alarms by Zach Johnson · 10 years ago
  80. 8d43696 Move list function comments to the header file by Zach Johnson · 10 years ago
  81. 4907b5c Move hashmap function comments to the header file by Zach Johnson · 10 years ago
  82. 1878c42 Add a reference counted buffer implementation. by Sharvil Nanavati · 10 years ago
  83. bc93d57 Add size_t inclusion by Chris Manton · 10 years ago
  84. e17abd8 Add compile time checks by Chris Manton · 10 years ago
  85. aa3a011 Add key equality function option for hash_map by Zach Johnson · 10 years ago
  86. 4480276 Add platform-independent logging macros to OSI. by Sharvil Nanavati · 10 years ago
  87. badeb92 Introduce a growing array class. by Sharvil Nanavati · 10 years ago
  88. c0745da Enable allocation tracking for eng and userdebug builds. by Sharvil Nanavati · 10 years ago
  89. 78a51cb counter implementation by Chris Manton · 10 years ago
  90. 18b53d2 Add string hashing function using djb2 by Chris Manton · 10 years ago
  91. c0e2f99 Disassociate hash algorithm with hash function name by Zach Johnson · 10 years ago
  92. 2e241db s/async_result/future/g and also improve the future API by Zach Johnson · 10 years ago
  93. 358e671 async_result abstraction for signaling async return values by Zach Johnson · 10 years ago
  94. bb9b717 Add non-repeating timer wrapper for alarm by Zach Johnson · 10 years ago
  95. 4ed68b4 Modify allocation tracking to include and verify the allocation source by Zach Johnson · 10 years ago
  96. f947fdd Add memory canaries and turn them on for unit tests by Zach Johnson · 10 years ago
  97. 98bf85f Add a method to check for available bytes on a socket by Sharvil Nanavati · 10 years ago
  98. 0812fe3 Add strdup to tracked allocations by Zach Johnson · 10 years ago
  99. 53f36a4 Add internal constructors to hash map and list by Zach Johnson · 10 years ago
  100. ad3067b Add a method to pass file descriptors and one to create a socket from an fd. by Sharvil Nanavati · 10 years ago