1. 78e0584 shill: JsonStore/KeyFileStore: modify ctor by mukesh agrawal · 9 years ago
  2. a92b0a0 shill: usage of EventDispatcherForTest and NullRPCIdentifier by Peter Qiu · 9 years ago
  3. c80c460 shill: Profile: remove unnecessary GLib argument by mukesh agrawal · 9 years ago
  4. 0414747 shill: abstract the instantiation of store interfaces by mukesh agrawal · 9 years ago
  5. 1a212a6 shill: Top-level files n-v: Switch pointer/ref spacing by Paul Stewart · 9 years ago
  6. 1821365 shill: remove dependency for ProfileDBusPropertyExporter by Peter Qiu · 9 years ago
  7. 1a72f54 shill: compiler option support for wifi and wired 802.1x by Peter Qiu · 9 years ago
  8. 34f424e shill: Error: Attribute source from PopulateAndLog by Paul Stewart · 10 years ago
  9. d419b6d shill: profile: Replace scoped_ptr with std::unique_ptr. by Ben Chan · 10 years ago
  10. cc225ef shill: Replace NULL with nullptr. by Ben Chan · 10 years ago
  11. 9842441 shill: improve handling of profiles in WiFiProvider by mukesh agrawal · 10 years ago
  12. 11c213f Update code to include base/files/file_util.h by Ben Chan · 10 years ago
  13. 6fbf64f shill: Update to build against libchrome-271506. by Ben Chan · 10 years ago
  14. 6db7b24 shill: Remove trivial use of iterators by Paul Stewart · 10 years ago
  15. 0a59a5a shill: stop passing around format strings for profiles by mukesh agrawal · 10 years ago
  16. a0ddf46 shill: Update to build against libchrome-242728. by Ben Chan · 11 years ago
  17. 92496a4 shill: improve out-of-disk handlng by mukesh agrawal · 10 years ago
  18. 5dc5881 shill: profile: Deprecate flimflam namespace. by Ben Chan · 11 years ago
  19. bebf1b8 shill: make setting a property to its current value a no-op by mukesh agrawal · 11 years ago
  20. e7de294 shill: Service: Return loadable service identifier by Paul Stewart · 11 years ago
  21. 78af94c shill: Manager: Track loaded profiles internally by Paul Stewart · 11 years ago
  22. f3eced9 shill: Profile: Add "UserHash" property by Paul Stewart · 11 years ago
  23. 60a3706 shill: Keeps track of successful wifi connection frequencies. by Wade Guthrie · 11 years ago
  24. 0e1cdea shill: Implement Service.Remove & delete DHCP leases by Albert Chaulk · 12 years ago
  25. 5133b71 shill: Add metric to track corrupted profiles by Thieu Le · 12 years ago
  26. 3c50401 shill: WiFiProvider: Move Service vector to WiFiProvider by Paul Stewart · 12 years ago
  27. 2c575d2 shill: Manager: Merge stored configuration in ConfigureService by Paul Stewart · 12 years ago
  28. 7917360 shill: Add emits for proxy and profile properties. by Philipp Neubeck · 12 years ago
  29. 2ebc16d shill: profile: Mark invalid profiles as corrupted and ignore by Paul Stewart · 12 years ago
  30. b691efd shill: Rename SMLOG to SLOG by Christopher Wiley · 12 years ago
  31. e7c6ad3 shill: Add Profile and Manager UpdateDevice support. by Darin Petkov · 12 years ago
  32. 451aa7f shill: vpn: Properly export provider properties by Paul Stewart · 12 years ago
  33. e73d05c shill: Implement RemoveProfile by Paul Stewart · 12 years ago
  34. 3e20a23 shill: Convert code to use the newest version of libchrome. by Eric Shienbrood · 13 years ago
  35. b5c8940 Revert "shill: Convert code to use the newest version of libchrome." by Eric Shienbrood · 13 years ago
  36. 08a4ffb shill: Convert code to use the newest version of libchrome. by Eric Shienbrood · 13 years ago
  37. 0756db9 shill: Implement GetEntry on Profile by Paul Stewart · 13 years ago
  38. 7522551 shill: Implement DeleteEntry Profile method by Paul Stewart · 13 years ago
  39. 1b25314 shill: Implement more of Profile DBus interface by Paul Stewart · 13 years ago
  40. 19c871d shill: Hook up Create/Pop/PushProfile to dbus by Paul Stewart · 13 years ago
  41. 261daca shill: make WiFiServices aware of their Endpoints by mukesh agrawal · 13 years ago
  42. a41e38d shill: wifi: Load hidden services from storage by Paul Stewart · 13 years ago
  43. 1b7a616 shill: Implement write-only properties by Gaurav Shah · 13 years ago
  44. be00517 shill; Create Error::LogMessage utility routine by Paul Stewart · 13 years ago
  45. bba6a5b shill: Rename MergeService to ConfigureService by Paul Stewart · 13 years ago
  46. 5dc40aa shill: Implement CreateProfile, PushProfile, PopProfile by Paul Stewart · 13 years ago
  47. 6515aab [shill] Make profiles backed with StoreInterfaces by Chris Masone · 13 years ago
  48. b9c0059 [shill] Profiles need to own their own storage by Chris Masone · 13 years ago
  49. ffa3d04 shill: allow property accessors to return an error message if a by mukesh agrawal · 13 years ago
  50. 1830fa1 shill: enable (don't disable) -Wunused by mukesh agrawal · 13 years ago
  51. aa48237 [shill] Save profile specific data by Chris Masone · 13 years ago
  52. 9d77993 [shill] Add code for persisting profiles and services to disk. by Chris Masone · 13 years ago
  53. 2ae797d Re-land "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  54. 7156c92 Revert "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  55. 6402e50 [shill] Provide a cmd line toggle between flimflam and shill storage dirs by Chris Masone · 13 years ago
  56. 7df0c67 [shill] Start cleaning up some of the naming confusion by Chris Masone · 13 years ago
  57. 6791a43 [shill] Enable Profile objects to manage a list of Services to persist. by Chris Masone · 13 years ago
  58. b2e326b Re-land "[shill] Get rid of Entry as a first-class citizen"" by Chris Masone · 13 years ago
  59. 7c1ab1c Revert "[shill] Get rid of Entry as a first-class citizen" by Chris Masone · 13 years ago
  60. 9c9e8fb [shill] Get rid of Entry as a first-class citizen by Chris Masone · 13 years ago
  61. 7aa5f90 [shill] Back property storage in Service objects with Entry objects by Chris Masone · 13 years ago
  62. a476682 shill: Support for profile identifiers, and creating persistent storage. by Darin Petkov · 13 years ago
  63. 88cbd5f [shill] Add properties to Profiles. by Chris Masone · 13 years ago
  64. 27c4aa5 [shill] Use composition instead of inheritance with PropertyStore by Chris Masone · 13 years ago
  65. 52cd19b [shill] Add Profile objects by Chris Masone · 13 years ago