1. 4cc9ef8 Initial refactoring to group IP-related elements into an IpManager by Erik Kline · 8 years ago
  2. a636761 Initial refactoring to group IP-related elements into an IpManager by Erik Kline · 9 years ago
  3. 7cb5013 DO NOT MERGE Refactor netlink and IpReachabilityMonitor into services/net by Erik Kline · 9 years ago
  4. bda01cc Fix canceling renew alarms. by Lorenzo Colitti · 9 years ago
  5. 9d3aadb Add a new WakeupMessage class and use it in two places. by Lorenzo Colitti · 9 years ago
  6. c415f72 Merge changes I456984a2,Id4d1031b by Lorenzo Colitti · 9 years ago
  7. 831204c Switch the DHCP client to the new AlarmManager callback interface by Lorenzo Colitti · 9 years ago
  8. e5f11cd Refactor alarm setting code in preparation for switch to callback by Lorenzo Colitti · 9 years ago
  9. 6c7acb6 Add a test that checks the contents of DISCOVER packets. by Lorenzo Colitti · 9 years ago
  10. 8a484fb Merge "Don\'t crash if a DHCP server doesn\'t send the server ID option." into mnc-dr-dev am: a2cc04736d am: e4aacaeec9 am: c52503acf0 by Lorenzo Colitti · 9 years ago
  11. 7611f1c Don't crash if a DHCP server doesn't send the server ID option. by Lorenzo Colitti · 9 years ago
  12. 952159f Make all IpReachabilityMonitor log messages have the same tag by Erik Kline · 9 years ago
  13. eda0ea4 am 3d3f766c: am 871d96b4: am 13c5dd5c: am eb0bbd45: Merge changes Id6a0b0de,I5f03b8b2,I62464b92 into mnc-dr-dev by Lorenzo Colitti · 9 years ago
  14. 4e4d59e Connect the DHCP UDP socket to the server. by Lorenzo Colitti · 9 years ago
  15. cccaa51 Merge "Connect the DHCP UDP socket to the server." by Lorenzo Colitti · 9 years ago
  16. 577255e Connect the DHCP UDP socket to the server. by Lorenzo Colitti · 9 years ago
  17. 025f4a5 Support DHCP replies with multiple default gateways. by Lorenzo Colitti · 9 years ago
  18. b19238c Accept DHCP responses from non-67 server source ports by Erik Kline · 9 years ago
  19. 496906e Improve logging of DHCP parse errors using exceptions. by Erik Kline · 9 years ago
  20. 1c01e61 Only log exceptions if the IpReachabilityMonitor is still running. by Erik Kline · 9 years ago
  21. 4148089 Add an explanation of how IpReachabilityMonitor works by Erik Kline · 9 years ago
  22. 3a08975 am cafb3192: am 4c74a02e: am 3af6163a: am 31fe464d: Merge "Give the DhcpClient alarm broadcasts foreground priority." into mnc-dr-dev by Ian Pedowitz · 9 years ago
  23. 9795a1d Give the DhcpClient alarm broadcasts foreground priority. by Lorenzo Colitti · 9 years ago
  24. 02cc5a0 Refactor netlink and IpReachabilityMonitor into services/net by Erik Kline · 9 years ago
  25. 7d223ae am 0a76afb9: Merge "Don\'t crash on (invalid) hardware address lengths > 127." into mnc-dev by Ian Pedowitz · 9 years ago
  26. d64144a Don't crash on (invalid) hardware address lengths > 127. by Lorenzo Colitti · 9 years ago
  27. c7f2030 am e022cb08: Merge "Don\'t attempt to stop the receive thread if we never started it." into mnc-dev by Lorenzo Colitti · 9 years ago
  28. 31e19f3 Don't attempt to stop the receive thread if we never started it. by Lorenzo Colitti · 9 years ago
  29. 8bf977d ConnectivityManager API for for packet keepalives. by Lorenzo Colitti · 9 years ago
  30. b0b3d0b Fix two parsing bugs in new DHCP client. by Lorenzo Colitti · 9 years ago
  31. 5bc64b8 Correctly time out CMD_START_DHCP. by Lorenzo Colitti · 9 years ago
  32. be843e8 Actually close sockets when stopping the receive thread. by Lorenzo Colitti · 9 years ago
  33. f68edb1 Actually fall back from yiaddr to ciaddr. by Lorenzo Colitti · 9 years ago
  34. 3a40b0d Make RenewingState time out as well. by Lorenzo Colitti · 9 years ago
  35. 48f9c73 Remove the IPv4 address from the interface when DHCP fails. by Lorenzo Colitti · 9 years ago
  36. 8f602cd Merge "Fix DHCP lease time parsing." into mnc-dev by Lorenzo Colitti · 9 years ago
  37. d59aa84 pass a defensive copy of DhcpResults by Erik Kline · 9 years ago
  38. d973537 Fix DHCP lease time parsing. by Lorenzo Colitti · 9 years ago
  39. 82babcd Specify more information in DhcpClient PendingIntents. by Lorenzo Colitti · 9 years ago
  40. 644f413 Merge commit '4cb5d80' into merge2 by Etan Cohen · 9 years ago
  41. f443bfc Always send the DHCP client identifier. by Lorenzo Colitti · 9 years ago
  42. a94929b Log DHCP replies that we can't parse. by Lorenzo Colitti · 9 years ago
  43. 3e97932 Set the secs field in the BOOTP header. by Lorenzo Colitti · 9 years ago
  44. 220951a6 Merge commit 'b2ff415' into merge_work by Prerepa Viswanadham · 9 years ago
  45. a12bde3 Deal with null characters in string options. by Lorenzo Colitti · 9 years ago
  46. c2abb2b Deal with null characters in string options. by Lorenzo Colitti · 9 years ago
  47. f5c1722 Don't log errors if the receive thread is stopped. by Lorenzo Colitti · 9 years ago
  48. 06ac4b8 DHCP: Don't write options longer than 255 bytes. by Lorenzo Colitti · 9 years ago
  49. b05c923 DHCP: parsing robustness fixes. by Lorenzo Colitti · 9 years ago
  50. e7d4243 DHCP: Add a Java DHCP client. by Lorenzo Colitti · 9 years ago
  51. fe5ffce DHCP: protocol changes. by Lorenzo Colitti · 9 years ago
  52. 86bff86 DHCP: glue code. by Lorenzo Colitti · 9 years ago
  53. 7f7cc61 DHCP: Ethernet/IP packet header changes. by Lorenzo Colitti · 9 years ago
  54. 51697ef DHCP: Minor cleanups to the packet code. by Lorenzo Colitti · 9 years ago
  55. eca9b9b DHCP: Move the packet code to frameworks/base/services. by Lorenzo Colitti · 9 years ago
  56. 3698af5 DHCP: Don't write options longer than 255 bytes. by Lorenzo Colitti · 9 years ago
  57. 2ed489f DHCP: parsing robustness fixes. by Lorenzo Colitti · 9 years ago
  58. a071edc DHCP: Add a Java DHCP client. by Lorenzo Colitti · 9 years ago
  59. 04b8d3a DHCP: protocol changes. by Lorenzo Colitti · 9 years ago
  60. 29cb944 DHCP: glue code. by Lorenzo Colitti · 9 years ago
  61. 15204d5 DHCP: Ethernet/IP packet header changes. by Lorenzo Colitti · 9 years ago
  62. c8a0f49 DHCP: Minor cleanups to the packet code. by Lorenzo Colitti · 9 years ago
  63. c95a87f DHCP: Move the packet code to frameworks/base/services. by Lorenzo Colitti · 9 years ago