1. fada442 BT: Fixed Static Analysis Issues by Matadeen Mishra · 9 years ago
  2. 56a3be0 Replace malloc/calloc/free with osi_malloc/osi_calloc/osi_free by Pavlin Radoslavov · 9 years ago
  3. 3e59b5b Fix build issues in bluedroid on master by Etan Cohen · 9 years ago
  4. e1a9e52 Merge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee' into merge by Etan Cohen · 9 years ago
  5. 0f9b91e Use fully qualified path for OSI includes. by Sharvil Nanavati · 9 years ago
  6. e13fbfa Remove more GKI code. by Sharvil Nanavati · 10 years ago
  7. c0a87fe Remove GKI timers by Sharvil Nanavati · 9 years ago
  8. 4480276 Add platform-independent logging macros to OSI. by Sharvil Nanavati · 10 years ago
  9. 06ef205 Update module names to not use C preprocessor and to be at top of headers. by Sharvil Nanavati · 10 years ago
  10. 55fe5dc Expand include pathnames and add bd root path by Chris Manton · 10 years ago
  11. 947f675 Back GKI buffers with malloc by Zach Johnson · 10 years ago
  12. 62d1538 Remove ptim and associated GKI timer functions by Zach Johnson · 10 years ago
  13. 83e2c34 Remove data_types.h by Chris Manton · 10 years ago
  14. 3e130f3 Modulizification of GKI by Zach Johnson · 10 years ago
  15. 1ae75f8 Remove GKI task code by Chris Manton · 10 years ago
  16. 8d9d028 GKI task entry points should have a consistent signature. by Sharvil Nanavati · 10 years ago
  17. e2a05e6 Code cleanup in GKI layer. by Sharvil Nanavati · 10 years ago
  18. 414328a Eliminate unnecessary macros GKI_API, EXPORT_API, and UDRV_API. by Sharvil Nanavati · 10 years ago
  19. b634d06 Delete GKI debug code. by Sharvil Nanavati · 10 years ago
  20. dae73b1 Eliminate GKI_os_malloc and GKI_os_free. by Sharvil Nanavati · 10 years ago
  21. cbc5dcb Eliminate unused variables bufpool{0..15} in GKI control block. by Sharvil Nanavati · 10 years ago
  22. 9cf2a44 GKI_USE_DEFERED_ALLOC_BUF_POOLS is always defined. Flatten code paths. by Sharvil Nanavati · 10 years ago
  23. cd12367 Remove unused fields from GKI internal header. by Sharvil Nanavati · 10 years ago
  24. 2250944 Cleanup and remove unused variables in GKI's common OS control block. by Sharvil Nanavati · 10 years ago
  25. 8e63965 Use arrays instead of variable names like Tmr0, Tmr1, ... in GKI. by Sharvil Nanavati · 10 years ago
  26. 5c8ecfa Eliminate all attempts to set scheduling policy (all no-ops). by Sharvil Nanavati · 10 years ago
  27. b624938 Eliminate GKI_run and GKI_stop. Neither had any effect. by Sharvil Nanavati · 10 years ago
  28. 034b771 Eliminate always-on macro GKI_PTHREAD_JOINABLE. by Sharvil Nanavati · 10 years ago
  29. 0d5de78 Eliminate unused 'stack' concept for GKI tasks. by Sharvil Nanavati · 10 years ago
  30. 860a9af Replace mailboxes with fixed queues. by Chris Manton · 10 years ago
  31. 0571e11 Implement GKI timers in terms of alarm.c. This also fixes some alarm/wake lock bugs. by Sharvil Nanavati · 10 years ago
  32. b9b2916 Add a VALGRIND #define to heap-allocate all GKI buffers. by Sharvil Nanavati · 10 years ago
  33. fe7216c Enforce GKI API buffer usage by Chris Manton · 10 years ago
  34. 2b5cc8e am d736b8d6: Merge "Fix some more missing libc includes." by Christopher Ferris · 9 years ago
  35. 468e4b9 Fix some more missing libc includes. by Ian Coolidge · 9 years ago
  36. 527a9db am 61331337: Merge "Add missing includes." by Elliott Hughes · 9 years ago
  37. b9164f4 Add missing includes. by Elliott Hughes · 9 years ago
  38. 57fa937 am 5ad6d725: Merge "Fix missing #includes in external/bluetooth." by Elliott Hughes · 9 years ago
  39. 3fd6713 Fix missing #includes in external/bluetooth. by Elliott Hughes · 10 years ago
  40. a32e3c1 am 6f65f670: Merge "Cleanup Obsolete LOCAL_PRELINK_MODULE." by Ying Wang · 10 years ago
  41. 2d3ea0f Cleanup Obsolete LOCAL_PRELINK_MODULE. by Ying Wang · 10 years ago
  42. 11cf5cc resolved conflicts for merge of ed0bdd42 to lmp-mr1-dev-plus-aosp by Chih-Hung Hsieh · 10 years ago
  43. 104e3f2 Cleanups needed to make clang happy by Bernhard Rosenkränzer · 10 years ago
  44. a4fa77d am cf7f6a15: Prevent Java call for acquiring already held wakelock by Andre Eisenbach · 10 years ago
  45. cf7f6a1 Prevent Java call for acquiring already held wakelock by Andre Eisenbach · 10 years ago
  46. e6c363b Make GKI_TIMER_INTERVAL_FOR_WAKELOCK configurable for different target by Matthew Xie · 10 years ago
  47. 2ffda31 am 254b5ba2: gki_buffer: add missing mutex unlock by Simon Wilson · 10 years ago
  48. 254b5ba gki_buffer: add missing mutex unlock by Simon Wilson · 10 years ago
  49. a99c2d9 am 654c376f: DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms by Simon Wilson · 10 years ago
  50. 654c376 DO NOT MERGE Reduce TIMER_INTERVAL_FOR_WAKELOCK_IN_MS to 100ms by Simon Wilson · 10 years ago
  51. c11e166 Make sure now_us returns a value bigger than the previous one by Matthew Xie · 10 years ago
  52. f061e74 Added missing A2DP priority on java alarm service by Mattias Agren · 10 years ago
  53. 423104d Fix error in tick calculation when timer is removed by Andre Eisenbach · 10 years ago
  54. e3afaf0 Protect against potential endless loop in BTU task timer handling by Andre Eisenbach · 10 years ago
  55. cf32e8d LE: Fix limited advertising not stopping after timeout by Andre Eisenbach · 10 years ago
  56. 554485a Bluetooth: Getbuf returning invalid buffer pointer - do not merge by Hemant Gupta · 11 years ago
  57. 25067c0 Fix integer overflow in GKI timer calculation by Andre Eisenbach · 10 years ago
  58. 9640662 Fix GKI_add_to_timer_list to handle middle-of-list insertions correctly by Andre Eisenbach · 10 years ago
  59. 446da53 Eliminate last_ticks from TIMER_LIST_ENT. by Sharvil Nanavati · 10 years ago
  60. 3857e59 Fix GKI timers to take execution time into account by Andre Eisenbach · 10 years ago
  61. ceec4d1 Use POSIX timer for non-wake alarms in bluedroid. by Sharvil Nanavati · 10 years ago
  62. b538248 Remove more unused code from GKI timers. by Sharvil Nanavati · 10 years ago
  63. d42dba5 Remove more unused code from GKI. by Sharvil Nanavati · 10 years ago
  64. 538cb23 am 3466f510: RIP: Removal of more dead timer code by Chris Manton · 10 years ago
  65. 325aca6 am 5ec39bbc: Extended a few timer API functions by Chris Manton · 10 years ago
  66. 37aab41 am 7c9976dc: Logging cleanup: GKI. by Sharvil Nanavati · 10 years ago
  67. 8d6532f am d0bc2154: Fix build breakage due to bad rebase by Mike Lockwood · 10 years ago
  68. 8e50f04 resolved conflicts for merge of 6449e497 to master by Matthew Xie · 10 years ago
  69. 42f7f66 resolved conflicts for merge of e01b1126 to master by Matthew Xie · 10 years ago
  70. 3466f51 RIP: Removal of more dead timer code by Chris Manton · 10 years ago
  71. 5ec39bb Extended a few timer API functions by Chris Manton · 10 years ago
  72. 7c9976d Logging cleanup: GKI. by Sharvil Nanavati · 10 years ago
  73. a14e2a0 Eliminate dead code: remove GKI_sched* from the codebase. by Sharvil Nanavati · 10 years ago
  74. 10aecea Implement GKI timers based on wake alarms and wake locks. by Sharvil Nanavati · 10 years ago
  75. 2a1d89f Start cleaning up log macros. by Sharvil Nanavati · 10 years ago
  76. d0bc215 Fix build breakage due to bad rebase by Mike Lockwood · 10 years ago
  77. 6449e49 Eliminate more dead code in GKI. by Sharvil Nanavati · 10 years ago
  78. e01b112 Re-layout Android.mk for single shared library by Chris Manton · 10 years ago
  79. 82d0a11 Eliminate dead code: remove GKI_sched* from the codebase. by Sharvil Nanavati · 10 years ago
  80. 9bce226 Implement GKI timers based on wake alarms and wake locks. by Sharvil Nanavati · 10 years ago
  81. 0212487 Start cleaning up log macros. by Sharvil Nanavati · 10 years ago
  82. 477057c Revert "add wakelock control callback" by Matthew Xie · 10 years ago
  83. 8075fbd am 262685fe: am cd7896c5: add wakelock control callback by Dmitry Grinberg · 10 years ago
  84. 262685f am cd7896c5: add wakelock control callback by Dmitry Grinberg · 10 years ago
  85. cd7896c add wakelock control callback by Dmitry Grinberg · 10 years ago
  86. c2aeb2c Fix-build : Do not build bluedroid for 64 bit targets. by Narayan Kamath · 10 years ago
  87. 2d82d33 Fix Null pointer access in GKI timer library by Ganesh Ganapathi Batta · 10 years ago
  88. b6eec9b Use standard C99 integral types. This offers better type safety. by Sharvil Nanavati · 10 years ago
  89. 31fafe5 Eliminate warnings, add -Wall and -Werror to all projects. by Sharvil Nanavati · 10 years ago
  90. 5b6b25d Compile using C99. by Sharvil Nanavati · 10 years ago
  91. e305ab5 Remove unused file gki_inet.h and BIG_ENDIAN macro. by Sharvil Nanavati · 10 years ago
  92. 54db2c2 Remove executable bit on source files. by Sharvil Nanavati · 10 years ago
  93. 6fd2e4d Fix Null pointer access in GKI timer library by Ganesh Ganapathi Batta · 10 years ago
  94. 2e1e6d8 Use standard C99 integral types. This offers better type safety. by Sharvil Nanavati · 10 years ago
  95. 6dae552 Eliminate warnings, add -Wall and -Werror to all projects. by Sharvil Nanavati · 10 years ago
  96. 5c42abe Merge "Remove unused file gki_inet.h and BIG_ENDIAN macro." into klp-wireless-dev by Sharvil Nanavati · 10 years ago
  97. 795bceb Compile using C99. by Sharvil Nanavati · 10 years ago
  98. 92c2256 Remove unused file gki_inet.h and BIG_ENDIAN macro. by Sharvil Nanavati · 10 years ago
  99. d2ccbbb Remove executable bit on source files. by Sharvil Nanavati · 10 years ago
  100. a90d343 Fix conditional waits in GKI_wait. by Narayan Kamath · 10 years ago