1. 870523b shill: Load values from the global profile into the manager by Paul Stewart · 13 years ago
  2. 1b1a7f2 shill: Implement get/set of Profile property for Service by Paul Stewart · 13 years ago
  3. 8a3188d shill: improve conformance with WiFiRoaming tests by mukesh agrawal · 13 years ago
  4. 19c871d shill: Hook up Create/Pop/PushProfile to dbus by Paul Stewart · 13 years ago
  5. 3d9bcf5 shill: Enable auto-connect for WiFi services by Paul Stewart · 13 years ago
  6. c1dec4d shill: Assign "Default" status to the best connection by Paul Stewart · 13 years ago
  7. 0ed0f2e shill: implement Service.Disconnect (for WiFiService only) by mukesh agrawal · 13 years ago
  8. 4eb4d78 shill: when we find an Endpoint for a WiFiService that hasn't been by mukesh agrawal · 13 years ago
  9. 7135476 shill: Add option to push profiles on shill startup by Gaurav Shah · 13 years ago
  10. 435de2c Implement {Available|Connected|Enabled}Technolgies and DefaultTechnology by Gaurav Shah · 13 years ago
  11. c6d6c72 shill: Add more connection states and connection failure states by Gaurav Shah · 13 years ago
  12. 00917ce shill: set favorite property when a Service is connected, and by mukesh agrawal · 13 years ago
  13. a41e38d shill: wifi: Load hidden services from storage by Paul Stewart · 13 years ago
  14. 1b7a616 shill: Implement write-only properties by Gaurav Shah · 13 years ago
  15. be00517 shill; Create Error::LogMessage utility routine by Paul Stewart · 13 years ago
  16. a849a3d shill: Nuke AdoptProfile by Paul Stewart · 13 years ago
  17. bba6a5b shill: Rename MergeService to ConfigureService by Paul Stewart · 13 years ago
  18. 1271d68 shill: Disconnect services before exiting. by Thieu Le · 13 years ago
  19. 5dc40aa shill: Implement CreateProfile, PushProfile, PopProfile by Paul Stewart · 13 years ago
  20. 6515aab [shill] Make profiles backed with StoreInterfaces by Chris Masone · 13 years ago
  21. 26b327e shill: A couple of naming cleanups by Paul Stewart · 13 years ago
  22. b9c0059 [shill] Profiles need to own their own storage by Chris Masone · 13 years ago
  23. d835b20 shill: work properly with non-ascii SSIDs by mukesh agrawal · 13 years ago
  24. ffa3d04 shill: allow property accessors to return an error message if a by mukesh agrawal · 13 years ago
  25. 157aa0c [shill] Add Service merging boilerplate to Manager by Chris Masone · 13 years ago
  26. 22aa71b shill: Implement service sorting by Paul Stewart · 13 years ago
  27. fdd1607 shill: Add Technology class by Paul Stewart · 13 years ago
  28. 7a4e400 shill: implement Manager.GetService (error-case only) by mukesh agrawal · 13 years ago
  29. c086531 shill: Support for GSM network scanning. by Darin Petkov · 13 years ago
  30. 9d77993 [shill] Add code for persisting profiles and services to disk. by Chris Masone · 13 years ago
  31. 3239932 shill: implement manager.RequestScan (for WiFi only) by mukesh agrawal · 13 years ago
  32. 5029c6c shill: stop devices when deregistering them by mukesh agrawal · 13 years ago
  33. 03dba0b shill: Start assigning service state by Paul Stewart · 13 years ago
  34. 2ae797d Re-land "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  35. 7156c92 Revert "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  36. 6402e50 [shill] Provide a cmd line toggle between flimflam and shill storage dirs by Chris Masone · 13 years ago
  37. e613202 shill: Add connection to device by Paul Stewart · 13 years ago
  38. 8f317b6 shill: add ability to blacklist devices by mukesh agrawal · 13 years ago
  39. 7df0c67 [shill] Start cleaning up some of the naming confusion by Chris Masone · 13 years ago
  40. 6791a43 [shill] Enable Profile objects to manage a list of Services to persist. by Chris Masone · 13 years ago
  41. 887f298 shill: Add a ModemInfo object that's a peer of DeviceInfo. by Darin Petkov · 13 years ago
  42. 7aa5f90 [shill] Back property storage in Service objects with Entry objects by Chris Masone · 13 years ago
  43. 88cbd5f [shill] Add properties to Profiles. by Chris Masone · 13 years ago
  44. 4d42df8 [shill] Add comments in base classes saying which properties are registered in derived classes by Chris Masone · 13 years ago
  45. 27c4aa5 [shill] Use composition instead of inheritance with PropertyStore by Chris Masone · 13 years ago
  46. 3c3f6a1 [shill] Add a few more derived properties of the Manager class by Chris Masone · 13 years ago
  47. 52cd19b [shill] Add Profile objects by Chris Masone · 13 years ago
  48. a8a2c25 [shill] Enable the getting of properties, and wire to dbus. by Chris Masone · 13 years ago
  49. 2b10554 [shill] Use ref-counted pointers more, break unneeded header deps by Chris Masone · 13 years ago
  50. b925cc8 [shill] Add properties to Manager, Device and subclasses. Clean up unit tests by Chris Masone · 13 years ago
  51. 3bd3c8c [shill] Add support for setting properties. by Chris Masone · 13 years ago
  52. 8fe2c7e [shill] Begin wiring SetProperty by Chris Masone · 13 years ago
  53. e0dea76 [shill] FindService should return a ServiceRefPtr, and should always return something by Chris Masone · 13 years ago
  54. c1e5041 [shill] Start replacing bare pointers with scoped_refptrs where appropriate by Chris Masone · 13 years ago
  55. d0ceb8c [shill] Add signal emitting to adaptor interfaces by Chris Masone · 13 years ago
  56. a82b711 [shill] device, service objects need to register unique paths by Chris Masone · 13 years ago
  57. f1ce5d2 Track link status in Ethernet and register service by Paul Stewart · 13 years ago
  58. d7732e4 [shill] Wire shill to dbus by Chris Masone · 13 years ago
  59. b50f0b9 Perform device discovery and registration in device_info by Paul Stewart · 13 years ago
  60. 9be4a9d [shill] the beginnings of the data model by Chris Masone · 13 years ago
  61. b07006b [shill] Convert LOG(INFO) to VLOG() where appropriate by Chris Masone · 13 years ago
  62. 0af98bf shill: First step for rtnl code -- device discovery by Paul Stewart · 13 years ago
  63. ee929b7 [shill] Use base/logging.h, but with syslog support. by Chris Masone · 13 years ago
  64. de21bba [shill] Revert 7d45a3c9d1cd925e70b0896fd029590212efae6e - Migrate to glog/gflags by Chris Masone · 13 years ago
  65. 413a319 [shill] Add wpa_supplicant API spec to shill. Also, change 'proxy' -> 'adaptor' by Chris Masone · 13 years ago
  66. 7d45a3c [shill] Migrate to glog/gflags by Chris Masone · 13 years ago
  67. 75897df Add initial sketch to shill repository by Paul Stewart · 13 years ago
  68. 0569799 Reset to empty dir by Paul Stewart · 13 years ago
  69. aa101a7 Shill, the connection manager by Paul Stewart · 13 years ago