index
:
android_system_bt
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-13.0+r22
staging/cm-13.0-caf
staging/cm-14.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/cm-14.1_android-7.1.2_r8
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
osi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix build issues after the merge
Vinit Deshpande
2015-04-15
1
-0
/
+1
*
Merge commit '4bf68bf020c7fd1aabcdc4b5d8f5fbb8bacdec9d' into merge_work
Prerepa Viswanadham
2015-04-10
6
-8
/
+178
|
\
|
*
osi: add compat code for glibc
Scott James Remnant
2015-04-02
3
-0
/
+167
|
*
Make atomic functions static, as well as inline
Scott James Remnant
2015-04-02
1
-8
/
+8
|
*
Fix missing #includes needed for glibc
Scott James Remnant
2015-04-02
9
-0
/
+13
|
*
Using generic format specifier for logging pointers
Nitin Arora
2015-03-30
3
-3
/
+3
*
|
Using generic format specifier for logging pointers
Nitin Arora
2015-04-02
3
-3
/
+3
*
|
Fix build issues in bluedroid on master
Etan Cohen
2015-03-31
7
-2
/
+9
*
|
Merge commit 'f7f839985b3931682363d2ef3b7c5cae55a842ee' into merge
Etan Cohen
2015-03-31
56
-484
/
+4828
|
\
|
|
*
Add option for schedule_next_instance to force rescheduling
Zach Johnson
2015-03-26
1
-5
/
+5
|
*
Ensure alarms are called back when they expire in the past
Zach Johnson
2015-03-26
1
-45
/
+90
|
*
Rewrite alarms to use a single posix timer instance
Zach Johnson
2015-03-26
1
-41
/
+36
|
*
Rewrite alarm to avoid drift in the periodic version
Zach Johnson
2015-03-24
1
-17
/
+22
|
*
Demote, cleanup and extend observed logging
Chris Manton
2015-03-16
7
-7
/
+7
|
*
Use fully qualified path for OSI includes.
Sharvil Nanavati
2015-03-16
17
-61
/
+61
|
*
Atomically update config files.
Sharvil Nanavati
2015-03-16
1
-3
/
+42
|
*
Add ability to set periodic alarms
Zach Johnson
2015-03-16
2
-31
/
+64
|
*
Move list function comments to the header file
Zach Johnson
2015-03-16
2
-53
/
+67
|
*
Move hashmap function comments to the header file
Zach Johnson
2015-03-16
2
-45
/
+47
|
*
Add a reference counted buffer implementation.
Sharvil Nanavati
2015-03-16
3
-0
/
+156
|
*
Add size_t inclusion
Chris Manton
2015-03-16
1
-1
/
+1
|
*
Add compile time checks
Chris Manton
2015-03-16
1
-0
/
+12
|
*
Add key equality function option for hash_map
Zach Johnson
2015-03-16
5
-13
/
+29
|
*
Rename Bluetooth binaries to use the net_ and net_test_ prefixes.
Sharvil Nanavati
2015-03-16
1
-1
/
+1
|
*
Add platform-independent logging macros to OSI.
Sharvil Nanavati
2015-03-16
18
-73
/
+101
|
*
Introduce a growing array class.
Sharvil Nanavati
2015-03-16
4
-1
/
+247
|
*
Explicitly add include paths
Chris Manton
2015-03-16
2
-4
/
+6
|
*
Enable allocation tracking for eng and userdebug builds.
Sharvil Nanavati
2015-03-16
7
-100
/
+45
|
*
counter implementation
Chris Manton
2015-03-16
1
-43
/
+0
|
*
Don't touch alarm's contents if it has already been freed.
Sharvil Nanavati
2015-03-16
1
-7
/
+7
|
*
Add string hashing function using djb2
Chris Manton
2015-03-16
2
-0
/
+13
|
*
Disassociate hash algorithm with hash function name
Zach Johnson
2015-03-16
3
-5
/
+12
|
*
Fix alarm setting for newer deadlines
Zach Johnson
2015-03-16
1
-1
/
+1
|
*
Enable assertions.
Sharvil Nanavati
2015-03-16
1
-1
/
+1
|
*
s/async_result/future/g and also improve the future API
Zach Johnson
2015-03-16
7
-149
/
+196
|
*
Make semaphore_free idempotent
Zach Johnson
2015-03-16
1
-0
/
+3
|
*
async_result abstraction for signaling async return values
Zach Johnson
2015-03-16
4
-0
/
+149
|
*
Add non-repeating timer wrapper for alarm
Zach Johnson
2015-03-16
3
-0
/
+123
|
*
Make the DURING test stub macro support checking multiple modes at a time
Zach Johnson
2015-03-16
1
-3
/
+25
|
*
Modify allocation tracking to include and verify the allocation source
Zach Johnson
2015-03-16
4
-30
/
+53
|
*
Add memory canaries and turn them on for unit tests
Zach Johnson
2015-03-16
5
-35
/
+130
|
*
Don't pass in uninitialized memory to epoll_ctl. Make valgrind happy.
Sharvil Nanavati
2015-03-16
1
-3
/
+3
|
*
Add a method to check for available bytes on a socket
Sharvil Nanavati
2015-03-16
2
-3
/
+23
|
*
Make osi_strdup report allocation size correctly
Zach Johnson
2015-03-16
1
-1
/
+1
|
*
Finish allocation tracking for the rest of osi
Zach Johnson
2015-03-16
14
-78
/
+156
|
*
Add strdup to tracked allocations
Zach Johnson
2015-03-16
2
-0
/
+8
|
*
Add internal constructors to hash map and list
Zach Johnson
2015-03-16
4
-36
/
+100
|
*
Clean up scattered naive hash functions
Zach Johnson
2015-03-16
1
-8
/
+2
|
*
Move some of osi to use the allocation interfaces
Zach Johnson
2015-03-16
7
-45
/
+52
|
*
Add a method to pass file descriptors and one to create a socket from an fd.
Sharvil Nanavati
2015-03-16
2
-0
/
+57
[next]