1. ac4ac00 shill: Clean up protected fields by Paul Stewart · 13 years ago
  2. 1bdedf1 shill: Define mock constructors/destructors in .cc files -- round 1. by Darin Petkov · 13 years ago
  3. 5c206e1 shill: Fix inverted logic for error message in IPv6 privacy by Paul Stewart · 13 years ago
  4. a1e0a1c shill: Register GSM modem as part of device start up. by Darin Petkov · 13 years ago
  5. bf1861b shill: Set IPv6 privacy flags on discovered interfaces by Paul Stewart · 13 years ago
  6. 47009f8 shill: log values of flags as hex, rather than decimal by mukesh agrawal · 13 years ago
  7. a2b8cd1 shill: Fix null dereference in debug message for SelectService by Paul Stewart · 13 years ago
  8. 5029c6c shill: stop devices when deregistering them by mukesh agrawal · 13 years ago
  9. 60b8c3b shill: Select Cellular's service when link is up and update its state. by Darin Petkov · 13 years ago
  10. b100ae7 shill: Propagate Cellular Activate call errors to the DBus caller. by Darin Petkov · 13 years ago
  11. 03dba0b shill: Start assigning service state by Paul Stewart · 13 years ago
  12. 4d6d941 shill: Propagate Cellular errors to the DBus caller. by Darin Petkov · 13 years ago
  13. e4c0ace shill: Update Error to support all existing error types and default messages. by Darin Petkov · 13 years ago
  14. 2ae797d Re-land "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  15. 7156c92 Revert "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  16. 6402e50 [shill] Provide a cmd line toggle between flimflam and shill storage dirs by Chris Masone · 13 years ago
  17. d204580 shill: Update the network technology and roaming state in CellularService. by Darin Petkov · 13 years ago
  18. 34af218 [shill] Use flimflam-esque storage ids by Chris Masone · 13 years ago
  19. 3335b37 shill: Supply home provider and serving operator for CDMA. by Darin Petkov · 13 years ago
  20. 092df3e [shill] Make wifi classes store mode as a string by Chris Masone · 13 years ago
  21. 626719f Re-land "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  22. 0fda552 Revert "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  23. b17d42d [shill] Add hardware address to Device objects. by Chris Masone · 13 years ago
  24. 5148900 shill: Propagate activation errors to the Cellular service. by Darin Petkov · 13 years ago
  25. c408e69 shill: Support Cellular CDMA activation. by Darin Petkov · 13 years ago
  26. cc04442 shill: Handle prl_version/payment_url/usage_url for CDMA only. by Darin Petkov · 13 years ago
  27. 3569415 shill: Provide a way to control logging verbosity in unit tests. by Darin Petkov · 13 years ago
  28. e613202 shill: Add connection to device by Paul Stewart · 13 years ago
  29. b27e544 shill: Obtain the payment and usage URLs from ModemManager. by Darin Petkov · 13 years ago
  30. dd60e45 shill: Add connection class by Paul Stewart · 13 years ago
  31. 77cb681 shill: Acquire IP once the cellular interface is up. by Darin Petkov · 13 years ago
  32. 0828f5f shill: Bring the interface up when the modem is connected. by Darin Petkov · 13 years ago
  33. e3e1cfa shill: DeviceInfo::GetAddress can be used now to lookup the device MAC address. by Darin Petkov · 13 years ago
  34. e6193c0 shill: Cache link status flags in DeviceInfo. by Darin Petkov · 13 years ago
  35. 0d2ada3 Move away from Singleton by Paul Stewart · 13 years ago
  36. 2aa9707 [shill] Migrate to RTNLMessage instead of nlmsghdr by Chris Masone · 13 years ago
  37. bac9600 shill: Connect the device on start when the modem is already connected. by Darin Petkov · 13 years ago
  38. 6f9eaa3 shill: Add Cellular devices to DeviceInfo. by Darin Petkov · 13 years ago
  39. 65c40f5 Fix issue with request flags leak between tests by Paul Stewart · 13 years ago
  40. c5f5656 shill: On Service::Connect, connect the modem device to the network. by Darin Petkov · 13 years ago
  41. b606394 shill: Add singleton to output resolver files by Paul Stewart · 13 years ago
  42. 75e89d2 shill: Add routing table RTNL message handler by Paul Stewart · 13 years ago
  43. d966195 shill: Register the modem, create service and obtain signal strength. by Darin Petkov · 13 years ago
  44. 5dec5f4 [shill] Enable Device objects to persist themselves to disk by Chris Masone · 13 years ago
  45. 3cef27c shill: Error when a method declaration hides virtual methods from a base class. by Darin Petkov · 13 years ago
  46. ae4de57 [shill] use std::replace to replace char in a string by Chris Masone · 13 years ago
  47. 3117bab shill: dbus-c++ was patched to not ignore DBus.Properties... by Darin Petkov · 13 years ago
  48. 1ec741c shill: No need to clone modem.xml now that dbus-c++ is patched to process it. by Darin Petkov · 13 years ago
  49. bec79a2 shill: Get CDMA registration state. by Darin Petkov · 13 years ago
  50. ceb6817 shill: Cellular device: GetModemStatus and GetModemInfo. by Darin Petkov · 13 years ago
  51. f5f61e0 shill: Generate more ModemManager interface bindings. by Darin Petkov · 13 years ago
  52. e604f70 shill: Cellular device obtains Modem status through its Simple interface. by Darin Petkov · 13 years ago
  53. dd7df79 shill: Add RTNLMessage: rtnl message parser/composer by Paul Stewart · 13 years ago
  54. e9d12e0 shill: Enable the ModemManager.Modem on Cellular device start. by Darin Petkov · 13 years ago
  55. 102a775 shill: document coding conventions by mukesh agrawal · 13 years ago
  56. 3b29233 shill: Fix memory management for mock proxies in Modem and ModemManager tests. by Darin Petkov · 13 years ago
  57. 51a7e93 shill: push service naming down into Service class (instead of being by mukesh agrawal · 13 years ago
  58. dc42bb3 shill: wifi cleanups by mukesh agrawal · 13 years ago
  59. a7b8949 shill: Don't create DHCP and Modem D-Bus proxies in signal callbacks. by Darin Petkov · 13 years ago
  60. ade2919 shill: Remove obsolete files. by Darin Petkov · 13 years ago
  61. 67d8ecf shill: Fix a crash on creation of Cellular device. by Darin Petkov · 13 years ago
  62. e0a312e shill: Create and register a Cellular device for each ModemManager.Modem. by Darin Petkov · 13 years ago
  63. 8a7b8be [shill] Enable IPConfig to Store/Load itself by Chris Masone · 13 years ago
  64. 0756f23 [shill] Make IPConfig objects have sane DBus Paths by Chris Masone · 13 years ago
  65. 3195024 shill: add unittests for wifi by mukesh agrawal · 13 years ago
  66. 19e3040 [shill] Continue fixing sloppy naming stuff by Chris Masone · 13 years ago
  67. 8f317b6 shill: add ability to blacklist devices by mukesh agrawal · 13 years ago
  68. 5c97ac5 shill: Create Modem instances for ModemManager.Modem paths. by Darin Petkov · 13 years ago
  69. 4a09b6b shill: Move DBus bindings to subdirectory dbus_bindings. by Darin Petkov · 13 years ago
  70. aceede3 shill: Convert DHCP Proxy to use a model similar to Supplicant and ModemManager. by Darin Petkov · 13 years ago
  71. 7df0c67 [shill] Start cleaning up some of the naming confusion by Chris Masone · 13 years ago
  72. d196726 shill: Merge supplicant's proxy factory into ProxyFactory. by Darin Petkov · 13 years ago
  73. c90fe52 shill: Create mockable ModemManagerProxy on appearance of new ModemManagers. by Darin Petkov · 13 years ago
  74. af57195 shill: refactor supplicant_process_proxy and supplicant_interface_proxy by mukesh agrawal · 13 years ago
  75. 1d18e8c shill: Add IPAddress class by Paul Stewart · 13 years ago
  76. 3ecfa2b shill: Add ByteString class by Paul Stewart · 13 years ago
  77. 6791a43 [shill] Enable Profile objects to manage a list of Services to persist. by Chris Masone · 13 years ago
  78. 887f298 shill: Add a ModemInfo object that's a peer of DeviceInfo. by Darin Petkov · 13 years ago
  79. ba40dd3 shill: Initial support for loading and saving of services. by Darin Petkov · 13 years ago
  80. b2e326b Re-land "[shill] Get rid of Entry as a first-class citizen"" by Chris Masone · 13 years ago
  81. 7c1ab1c Revert "[shill] Get rid of Entry as a first-class citizen" by Chris Masone · 13 years ago
  82. 9c9e8fb [shill] Get rid of Entry as a first-class citizen by Chris Masone · 13 years ago
  83. ca432fc shill: Add unit tests for RTNLListener. by Darin Petkov · 13 years ago
  84. 633ac6f shill: Add a mockable layer for socket.h. by Darin Petkov · 13 years ago
  85. 7aa5f90 [shill] Back property storage in Service objects with Entry objects by Chris Masone · 13 years ago
  86. a476682 shill: Support for profile identifiers, and creating persistent storage. by Darin Petkov · 13 years ago
  87. 889666b [shill] Add support for weird Cellular.SimLockStatus property by Chris Masone · 13 years ago
  88. 88cbd5f [shill] Add properties to Profiles. by Chris Masone · 13 years ago
  89. f60e406 shill: update Makefile to enable -Wall, and related flags, on ebuilds by mukesh agrawal · 13 years ago
  90. 4d42df8 [shill] Add comments in base classes saying which properties are registered in derived classes by Chris Masone · 13 years ago
  91. 8a56ad6 [shill] Move some simple unit tests to property_store_unittest.cc by Chris Masone · 13 years ago
  92. 27c4aa5 [shill] Use composition instead of inheritance with PropertyStore by Chris Masone · 13 years ago
  93. 43b48a1 [shill] Add getting/setting for ipconfig properties by Chris Masone · 13 years ago
  94. 4e85161 [shill] Wire up derived properties in the Device class by Chris Masone · 13 years ago
  95. 3c3f6a1 [shill] Add a few more derived properties of the Manager class by Chris Masone · 13 years ago
  96. c6c6c13 [shill] Wire IPConfig objects to dbus by Chris Masone · 13 years ago
  97. b2841fd shill: Add persistent store support for getting/setting string lists. by Darin Petkov · 13 years ago
  98. 52cd19b [shill] Add Profile objects by Chris Masone · 13 years ago
  99. 95207da [shill] Enable objects to query an opaque RPC-system ID from Adaptors by Chris Masone · 13 years ago
  100. 86964e0 shill: Infrastucture for encrypting/decrypting/scrambling store values. by Darin Petkov · 13 years ago