OSDN Git Service

Add a section in style guide: __func__ should be used over __FUNCTION__.
[android-x86/system-bt.git] / osi /
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
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 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 method to create a config object without loading...
2015-03-16 Sharvil NanavatiAdd thread_is_self function
2015-03-16 Chris MantonExtend add/subtract operations to atomics
2015-03-16 Chris MantonAdd 64 bit atomic types
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 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...
next