summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Support base::logging on Windows.Dan Albert2015-04-294-23/+102
* Get libbase tests working on Windows.Dan Albert2015-04-294-3/+36
* Print strerror instead of errno in tests.Dan Albert2015-04-291-8/+13
* Remove strtok from adb.Elliott Hughes2015-04-273-17/+11
* Add ReadFully and WriteFully to libbase.Elliott Hughes2015-04-243-0/+52
* Fix comment typo.Elliott Hughes2015-04-171-1/+1
* Add base/memory.h.Dan Albert2015-04-091-0/+47
* Cleanup base/logging.Dan Albert2015-04-032-40/+26
* Support arbitrary loggers.Dan Albert2015-04-034-66/+128
* Support logging to other log buffers.Dan Albert2015-04-032-34/+66
* Merge "Remove LogMessage::LogLineLowStack."Dan Albert2015-04-032-48/+0
|\