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