1. 7fce52c shill: Handle modem state changes reported by modem-manager. by Eric Shienbrood · 12 years ago
  2. 08afdff shill: device: export ipconfigs as object paths not strings by Jason Glasgow · 12 years ago
  3. cc95c5d shill: Do a better job keeping the Service.State property up to date. by Eric Shienbrood · 12 years ago
  4. 9a24553 Make Enable/Disable work using new callbacks for async support. by Eric Shienbrood · 12 years ago
  5. 31a2eca shill: vpn: Create a VPN IPConfig instance before updating it. by Darin Petkov · 12 years ago
  6. 85e050b shill: Add portal metrics by Thieu Le · 12 years ago
  7. 3e20a23 shill: Convert code to use the newest version of libchrome. by Eric Shienbrood · 12 years ago
  8. b5c8940 Revert "shill: Convert code to use the newest version of libchrome." by Eric Shienbrood · 12 years ago
  9. 08a4ffb shill: Convert code to use the newest version of libchrome. by Eric Shienbrood · 12 years ago
  10. fb46caf shill: Delete existing routes when the device is started. by Thieu Le · 12 years ago
  11. 79d74c9 shill: vpn: Associate VPN device with service and update IP configuration. by Darin Petkov · 12 years ago
  12. 36a3ace shill: vpn: Spawn the OpenVPN process when tunnel index becomes available. by Darin Petkov · 12 years ago
  13. c681fa0 shill: portal: Recheck portal state by Paul Stewart · 12 years ago
  14. 20088d8 shill: Perform Portal Detection in Device by Paul Stewart · 12 years ago
  15. b579005 shill: device: add Type property like flimflam by Jason Glasgow · 12 years ago
  16. 5de44ab Add async support for shill client calls. by Eric Shienbrood · 13 years ago
  17. 3426c8f shill: Move Metrics from singleton to Shill daemon by Thieu Le · 13 years ago
  18. c64fe5e shill: Make all device *PIN service methods asynchronous. by Darin Petkov · 13 years ago
  19. c8f4bef shill: Enable and disable reverse-path filtering by Paul Stewart · 13 years ago
  20. e5bc2cb shill: Framework for asynchronous service side RPC calls. by Darin Petkov · 13 years ago
  21. be5f5b3 shill: Create HTTPProxy for connected services by Paul Stewart · 13 years ago
  22. 2bf1d35 shill: Enable and disable IPv6 with interface events by Paul Stewart · 13 years ago
  23. 435de2c Implement {Available|Connected|Enabled}Technolgies and DefaultTechnology by Gaurav Shah · 13 years ago
  24. 3cfbf21 shill: Create an APN list for the home GSM provider and broadcast it. by Darin Petkov · 13 years ago
  25. a41e38d shill: wifi: Load hidden services from storage by Paul Stewart · 13 years ago
  26. 1b7a616 shill: Implement write-only properties by Gaurav Shah · 13 years ago
  27. ced6a0b shill: wifi: Scan for hidden SSIDs by Paul Stewart · 13 years ago
  28. b05315f shill: Move PIN management to the capability delegates. by Darin Petkov · 13 years ago
  29. 26b327e shill: A couple of naming cleanups by Paul Stewart · 13 years ago
  30. ffa3d04 shill: allow property accessors to return an error message if a by mukesh agrawal · 13 years ago
  31. fdd1607 shill: Add Technology class by Paul Stewart · 13 years ago
  32. 877ff98 [shill] Enable default profile to persist device info by Chris Masone · 13 years ago
  33. c086531 shill: Support for GSM network scanning. by Darin Petkov · 13 years ago
  34. 5c4dd0b shill: clear more state on calls to Device::Stop and WiFi::Stop by mukesh agrawal · 13 years ago
  35. de29fa8 shill: tighten up constness of PropertyStore by mukesh agrawal · 13 years ago
  36. 9d77993 [shill] Add code for persisting profiles and services to disk. by Chris Masone · 13 years ago
  37. 3239932 shill: implement manager.RequestScan (for WiFi only) by mukesh agrawal · 13 years ago
  38. e42e101 shill: Basic implementation of RequirePIN, EnterPIN, UnblockPIN and ChangePIN. by Darin Petkov · 13 years ago
  39. 9ae310f shill: Basic implementation of Device::Register DBus service method. by Darin Petkov · 13 years ago
  40. ac4ac00 shill: Clean up protected fields by Paul Stewart · 13 years ago
  41. 03dba0b shill: Start assigning service state by Paul Stewart · 13 years ago
  42. 34af218 [shill] Use flimflam-esque storage ids by Chris Masone · 13 years ago
  43. 626719f Re-land "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  44. 0fda552 Revert "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  45. b17d42d [shill] Add hardware address to Device objects. by Chris Masone · 13 years ago
  46. e613202 shill: Add connection to device by Paul Stewart · 13 years ago
  47. 77cb681 shill: Acquire IP once the cellular interface is up. by Darin Petkov · 13 years ago
  48. 6f9eaa3 shill: Add Cellular devices to DeviceInfo. by Darin Petkov · 13 years ago
  49. d966195 shill: Register the modem, create service and obtain signal strength. by Darin Petkov · 13 years ago
  50. 5dec5f4 [shill] Enable Device objects to persist themselves to disk by Chris Masone · 13 years ago
  51. e9d12e0 shill: Enable the ModemManager.Modem on Cellular device start. by Darin Petkov · 13 years ago
  52. e0a312e shill: Create and register a Cellular device for each ModemManager.Modem. by Darin Petkov · 13 years ago
  53. 19e3040 [shill] Continue fixing sloppy naming stuff by Chris Masone · 13 years ago
  54. 8f317b6 shill: add ability to blacklist devices by mukesh agrawal · 13 years ago
  55. 7df0c67 [shill] Start cleaning up some of the naming confusion by Chris Masone · 13 years ago
  56. 889666b [shill] Add support for weird Cellular.SimLockStatus property by Chris Masone · 13 years ago
  57. 27c4aa5 [shill] Use composition instead of inheritance with PropertyStore by Chris Masone · 13 years ago
  58. 4e85161 [shill] Wire up derived properties in the Device class by Chris Masone · 13 years ago
  59. 95207da [shill] Enable objects to query an opaque RPC-system ID from Adaptors by Chris Masone · 13 years ago
  60. 2b10554 [shill] Use ref-counted pointers more, break unneeded header deps by Chris Masone · 13 years ago
  61. 853b81b [shill] move wifi properties into WiFi from Device by Chris Masone · 13 years ago
  62. b925cc8 [shill] Add properties to Manager, Device and subclasses. Clean up unit tests by Chris Masone · 13 years ago
  63. 3bd3c8c [shill] Add support for setting properties. by Chris Masone · 13 years ago
  64. afa6fc4 shill: Connect Ethernet Device to DHCPConfig. by Darin Petkov · 13 years ago
  65. 8fe2c7e [shill] Begin wiring SetProperty by Chris Masone · 13 years ago
  66. c1e5041 [shill] Start replacing bare pointers with scoped_refptrs where appropriate by Chris Masone · 13 years ago
  67. a82b711 [shill] device, service objects need to register unique paths by Chris Masone · 13 years ago
  68. f1ce5d2 Track link status in Ethernet and register service by Paul Stewart · 13 years ago
  69. e02b3ca shill: Implement a basic IPConfig class. by Darin Petkov · 13 years ago
  70. 28fbfdf Persist dbus_control DBus Connection object by Paul Stewart · 13 years ago
  71. 46eaaf5 [shill] Build is broken...bad merge?? by Chris Masone · 13 years ago
  72. b50f0b9 Perform device discovery and registration in device_info by Paul Stewart · 13 years ago
  73. 9be4a9d [shill] the beginnings of the data model by Chris Masone · 13 years ago
  74. 487b8bf [shill] Roll forward to new libchrome by Chris Masone · 13 years ago
  75. 0e1d104 [shill] Switch from home-grown EventQueue to Chrome's MessageLoop by Chris Masone · 13 years ago
  76. d584377 shill: Remove the "resource" superclass by Paul Stewart · 13 years ago
  77. 413a319 [shill] Add wpa_supplicant API spec to shill. Also, change 'proxy' -> 'adaptor' by Chris Masone · 13 years ago
  78. 75897df Add initial sketch to shill repository by Paul Stewart · 13 years ago