1. cc95c5d shill: Do a better job keeping the Service.State property up to date. by Eric Shienbrood · 12 years ago
  2. acdc11f shill: Change service.device property to be a DBus::Path by Jason Glasgow · 12 years ago
  3. 65512e1 shill: vpn: Destroy Unload()ed VPN services by Paul Stewart · 12 years ago
  4. 568b5c6 shill: separate (externally observed) failure state from internal by mukesh agrawal · 12 years ago
  5. 7f61e52 shill: Implement Manager::ConfigureService by Paul Stewart · 12 years ago
  6. cb59fed shill: Implement Service::Configure by Paul Stewart · 12 years ago
  7. 9a24553 Make Enable/Disable work using new callbacks for async support. by Eric Shienbrood · 12 years ago
  8. 4c56161 shill: Add "GUID" property to Service by Paul Stewart · 12 years ago
  9. bf14e94 shill: logging improvements by mukesh agrawal · 12 years ago
  10. 20088d8 shill: Perform Portal Detection in Device by Paul Stewart · 13 years ago
  11. 8f3f775 shill: set ethernet_service signal strength to max. (so if it has to by mukesh agrawal · 13 years ago
  12. ddc378f shill: logging improvements by mukesh agrawal · 13 years ago
  13. d4e9e55 shill: Persists updated favorite setting. by Thieu Le · 13 years ago
  14. 292dc0f shill: teach property accessors how to clear properties, by mukesh agrawal · 13 years ago
  15. 0756db9 shill: Implement GetEntry on Profile by Paul Stewart · 13 years ago
  16. 9f32d19 shill: Make EapPassword and EapPrivateKeyPassword write-only by Paul Stewart · 13 years ago
  17. 284fe79 shill: make access to Service.AutoConnect consistent with flimflam by Thieu Le · 13 years ago
  18. 10109f2 shill: Add support for connecting to WPA+802.1x networks by Gaurav Shah · 13 years ago
  19. b579005 shill: device: add Type property like flimflam by Jason Glasgow · 13 years ago
  20. 5de44ab Add async support for shill client calls. by Eric Shienbrood · 13 years ago
  21. adb6848 shill: don't auto-connect to a disconnected service by mukesh agrawal · 13 years ago
  22. 3426c8f shill: Move Metrics from singleton to Shill daemon by Thieu Le · 13 years ago
  23. d78ee7e shill: Broadcast service strength changes. by Darin Petkov · 13 years ago
  24. 76d1388 shill: have Service check if a service is connected/connecting by mukesh agrawal · 13 years ago
  25. d8ad3c4 shill: Purge service/wifi_service state on Unload by Paul Stewart · 13 years ago
  26. 1b1a7f2 shill: Implement get/set of Profile property for Service by Paul Stewart · 13 years ago
  27. 8a3188d shill: improve conformance with WiFiRoaming tests by mukesh agrawal · 13 years ago
  28. 48e6d6d shill: Add preliminary UMA support by Thieu Le · 13 years ago
  29. 2706aaf shill: Save "Passphrase" property in WiFi services by Paul Stewart · 13 years ago
  30. c8f4bef shill: Enable and disable reverse-path filtering by Paul Stewart · 13 years ago
  31. c1dec4d shill: Assign "Default" status to the best connection by Paul Stewart · 13 years ago
  32. be5f5b3 shill: Create HTTPProxy for connected services by Paul Stewart · 13 years ago
  33. 987e71e shill: Support UIData property in Services by Paul Stewart · 13 years ago
  34. fa602f2 shill: when Service state changes to kStateConnected, by mukesh agrawal · 13 years ago
  35. 29c13a1 shill: make Connectable property of WiFiService reflect state by mukesh agrawal · 13 years ago
  36. 435de2c Implement {Available|Connected|Enabled}Technolgies and DefaultTechnology by Gaurav Shah · 13 years ago
  37. c6d6c72 shill: Add more connection states and connection failure states by Gaurav Shah · 13 years ago
  38. 00917ce shill: set favorite property when a Service is connected, and by mukesh agrawal · 13 years ago
  39. a41e38d shill: wifi: Load hidden services from storage by Paul Stewart · 13 years ago
  40. 7ec7131 shill: track wpa_supplicant state, and use it to update Service state by mukesh agrawal · 13 years ago
  41. 1b7a616 shill: Implement write-only properties by Gaurav Shah · 13 years ago
  42. 1ca3e85 shill: Rename "security_" to "security_level_" in Service by Paul Stewart · 13 years ago
  43. f566c97 Revert "shill: Rename "security_" to "security_level_" in Service" by Darin Petkov · 13 years ago
  44. 136f6bc shill: Rename "security_" to "security_level_" in Service by Paul Stewart · 13 years ago
  45. bba6a5b shill: Rename MergeService to ConfigureService by Paul Stewart · 13 years ago
  46. d835b20 shill: work properly with non-ascii SSIDs by mukesh agrawal · 13 years ago
  47. ffa3d04 shill: allow property accessors to return an error message if a by mukesh agrawal · 13 years ago
  48. 1830fa1 shill: enable (don't disable) -Wunused by mukesh agrawal · 13 years ago
  49. 22aa71b shill: Implement service sorting by Paul Stewart · 13 years ago
  50. 7a4e400 shill: implement Manager.GetService (error-case only) by mukesh agrawal · 13 years ago
  51. 9d77993 [shill] Add code for persisting profiles and services to disk. by Chris Masone · 13 years ago
  52. f2f68a5 shill: acquire ip addresses for wifi (via dhcp), and signal when by mukesh agrawal · 13 years ago
  53. ac4ac00 shill: Clean up protected fields by Paul Stewart · 13 years ago
  54. b100ae7 shill: Propagate Cellular Activate call errors to the DBus caller. by Darin Petkov · 13 years ago
  55. 03dba0b shill: Start assigning service state by Paul Stewart · 13 years ago
  56. 34af218 [shill] Use flimflam-esque storage ids by Chris Masone · 13 years ago
  57. 3335b37 shill: Supply home provider and serving operator for CDMA. by Darin Petkov · 13 years ago
  58. c408e69 shill: Support Cellular CDMA activation. by Darin Petkov · 13 years ago
  59. 51a7e93 shill: push service naming down into Service class (instead of being by mukesh agrawal · 13 years ago
  60. 6791a43 [shill] Enable Profile objects to manage a list of Services to persist. by Chris Masone · 13 years ago
  61. ba40dd3 shill: Initial support for loading and saving of services. by Darin Petkov · 13 years ago
  62. b2e326b Re-land "[shill] Get rid of Entry as a first-class citizen"" by Chris Masone · 13 years ago
  63. 7c1ab1c Revert "[shill] Get rid of Entry as a first-class citizen" by Chris Masone · 13 years ago
  64. 9c9e8fb [shill] Get rid of Entry as a first-class citizen by Chris Masone · 13 years ago
  65. 7aa5f90 [shill] Back property storage in Service objects with Entry objects by Chris Masone · 13 years ago
  66. 4d42df8 [shill] Add comments in base classes saying which properties are registered in derived classes by Chris Masone · 13 years ago
  67. 27c4aa5 [shill] Use composition instead of inheritance with PropertyStore by Chris Masone · 13 years ago
  68. 43b48a1 [shill] Add getting/setting for ipconfig properties by Chris Masone · 13 years ago
  69. 3c3f6a1 [shill] Add a few more derived properties of the Manager class by Chris Masone · 13 years ago
  70. 95207da [shill] Enable objects to query an opaque RPC-system ID from Adaptors by Chris Masone · 13 years ago
  71. 2b10554 [shill] Use ref-counted pointers more, break unneeded header deps by Chris Masone · 13 years ago
  72. b925cc8 [shill] Add properties to Manager, Device and subclasses. Clean up unit tests by Chris Masone · 13 years ago
  73. 3bd3c8c [shill] Add support for setting properties. by Chris Masone · 13 years ago
  74. b54601c shill: support association with open wifi access points by mukesh agrawal · 13 years ago
  75. 8fe2c7e [shill] Begin wiring SetProperty by Chris Masone · 13 years ago
  76. c1e5041 [shill] Start replacing bare pointers with scoped_refptrs where appropriate by Chris Masone · 13 years ago
  77. a82b711 [shill] device, service objects need to register unique paths by Chris Masone · 13 years ago
  78. ba41b99 Use scoped pointer for service adaptor by Paul Stewart · 13 years ago
  79. d7732e4 [shill] Wire shill to dbus by Chris Masone · 13 years ago
  80. 9be4a9d [shill] the beginnings of the data model by Chris Masone · 13 years ago
  81. b07006b [shill] Convert LOG(INFO) to VLOG() where appropriate by Chris Masone · 13 years ago
  82. ee929b7 [shill] Use base/logging.h, but with syslog support. by Chris Masone · 13 years ago
  83. de21bba [shill] Revert 7d45a3c9d1cd925e70b0896fd029590212efae6e - Migrate to glog/gflags by Chris Masone · 13 years ago
  84. 413a319 [shill] Add wpa_supplicant API spec to shill. Also, change 'proxy' -> 'adaptor' by Chris Masone · 13 years ago
  85. 7d45a3c [shill] Migrate to glog/gflags by Chris Masone · 13 years ago
  86. 75897df Add initial sketch to shill repository by Paul Stewart · 13 years ago