summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* Remove mutex.h and its uses.Pirama Arumuga Nainar2016-09-163-52/+0
* base: add parameter that controls O_NOFOLLOW in file functions.Josh Gao2016-09-143-9/+35
* Fix darwin build break.Josh Gao2016-09-141-2/+2
* Merge changes Ie15fcb8f,I0a895911Treehugger Robot2016-09-146-53/+194
|\
| * base: add quick_exit emulation.Josh Gao2016-09-134-0/+138
| * base: extract mutex.h from logging.cpp.Josh Gao2016-09-132-53/+56
* | Base: Fix dangling-else in CHECK_STROPAndreas Gampe2016-09-132-8/+29
|/
* Base: Add AbortFunction for loggingAndreas Gampe2016-09-083-15/+56
* Base: Add INTERNAL_FATAL to logging severityAndreas Gampe2016-09-073-12/+40
* Clean up the libbase logging test.Elliott Hughes2016-09-071-124/+148
* Base: Fix logging_testAndreas Gampe2016-09-071-1/+6
* Merge "Base: assume and use C++11 in libbase"Treehugger Robot2016-09-012-25/+7
|\
| * Base: assume and use C++11 in libbaseAndreas Gampe2016-09-012-25/+7
* | base: use _NSGetExecutablePath in GetExecutablePathJosh Gao2016-09-011-9/+9
* | Merge "Add android::base::GetExecutablePath, switch adb and fastboot over."Josh Gao2016-09-013-0/+40
|\ \ | |/ |/|
| * Add android::base::GetExecutablePath, switch adb and fastboot over.Elliott Hughes2016-09-013-0/+40
* | Merge "Base: add more thread annotations"Treehugger Robot2016-08-311-0/+24
|\ \
| * | Base: add more thread annotationsAndreas Gampe2016-08-311-0/+24
| |/
* | Merge "base: disallow close() on unique_fd."Josh Gao2016-08-311-0/+10
|\ \ | |/ |/|
| * base: disallow close() on unique_fd.Josh Gao2016-08-291-0/+10
* | Merge "Add android::base::Readlink."Treehugger Robot2016-08-313-0/+56
|\ \
| * | Add android::base::Readlink.Elliott Hughes2016-08-313-0/+56
| |/
* / Libbase: add C++11 support to DISALLOW_IMPLICIT_CONSTRUCTORSAndreas Gampe2016-08-291-0/+9
|/
* Move init's kernel logging into libbase.Elliott Hughes2016-08-042-31/+78
* libbase should use its own logging!Elliott Hughes2016-07-282-8/+6
* Convert libbase Android.mk to Android.bpColin Cross2016-07-112-140/+96
* Add timestamps to libbase's stderr logging.Elliott Hughes2016-06-211-2/+15
* Fix misc-macro-parentheses warnings in init and other core modules.Chih-Hung Hsieh2016-05-181-4/+4
* adb/base: allow use of unique_fd inside adb.Josh Gao2016-05-141-12/+22
* Don't include android-base/macros.h from android-base/unique_fd.hChristopher Wiley2016-04-191-2/+6
* Define LIKELY and UNLIKELY in a vendor friendly wayChristopher Wiley2016-04-181-2/+5
* Add operator int() to unique_fd.Elliott Hughes2016-03-281-0/+1
* Merge "Fix <android-base/*.h> header guards."Elliott Hughes2016-03-2613-37/+38
|\
| * Fix <android-base/*.h> header guards.Elliott Hughes2016-03-2313-37/+38
* | Merge "Copy the good comment and warn_unused_result from ScopedFd to unique_fd."Elliott Hughes2016-03-261-15/+19
|\ \ | |/ |/|
| * Copy the good comment and warn_unused_result from ScopedFd to unique_fd.Elliott Hughes2016-03-231-15/+19
* | Merge "Add C++ thread annotations support to core."Pierre Imai2016-03-231-0/+83
|\ \ | |/ |/|
| * Add C++ thread annotations support to core.Pierre Imai2016-03-231-0/+83
* | base: Avoid compilation error when compiled with -Wdangling-else.Yabin Cui2016-03-211-19/+13
|/
* Make CHECK(x) work with static analyzer.Chih-Hung Hsieh2016-03-021-0/+12
* Remove libbase's libutils dependency.Elliott Hughes2016-02-171-1/+3
* Merge "libziparchive: port unit tests to darwin and windows."Yabin Cui2016-02-092-4/+4
|\
| * libziparchive: port unit tests to darwin and windows.Yabin Cui2016-02-082-4/+4
* | Merge "Fix windows 64-bit builds"Dan Willemsen2016-02-081-1/+7
|\ \ | |/ |/|
| * Fix windows 64-bit buildsDan Willemsen2016-02-051-1/+7
* | Fix libbase's logging dependency.Elliott Hughes2016-02-041-4/+2
|/
* base: add SystemErrorCodeToString() function.David Pursell2016-02-015-4/+186
* base: add API to remove file if it exists.Yabin Cui2016-01-293-0/+43
* base: add network address parsing function from adb.David Pursell2016-01-214-0/+249
* Fix a couple sign-comparison warnings.Dan Albert2016-01-151-1/+1