summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename base/ to android-base/.Elliott Hughes2015-12-0711-1/+0
* Track rename of base/ to android-base/.Elliott Hughes2015-12-0416-27/+27
* Add a symlink android-base/ pointing to base/.Elliott Hughes2015-12-041-0/+1
* Introduce unique_fdCasey Dahlin2015-11-181-0/+79
* adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8()Spencer Low2015-11-123-6/+37
* Merge changes Ic124ecb9,I94de55d2Josh Gao2015-11-122-5/+13
|\
| * libbase: remove exit-time destructors.Josh Gao2015-11-122-5/+13
* | Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32""Elliott Hughes2015-11-116-1/+705
|/
* Revert "adb/base: fix adb push of Unicode filenames on Win32"Elliott Hughes2015-11-115-677/+0
* adb/base: fix adb push of Unicode filenames on Win32Spencer Low2015-11-105-0/+677
* adb/base: minor compiler portability improvementsSpencer Low2015-11-091-5/+14
* Merge "Make Join support string delimiters"Casey Dahlin2015-11-022-2/+6
|\
| * Make Join support string delimitersCasey Dahlin2015-11-022-2/+6
* | Fix ParseInt/ParseUint to handle explicit "0x" hex.Elliott Hughes2015-11-022-2/+14
|/
* Fix lseek argument order.Elliott Hughes2015-10-201-7/+7
* base logging: fix errno restoring, severity conditionality, dangling ifsSpencer Low2015-09-213-57/+172
* libbase_test: get it building for WindowsSpencer Low2015-09-112-18/+19
* Merge "Ensure that libbase and liblog can be built for Windows."Dan Albert2015-09-111-0/+1
|\
| * Ensure that libbase and liblog can be built for Windows.Stephen Hines2015-09-111-0/+1
* | Add ParseInt (and ParseUint).Elliott Hughes2015-09-043-0/+140
|/
* Remove USE_MINGW/CYGWIN; Whitelist windows modulesDan Willemsen2015-09-021-0/+1
* adb/base win32 tests: fix comment and open() flagsSpencer Low2015-09-011-3/+3
* Use O_BINARY in base/file for Windows.Elliott Hughes2015-09-011-8/+9