summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "cutils: add OS-independent endian.h"Greg Hackmann2015-04-161-52/+0
* cutils: add OS-independent endian.hGreg Hackmann2015-04-161-0/+52
* libcutils: add fs_config_generateMark Salyzyn2015-04-151-0/+2
* Add NATIVE_WINDOW_SET_SURFACE_DAMAGEDan Stoza2015-04-151-24/+30
* log: Add check for LINT_RLOGMark Salyzyn2015-04-101-4/+23
* logd: Don't embed a flexible array member within another structNick Kralevich2015-04-071-2/+14
* android_filesystem_config.h: use __BEGIN_DECLS and __END_DECLSMark Salyzyn2015-04-061-6/+3
* Allow inputflinger to have CAP_BLOCK_SUSPEND.Tim Kilbourn2015-04-061-1/+3
* android_filesystem_config: move fs_config to libcutilsMark Salyzyn2015-04-061-109/+27
* Only Windows doesn't have %zd.Elliott Hughes2015-04-031-5/+5
* Just use snprintf for android_get_control_socket.Elliott Hughes2015-04-021-19/+9
* Be more intention-revealing with libcutils' strlcpy.Elliott Hughes2015-04-021-1/+1
* Move all libcutils tests into the gtests.Elliott Hughes2015-04-021-0/+5
* Merge "Define atrace_* functions for both target and host."Richard Uhler2015-04-011-14/+0
|\
| * Define atrace_* functions for both target and host.Richard Uhler2015-03-271-14/+0
* | Merge "Refactor the code."Christopher Ferris2015-03-311-12/+9
|\ \
| * | Refactor the code.Christopher Ferris2015-03-311-12/+9
| |/
* | Log more timing information from init.Elliott Hughes2015-03-281-1/+3
|/
* O_CLOEXEC is O_NOINHERIT on Windows.Dan Albert2015-03-261-1/+1
* Fix mac sdk build.Christopher Ferris2015-03-231-0/+1
* Move gettid() into libcutils.Dan Albert2015-03-231-2/+2
* Merge "Remove libzipfile."Narayan Kamath2015-03-231-58/+0
|\
| * Remove libzipfile.Narayan Kamath2015-03-201-58/+0
* | Merge "DO NOT MERGE Add ANativeWindow dataSpace; update graphics formats, col...Dan Stoza2015-03-202-38/+201
|\ \ | |/ |/|
| * DO NOT MERGE Add ANativeWindow dataSpace; update graphics formats, color spacesEino-Ville Talvala2015-03-192-38/+201
* | pixelflinger: make self-containedGreg Hackmann2015-03-194-1664/+0
|/
* Remove obsolete files from fs_config's list.Elliott Hughes2015-03-181-7/+0
* Add variable length read to Backtrace.Christopher Ferris2015-03-171-0/+6
* Revert "Revert "Create libbase.""Dan Albert2015-03-162-76/+0
* Revert "Create libbase."Nicolas Geoffray2015-03-162-0/+76
* Create libbase.Dan Albert2015-03-142-76/+0
* Remove unused header file.Elliott Hughes2015-03-141-70/+0
* am 4487c605: Merge changes I0ec0fe3e,I9e5fccbaMark Salyzyn2015-03-041-0/+42
|\
| * private: Add event payload structures to android_logger.hMark Salyzyn2015-03-041-0/+42
* | am ae19b631: Merge "liblog: add pstore read"Mark Salyzyn2015-02-261-0/+1
|\ \ | |/
| * liblog: add pstore readMark Salyzyn2015-02-261-0/+1
* | am 110166c1: Merge "liblog: introduce ANDROID_LOG_* flags"Mark Salyzyn2015-02-251-0/+6
|\ \ | |/
| * liblog: introduce ANDROID_LOG_* flagsMark Salyzyn2015-02-251-0/+6
* | am c40cf1ce: Merge "Remove useless refCounting from FileMap."Narayan Kamath2015-02-241-16/+2
|\ \ | |/
| * Remove useless refCounting from FileMap.Narayan Kamath2015-02-231-16/+2
* | am ed318bff: Merge "log.h: Fix typo"Andreas Gampe2015-02-101-1/+1
|\ \ | |/
| * log.h: Fix typoAndreas Gampe2015-02-091-1/+1
* | am fd867303: Merge changes I420b5b8a,Ica23fe41Mark Salyzyn2015-02-101-32/+55
|\ \ | |/
| * log.h: wrap android_testLog around __android_log_is_loggableMark Salyzyn2015-02-091-1/+16
| * log.h: deprecate CONDITIONMark Salyzyn2015-02-091-31/+39
* | am 95f7ecbd: Merge "liblog: add __android_log_is_loggable()"Mark Salyzyn2015-02-101-0/+6
|\ \ | |/
| * liblog: add __android_log_is_loggable()Mark Salyzyn2015-02-091-0/+6
* | am c9c401e6: Merge "Move map data into backtrace data proper."Christopher Ferris2015-02-062-8/+15
|\ \ | |/
| * Merge "Move map data into backtrace data proper."Christopher Ferris2015-02-062-8/+15
| |\
| | * Move map data into backtrace data proper.Christopher Ferris2015-02-062-8/+15