OSDN Git Service

android-x86/system-bt.git
2015-03-16 Zach JohnsonModulizification of GKI
2015-03-16 Zach JohnsonModulizification of the HCI layer
2015-03-16 Chris MantonAdd paired cleanup routine for logmsg
2015-03-16 Zach JohnsonMove module_management_stop to clean_up
2015-03-16 Zach JohnsonRefactor btsnoop and stack config into modules
2015-03-16 Zach JohnsonFirst pass at implementing modules
2015-03-16 Zach JohnsonUnregister BTU queues upon shutdown
2015-03-16 Chris MantonRemove HCI access macros
2015-03-16 Chris MantonRemove GKI task code
2015-03-16 Chris MantonReplace bt media GKI task with thread_t
2015-03-16 Chris MantonRemove btu_task and replace with bt_workqueue reactor
2015-03-16 Chris MantonLogging cleanup
2015-03-16 Chris MantonRemove unused definitions from bt_target.h
2015-03-16 Sharvil NanavatiEliminate memory leaks and unsafe callbacks in BTA...
2015-03-16 Chris MantonAdd string hashing function using djb2
2015-03-16 Zach JohnsonDisassociate hash algorithm with hash function name
2015-03-16 Zach JohnsonRewerite btif_sendmsg in terms of thread_post
2015-03-16 Zach JohnsonFix alarm setting for newer deadlines
2015-03-16 Zach JohnsonPost adapter_state_changed events to the JNI workqueue
2015-03-16 Zach JohnsonDon't send adapter change until stack manager updates...
2015-03-16 Sharvil NanavatiEliminate memory leak in stack initialization.
2015-03-16 Sharvil NanavatiFix bug where some BTU timer callbacks weren't propagat...
2015-03-16 Sharvil NanavatiFix timeout values for BTA system timers.
2015-03-16 Chris MantonAdd back timer list entry in_use field
2015-03-16 Sharvil NanavatiEnable assertions.
2015-03-16 Zach JohnsonRemove btif enable state management
2015-03-16 Zach JohnsonMake stack manager functions not finish until action...
2015-03-16 Zach Johnsons/async_result/future/g and also improve the future API
2015-03-16 Zach JohnsonMake semaphore_free idempotent
2015-03-16 Zach JohnsonMove all stack init/start_up/shut_down/clean_up on...
2015-03-16 Zach Johnsonasync_result abstraction for signaling async return...
2015-03-16 Zach JohnsonFix packet fragmenter so it doesn't request acl sizes...
2015-03-16 Zach JohnsonShuffle HCI layer internal functions into a more logica...
2015-03-16 Zach JohnsonRefactor bte_main into more of a shell.
2015-03-16 Zach JohnsonAdd non-repeating timer wrapper for alarm
2015-03-16 Zach JohnsonHCI layer cleanup
2015-03-16 Chris MantonRemove must-always-be-true BTU_BTA_INCLUDED
2015-03-16 Sharvil NanavatiAdd a check for a NULL root element from tinyxml2's...
2015-03-16 Zach JohnsonFix silly freeing of buffer.data instead of buffer
2015-03-16 Zach JohnsonSink all HCI transmission management into the HCI layer
2015-03-16 Chris MantonDemote timer hashmap entry failure log message
2015-03-16 Chris Mantonbtif task removal and reactor insertion
2015-03-16 Sharvil NanavatiGKI task entry points should have a consistent signature.
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
next