summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix race bug in attemptIncStrongHans Boehm2016-08-291-10/+9
* libutils/Unicode.cpp: remove SafetyNet loggingSergio Giro2016-07-141-43/+0
* system/core: using equivalent code to fix build break for win hostSergio Giro2016-07-111-1/+3
* libutils/Unicode.cpp: Correct length computation and add checks for utf16->utf8Sergio Giro2016-07-113-16/+84
* Fix SharedBuffer. Remove aref.Hans Boehm2016-05-232-14/+24
* Fix memory order and race bugs in Refbase.h & RefBase.cppHans Boehm2016-05-191-58/+140
* Fix strstr16.Michael Wright2016-05-161-1/+2
* Add String16#contains and strstr16 methods.Michael Wright2016-05-093-3/+66
* system/core: Make Thread::run threadName argument requiredBrian Carlstrom2016-03-122-2/+4
* Fix windows 64-bit buildsDan Willemsen2016-02-252-4/+2
* Make libutils symbols protectedDimitry Ivanov2016-02-251-1/+1
* Merge "more O_CLOEXEC" am: 920d637d25Nick Kralevich2015-12-191-1/+1
|\
| * more O_CLOEXECNick Kralevich2015-12-181-1/+1
* | Merge "libutils: fix cache removal when callback invalidates the key" am: b0d...Sergio Giro2015-11-201-0/+38
|\|
| * libutils: fix cache removal when callback invalidates the keySergio Giro2015-11-201-0/+38
* | Merge "Use std::unique_ptr instead of UniquePtr." am: 0f61f86870 am: 0c69e9f271Dan Albert2015-11-051-2/+3
|\|
| * Use std::unique_ptr instead of UniquePtr.Dan Albert2015-11-051-2/+3
* | Merge "Teach sp<> how to std::move" am: 518d043c86 am: bb12b91ae1John Reck2015-11-022-0/+59
|\|
| * Merge "Teach sp<> how to std::move"John Reck2015-11-022-0/+59
| |\
| | * Teach sp<> how to std::moveJohn Reck2015-10-292-0/+59
* | | Merge "Disable sanitization for LinearTransform" am: c52b3c08fa am: 0d3b144372Andy Hung2015-10-221-2/+19
|\| |
| * | Merge "Disable sanitization for LinearTransform"Andy Hung2015-10-221-2/+19
| |\|
| | * Disable sanitization for LinearTransformAndy Hung2015-10-221-2/+19
* | | am 51209a8b: am 9443fd94: am f8376607: Merge "system/core: fix iterator for L...Sergio Giro2015-10-131-0/+106
|\| |
| * | am f8376607: Merge "system/core: fix iterator for LruCache"Sergio Giro2015-10-131-0/+106
| |\|
| | * system/core: fix iterator for LruCacheSergio Giro2015-10-121-0/+106
* | | am 0b2bce06: am bda375fa: am c6c6ab50: Merge "Implement C++11 move semantics ...Adam Lesinski2015-10-011-0/+37
|\| |
| * | am bda375fa: am c6c6ab50: Merge "Implement C++11 move semantics for android::...Adam Lesinski2015-10-011-0/+37
| |\|
| | * am c6c6ab50: Merge "Implement C++11 move semantics for android::FileMap"Adam Lesinski2015-10-011-0/+37
| | |\
| | | * Implement C++11 move semantics for android::FileMapAdam Lesinski2015-10-011-0/+37
* | | | system/core: remove BasicHashtableSergio Giro2015-10-013-933/+0
* | | | resolved conflicts for 075f690d to masterSergio Giro2015-10-011-1/+0
|\| | |
| * | | am bdae9bf2: resolved conflicts for 70808827 to stage-aosp-masterSergio Giro2015-10-014-934/+0
| |\| |
| | * | resolved conflicts for 70808827 to stage-aosp-masterSergio Giro2015-10-014-934/+0
| | |\|
* | | | Revert "resolved conflicts for 70808827 to stage-aosp-master"Sergio Giro2015-10-014-0/+934
* | | | resolved conflicts for 70808827 to stage-aosp-masterSergio Giro2015-10-014-934/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | system/core: remove BasicHashtableSergio Giro2015-10-014-934/+0
* | | | am c559a9b5: am b5a00d6b: am e0453334: Merge "system/core: remove methods ret...Sergio Giro2015-09-302-10/+0
|\ \ \ \ | | |/ / | |/| |
| * | | am b5a00d6b: am e0453334: Merge "system/core: remove methods returning Shared...Sergio Giro2015-09-302-10/+0
| |\ \ \ | | | |/ | | |/|
| | * | am e0453334: Merge "system/core: remove methods returning SharedBuffer in Str...Sergio Giro2015-09-302-10/+0
| | |\|
| | | * Merge "system/core: remove methods returning SharedBuffer in String8, String16"Sergio Giro2015-09-302-10/+0
| | | |\
| | | | * system/core: remove methods returning SharedBuffer in String8, String16Sergio Giro2015-09-302-10/+0
| | * | | libutils: fix compile error in SharedBufferTestSergio Giro2015-09-301-2/+2
* | | | | am fbb259e8: am 8e2c8208: am 730fdbb1: Merge "system/core: change LruCache to...Sergio Giro2015-09-301-1/+1
|\| | | |
| * | | | am 8e2c8208: am 730fdbb1: Merge "system/core: change LruCache to use unordere...Sergio Giro2015-09-301-1/+1
| |\| | |
| | * | | am 730fdbb1: Merge "system/core: change LruCache to use unordered_set instead...Sergio Giro2015-09-301-1/+1
| | |\| |
| | | * | system/core: change LruCache to use unordered_set instead of BasicHashTableSergio Giro2015-09-301-1/+1
| | | |/
* | | | resolved conflicts for 8dba9a7b to masterSergio Giro2015-09-231-1/+3
|\| | |
| * | | libutils: fix compile error in SharedBufferTestSergio Giro2015-09-231-2/+2
* | | | am c565bdb6: am f777655d: resolved conflicts for 6ee734cf to stage-aosp-masterSergio Giro2015-09-236-3/+172
|\| | |