summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* am 17c3a227: am 617c28b8: Merge "Fix list_for_each_safe macro"Colin Cross2014-05-221-3/+3
|\
| * Merge "Fix list_for_each_safe macro"Colin Cross2014-05-221-3/+3
| |\
| | * Fix list_for_each_safe macroThierry Escande2014-05-101-3/+3
* | | am 184eecf0: am 4ecbda41: Merge "Add list_add_head to libcutils"Colin Cross2014-05-221-0/+8
|\ \ \ | |/ /
| * | Merge "Add list_add_head to libcutils"Colin Cross2014-05-221-0/+8
| |\ \
| | * | Add list_add_head to libcutilsSamuel Ortiz2014-05-131-0/+8
* | | | am 7f8ebb81: am 30291f21: Merge "Add missing headers"Dan Albert2014-05-221-0/+1
|\ \ \ \ | |/ / /
| * | | Add missing headersDan Albert2014-05-211-0/+1
* | | | am f8733c63: am 08c08f72: Merge "Move netd_client into netd."Sreeram Ramachandran2014-05-211-29/+0
|\ \ \ \ | |/ / /
| * | | Move netd_client into netd.Sreeram Ramachandran2014-05-211-29/+0
* | | | am 0e71e3ab: am 9cae50b3: Merge "Bound the ADB connect time with a non-blocki...Elliott Hughes2014-05-191-0/+2
|\ \ \ \ | |/ / /
| * | | Bound the ADB connect time with a non-blocking connectKen Lierman2014-05-191-0/+2
* | | | am 07a1b526: am 75161485: Merge "Introduce netd_client, a dynamic library tha...Sreeram Ramachandran2014-05-141-0/+29
|\ \ \ \ | |/ / /
| * | | Introduce netd_client, a dynamic library that talks to netd.Sreeram Ramachandran2014-05-141-0/+29
| |/ /
* | | am 0f5e9579: am b49f23ed: Merge "Fix ucontext_t forward declare for mac."Christopher Ferris2014-05-091-0/+5
|\ \ \ | |/ /
| * | Fix ucontext_t forward declare for mac.Christopher Ferris2014-05-091-0/+5
* | | am c1087e55: am bf6c2dbe: Merge "Fix mac build."Christopher Ferris2014-05-091-1/+3
|\ \ \ | |/ /
| * | Fix mac build.Christopher Ferris2014-05-091-1/+3
* | | am 66e31dc5: am 3a088524: Merge "Rewrite unwind thread handling."Christopher Ferris2014-05-091-1/+2
|\ \ \ | |/ /
| * | Merge "Rewrite unwind thread handling."Christopher Ferris2014-05-091-1/+2
| |\ \ | | |/ | |/|
| | * Rewrite unwind thread handling.Christopher Ferris2014-05-081-1/+2
* | | am 22a289a0: am 7112e4c7: Merge "Remove the dead corkscrew header files too."Elliott Hughes2014-05-075-424/+0
|\ \ \ | |/ /
| * | Remove the dead corkscrew header files too.Elliott Hughes2014-05-075-424/+0
| |/
* | am 15704b1b: am d9bb6770: Merge "logd: 64-bit compile issue"Mark Salyzyn2014-05-021-0/+3
|\ \ | |/
| * logd: 64-bit compile issueMark Salyzyn2014-05-021-0/+3
* | am f8db4afb: am ab3d49b0: Merge "Use the si_code value bionic passes us."Elliott Hughes2014-04-261-0/+1
|\ \ | |/
| * Use the si_code value bionic passes us.Elliott Hughes2014-04-251-0/+1
* | am 0a04c556: am 19759a08: Merge "audio: fix audio_is_bluetooth_sco_device()"Rom Lemarchand2014-04-241-6/+10
|\ \ | |/
| * audio: fix audio_is_bluetooth_sco_device()Eric Laurent2014-04-241-6/+10
* | am b1bcd9c3: am 6798914b: Merge "Improve liblog\'s fatal logging."Elliott Hughes2014-04-241-3/+3
|\ \ | |/
| * Improve liblog's fatal logging.Elliott Hughes2014-04-241-3/+3
* | am 19697f3e: am 3ad0af6d: Merge "logd: liblog: logcat: debuggerd: Add LOG_ID_...Mark Salyzyn2014-04-171-0/+1
|\ \ | |/
| * Merge "logd: liblog: logcat: debuggerd: Add LOG_ID_CRASH"Mark Salyzyn2014-04-171-0/+1
| |\
| | * logd: liblog: logcat: debuggerd: Add LOG_ID_CRASHMark Salyzyn2014-04-161-0/+1
* | | am fe545b9c: am 0516aded: Merge "logd: libsysutils: logd startup outside init...Mark Salyzyn2014-04-171-0/+1
|\ \ \ | |/ /
| * | logd: libsysutils: logd startup outside init environmentMark Salyzyn2014-04-171-0/+1
| |/
* | am cda31324: am 4706320e: Merge "Include 64bit valgrind in the android_filesy...Narayan Kamath2014-04-141-0/+1
|\ \ | |/
| * Include 64bit valgrind in the android_filesystem_config.Narayan Kamath2014-04-121-0/+1
* | am ae3ba0b3: am 472e04f2: Merge "logd: liblog: logcat: enable prune features ...Mark Salyzyn2014-04-091-4/+0
|\ \ | |/
| * Merge "logd: liblog: logcat: enable prune features for user"Mark Salyzyn2014-04-091-4/+0
| |\
| | * logd: liblog: logcat: enable prune features for userMark Salyzyn2014-04-021-4/+0
* | | am 83fd6375: am 31631861: Merge "Add guards to prevent typedefs when C++11 is...Tim Murray2014-04-071-0/+3
|\ \ \ | |/ /
| * | Add guards to prevent typedefs when C++11 is available.Tim Murray2014-04-071-0/+3
* | | am e35cba9a: am a97798af: Merge "Create an UnwindMapLocal object."Christopher Ferris2014-04-041-1/+1
|\ \ \ | |/ /
| * | Create an UnwindMapLocal object.Christopher Ferris2014-04-031-1/+1
| |/
* | am df33e8b5: Add BitSet64. DO NOT MERGEMichael Wright2014-03-261-22/+173
|\ \ | |/ |/|
| * Add BitSet64. DO NOT MERGEMichael Wright2014-03-241-22/+173
* | cutils: trace 64-bit compile issuesMark Salyzyn2014-03-201-9/+10
* | logd: liblog: logcat: Arbitrary time to tailMark Salyzyn2014-03-142-5/+31
* | logd: liblog: logcat: Add LogWhiteBlackListMark Salyzyn2014-03-131-2/+11