summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Fix comparison between signed and unsigned error on darwinColin Cross2015-06-091-1/+1
* Don't use TEMP_FAILURE_RETRY on close()Nick Kralevich2015-05-231-3/+3
* Remove strtok from adb.Elliott Hughes2015-04-283-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
|\
| * Remove LogMessage::LogLineLowStack.Dan Albert2015-04-022-48/+0
* | Don't show lint errors for rvalue references.Dan Albert2015-04-021-1/+1
|/
* Enable building libbase on Windows.Dan Albert2015-03-301-4/+8
* Merge "Pull in Windows compatibility header."Dan Albert2015-03-271-0/+1
|\
| * Pull in Windows compatibility header.Dan Albert2015-03-261-0/+1
* | Include what we use.Dan Albert2015-03-262-0/+2
|/
* Move gettid() into libcutils.Dan Albert2015-03-232-23/+6
* Update string Split API.Dan Albert2015-03-234-28/+63
* Add google3 style logging to libbase.Dan Albert2015-03-209-24/+864
* Use mingw on Windows.Dan Albert2015-03-191-3/+0
* Add common string utilities to libbase.Dan Albert2015-03-164-0/+302
* Revert "Revert "Add commonly used C++ macros to libbase.""Dan Albert2015-03-162-1/+189
* Revert "Revert "Create libbase.""Dan Albert2015-03-169-0/+560
* Revert "Create libbase."Nicolas Geoffray2015-03-169-560/+0
* Revert "Add commonly used C++ macros to libbase."Nicolas Geoffray2015-03-162-189/+1
* Add commonly used C++ macros to libbase.Dan Albert2015-03-142-1/+189
* Create libbase.Dan Albert2015-03-149-0/+560