OSDN Git Service

Move some of osi to use the allocation interfaces
[android-x86/system-bt.git] / osi /
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...
2015-03-16 Sharvil NanavatiExpose thread's reactor so we can register new fds...
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 Chris Mantonosi: hash map implementation
2015-02-05 Andre Eisenbacham 7f34538a: (-s ours) am 65aec3a3: am 6d429d9d: (...
2015-02-05 Andre Eisenbacham 977acabd: (-s ours) am eebc8ab9: DO NOT MERGE Change...
2014-11-03 Matthew XieDO NOT MERGE Do not set sig_id in gerneral reject messa...
2014-11-03 Matthew XieIncrement seq before adding to packet in avdt_scb_hdl_w...
2014-11-03 Simon Wilsonam ba2f6d99: Revert "anthias:17614185:Bluetooth: Getbuf...
2014-11-03 Mallikarjuna GBam 46bfe63d: DO NOT MERGE AVRCP: Proper handling of...
2014-11-03 Maggie_Leeam c1ccb0d9: anthias:17614185:Bluetooth: Getbuf returni...
2014-10-15 Matthew Xieam 595bcb4c: (-s ours) DO NOT MERGE Do not set sig_id...
2014-10-15 Matthew Xieam 98ad505f: Increment seq before adding to packet...
2014-10-08 Simon Wilsonam ba2f6d99: (-s ours) Revert "anthias:17614185:Bluetoo...
2014-10-07 Mallikarjuna GBam 46bfe63d: (-s ours) DO NOT MERGE AVRCP: Proper handl...
2014-10-07 Maggie_Leeam c1ccb0d9: (-s ours) anthias:17614185:Bluetooth:...
2014-08-18 Jeff Dengam 390d5386: (-s ours) am e68188f8: Bluetooth: Restarti...
2014-08-16 Fred Quintanaam 212ffc1d: (-s ours) am 39277ce1: enhance the "invali...
2014-08-06 Dmitry Grinbergam 4badab05: (-s ours) am c4766e31: Revert "commit...
2014-07-30 Dmitry Grinbergam 83970699: (-s ours) am 8d502374: commit 001ccea74ec6...
2014-07-17 Sharvil NanavatiFix build warning about unused argument.
2014-07-17 Michael WrightFix string format error for 64-bit builds
2014-07-18 Matthew XieMerge "Bluetooth: fix the HOGP device(iBUFFALO BSMBB09D...
2014-07-17 Sharvil NanavatiMerge "A simple, thread-safe timer API for bluedroid...
2014-07-17 Sharvil NanavatiA simple, thread-safe timer API for bluedroid.
2014-07-16 Sharvil NanavatiExtend the threading library to back thread with an...
2014-07-16 Sharvil NanavatiExpose enqueue/dequeue file descriptors for fixed_queue.
2014-07-11 Nitin Aroraam 02d9b7b4: Bluetooth: Increase number of allowed...
2014-07-11 Nitin Aroraam 7475a509: Bluetooth: Adds SMP response timer for...
2014-07-11 Priti Agheraam 156c52bb: Send correct status for SMP AUTH failure
2014-07-09 Andre EisenbachMerge "Prevent A2DP bit pool calculation endless loops."
2014-07-09 Sharvil NanavatiExpose semaphore's file descriptor.
2014-07-09 Sharvil NanavatiStart of threading library
2014-07-02 Matthew XieMerge "DO NOT MERGE: Send to local UUID for AV connecti...
2014-07-03 Sharvil NanavatiImplement the reactor pattern in C.
2014-07-05 Matthew Xieam 85b4ee5d: (-s ours) Merge "DO NOT MERGE: Send to...
2014-07-03 Narayan KamathFix signed - unsigned comparison in bluedroid test.
2014-07-03 Sharvil Nanavatiam 19084c62: Implement the reactor pattern in C.
2014-06-29 Sharvil Nanavatiam c5856ba5: Add documentation and non-blocking functio...
2014-06-29 Sharvil NanavatiAdd documentation and non-blocking functions to fixed_q...
2014-06-28 Sharvil Nanavatiam a3164c9b: Add documentation for semaphore and add...
2014-06-28 Ganesh Ganapathi... am 9546abf9: (-s ours) Support for reading LE specific...
2014-06-28 Sharvil Nanavatiam 83c5256f: (-s ours) Logging cleanup: HCI and BTM...
2014-06-28 Sharvil Nanavatiam f1d9b90f: Whitelist IPv6 packets so they can be...
2014-06-28 Sharvil Nanavatiam 54645652: Use an event file descriptor instead of...
2014-06-28 Sharvil Nanavatiam fa52a07c: Use the generic config parser to parse...
2014-06-28 Sharvil Nanavatiam f8867738: Add a generic config parser for the INI...
2014-06-28 Sharvil Nanavatiam 02124878: (-s ours) Start cleaning up log macros.
2014-06-28 Sharvil Nanavatiam 64d7ee67: Add a couple more tests for list.
2014-06-28 Sharvil Nanavatiam c11b407e: (-s ours) Implement a fixed queue.
2014-06-28 Nitin Aroraam fa994c9b: (-s ours) Bluetooth: Changes to enable...
2014-06-28 Hemant Guptaam 44c6f8d6: (-s ours) [2/4] Add Support for AVRCP...
2014-06-28 Matthew XieMerge "GAP: Handle invalid SDP service search request...
2014-06-28 Matthew XieMerge "GAP: Handled collision scenerio with headset...
2014-06-28 Wei Wangam bf0e4b26: Fix build issue for devices without BLE...
2014-06-28 Satya Callojiam 0943c10e: (-s ours) LE: Add RRA offloading and vendo...
2014-06-28 Satya Callojiam ffb3960b: (-s ours) LE Multi ADV feature
2014-06-28 Mike Lockwoodam bfa5cf78: (-s ours) Merge "[2/4] Bluetooth: Add...
2014-06-28 Mike Lockwoodam 4a1a92a5: (-s ours) Merge "Submitted on behalf of...
2014-06-28 Prerepa Viswanadhamam 714078d9: (-s ours) LE: Add API to set scan interval...
2014-06-28 Zhihai Xuam 2e06f006: Unable to pair and connect A2DP headset...
2014-06-28 Sharvil Nanavatiam c4e0e049: (-s ours) Clean up the public functions...
2014-06-28 Sharvil Nanavatiam 740def52: (-s ours) Eliminate dead code (helped...
2014-06-28 Sharvil Nanavatiam 10266fda: Fix data type for rmt_auth_req; it stores...
2014-06-28 Sharvil Nanavatiam 1671598d: (-s ours) Minor cleanup of userial code.
next