1. 568b5c6 shill: separate (externally observed) failure state from internal by mukesh agrawal · 12 years ago
  2. cb59fed shill: Implement Service::Configure by Paul Stewart · 12 years ago
  3. 9a24553 Make Enable/Disable work using new callbacks for async support. by Eric Shienbrood · 12 years ago
  4. 3e20a23 shill: Convert code to use the newest version of libchrome. by Eric Shienbrood · 12 years ago
  5. b5c8940 Revert "shill: Convert code to use the newest version of libchrome." by Eric Shienbrood · 12 years ago
  6. 08a4ffb shill: Convert code to use the newest version of libchrome. by Eric Shienbrood · 12 years ago
  7. 5c05b29 shill: fix test failures in WiFiRoaming.005Suspend* tests by mukesh agrawal · 12 years ago
  8. 79d74c9 shill: vpn: Associate VPN device with service and update IP configuration. by Darin Petkov · 12 years ago
  9. 9100112 shill: WiFi device unregisters itself from the power manager by Gary Morain · 12 years ago
  10. ac1bdb4 shill: Initiate scan on resume, if appropriate by Gary Morain · 12 years ago
  11. b65c245 shill: Refactor Manager's Get*Service to support both VPN and WiFi types. by Darin Petkov · 12 years ago
  12. e1d90e9 shill: update service signal strength and frequency from endpoints by mukesh agrawal · 12 years ago
  13. b20776f shill: monitor bss signal strength by mukesh agrawal · 13 years ago
  14. e9adda1 shill: (wifi) only register endpoints for which we have a service. by mukesh agrawal · 13 years ago
  15. e41a72d shill: Add support for saving wifi frequency in service object. by Thieu Le · 13 years ago
  16. 6bb9e7c shill: rename DispatchOnType to SetProperty by mukesh agrawal · 13 years ago
  17. 8abd2f6 shill: teach dbus_adaptor (and appropriate subclasses) how to clear properties by mukesh agrawal · 13 years ago
  18. d9f893f shill: Fix unit test by removing "Uninteresting" calls to mock methods. by Gary Morain · 13 years ago
  19. 66c8600 shill: Clear PMKSA cached credentials on unload by Paul Stewart · 13 years ago
  20. c01f398 shill (wifi): drive dhcp from supplicant events, rather than RTNL by mukesh agrawal · 13 years ago
  21. b385761 shill: filter out SSIDs that begin with NULL. by mukesh agrawal · 13 years ago
  22. d32f484 shill: Pass a parameter to dhcp client to request a hostname by Paul Stewart · 13 years ago
  23. 3426c8f shill: Move Metrics from singleton to Shill daemon by Thieu Le · 13 years ago
  24. 4d0401c shill: enable background scanning for wifi by mukesh agrawal · 13 years ago
  25. 8a3188d shill: improve conformance with WiFiRoaming tests by mukesh agrawal · 13 years ago
  26. b4bc57d shill: process BSSAdded and BSSRemoved signals in deferred tasks by mukesh agrawal · 13 years ago
  27. 0ed0f2e shill: implement Service.Disconnect (for WiFiService only) by mukesh agrawal · 13 years ago
  28. 4eb4d78 shill: when we find an Endpoint for a WiFiService that hasn't been by mukesh agrawal · 13 years ago
  29. 261daca shill: make WiFiServices aware of their Endpoints by mukesh agrawal · 13 years ago
  30. 00917ce shill: set favorite property when a Service is connected, and by mukesh agrawal · 13 years ago
  31. 165e614 shill: group endpoints into services by mukesh agrawal · 13 years ago
  32. 1590839 shill: track the CurrentBSS property reported by wpa_supplicant, by mukesh agrawal · 13 years ago
  33. a41e38d shill: wifi: Load hidden services from storage by Paul Stewart · 13 years ago
  34. 7ec7131 shill: track wpa_supplicant state, and use it to update Service state by mukesh agrawal · 13 years ago
  35. 6ab23a9 shill: wifi: Implement FindService by Paul Stewart · 13 years ago
  36. ced6a0b shill: wifi: Scan for hidden SSIDs by Paul Stewart · 13 years ago
  37. 26b327e shill: A couple of naming cleanups by Paul Stewart · 13 years ago
  38. b9c0059 [shill] Profiles need to own their own storage by Chris Masone · 13 years ago
  39. ab565bb shill: Convert ProxyFactory singleton to LazyInstance. by Darin Petkov · 13 years ago
  40. 8ede052 shill: validate WPA passwords (at least on calls to GetService) by mukesh agrawal · 13 years ago
  41. 6e27777 shill: add support for connecting to WPA-PSK networks by mukesh agrawal · 13 years ago
  42. 1830fa1 shill: enable (don't disable) -Wunused by mukesh agrawal · 13 years ago
  43. 7a4e400 shill: implement Manager.GetService (error-case only) by mukesh agrawal · 13 years ago
  44. 5c4dd0b shill: clear more state on calls to Device::Stop and WiFi::Stop by mukesh agrawal · 13 years ago
  45. de29fa8 shill: tighten up constness of PropertyStore by mukesh agrawal · 13 years ago
  46. 2176a88 [shill] Get rid of protected data members in PropertyStoreTest by Chris Masone · 13 years ago
  47. 9d77993 [shill] Add code for persisting profiles and services to disk. by Chris Masone · 13 years ago
  48. f2f68a5 shill: acquire ip addresses for wifi (via dhcp), and signal when by mukesh agrawal · 13 years ago
  49. 3239932 shill: implement manager.RequestScan (for WiFi only) by mukesh agrawal · 13 years ago
  50. 7355ce1 shill: Naming and lint cleanup pass by Paul Stewart · 13 years ago
  51. 2ae797d Re-land "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  52. 7156c92 Revert "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  53. 6402e50 [shill] Provide a cmd line toggle between flimflam and shill storage dirs by Chris Masone · 13 years ago
  54. 626719f Re-land "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  55. 0fda552 Revert "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  56. b17d42d [shill] Add hardware address to Device objects. by Chris Masone · 13 years ago
  57. dc42bb3 shill: wifi cleanups by mukesh agrawal · 13 years ago
  58. 3195024 shill: add unittests for wifi by mukesh agrawal · 13 years ago
  59. 8a56ad6 [shill] Move some simple unit tests to property_store_unittest.cc by Chris Masone · 13 years ago
  60. 27c4aa5 [shill] Use composition instead of inheritance with PropertyStore by Chris Masone · 13 years ago
  61. a8a2c25 [shill] Enable the getting of properties, and wire to dbus. by Chris Masone · 13 years ago
  62. a903e41 shill: resolve build warning in Error::ToDBusError by mukesh agrawal · 13 years ago
  63. 853b81b [shill] move wifi properties into WiFi from Device by Chris Masone · 13 years ago