summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the Mac libbase build.Elliott Hughes2015-08-131-0/+2
* libbase: logging fixesSpencer Low2015-08-132-27/+51
* win32: adb_test/libbase_test fixesSpencer Low2015-08-061-27/+10
* adb_test/libbase_test: win32: get some tests workingSpencer Low2015-08-031-14/+14
* libbase_test: win32: get some tests workingSpencer Low2015-08-033-22/+39
* Write mkdirs in more idiomatic C++ style.Alex Vallée2015-07-305-22/+64
* Revert "Turn on -Wformat-nonliteral."Dan Albert2015-07-092-18/+19
* Turn on -Wformat-nonliteral.Dan Albert2015-07-092-19/+18
* Generalize Join to work for any container/element.Dan Albert2015-05-223-22/+36
* Merge "adb / libbase: clean up NOGDI and evil ERROR macro"Dan Albert2015-05-202-10/+9
|\
| * adb / libbase: clean up NOGDI and evil ERROR macroSpencer Low2015-05-202-10/+9
* | Don't use TEMP_FAILURE_RETRY on close()Nick Kralevich2015-05-201-3/+3
|/
* adb: win32: fix StringPrintf format string checking of %zd and PRIu64Spencer Low2015-05-131-3/+19
* adb: win32: fix adb emu commandSpencer Low2015-05-061-0/+2
* Add additional shielding against the ERROR macro.Dan Albert2015-05-042-1/+9
* Fix comparison between signed and unsigned error on darwinColin Cross2015-04-301-1/+1