summaryrefslogtreecommitdiffstats
path: root/libcutils
Commit message (Expand)AuthorAgeFilesLines
* Merge "system/core/lib[c]utils: Fix signedness comparison warnings."James Hawkins2016-03-011-4/+4
|\
| * system/core/lib[c]utils: Fix signedness comparison warnings.James Hawkins2016-03-011-4/+4
* | Merge "Fix incorrect handling of snprintf return value."Christopher Ferris2016-02-253-27/+321
|\|
| * Fix incorrect handling of snprintf return value.Christopher Ferris2016-02-253-27/+321
* | Merge "Clean up CLOEXEC in qtaguid."Elliott Hughes2016-02-231-6/+3
|\|
| * Clean up CLOEXEC in qtaguid.Elliott Hughes2016-02-191-6/+3
* | Merge "Remove two bogus libutils dependencies."Elliott Hughes2016-02-171-1/+1
|\|
| * Remove two bogus libutils dependencies.Elliott Hughes2016-02-171-1/+1
* | Merge commit '4352ee87fd74b931d4b58192fb8974e91aa899d0' into HEADBill Yi2016-02-172-1/+23
|\ \ | |/ |/|
| * Merge "trace-dev.c: more O_CLOEXEC"Nick Kralevich2015-12-161-2/+2
| |\
| * \ Merge "Make host ashmem_create_region more robust."Elliott Hughes2015-12-161-4/+9
| |\ \
| * \ \ Merge "Listen on dualstack sockets." am: 1f7bcf3e93Erik Kline2015-12-071-7/+7
| |\ \ \
| * \ \ \ Merge "fs_config.c: Remove obsolete reference to /system/bin/pppd-ril" am: e0...Nick Kralevich2015-11-301-2/+1
| |\ \ \ \
| * \ \ \ \ Merge "fs_config: remove setuid bit from librank" am: 0380d49024Nick Kralevich2015-11-301-2/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge changes I36b66fc5,I0561affb am: 166e716851Josh Gao2015-11-241-31/+29
| |\ \ \ \ \ \
| * \ \ \ \ \ \ resolve merge conflicts of ed60788968 to mnc-dr2-dev-plus-aosp.Todd Kjos2015-11-182-1/+23
| |\ \ \ \ \ \ \
| | * | | | | | | Actively mangage EAS schedtune nodesTodd Kjos2015-11-162-1/+23
* | | | | | | | | Merge "libcutils: abort for invalid fd"Mark Salyzyn2016-02-051-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | libcutils: abort for invalid fdMark Salyzyn2016-02-031-2/+3
* | | | | | | | | | Suppress false positive memory leak warnings.Chih-Hung Hsieh2016-02-041-0/+20
|/ / / / / / / / /
* | | | | | | | | libcutils: ashmem print error message for invalid fdMark Salyzyn2016-02-031-0/+14
* | | | | | | | | libcutils: ashmem check fd validityMark Salyzyn2016-02-031-1/+107
* | | | | | | | | Merge "libcutils/fastboot: improve multi-buffer write."David Pursell2016-02-034-34/+47
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | libcutils/fastboot: improve multi-buffer write.David Pursell2016-02-034-34/+47
* | | | | | | | | | libcutils: ashmem fortify and comply with Android coding standardMark Salyzyn2016-02-022-30/+40
|/ / / / / / / / /
* | | | | | | | | libcutils: add multi-buffer socket send.David Pursell2016-02-023-9/+57
* | | | | | | | | libcutils: add socket_get_local_port().David Pursell2016-02-023-38/+101
* | | | | | | | | fastboot: use cutils socket functions.David Pursell2016-01-213-0/+59
* | | | | | | | | Merge "libcutils: share Windows networking code."David Pursell2016-01-2114-13/+343
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | libcutils: share Windows networking code.David Pursell2016-01-1514-13/+343
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* / | | | | | | | logging: avoid unnecessary printfsNick Kralevich2016-01-161-0/+1
|/ / / / / / / /
* | | | | | | / trace-dev.c: more O_CLOEXECNick Kralevich2015-12-161-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Make host ashmem_create_region more robust.Elliott Hughes2015-12-161-4/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | Listen on dualstack sockets.Erik Kline2015-12-071-7/+7
| |_|_|_|/ |/| | | |
* | | | | fs_config.c: Remove obsolete reference to /system/bin/pppd-rilNick Kralevich2015-11-301-2/+1
| |_|_|/ |/| | |
* | | | fs_config: remove setuid bit from librankNick Kralevich2015-11-271-2/+1
| |_|/ |/| |
* | | libcutils: turn on -Werror on Win32, fix resulting build break.Josh Gao2015-11-241-5/+3
* | | libcutils: add prefix to local variables in Android.mk.Josh Gao2015-11-241-27/+27
|/ /
* | Revert "libcutils: don't build for Windows."Josh Gao2015-11-171-22/+34
* | libcutils: don't build for Windows.Josh Gao2015-11-161-34/+22
* | Fix permissions for /data/nativetest{,64}/tests.txt.Gilad Arnold2015-11-141-0/+2
* | Sane ownership/permissions for directories in /data/nativetest{,64}.Gilad Arnold2015-11-121-0/+2
* | libcutils: Make /data/nativetest{,64}/* executable.Daniel Erat2015-11-021-0/+2
* | Make allocations use unique_ptr.Christopher Ferris2015-10-141-6/+6
* | fs_config.c: remove setuid from procrankNick Kralevich2015-10-071-2/+1
* | am 66d32c74: Merge "Use CAP_MASK_LONG for file capabilities."Jorge Lucangeli Obes2015-09-031-2/+2
|\ \
| * \ Merge "Use CAP_MASK_LONG for file capabilities."Jorge Lucangeli Obes2015-09-031-2/+2
| |\ \
| | * | Use CAP_MASK_LONG for file capabilities.Jorge Lucangeli Obes2015-09-021-2/+2
* | | | am bfe32228: Merge "Remove USE_MINGW/CYGWIN; Whitelist windows modules"Dan Willemsen2015-09-031-24/+14
|\| | |
| * | | Remove USE_MINGW/CYGWIN; Whitelist windows modulesDan Willemsen2015-09-021-24/+14
| |/ /