1. 65c40f5 Fix issue with request flags leak between tests by Paul Stewart · 13 years ago
  2. c5f5656 shill: On Service::Connect, connect the modem device to the network. by Darin Petkov · 13 years ago
  3. b606394 shill: Add singleton to output resolver files by Paul Stewart · 13 years ago
  4. 75e89d2 shill: Add routing table RTNL message handler by Paul Stewart · 13 years ago
  5. d966195 shill: Register the modem, create service and obtain signal strength. by Darin Petkov · 13 years ago
  6. 5dec5f4 [shill] Enable Device objects to persist themselves to disk by Chris Masone · 13 years ago
  7. 3cef27c shill: Error when a method declaration hides virtual methods from a base class. by Darin Petkov · 13 years ago
  8. ae4de57 [shill] use std::replace to replace char in a string by Chris Masone · 13 years ago
  9. 3117bab shill: dbus-c++ was patched to not ignore DBus.Properties... by Darin Petkov · 13 years ago
  10. 1ec741c shill: No need to clone modem.xml now that dbus-c++ is patched to process it. by Darin Petkov · 13 years ago
  11. bec79a2 shill: Get CDMA registration state. by Darin Petkov · 13 years ago
  12. ceb6817 shill: Cellular device: GetModemStatus and GetModemInfo. by Darin Petkov · 13 years ago
  13. f5f61e0 shill: Generate more ModemManager interface bindings. by Darin Petkov · 13 years ago
  14. e604f70 shill: Cellular device obtains Modem status through its Simple interface. by Darin Petkov · 13 years ago
  15. dd7df79 shill: Add RTNLMessage: rtnl message parser/composer by Paul Stewart · 13 years ago
  16. e9d12e0 shill: Enable the ModemManager.Modem on Cellular device start. by Darin Petkov · 13 years ago
  17. 102a775 shill: document coding conventions by mukesh agrawal · 13 years ago
  18. 3b29233 shill: Fix memory management for mock proxies in Modem and ModemManager tests. by Darin Petkov · 13 years ago
  19. 51a7e93 shill: push service naming down into Service class (instead of being by mukesh agrawal · 13 years ago
  20. dc42bb3 shill: wifi cleanups by mukesh agrawal · 13 years ago
  21. a7b8949 shill: Don't create DHCP and Modem D-Bus proxies in signal callbacks. by Darin Petkov · 13 years ago
  22. ade2919 shill: Remove obsolete files. by Darin Petkov · 13 years ago
  23. 67d8ecf shill: Fix a crash on creation of Cellular device. by Darin Petkov · 13 years ago
  24. e0a312e shill: Create and register a Cellular device for each ModemManager.Modem. by Darin Petkov · 13 years ago
  25. 8a7b8be [shill] Enable IPConfig to Store/Load itself by Chris Masone · 13 years ago
  26. 0756f23 [shill] Make IPConfig objects have sane DBus Paths by Chris Masone · 13 years ago
  27. 3195024 shill: add unittests for wifi by mukesh agrawal · 13 years ago
  28. 19e3040 [shill] Continue fixing sloppy naming stuff by Chris Masone · 13 years ago
  29. 8f317b6 shill: add ability to blacklist devices by mukesh agrawal · 13 years ago
  30. 5c97ac5 shill: Create Modem instances for ModemManager.Modem paths. by Darin Petkov · 13 years ago
  31. 4a09b6b shill: Move DBus bindings to subdirectory dbus_bindings. by Darin Petkov · 13 years ago
  32. aceede3 shill: Convert DHCP Proxy to use a model similar to Supplicant and ModemManager. by Darin Petkov · 13 years ago
  33. 7df0c67 [shill] Start cleaning up some of the naming confusion by Chris Masone · 13 years ago
  34. d196726 shill: Merge supplicant's proxy factory into ProxyFactory. by Darin Petkov · 13 years ago
  35. c90fe52 shill: Create mockable ModemManagerProxy on appearance of new ModemManagers. by Darin Petkov · 13 years ago
  36. af57195 shill: refactor supplicant_process_proxy and supplicant_interface_proxy by mukesh agrawal · 13 years ago
  37. 1d18e8c shill: Add IPAddress class by Paul Stewart · 13 years ago
  38. 3ecfa2b shill: Add ByteString class by Paul Stewart · 13 years ago
  39. 6791a43 [shill] Enable Profile objects to manage a list of Services to persist. by Chris Masone · 13 years ago
  40. 887f298 shill: Add a ModemInfo object that's a peer of DeviceInfo. by Darin Petkov · 13 years ago
  41. ba40dd3 shill: Initial support for loading and saving of services. by Darin Petkov · 13 years ago
  42. b2e326b Re-land "[shill] Get rid of Entry as a first-class citizen"" by Chris Masone · 13 years ago
  43. 7c1ab1c Revert "[shill] Get rid of Entry as a first-class citizen" by Chris Masone · 13 years ago
  44. 9c9e8fb [shill] Get rid of Entry as a first-class citizen by Chris Masone · 13 years ago
  45. ca432fc shill: Add unit tests for RTNLListener. by Darin Petkov · 13 years ago
  46. 633ac6f shill: Add a mockable layer for socket.h. by Darin Petkov · 13 years ago
  47. 7aa5f90 [shill] Back property storage in Service objects with Entry objects by Chris Masone · 13 years ago
  48. a476682 shill: Support for profile identifiers, and creating persistent storage. by Darin Petkov · 13 years ago
  49. 889666b [shill] Add support for weird Cellular.SimLockStatus property by Chris Masone · 13 years ago
  50. 88cbd5f [shill] Add properties to Profiles. by Chris Masone · 13 years ago
  51. f60e406 shill: update Makefile to enable -Wall, and related flags, on ebuilds by mukesh agrawal · 13 years ago
  52. 4d42df8 [shill] Add comments in base classes saying which properties are registered in derived classes by Chris Masone · 13 years ago
  53. 8a56ad6 [shill] Move some simple unit tests to property_store_unittest.cc by Chris Masone · 13 years ago
  54. 27c4aa5 [shill] Use composition instead of inheritance with PropertyStore by Chris Masone · 13 years ago
  55. 43b48a1 [shill] Add getting/setting for ipconfig properties by Chris Masone · 13 years ago
  56. 4e85161 [shill] Wire up derived properties in the Device class by Chris Masone · 13 years ago
  57. 3c3f6a1 [shill] Add a few more derived properties of the Manager class by Chris Masone · 13 years ago
  58. c6c6c13 [shill] Wire IPConfig objects to dbus by Chris Masone · 13 years ago
  59. b2841fd shill: Add persistent store support for getting/setting string lists. by Darin Petkov · 13 years ago
  60. 52cd19b [shill] Add Profile objects by Chris Masone · 13 years ago
  61. 95207da [shill] Enable objects to query an opaque RPC-system ID from Adaptors by Chris Masone · 13 years ago
  62. 86964e0 shill: Infrastucture for encrypting/decrypting/scrambling store values. by Darin Petkov · 13 years ago
  63. 823c47e shill: Implement a DES-CBC crypto module. by Darin Petkov · 13 years ago
  64. a8a2c25 [shill] Enable the getting of properties, and wire to dbus. by Chris Masone · 13 years ago
  65. a903e41 shill: resolve build warning in Error::ToDBusError by mukesh agrawal · 13 years ago
  66. 27bf103 [shill] add unit tests for PropertyAccessor stuff by Chris Masone · 13 years ago
  67. 877642b shill: Implement a rot47 crypto module. by Darin Petkov · 13 years ago
  68. 2b10554 [shill] Use ref-counted pointers more, break unneeded header deps by Chris Masone · 13 years ago
  69. 853b81b [shill] move wifi properties into WiFi from Device by Chris Masone · 13 years ago
  70. 083047b shill: Basic persistent store interface and key-file implementation. by Darin Petkov · 13 years ago
  71. b925cc8 [shill] Add properties to Manager, Device and subclasses. Clean up unit tests by Chris Masone · 13 years ago
  72. c39f113 shill: Add DeviceInfo routines for assigning IP address by Paul Stewart · 13 years ago
  73. 72b8489 shill: remove wifi_integrationtest by mukesh agrawal · 13 years ago
  74. 3258a81 shill: Remove GLibInterface and mock out GLib directly. by Darin Petkov · 13 years ago
  75. 445e72c shill: move D-Bus code out of WiFiService (into WiFi). this by mukesh agrawal · 13 years ago
  76. 3bd3c8c [shill] Add support for setting properties. by Chris Masone · 13 years ago
  77. afa6fc4 shill: Connect Ethernet Device to DHCPConfig. by Darin Petkov · 13 years ago
  78. f65e928 shill: Remove IPConfig/DHCPConfig's dependency on Device. by Darin Petkov · 13 years ago
  79. b54601c shill: support association with open wifi access points by mukesh agrawal · 13 years ago
  80. f9b0ca8 shill: Handle success/failure events from dhcpcd. by Darin Petkov · 13 years ago
  81. 98dd6a0 shill: Implement DHCPConfig::ReleaseIP by Darin Petkov · 13 years ago
  82. 8fe2c7e [shill] Begin wiring SetProperty by Chris Masone · 13 years ago
  83. 92c4390 shill: Almost complete support for terminating dhcpcd. by Darin Petkov · 13 years ago
  84. ccc8881 [shill] Update to a recent version of the flimflam dbus API by Chris Masone · 13 years ago
  85. e0dea76 [shill] FindService should return a ServiceRefPtr, and should always return something by Chris Masone · 13 years ago
  86. f7897bc shill: Start a mockable GLib interface. by Darin Petkov · 13 years ago
  87. ec6b18b [shill] Un-do a few usages of ref-counted pointers where they cause cycles by Chris Masone · 13 years ago
  88. efb09c3 shill: Provide notification callbacks on DHCP configuration updates. by Darin Petkov · 13 years ago
  89. c1e5041 [shill] Start replacing bare pointers with scoped_refptrs where appropriate by Chris Masone · 13 years ago
  90. 6b323a7 shill: fix regression in wifi_integrationtest by mukesh agrawal · 13 years ago
  91. c7426a4 shill: deal properly with an interface that is already known to wpa_supplicant by mukesh agrawal · 13 years ago
  92. e7cb7f8 shill: Parse dhcpcd Event signal properties. by Darin Petkov · 13 years ago
  93. 7ccc819 [shill] Enable dynamic log-level changes by Chris Masone · 13 years ago
  94. d1b715b shill -- connect dhcp config to proxies and provider. by Darin Petkov · 13 years ago
  95. d0ceb8c [shill] Add signal emitting to adaptor interfaces by Chris Masone · 13 years ago
  96. a82b711 [shill] device, service objects need to register unique paths by Chris Masone · 13 years ago
  97. 50308cd Basic DHCP framework and DHCPCD proxies. by Darin Petkov · 13 years ago
  98. ab87ea4 wire-up WiFi class to D-Bus, implement rudimentary scanning support by mukesh agrawal · 13 years ago
  99. f1ce5d2 Track link status in Ethernet and register service by Paul Stewart · 13 years ago
  100. a3c56f9 Split off rtnl facility from device_info by Paul Stewart · 13 years ago