| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit '41233fcc35ce8c5efa06348f013c31072505229b':
Remove a prehistoric fastboot hack.
|
| |\
| | |
| | |
| | |
| | | |
* commit '294d3f745274330fc86476332f9431285400be2b':
Remove a prehistoric fastboot hack.
|
| | |\ |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
If you don't have android-info.txt in your zip file, you're probably
not using a current fastboot binary anyway.
Change-Id: Ic721dc5f068f704c6792493d1e99f05f907678ba
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'f99e47a0a0604aef2f3b1d07953d5f220662353c':
Switch fastboot to libziparchive.
|
| |\ \
| | |/
| | |
| | |
| | | |
* commit '445e5edeeb7c303ea517752cd5de4c6aac0a2d77':
Switch fastboot to libziparchive.
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 19765860
Change-Id: I83ea56e3b317893995d7106852b65584f99c0e64
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit '082ac80827e538528fd0b9cba362742f62e1f5ff':
Fix memory leak on jdwp_process_free()
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit 'b4ebc475e678e1dce5e4c78436a0b2fc4813159d':
Fix memory leak on jdwp_process_free()
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
if many jdwp connection are created(), the memory will be leaked.
When it deletes heap memory on jdwp_process_free(),
the proc->fde just set to null.
so it need to free() in fdevent_destory().
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* commit '8e70f63aba8e14f3b40b2a0769522505c1019c33':
Prepare for switching to libziparchive.
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | | |
* commit '57bf3109db7559f36c7c182cf87fe52c14b98f0d':
Prepare for switching to libziparchive.
|
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 19765860
Change-Id: I58249d28fbc4975428d0dcac5107d1994c35676c
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
with one file"
* commit '7d79c9f54dd0f0b759ca7215a92bc6a13cbd7202':
libziparchive: fix issue with a directory with one file
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | | |
* commit 'b054582b90de67a5839345b3a39ad683329f1453':
libziparchive: fix issue with a directory with one file
|
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
libziparchive fails to iterate some bootanimation archives
reporting invalid offset error. This is caused by failure
to process a directory with one file
(when name_offset + file_name_length == cd_offset).
Change-Id: I2733e7f782c14a6fadd5491bb94318ac968df206
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* commit 'c5bdfce1396df27086a202b286186ac8e569e7f1':
Remove useless memset from init.
|
| |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* commit 'ee2e362f8be4cbf68bb38fa1916a1f395677c593':
Remove useless memset from init.
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Ia880810bb2c9a976dceeb0ffdba0cb98e69e3c6d
|
|\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
address"
* commit 'c92420b23b3006ed2e1ece6020dc9d6daa7bf336':
Improving the time to wait for assigning IP address
|
| |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | | |
* commit 'd9a65a65610cb675b092cd343f04e2176a57c26f':
Improving the time to wait for assigning IP address
|
| | |\ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Framework always spends 600msec for getting IP address.
DhcpStateMachine.runDhcp calls NetworkUtils.stopDhcp.
After that, it calls NetworkUtils.runDhcp.
In this case, wait_for_property of dhcp_utils.c calls three times.
At least three times, usleep is called.
So move usleep statement after property_get statement.
Change-Id: I77ffb9a5a64875b47bb528b494bb60b68c1acb5a
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* commit '71a86444873968fafda87d6ad5855df42c9ea0f0':
liblog: reject empty logging messages
|
| |\ \ \ \ \
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
* commit '4e0a252372052f194764c3c0a511e17d22549e6c':
liblog: reject empty logging messages
|
| | |\ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
A regression after "liblog: Instrument logging of logd write drops"
where an empty payload would result in an insufficient iovec to
report the write drop.
Change-Id: Iffabcfbb0680898d7a42004700e638e9d940ff5f
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
* commit '99063631f851a3c12f19aa38091e413bc469f4ff':
Remove chroot from init.
|
| |\ \ \ \ \ \
| | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
* commit '26c4c905d3fc19b24f12a6aa0e22217f0e73e5de':
Remove chroot from init.
|
| | |\ \ \ \ \ |
|
| | | | |_|/ /
| | | |/| | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is not obviously useful. Let's wait until we have an actual need.
Change-Id: I2c75c96314b281e89df25b6ed202b3dd5dfdaf15
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
with sequence numbers"
* commit '757d66d548aedb08322f6606b8b7a9aedff46751':
logd: replace internal CLOCK_MONOTONIC use with sequence numbers
|
| |\ \ \ \ \ \
| | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
numbers"
* commit '8b0c8b197e31f615d140494a2505b313c621a6ed':
logd: replace internal CLOCK_MONOTONIC use with sequence numbers
|
| | |\ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- switch to simpler and faster internal sequence number, drops
a syscall overhead on 32-bit platforms.
- add ability to break-out of flushTo loop with filter return -1
allowing in reduction in reader overhead.
Change-Id: Ic5cb2b9afa4d9470153971fc9197b07279e2b79d
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* commit 'c1e0bf0df36d1cd00104a0761d9fa251ebe4865c':
Remove obsolete files from fs_config's list.
|
| |\ \ \ \ \
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
* commit '5aa097c8a7b9326e1add7a23bf4d31febd25127b':
Remove obsolete files from fs_config's list.
|
| | |\ \ \ \ |
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I83716f48754de889d811d74074f9a32dc666c05e
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* commit '169d029c763a7e652e6d22ae42bb23707675541b':
Switch init over to _PATH_DEFPATH.
|
| |\ \ \ \ \
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
* commit '789c99a48e185a1e74af5fe9f837944bf4bf6b57':
Switch init over to _PATH_DEFPATH.
|
| | |\ \ \ \ |
|
| | | |/ / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Bug: 19564110
Change-Id: I343b4a360b10319dca13ab01f2d411ff940e9052
|
|\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
present."
* commit 'bf8557c895a21ed35ea90851242571a7a3661278':
Print the build id of shared libraries if present.
|
| |\ \ \ \ \
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
* commit '26746a4621e91dbadaaec945025e1f87b959333b':
Print the build id of shared libraries if present.
|