| Commit message (Expand) | Author | Age | Files | Lines |
* | Give the DhcpClient alarm broadcasts foreground priority. | Lorenzo Colitti | 2015-09-25 | 1 | -2/+3 |
* | am 0a76afb9: Merge "Don\'t crash on (invalid) hardware address lengths > 127.... | Ian Pedowitz | 2015-09-03 | 1 | -2/+13 |
|\ |
|
| * | Don't crash on (invalid) hardware address lengths > 127. | Lorenzo Colitti | 2015-09-03 | 1 | -2/+13 |
* | | am e022cb08: Merge "Don\'t attempt to stop the receive thread if we never sta... | Lorenzo Colitti | 2015-08-12 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Don't attempt to stop the receive thread if we never started it. | Lorenzo Colitti | 2015-08-11 | 1 | -1/+4 |
* | | ConnectivityManager API for for packet keepalives. | Lorenzo Colitti | 2015-07-18 | 1 | -0/+151 |
|/ |
|
* | Fix two parsing bugs in new DHCP client. | Lorenzo Colitti | 2015-07-06 | 1 | -2/+28 |
* | Correctly time out CMD_START_DHCP. | Lorenzo Colitti | 2015-06-08 | 1 | -18/+60 |
* | Actually close sockets when stopping the receive thread. | Lorenzo Colitti | 2015-06-04 | 1 | -5/+13 |
* | Actually fall back from yiaddr to ciaddr. | Lorenzo Colitti | 2015-06-04 | 3 | -10/+10 |
* | Make RenewingState time out as well. | Lorenzo Colitti | 2015-06-03 | 1 | -15/+21 |
* | Remove the IPv4 address from the interface when DHCP fails. | Lorenzo Colitti | 2015-06-03 | 1 | -12/+25 |
* | Merge "Fix DHCP lease time parsing." into mnc-dev | Lorenzo Colitti | 2015-06-02 | 2 | -12/+38 |
|\ |
|
| * | Fix DHCP lease time parsing. | Lorenzo Colitti | 2015-06-02 | 2 | -12/+38 |
* | | pass a defensive copy of DhcpResults | Erik Kline | 2015-06-02 | 1 | -6/+7 |
* | | Specify more information in DhcpClient PendingIntents. | Lorenzo Colitti | 2015-05-26 | 1 | -4/+5 |
|/ |
|
* | Merge commit '4cb5d80' into merge2 | Etan Cohen | 2015-04-24 | 9 | -36/+50 |
|\ |
|
| * | Set the secs field in the BOOTP header. | Lorenzo Colitti | 2015-04-21 | 9 | -36/+50 |
| * | Deal with null characters in string options. | Lorenzo Colitti | 2015-04-01 | 1 | -6/+18 |
* | | Always send the DHCP client identifier. | Lorenzo Colitti | 2015-04-22 | 5 | -14/+19 |
* | | Log DHCP replies that we can't parse. | Lorenzo Colitti | 2015-04-22 | 1 | -0/+4 |
* | | Merge commit 'b2ff415' into merge_work | Prerepa Viswanadham | 2015-04-10 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Don't log errors if the receive thread is stopped. | Lorenzo Colitti | 2015-03-31 | 1 | -2/+4 |
| * | DHCP: Don't write options longer than 255 bytes. | Lorenzo Colitti | 2015-03-17 | 1 | -14/+23 |
| * | DHCP: parsing robustness fixes. | Lorenzo Colitti | 2015-03-17 | 1 | -105/+123 |
| * | DHCP: Add a Java DHCP client. | Lorenzo Colitti | 2015-03-17 | 1 | -0/+807 |
| * | DHCP: protocol changes. | Lorenzo Colitti | 2015-03-17 | 3 | -18/+91 |
| * | DHCP: glue code. | Lorenzo Colitti | 2015-03-16 | 1 | -3/+58 |
| * | DHCP: Ethernet/IP packet header changes. | Lorenzo Colitti | 2015-03-16 | 1 | -7/+31 |
| * | DHCP: Minor cleanups to the packet code. | Lorenzo Colitti | 2015-03-16 | 9 | -234/+83 |
| * | DHCP: Move the packet code to frameworks/base/services. | Lorenzo Colitti | 2015-03-16 | 10 | -0/+1559 |
* | Deal with null characters in string options. | Lorenzo Colitti | 2015-04-01 | 1 | -6/+18 |
* | DHCP: Don't write options longer than 255 bytes. | Lorenzo Colitti | 2015-03-20 | 1 | -14/+23 |
* | DHCP: parsing robustness fixes. | Lorenzo Colitti | 2015-03-20 | 1 | -105/+123 |
* | DHCP: Add a Java DHCP client. | Lorenzo Colitti | 2015-03-20 | 1 | -0/+807 |
* | DHCP: protocol changes. | Lorenzo Colitti | 2015-03-20 | 3 | -18/+91 |
* | DHCP: glue code. | Lorenzo Colitti | 2015-03-20 | 1 | -3/+58 |
* | DHCP: Ethernet/IP packet header changes. | Lorenzo Colitti | 2015-03-20 | 1 | -7/+31 |
* | DHCP: Minor cleanups to the packet code. | Lorenzo Colitti | 2015-03-20 | 9 | -234/+83 |
* | DHCP: Move the packet code to frameworks/base/services. | Lorenzo Colitti | 2015-03-20 | 10 | -0/+1559 |