OSDN Git Service

android-x86/system-bt.git
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
2015-03-16 Zach JohnsonH4: -1 -> INVALID_FD; make uart_fd invalid on close
2015-03-16 Zach JohnsonImplement an HCI HAL for MCT
2015-03-16 Zach JohnsonScope the lock_count variable in the alarm test harness
2015-03-16 Zach JohnsonUnspecial-case the zero queue in the data dispatcher
2015-03-16 Zach JohnsonRefactor HCI layer
2015-03-16 Zach JohnsonAdd eager reader
2015-03-16 Zach JohnsonAdd stub testing macros
2015-03-16 Zach JohnsonRefactor alarm tests to use a test harness
2015-03-16 Zach JohnsonAdd some stream skip macros for code clarity
2015-03-16 Zach JohnsonAdd peek + dequeue registratation to fixed queue
2015-03-16 Zach JohnsonAdd a join function to thread
2015-03-16 Zach JohnsonMake hash map support NULL or 0 keys
2015-03-16 Zach JohnsonAdd an allocator interface + default malloc allocator
2015-03-16 Sharvil NanavatiSwitch to an epoll-based reactor implementation.
2015-03-16 Sharvil NanavatiFix build after enabling assertions: variable reactor...
2015-03-16 Sharvil NanavatiAdd a function to check if a string represents a bdaddr
2015-03-16 Sharvil NanavatiConst-correctness for str2bd.
2015-03-16 Sharvil NanavatiAdd a method to create a config object without loading...
2015-03-16 Sharvil NanavatiAdd thread_is_self function
2015-03-16 Sharvil NanavatiAdd a tool to inject HCI commands into bluedroid.
2015-03-16 Chris Mantonbtpan thread signal function workaround
2015-03-16 Chris MantonExtend add/subtract operations to atomics
2015-03-16 Chris MantonAdd 64 bit atomic types
2015-03-16 Chris MantonIncrease thread queue size above default
2015-03-16 Chris MantonAdd fixed queue size option to thread creation
2015-03-16 Chris MantonExpose fixed queue capacity
2015-03-16 Zach JohnsonFix reactor to use prepend, fix reactor tests
2015-03-16 Zach JohnsonFix socket to use safe reactor registration
2015-03-16 Zach JohnsonImplement a data dispatcher.
2015-03-16 Zach JohnsonHide thread's reactor
2015-03-16 Zach JohnsonAdd functions on fixed_queue to check empty state
2015-03-16 Steve GuReplace magic number used instead of MAX_RFC_CHANNEL...
2015-03-16 Chris Mantonosi: Support for atomic data types
2015-03-16 Sharvil NanavatiFix build: include osi.h from semaphore to get definiti...
2015-03-16 Sharvil NanavatiDefine INVALID_FD to improve readability and reduce...
2015-03-16 Sharvil NanavatiAllow iterating over sections in a config file and...
2015-03-16 Sharvil NanavatiSwitch over duplicated timer_create routines to new...
2015-03-16 Sharvil NanavatiAdd a mechanism for debug tools to inject HCI commands...
2015-03-16 Sharvil NanavatiExpose thread's reactor so we can register new fds...
2015-03-16 Chris Mantonhci: Renaming of callback functions
2015-03-16 Sharvil Nanavatihash_map header uses standard integral types so it...
2015-03-16 Sharvil NanavatiWake up reactor whenever a new object is registered...
2015-03-16 Sharvil NanavatiIntroduce a socket class
2015-03-16 Zach JohnsonRemove some unused code in L2CAP
next