1. 96363ff Modulizification of bt_utils by Zach Johnson · 10 years ago
  2. 9b0fbce Modulizification of btif_config by Zach Johnson · 10 years ago
  3. a9a9dc0 Remove BTTRC_INCLUDED by Zach Johnson · 10 years ago
  4. 3e130f3 Modulizification of GKI by Zach Johnson · 10 years ago
  5. 093948a Modulizification of the HCI layer by Zach Johnson · 10 years ago
  6. b1f9915 Add paired cleanup routine for logmsg by Chris Manton · 10 years ago
  7. 8675d88 Move module_management_stop to clean_up by Zach Johnson · 10 years ago
  8. 9891f32 Refactor btsnoop and stack config into modules by Zach Johnson · 10 years ago
  9. 72f308e First pass at implementing modules by Zach Johnson · 10 years ago
  10. c8ac8a2 Unregister BTU queues upon shutdown by Zach Johnson · 10 years ago
  11. f857d64 Remove HCI access macros by Chris Manton · 10 years ago
  12. 1ae75f8 Remove GKI task code by Chris Manton · 10 years ago
  13. 753173d Replace bt media GKI task with thread_t by Chris Manton · 10 years ago
  14. 307381e Remove btu_task and replace with bt_workqueue reactor by Chris Manton · 10 years ago
  15. aa0f6ec Logging cleanup by Chris Manton · 10 years ago
  16. e97508e Remove unused definitions from bt_target.h by Chris Manton · 10 years ago
  17. 066ab9d Eliminate memory leaks and unsafe callbacks in BTA and BTE. by Sharvil Nanavati · 10 years ago
  18. 18b53d2 Add string hashing function using djb2 by Chris Manton · 10 years ago
  19. c0e2f99 Disassociate hash algorithm with hash function name by Zach Johnson · 10 years ago
  20. 4ada041 Rewerite btif_sendmsg in terms of thread_post by Zach Johnson · 10 years ago
  21. 97bd67d Fix alarm setting for newer deadlines by Zach Johnson · 10 years ago
  22. efea782 Post adapter_state_changed events to the JNI workqueue by Zach Johnson · 10 years ago
  23. 1924dac Don't send adapter change until stack manager updates state by Zach Johnson · 10 years ago
  24. f5153bf Eliminate memory leak in stack initialization. by Sharvil Nanavati · 10 years ago
  25. c067ad8 Fix bug where some BTU timer callbacks weren't propagated in a timely manner. by Sharvil Nanavati · 10 years ago
  26. 3ca27de Fix timeout values for BTA system timers. by Sharvil Nanavati · 10 years ago
  27. bc3ac06 Add back timer list entry in_use field by Chris Manton · 10 years ago
  28. 17f33e6 Enable assertions. by Sharvil Nanavati · 10 years ago
  29. f450ba5 Remove btif enable state management by Zach Johnson · 10 years ago
  30. 8ea8188 Make stack manager functions not finish until action complete by Zach Johnson · 10 years ago
  31. 2e241db s/async_result/future/g and also improve the future API by Zach Johnson · 10 years ago
  32. 207fa23 Make semaphore_free idempotent by Zach Johnson · 10 years ago
  33. 8df0d80 Move all stack init/start_up/shut_down/clean_up on a single known thread by Zach Johnson · 10 years ago
  34. 358e671 async_result abstraction for signaling async return values by Zach Johnson · 10 years ago
  35. 43b9ddb Fix packet fragmenter so it doesn't request acl sizes unless it's actually an ACL packet by Zach Johnson · 10 years ago
  36. 823ca20 Shuffle HCI layer internal functions into a more logical ordering by Zach Johnson · 10 years ago
  37. 733a06e Refactor bte_main into more of a shell. by Zach Johnson · 10 years ago
  38. bb9b717 Add non-repeating timer wrapper for alarm by Zach Johnson · 10 years ago
  39. bf8193b HCI layer cleanup by Zach Johnson · 10 years ago
  40. 0479703 Remove must-always-be-true BTU_BTA_INCLUDED by Chris Manton · 10 years ago
  41. 63721d5 Add a check for a NULL root element from tinyxml2's XMLDocument. by Sharvil Nanavati · 10 years ago
  42. dcb3001 Fix silly freeing of buffer.data instead of buffer by Zach Johnson · 10 years ago
  43. 218f375 Sink all HCI transmission management into the HCI layer by Zach Johnson · 10 years ago
  44. 2aa6838 Demote timer hashmap entry failure log message by Chris Manton · 10 years ago
  45. 0eefef0 btif task removal and reactor insertion by Chris Manton · 10 years ago
  46. 8d9d028 GKI task entry points should have a consistent signature. by Sharvil Nanavati · 10 years ago
  47. e2a05e6 Code cleanup in GKI layer. by Sharvil Nanavati · 10 years ago
  48. 414328a Eliminate unnecessary macros GKI_API, EXPORT_API, and UDRV_API. by Sharvil Nanavati · 10 years ago
  49. b634d06 Delete GKI debug code. by Sharvil Nanavati · 10 years ago
  50. dae73b1 Eliminate GKI_os_malloc and GKI_os_free. by Sharvil Nanavati · 10 years ago
  51. cbc5dcb Eliminate unused variables bufpool{0..15} in GKI control block. by Sharvil Nanavati · 10 years ago
  52. 9cf2a44 GKI_USE_DEFERED_ALLOC_BUF_POOLS is always defined. Flatten code paths. by Sharvil Nanavati · 10 years ago
  53. cd12367 Remove unused fields from GKI internal header. by Sharvil Nanavati · 10 years ago
  54. 2250944 Cleanup and remove unused variables in GKI's common OS control block. by Sharvil Nanavati · 10 years ago
  55. 8e63965 Use arrays instead of variable names like Tmr0, Tmr1, ... in GKI. by Sharvil Nanavati · 10 years ago
  56. 5c8ecfa Eliminate all attempts to set scheduling policy (all no-ops). by Sharvil Nanavati · 10 years ago
  57. b624938 Eliminate GKI_run and GKI_stop. Neither had any effect. by Sharvil Nanavati · 10 years ago
  58. 034b771 Eliminate always-on macro GKI_PTHREAD_JOINABLE. by Sharvil Nanavati · 10 years ago
  59. 0d5de78 Eliminate unused 'stack' concept for GKI tasks. by Sharvil Nanavati · 10 years ago
  60. f79d286 Move BTU task creation into stack/btu/btu_init.c. by Sharvil Nanavati · 10 years ago
  61. 1802329 Replace timers and btu_task by Chris Manton · 10 years ago
  62. 860a9af Replace mailboxes with fixed queues. by Chris Manton · 10 years ago
  63. 44e721e Remove #define BTA_SYS_TIMER_PERIOD by Chris Manton · 10 years ago
  64. c7c6501 Remove unused BTU timer/event APIs by Chris Manton · 10 years ago
  65. dab5059 Fix memory leak in L2CAP utils by Sharvil Nanavati · 10 years ago
  66. 6c303ae Replace BUFFER_Q with list_t by Chris Manton · 10 years ago
  67. 725278f Replace A2DP BUFFER_Q with a list by Chris Manton · 10 years ago
  68. 8986635 Remove unused function BTM_SecSetConnectFilterCallback by Zach Johnson · 10 years ago
  69. 8d36098 Make SCO sockets request eSCO instead of SCO by Zach Johnson · 10 years ago
  70. 39e8abd Fix memory leak in RFCOMM sockets where some lists were not being freed. by Sharvil Nanavati · 10 years ago
  71. 9089951 Remove unused #define BTU_CMD_CMPL_TOUT_DOUBLE_CHECK by Chris Manton · 10 years ago
  72. bfd6a2b Remove unused definitions using GKI events by Chris Manton · 10 years ago
  73. 462cd3f Re-layout Android.mk for single shared library by Chris Manton · 10 years ago
  74. 2e7e6eb Remove unncessary socket write to SCO socket. by Sharvil Nanavati · 10 years ago
  75. c8aaee2 Update SCO sockets to use OSI. by Sharvil Nanavati · 10 years ago
  76. fe4ec6b Rewrite the btif_sock module. by Sharvil Nanavati · 10 years ago
  77. 0571e11 Implement GKI timers in terms of alarm.c. This also fixes some alarm/wake lock bugs. by Sharvil Nanavati · 10 years ago
  78. 2c26d1d Remove unused "file system" concept & friends by Zach Johnson · 10 years ago
  79. ee7d6b0 Remove Windows related macros by Zach Johnson · 10 years ago
  80. 186d095 Eliminate call out/in indirection in bta_sys by Zach Johnson · 10 years ago
  81. 19e25c9 Remove FM/GPS/NFC related definitions by Zach Johnson · 10 years ago
  82. 3cab20e Make the DURING test stub macro support checking multiple modes at a time by Zach Johnson · 10 years ago
  83. 2eae5c2 Remove _WIDCOMM defines and AMP VSE events from hcidefs.h by Zach Johnson · 10 years ago
  84. c29fcb5 Remove some more unused Broadcom specific macros by Zach Johnson · 10 years ago
  85. 99f2ad1 Remove BTM_ReadBrcmFeatures because it shouldn't exist and isn't used by Zach Johnson · 10 years ago
  86. c772b4b Remove the company id defines (except broadcom for now) by Zach Johnson · 10 years ago
  87. 14ae2d2 Remove printf when attempting SDP requests. by Sharvil Nanavati · 10 years ago
  88. 8d10e49 Implement BTM_InqDbRead in terms of btm_inq_db_find by Zach Johnson · 10 years ago
  89. 1d73a94 Remove never used function BTM_GetNumLeLinks by Zach Johnson · 10 years ago
  90. 4ed68b4 Modify allocation tracking to include and verify the allocation source by Zach Johnson · 10 years ago
  91. f947fdd Add memory canaries and turn them on for unit tests by Zach Johnson · 10 years ago
  92. 4eb14ed Remove unused function BTM_SetInquiryFilterCallback by Zach Johnson · 10 years ago
  93. ff2c6ae Remove unused function BTM_InquiryRegisterForChanges and associated code by Zach Johnson · 10 years ago
  94. b9b2916 Add a VALGRIND #define to heap-allocate all GKI buffers. by Sharvil Nanavati · 10 years ago
  95. da0446b Fix memory leak in BTU where enequeued buffers were never freed on shutdown. by Sharvil Nanavati · 10 years ago
  96. 7fa65f7 Rename init/cleanup to start_up/shut_down in the HCI layer by Zach Johnson · 10 years ago
  97. cee5cb1 Don't pass in uninitialized memory to epoll_ctl. Make valgrind happy. by Sharvil Nanavati · 10 years ago
  98. 933d418 Remove incomplete FTP #defines and implementation by Zach Johnson · 10 years ago
  99. 1051cd5 Remove unreferenced BTRC_DISP macro by Zach Johnson · 10 years ago
  100. 87aab71 Remove unreferenced BTE macros by Zach Johnson · 10 years ago