1. 3b30ca5 shill: Top-level unit tests: Switch pointer/ref spacing by Paul Stewart · 9 years ago
  2. 1ce231c shill: Manager: Refactor command line setup by Paul Stewart · 9 years ago
  3. 1a72f54 shill: compiler option support for wifi and wired 802.1x by Peter Qiu · 9 years ago
  4. ebd709e shill: only request RTNL dump after manager has started by Peter Qiu · 9 years ago
  5. 900ab5e shill: make netlink message creation context-dependent by Samuel Tan · 10 years ago
  6. 83d6256 shill: DeviceInfo: Optionally ignore unknown Ethernet by Paul Stewart · 9 years ago
  7. 0951ccb Update libchrome to r307740 and fix build errors by Alex Vakulenko · 10 years ago
  8. a06c65f shill: Ethernet: Do not call Stop() in destructor by Paul Stewart · 10 years ago
  9. 3de88a0 shill: Ethernet: Retain EthernetService for life by Paul Stewart · 10 years ago
  10. 7e8b8ee shill: add support for allowing remote dbus service to claim/release devices by Peter Qiu · 10 years ago
  11. ba24e6f shill: Disable automatic symbol exports from libshill-net by Peter Qiu · 10 years ago
  12. 2240e8c shill: vpn: Move vpn code to its own sub-directory. by Ben Chan · 10 years ago
  13. c54afe5 shill: cellular: Move cellular code to its own sub-directory. by Ben Chan · 10 years ago
  14. c3d707d shill: wimax: Move wimax code to its own sub-directory. by Ben Chan · 10 years ago
  15. 02e3dc3 shill: Move netlink functionality to libshill-net shared library by Peter Qiu · 10 years ago
  16. 8d6b597 shill: export a shared library for RTNL interface. by Peter Qiu · 10 years ago
  17. da8cbee shill: DeviceInfo: Default unknown to Ethernet by Paul Stewart · 10 years ago
  18. cd47732 shill: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 10 years ago
  19. cc225ef shill: Replace NULL with nullptr. by Ben Chan · 10 years ago
  20. 9f5159e shill: Add a metric for tracking device removed event by Peter Qiu · 10 years ago
  21. 11c213f Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  22. 5412de0 shill: netlink_manager: add support for Nl80211 Ack handlers (reland) by Samuel Tan · 10 years ago
  23. 29740cb Revert "shill: netlink_manager: add support for Nl80211 Ack handlers" by Alex Deymo · 10 years ago
  24. 6c29ce3 shill: netlink_manager: add support for Nl80211 Ack handlers by Samuel Tan · 10 years ago
  25. 7fab897 shill: Use integer types from stdint.h by Ben Chan · 10 years ago
  26. 9855170 shill: IPv6 DNS server addresses changed notification. by Peter Qiu · 10 years ago
  27. 6fbf64f shill: Update to build against libchrome-271506. by Ben Chan · 10 years ago
  28. d4f2648 shill: Device: Report IPv6 address by Paul Stewart · 10 years ago
  29. d55f6ae shill: DeviceInfo: Report IPv6 address changes to Device by Paul Stewart · 10 years ago
  30. 62ba51c shill: re-enable unused-result warning by mukesh agrawal · 10 years ago
  31. a0ddf46 shill: Update to build against libchrome-242728. by Ben Chan · 10 years ago
  32. 5742b24 shill: Completely exclude ModemInfo when built with USE=-cellular. by Ben Chan · 11 years ago
  33. a0db0ff shill: DeviceInfo: Add utility for address reachability by Paul Stewart · 11 years ago
  34. 6950ba5 shill: DeviceInfo: Query ARP table for a peer IP by Paul Stewart · 11 years ago
  35. 520eb17 shill: Disable WiMAX support when built with USE='-gdmwimax -wimax'. by Ben Chan · 11 years ago
  36. b87d22b shill: Manager: Map between Technology and Provider by Paul Stewart · 11 years ago
  37. b00c13d shill: Make Manager.UninitializedTechnologies and others mutually exclusive. by Arman Uguray · 11 years ago
  38. 0f90e0b shill: cellular: Recognize cellular devices using cdc_mbim driver. by Ben Chan · 11 years ago
  39. 4eb4ddf shill: Identify modem devices supported by the cdc_ncm driver. by Ben Chan · 11 years ago
  40. 7347bf2 shill: Adds message-type-specific netlink callbacks. by Wade Guthrie · 11 years ago
  41. 2ddf2c6 shill: DeviceInfo: Decide between WiFi interface types by Paul Stewart · 11 years ago
  42. c3505a5 shill: vpn: Conditionally build VPN support into shill. by Darin Petkov · 11 years ago
  43. 0e1cdea shill: Implement Service.Remove & delete DHCP leases by Albert Chaulk · 11 years ago
  44. b061f89 Add a traffic monitor to detect abnormal scenarios. by Ben Chan · 11 years ago
  45. 5ad1606 shill: Compile against libchrome-180609 by Paul Stewart · 11 years ago
  46. 6c1e3bb shill: cellular: Add Network.Shill.Cellular.DropsPerHour. by Thieu Le · 11 years ago
  47. 5086b97 shill: Add Manager.UninitializedTechnologies property. by Ben Chan · 12 years ago
  48. 4f68fe9 Revert "shill: Include pre-enabled technologies in EnabledTechnologies property." by Ben Chan · 12 years ago
  49. 08a8e05 shill: Include pre-enabled technologies in EnabledTechnologies property. by Ben Chan · 12 years ago
  50. 5f06a0e shill: InputHandler: Add error callback by Paul Stewart · 12 years ago
  51. 4b28586 shill: wimax: Obtain MAC address after WiMax device DBus object appears. by Ben Chan · 12 years ago
  52. 226d46a shill: cellular: Recognize cellular devices using qmi_wwan driver. by Ben Chan · 12 years ago
  53. fc34925 Fix shill unittest build problem for gcc 4.7. by Han Shen · 12 years ago
  54. 4178023 shill: Clean up of DeviceInfo::GetMACAddressFromKernel by Gary Morain · 12 years ago
  55. b691efd shill: Rename SMLOG to SLOG by Christopher Wiley · 12 years ago
  56. 05a42c2 shill: Connection: If IP Address changes, flush everything by Paul Stewart · 12 years ago
  57. 1ac4e84 shill: DeviceInfo: Track link byte tx/rx statistics by Paul Stewart · 12 years ago
  58. 050cfc0 shill: device_info: Postpone cdc_ether device discovery by Paul Stewart · 12 years ago
  59. da79862 Remove the the TechnologyIs method from Device, associated classes, and everything else. by Joshua Kroll · 12 years ago
  60. c63dcf0 shill: wimax: Refactor service management out of WiMax into WiMaxProvider. by Darin Petkov · 12 years ago
  61. e4b2702 shill: Complete interaction between DeviceInfo and WiMaxProvider. by Darin Petkov · 12 years ago
  62. 8c116a9 shill: device_info: Revamp address/route flushing by Paul Stewart · 12 years ago
  63. abc5403 shill: device: Add a special pseudo device to allow for VM testing of cellular by Jason Glasgow · 12 years ago
  64. f8046b8 shill: vpn: Create a VPN device for L2TP/IPSec and apply IP configuration. by Darin Petkov · 12 years ago
  65. d20cf75 shill: DeviceInfoTest: Remove leftover log by Paul Stewart · 12 years ago
  66. ca876ee shill: Add support for detecting PPP devices by Paul Stewart · 12 years ago
  67. b27beee shill: Generalize detection of cdc_ether modem device tty interface. by Thieu Le · 12 years ago
  68. 8f1c835 shill: Differentiate between various cdc_ether devices. by Thieu Le · 12 years ago
  69. e81eb70 shill: deviceinfo: Mark all loopback devices up by Paul Stewart · 12 years ago
  70. 3e20a23 shill: Convert code to use the newest version of libchrome. by Eric Shienbrood · 12 years ago
  71. b5c8940 Revert "shill: Convert code to use the newest version of libchrome." by Eric Shienbrood · 12 years ago
  72. 08a4ffb shill: Convert code to use the newest version of libchrome. by Eric Shienbrood · 12 years ago
  73. 3426c8f shill: Move Metrics from singleton to Shill daemon by Thieu Le · 13 years ago
  74. 26b327e shill: A couple of naming cleanups by Paul Stewart · 13 years ago
  75. 1830fa1 shill: enable (don't disable) -Wunused by mukesh agrawal · 13 years ago
  76. fdd1607 shill: Add Technology class by Paul Stewart · 13 years ago
  77. 7355ce1 shill: Naming and lint cleanup pass by Paul Stewart · 13 years ago
  78. 9a90808 shill: Add IP Address tracking to DeviceInfo by Paul Stewart · 13 years ago
  79. 3285296 shill: Rename address -> mac_address by Paul Stewart · 13 years ago
  80. 2ae797d Re-land "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  81. 7156c92 Revert "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  82. 6402e50 [shill] Provide a cmd line toggle between flimflam and shill storage dirs by Chris Masone · 13 years ago
  83. 626719f Re-land "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  84. 0fda552 Revert "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  85. b17d42d [shill] Add hardware address to Device objects. by Chris Masone · 13 years ago
  86. e3e1cfa shill: DeviceInfo::GetAddress can be used now to lookup the device MAC address. by Darin Petkov · 13 years ago
  87. e6193c0 shill: Cache link status flags in DeviceInfo. by Darin Petkov · 13 years ago
  88. 2aa9707 [shill] Migrate to RTNLMessage instead of nlmsghdr by Chris Masone · 13 years ago
  89. 65c40f5 Fix issue with request flags leak between tests by Paul Stewart · 13 years ago
  90. 75e89d2 shill: Add routing table RTNL message handler by Paul Stewart · 13 years ago
  91. 8f317b6 shill: add ability to blacklist devices by mukesh agrawal · 13 years ago
  92. 887f298 shill: Add a ModemInfo object that's a peer of DeviceInfo. by Darin Petkov · 13 years ago
  93. b2e326b Re-land "[shill] Get rid of Entry as a first-class citizen"" by Chris Masone · 13 years ago
  94. 633ac6f shill: Add a mockable layer for socket.h. by Darin Petkov · 13 years ago
  95. afa6fc4 shill: Connect Ethernet Device to DHCPConfig. by Darin Petkov · 13 years ago
  96. c1e5041 [shill] Start replacing bare pointers with scoped_refptrs where appropriate by Chris Masone · 13 years ago
  97. d0ceb8c [shill] Add signal emitting to adaptor interfaces by Chris Masone · 13 years ago
  98. a3c56f9 Split off rtnl facility from device_info by Paul Stewart · 13 years ago
  99. 46eaaf5 [shill] Build is broken...bad merge?? by Chris Masone · 13 years ago
  100. b50f0b9 Perform device discovery and registration in device_info by Paul Stewart · 13 years ago