OSDN Git Service

Add missing extension length check while parsing BNEP control packets
[android-x86/system-bt.git] / osi /
2016-06-21 Sharvil NanavatiDO NOT MERGE Fix potential DoS caused by delivering...
2016-04-06 Marie Janssenbtif: Don't persist remote devices to the config
2015-08-18 Pavlin RadoslavovDisable remote TCP connections
2015-07-15 Andre EisenbachCleanup alarm_get_remaining_ms
2015-07-15 VenkatRaghavan Vij... Bug fix PM changes and LE connectivity mode fixes
2015-06-22 Pavlin RadoslavovFix the file permissions of /data/misc/bluedroid/bt_con...
2015-06-16 Sharvil NanavatiReduce CPU utilization from ~60% to ~10% on busy HCI...
2015-06-01 Pavlin RadoslavovMoved the OSI alarm_shutdown() operations to alarm_clea...
2015-06-01 Pavlin RadoslavovDisable the OSI allocation tracker.
2015-05-28 Pavlin RadoslavovAdd missing clean_up step for the OSI module.
2015-05-18 Chih-Hung HsiehMerge "Include gki.h to get correct function declaratio...
2015-05-18 Zach JohnsonFix AlarmTestHarness so alarm tests pass again
2015-05-18 Andre EisenbachShutdown alarm callbacks on stack disable; added OSI...
2015-05-12 Andre EisenbachBluetooth native dumpsys logging support (2/5)
2015-05-09 Pavlin RadoslavovElimininate unnecessary calls for releasing the wake...
2015-05-07 Zach JohnsonMerge "Work around clang/llvm compilation problems...
2015-05-06 Chih-Hung HsiehWork around clang/llvm compilation problems.
2015-04-24 Etan CohenMerge commit '1c00656' into merge2
2015-04-24 Etan CohenMerge commit '00e8f5e' into merge2
2015-04-24 Etan CohenMerge commit '3aa5187' into merge2
2015-04-24 Etan CohenMerge commit 'd9bb94c' into merge2
2015-04-24 Etan CohenMerge commit 'ca8e356' into merge2
2015-04-16 Mark Salyzynbluedroid: compile error hammerhead-userdebug_clang
2015-04-15 Vinit DeshpandeFix build issues after the merge
2015-04-14 Vinit Deshpandeam f29a2fb..e07ad10 from mirror-m-wireless-internal...
2015-04-10 Prerepa ViswanadhamMerge commit '4bf68bf020c7fd1aabcdc4b5d8f5fbb8bacdec9d...
2015-04-09 Ian Coolidgeam dd6401d1: am c685480e: Don\'t truncate the top 16...
2015-04-09 Ian Coolidgeam c685480e: Don\'t truncate the top 16 bits of the...
2015-04-08 Chris Elliottam d3b1780c: resolved conflicts for merge of 47965ddb...
2015-04-08 Chris Elliottresolved conflicts for merge of 47965ddb to lmp-mr1...
2015-04-07 Chris ElliottFix BlueDroid signed/unsigned failed test for MIPS...
2015-04-06 The Android Automergermerge in m-wireless-internal-release history after...
2015-04-04 Simon Wilsonam 3f7ec12b: am dc69e2d5: GAP: Reset cont_offset in...
2015-04-04 Simon Wilsonam dc69e2d5: GAP: Reset cont_offset in start frame...
2015-04-02 Scott James Remnantosi: add compat code for glibc
2015-04-02 Scott James RemnantMake atomic functions static, as well as inline
2015-04-02 Scott James RemnantFix missing #includes needed for glibc
2015-04-02 Nitin AroraUsing generic format specifier for logging pointers
2015-04-01 Etan CohenFix build issues in bluedroid on master
2015-03-31 Andre EisenbachMerge "Simultanious LE Central/Peripheral operation...
2015-03-31 Etan CohenMerge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee...
2015-03-31 The Android Automergermerge in m-wireless-internal-release history after...
2015-03-30 Nitin AroraUsing generic format specifier for logging pointers
2015-03-27 Zach JohnsonAdd option for schedule_next_instance to force rescheduling
2015-03-27 Zach JohnsonEnsure alarms are called back when they expire in the...
2015-03-27 Zach JohnsonRewrite alarms to use a single posix timer instance
2015-03-27 Andre EisenbachMerge "Fix macro for maximum allowed HOGP devices"...
2015-03-26 Zach JohnsonAdd option for schedule_next_instance to force rescheduling
2015-03-26 Zach JohnsonEnsure alarms are called back when they expire in the...
2015-03-26 Zach JohnsonRewrite alarms to use a single posix timer instance
2015-03-24 Mallikarjuna GBam 0d65d4cd: AVRCP: Proper handling of Fragmented AVCTP...
2015-03-24 Justin Koham d30c100b: Merge "DO NOT MERGE Change AVCTP revision...
2015-03-24 Zach JohnsonRewrite alarm to avoid drift in the periodic version
2015-03-20 Andre Eisenbacham 02c53050: DO NOT MERGE - Remove ACL connection refer...
2015-03-16 Chris MantonDemote, cleanup and extend observed logging
2015-03-16 Sharvil NanavatiUse fully qualified path for OSI includes.
2015-03-16 Sharvil NanavatiAtomically update config files.
2015-03-16 Zach JohnsonAdd ability to set periodic alarms
2015-03-16 Zach JohnsonMove list function comments to the header file
2015-03-16 Zach JohnsonMove hashmap function comments to the header file
2015-03-16 Sharvil NanavatiAdd a reference counted buffer implementation.
2015-03-16 Chris MantonAdd size_t inclusion
2015-03-16 Chris MantonAdd compile time checks
2015-03-16 Zach JohnsonAdd key equality function option for hash_map
2015-03-16 Sharvil NanavatiRename Bluetooth binaries to use the net_ and net_test_...
2015-03-16 Sharvil NanavatiAdd platform-independent logging macros to OSI.
2015-03-16 Sharvil NanavatiIntroduce a growing array class.
2015-03-16 Chris MantonExplicitly add include paths
2015-03-16 Sharvil NanavatiEnable allocation tracking for eng and userdebug builds.
2015-03-16 Chris Mantoncounter implementation
2015-03-16 Sharvil NanavatiDon't touch alarm's contents if it has already been...
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 JohnsonFix alarm setting for newer deadlines
2015-03-16 Sharvil NanavatiEnable assertions.
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 Johnsonasync_result abstraction for signaling async return...
2015-03-16 Zach JohnsonAdd non-repeating timer wrapper for alarm
2015-03-16 Zach JohnsonMake the DURING test stub macro support checking multip...
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 Sharvil NanavatiDon't pass in uninitialized memory to epoll_ctl. Make...
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 JohnsonFinish allocation tracking for the rest of osi
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 Zach JohnsonImplement memory allocation tracker
2015-03-16 Zach JohnsonAdd common hash functions so we don't have to redefine...
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 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 JohnsonAdd eager reader
next