1. 889666b [shill] Add support for weird Cellular.SimLockStatus property by Chris Masone · 13 years ago
  2. 88cbd5f [shill] Add properties to Profiles. by Chris Masone · 13 years ago
  3. f60e406 shill: update Makefile to enable -Wall, and related flags, on ebuilds by mukesh agrawal · 13 years ago
  4. 4d42df8 [shill] Add comments in base classes saying which properties are registered in derived classes by Chris Masone · 13 years ago
  5. 8a56ad6 [shill] Move some simple unit tests to property_store_unittest.cc by Chris Masone · 13 years ago
  6. 27c4aa5 [shill] Use composition instead of inheritance with PropertyStore by Chris Masone · 13 years ago
  7. 43b48a1 [shill] Add getting/setting for ipconfig properties by Chris Masone · 13 years ago
  8. 4e85161 [shill] Wire up derived properties in the Device class by Chris Masone · 13 years ago
  9. 3c3f6a1 [shill] Add a few more derived properties of the Manager class by Chris Masone · 13 years ago
  10. c6c6c13 [shill] Wire IPConfig objects to dbus by Chris Masone · 13 years ago
  11. b2841fd shill: Add persistent store support for getting/setting string lists. by Darin Petkov · 13 years ago
  12. 52cd19b [shill] Add Profile objects by Chris Masone · 13 years ago
  13. 95207da [shill] Enable objects to query an opaque RPC-system ID from Adaptors by Chris Masone · 13 years ago
  14. 86964e0 shill: Infrastucture for encrypting/decrypting/scrambling store values. by Darin Petkov · 13 years ago
  15. 823c47e shill: Implement a DES-CBC crypto module. by Darin Petkov · 13 years ago
  16. a8a2c25 [shill] Enable the getting of properties, and wire to dbus. by Chris Masone · 13 years ago
  17. a903e41 shill: resolve build warning in Error::ToDBusError by mukesh agrawal · 13 years ago
  18. 27bf103 [shill] add unit tests for PropertyAccessor stuff by Chris Masone · 13 years ago
  19. 877642b shill: Implement a rot47 crypto module. by Darin Petkov · 13 years ago
  20. 2b10554 [shill] Use ref-counted pointers more, break unneeded header deps by Chris Masone · 13 years ago
  21. 853b81b [shill] move wifi properties into WiFi from Device by Chris Masone · 13 years ago
  22. 083047b shill: Basic persistent store interface and key-file implementation. by Darin Petkov · 13 years ago
  23. b925cc8 [shill] Add properties to Manager, Device and subclasses. Clean up unit tests by Chris Masone · 13 years ago
  24. c39f113 shill: Add DeviceInfo routines for assigning IP address by Paul Stewart · 13 years ago
  25. 72b8489 shill: remove wifi_integrationtest by mukesh agrawal · 13 years ago
  26. 3258a81 shill: Remove GLibInterface and mock out GLib directly. by Darin Petkov · 13 years ago
  27. 445e72c shill: move D-Bus code out of WiFiService (into WiFi). this by mukesh agrawal · 13 years ago
  28. 3bd3c8c [shill] Add support for setting properties. by Chris Masone · 13 years ago
  29. afa6fc4 shill: Connect Ethernet Device to DHCPConfig. by Darin Petkov · 13 years ago
  30. f65e928 shill: Remove IPConfig/DHCPConfig's dependency on Device. by Darin Petkov · 13 years ago
  31. b54601c shill: support association with open wifi access points by mukesh agrawal · 13 years ago
  32. f9b0ca8 shill: Handle success/failure events from dhcpcd. by Darin Petkov · 13 years ago
  33. 98dd6a0 shill: Implement DHCPConfig::ReleaseIP by Darin Petkov · 13 years ago
  34. 8fe2c7e [shill] Begin wiring SetProperty by Chris Masone · 13 years ago
  35. 92c4390 shill: Almost complete support for terminating dhcpcd. by Darin Petkov · 13 years ago
  36. ccc8881 [shill] Update to a recent version of the flimflam dbus API by Chris Masone · 13 years ago
  37. e0dea76 [shill] FindService should return a ServiceRefPtr, and should always return something by Chris Masone · 13 years ago
  38. f7897bc shill: Start a mockable GLib interface. by Darin Petkov · 13 years ago
  39. ec6b18b [shill] Un-do a few usages of ref-counted pointers where they cause cycles by Chris Masone · 13 years ago
  40. efb09c3 shill: Provide notification callbacks on DHCP configuration updates. by Darin Petkov · 13 years ago
  41. c1e5041 [shill] Start replacing bare pointers with scoped_refptrs where appropriate by Chris Masone · 13 years ago
  42. 6b323a7 shill: fix regression in wifi_integrationtest by mukesh agrawal · 13 years ago
  43. c7426a4 shill: deal properly with an interface that is already known to wpa_supplicant by mukesh agrawal · 13 years ago
  44. e7cb7f8 shill: Parse dhcpcd Event signal properties. by Darin Petkov · 13 years ago
  45. 7ccc819 [shill] Enable dynamic log-level changes by Chris Masone · 13 years ago
  46. d1b715b shill -- connect dhcp config to proxies and provider. by Darin Petkov · 13 years ago
  47. d0ceb8c [shill] Add signal emitting to adaptor interfaces by Chris Masone · 13 years ago
  48. a82b711 [shill] device, service objects need to register unique paths by Chris Masone · 13 years ago
  49. 50308cd Basic DHCP framework and DHCPCD proxies. by Darin Petkov · 13 years ago
  50. ab87ea4 wire-up WiFi class to D-Bus, implement rudimentary scanning support by mukesh agrawal · 13 years ago
  51. f1ce5d2 Track link status in Ethernet and register service by Paul Stewart · 13 years ago
  52. a3c56f9 Split off rtnl facility from device_info by Paul Stewart · 13 years ago
  53. ba41b99 Use scoped pointer for service adaptor by Paul Stewart · 13 years ago
  54. 25379f1 Move the io_handler code out of shill_event by Paul Stewart · 13 years ago
  55. e02b3ca shill: Implement a basic IPConfig class. by Darin Petkov · 13 years ago
  56. f8a51ce Makefile: whitespace-only change by mukesh agrawal · 13 years ago
  57. 28fbfdf Persist dbus_control DBus Connection object by Paul Stewart · 13 years ago
  58. 567a7d0 Add D-Bus XML interface for dhcpcd. by Darin Petkov · 13 years ago
  59. 46eaaf5 [shill] Build is broken...bad merge?? by Chris Masone · 13 years ago
  60. d7732e4 [shill] Wire shill to dbus by Chris Masone · 13 years ago
  61. b50f0b9 Perform device discovery and registration in device_info by Paul Stewart · 13 years ago
  62. 9be4a9d [shill] the beginnings of the data model by Chris Masone · 13 years ago
  63. b07006b [shill] Convert LOG(INFO) to VLOG() where appropriate by Chris Masone · 13 years ago
  64. c5b392e [shill] Use event loop embedded in EventDispatcher by Chris Masone · 13 years ago
  65. 487b8bf [shill] Roll forward to new libchrome by Chris Masone · 13 years ago
  66. 0e1d104 [shill] Switch from home-grown EventQueue to Chrome's MessageLoop by Chris Masone · 13 years ago
  67. d584377 shill: Remove the "resource" superclass by Paul Stewart · 13 years ago
  68. 0af98bf shill: First step for rtnl code -- device discovery by Paul Stewart · 13 years ago
  69. 31d90f0 [shill] split supplicant D-Bus interface into multiple files by mukesh agrawal · 13 years ago
  70. a43d923 Add fd input (such as socket) event to shill_event by Paul Stewart · 13 years ago
  71. 1c16aaf [shill] generate proxy for wpa_supplicant D-Bus interface by mukesh agrawal · 13 years ago
  72. ee929b7 [shill] Use base/logging.h, but with syslog support. by Chris Masone · 13 years ago
  73. de21bba [shill] Revert 7d45a3c9d1cd925e70b0896fd029590212efae6e - Migrate to glog/gflags by Chris Masone · 13 years ago
  74. 413a319 [shill] Add wpa_supplicant API spec to shill. Also, change 'proxy' -> 'adaptor' by Chris Masone · 13 years ago
  75. 7d45a3c [shill] Migrate to glog/gflags by Chris Masone · 13 years ago
  76. 14de6e5 [shill] Add flimflam DBus API specs, pulled from live system using dbus introspection by Chris Masone · 13 years ago
  77. 0a8453f [shill] Delete SConstruct, as we have moved to make by Chris Masone · 13 years ago
  78. 96832c3 [shill] Add Makefile for shill by Chris Masone · 13 years ago
  79. 86ba93b [shill] Add cmasone to watchlist by Chris Masone · 13 years ago
  80. 5a685df shill: watchlist by Darin Petkov · 13 years ago
  81. 580e12d shill: inherit review settings by Darin Petkov · 13 years ago
  82. 75897df Add initial sketch to shill repository by Paul Stewart · 13 years ago
  83. 0569799 Reset to empty dir by Paul Stewart · 14 years ago
  84. aa101a7 Shill, the connection manager by Paul Stewart · 14 years ago