OSDN Git Service

android-x86/system-bt.git
2015-03-16 Sharvil NanavatiCode cleanup in GKI layer.
2015-03-16 Sharvil NanavatiEliminate unnecessary macros GKI_API, EXPORT_API, and...
2015-03-16 Sharvil NanavatiDelete GKI debug code.
2015-03-16 Sharvil NanavatiEliminate GKI_os_malloc and GKI_os_free.
2015-03-16 Sharvil NanavatiEliminate unused variables bufpool{0..15} in GKI contro...
2015-03-16 Sharvil NanavatiGKI_USE_DEFERED_ALLOC_BUF_POOLS is always defined....
2015-03-16 Sharvil NanavatiRemove unused fields from GKI internal header.
2015-03-16 Sharvil NanavatiCleanup and remove unused variables in GKI's common...
2015-03-16 Sharvil NanavatiUse arrays instead of variable names like Tmr0, Tmr1...
2015-03-16 Sharvil NanavatiEliminate all attempts to set scheduling policy (all...
2015-03-16 Sharvil NanavatiEliminate GKI_run and GKI_stop. Neither had any effect.
2015-03-16 Sharvil NanavatiEliminate always-on macro GKI_PTHREAD_JOINABLE.
2015-03-16 Sharvil NanavatiEliminate unused 'stack' concept for GKI tasks.
2015-03-16 Sharvil NanavatiMove BTU task creation into stack/btu/btu_init.c.
2015-03-16 Chris MantonReplace timers and btu_task
2015-03-16 Chris MantonReplace mailboxes with fixed queues.
2015-03-16 Chris MantonRemove #define BTA_SYS_TIMER_PERIOD
2015-03-16 Chris MantonRemove unused BTU timer/event APIs
2015-03-16 Sharvil NanavatiFix memory leak in L2CAP utils
2015-03-16 Chris MantonReplace BUFFER_Q with list_t
2015-03-16 Chris MantonReplace A2DP BUFFER_Q with a list
2015-03-16 Zach JohnsonRemove unused function BTM_SecSetConnectFilterCallback
2015-03-16 Zach JohnsonMake SCO sockets request eSCO instead of SCO
2015-03-16 Sharvil NanavatiFix memory leak in RFCOMM sockets where some lists...
2015-03-16 Chris MantonRemove unused #define BTU_CMD_CMPL_TOUT_DOUBLE_CHECK
2015-03-16 Chris MantonRemove unused definitions using GKI events
2015-03-16 Chris MantonRe-layout Android.mk for single shared library
2015-03-16 Sharvil NanavatiRemove unncessary socket write to SCO socket.
2015-03-16 Sharvil NanavatiUpdate SCO sockets to use OSI.
2015-03-16 Sharvil NanavatiRewrite the btif_sock module.
2015-03-16 Sharvil NanavatiImplement GKI timers in terms of alarm.c. This also...
2015-03-16 Zach JohnsonRemove unused "file system" concept & friends
2015-03-16 Zach JohnsonRemove Windows related macros
2015-03-16 Zach JohnsonEliminate call out/in indirection in bta_sys
2015-03-16 Zach JohnsonRemove FM/GPS/NFC related definitions
2015-03-16 Zach JohnsonMake the DURING test stub macro support checking multip...
2015-03-16 Zach JohnsonRemove _WIDCOMM defines and AMP VSE events from hcidefs.h
2015-03-16 Zach JohnsonRemove some more unused Broadcom specific macros
2015-03-16 Zach JohnsonRemove BTM_ReadBrcmFeatures because it shouldn't exist...
2015-03-16 Zach JohnsonRemove the company id defines (except broadcom for...
2015-03-16 Sharvil NanavatiRemove printf when attempting SDP requests.
2015-03-16 Zach JohnsonImplement BTM_InqDbRead in terms of btm_inq_db_find
2015-03-16 Zach JohnsonRemove never used function BTM_GetNumLeLinks
2015-03-16 Zach JohnsonModify allocation tracking to include and verify the...
2015-03-16 Zach JohnsonAdd memory canaries and turn them on for unit tests
2015-03-16 Zach JohnsonRemove unused function BTM_SetInquiryFilterCallback
2015-03-16 Zach JohnsonRemove unused function BTM_InquiryRegisterForChanges...
2015-03-16 Sharvil NanavatiAdd a VALGRIND #define to heap-allocate all GKI buffers.
2015-03-16 Sharvil NanavatiFix memory leak in BTU where enequeued buffers were...
2015-03-16 Zach JohnsonRename init/cleanup to start_up/shut_down in the HCI...
2015-03-16 Sharvil NanavatiDon't pass in uninitialized memory to epoll_ctl. Make...
2015-03-16 Zach JohnsonRemove incomplete FTP #defines and implementation
2015-03-16 Zach JohnsonRemove unreferenced BTRC_DISP macro
2015-03-16 Zach JohnsonRemove unreferenced BTE macros
2015-03-16 Sharvil NanavatiFix heap memory leak by placing the BT device struct...
2015-03-16 Zach JohnsonRemoved always false macro BTM_INQ_GET_REMOTE_NAME
2015-03-16 Zach JohnsonRemove some never used BTM macros
2015-03-16 Zach JohnsonRemove always false macro L2CAP_HOST_FLOW_CTRL
2015-03-16 Zach JohnsonRemove unused #define's BTM_IS_CONNECTABLE and BTM_IS_D...
2015-03-16 Zach JohnsonEliminate unused #define BTM_INTERNAL_BB
2015-03-16 Sharvil NanavatiUse osi_free with osi_calloc in HCI layer to avoid...
2015-03-16 Zach JohnsonRemove unused auto-reset code path, with associated...
2015-03-16 Zach JohnsonRemove unused #define BTM_AFTER_RESET_TIMEOUT
2015-03-16 Zach JohnsonRemove indirection in the controller reset sequence
2015-03-16 Sharvil NanavatiFix issue where last character of device name is missing
2015-03-16 Sharvil NanavatiAdd a UUID module to btcore for operating on UUIDs.
2015-03-16 Sharvil NanavatiIntroduce btcore, a low-level library to manipulate...
2015-03-16 Zach JohnsonFix digital transposition in saving binary config data
2015-03-16 Sharvil NanavatiEliminate unused arguments to btif_config and clarify...
2015-03-16 Sharvil NanavatiSwitch over from an XML based file format to .INI-style...
2015-03-16 Sharvil NanavatiAdd a method to check for available bytes on a socket
2015-03-16 Zach JohnsonMake osi_strdup report allocation size correctly
2015-03-16 Zach JohnsonMove HCI over to the osi allocators, and fix the tests...
2015-03-16 Zach JohnsonFinish allocation tracking for the rest of osi
2015-03-16 Chris MantonRemove unused #define RPC_INCLUDED
2015-03-16 Zach JohnsonFix timer allocations in the test harness, so bdtest...
2015-03-16 Steve GuCorrect comments and some redundant statements.
2015-03-16 Chris MantonRemove must-always-be-on #define HCISU_H4_INCLUDED
2015-03-16 Zach JohnsonAdd strdup to tracked allocations
2015-03-16 Zach JohnsonAdd internal constructors to hash map and list
2015-03-16 Zach JohnsonClean up scattered naive hash functions
2015-03-16 Zach JohnsonMove some of osi to use the allocation interfaces
2015-03-16 Sharvil NanavatiAdd a method to pass file descriptors and one to create...
2015-03-16 June R. Tate... Rewrite the SCO socket implementation to be more robust.
2015-03-16 Ian McKellarMove the disconnect_immediately logic so that it's...
2015-03-16 Ian McKellarClear connected & disconnect_immediately flags when...
2015-03-16 Ian McKellarFix a race condition where closing a SCO connection...
2015-03-16 Ian McKellarClean up closed SCO listen sockets
2015-03-16 Ian McKellarFix locking in btsock_sco_signaled
2015-03-16 Ian McKellarRefactor SCO code to allow closing
2015-03-16 Ian McKellarSCO socket support in bluedroid
2015-03-16 Chris MantonEnforce GKI API buffer usage
2015-03-16 Sharvil NanavatiRefactor RFCOMM code; also fixes a random-disconnect...
2015-03-16 Zach JohnsonImplement memory allocation tracker
2015-03-16 Zach JohnsonAdd common hash functions so we don't have to redefine...
2015-03-16 Chris MantonRemove unnecessary layer of indirection
2015-03-16 Chris MantonAdd back hash_map_test to ositests
2015-03-16 Chris MantonGlobal counter API for bluedroid
2015-03-16 Chris MantonAdded encapulsated iterator to hashmap
2015-03-16 Zach JohnsonModify eager reader to support multi-byte reads
next