1. aa48237 [shill] Save profile specific data by Chris Masone · 13 years ago
  2. 48a511a shill: Support SIM lock status updates and MmPropertiesChanged. by Darin Petkov · 13 years ago
  3. 2176a88 [shill] Get rid of protected data members in PropertyStoreTest by Chris Masone · 13 years ago
  4. 9d77993 [shill] Add code for persisting profiles and services to disk. by Chris Masone · 13 years ago
  5. f2f68a5 shill: acquire ip addresses for wifi (via dhcp), and signal when by mukesh agrawal · 13 years ago
  6. 3239932 shill: implement manager.RequestScan (for WiFi only) by mukesh agrawal · 13 years ago
  7. f1f490c shill: make dbus adaptors introspectable by mukesh agrawal · 13 years ago
  8. 7355ce1 shill: Naming and lint cleanup pass by Paul Stewart · 13 years ago
  9. 9a90808 shill: Add IP Address tracking to DeviceInfo by Paul Stewart · 13 years ago
  10. 3285296 shill: Rename address -> mac_address by Paul Stewart · 13 years ago
  11. e42e101 shill: Basic implementation of RequirePIN, EnterPIN, UnblockPIN and ChangePIN. by Darin Petkov · 13 years ago
  12. 04d46b4 shill: Allow passing in of extra CXXFLAGS. by Darin Petkov · 13 years ago
  13. 9e3fcd7 shill: Make IPAddress copiable and with prefix by Paul Stewart · 13 years ago
  14. 2713d6c shill: Fix failure-to-remove Device due to ref cycle by Paul Stewart · 13 years ago
  15. 9ae310f shill: Basic implementation of Device::Register DBus service method. by Darin Petkov · 13 years ago
  16. 975b5e7 shill: Obtain GSM and CDMA identifiers when registering the modem. by Darin Petkov · 13 years ago
  17. 22b72bf shill: Get and update the GSM signal strength on registration state transition. by Darin Petkov · 13 years ago
  18. e1a3e24 shill: Use newly added kNetworkTechnologyGsm constant instead of "GSM". by Darin Petkov · 13 years ago
  19. e5929bf shill: have CreateProfile and PushProfile stubs return syntactically by mukesh agrawal · 13 years ago
  20. 9bac6fe shill: Transition Cellular's state to Registered when the modem is registered. by Darin Petkov · 13 years ago
  21. eac68e6 shill: Moved more mock constructors/destructors to .cc. by Darin Petkov · 13 years ago
  22. ef34f18 shill: Move remaining mock constructors/destructors to .cc. by Darin Petkov · 13 years ago
  23. ac4ac00 shill: Clean up protected fields by Paul Stewart · 13 years ago
  24. 1bdedf1 shill: Define mock constructors/destructors in .cc files -- round 1. by Darin Petkov · 13 years ago
  25. 5c206e1 shill: Fix inverted logic for error message in IPv6 privacy by Paul Stewart · 13 years ago
  26. a1e0a1c shill: Register GSM modem as part of device start up. by Darin Petkov · 13 years ago
  27. bf1861b shill: Set IPv6 privacy flags on discovered interfaces by Paul Stewart · 13 years ago
  28. 47009f8 shill: log values of flags as hex, rather than decimal by mukesh agrawal · 13 years ago
  29. a2b8cd1 shill: Fix null dereference in debug message for SelectService by Paul Stewart · 13 years ago
  30. 5029c6c shill: stop devices when deregistering them by mukesh agrawal · 13 years ago
  31. 60b8c3b shill: Select Cellular's service when link is up and update its state. by Darin Petkov · 13 years ago
  32. b100ae7 shill: Propagate Cellular Activate call errors to the DBus caller. by Darin Petkov · 13 years ago
  33. 03dba0b shill: Start assigning service state by Paul Stewart · 13 years ago
  34. 4d6d941 shill: Propagate Cellular errors to the DBus caller. by Darin Petkov · 13 years ago
  35. e4c0ace shill: Update Error to support all existing error types and default messages. by Darin Petkov · 13 years ago
  36. 2ae797d Re-land "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  37. 7156c92 Revert "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  38. 6402e50 [shill] Provide a cmd line toggle between flimflam and shill storage dirs by Chris Masone · 13 years ago
  39. d204580 shill: Update the network technology and roaming state in CellularService. by Darin Petkov · 13 years ago
  40. 34af218 [shill] Use flimflam-esque storage ids by Chris Masone · 13 years ago
  41. 3335b37 shill: Supply home provider and serving operator for CDMA. by Darin Petkov · 13 years ago
  42. 092df3e [shill] Make wifi classes store mode as a string by Chris Masone · 13 years ago
  43. 626719f Re-land "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  44. 0fda552 Revert "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  45. b17d42d [shill] Add hardware address to Device objects. by Chris Masone · 13 years ago
  46. 5148900 shill: Propagate activation errors to the Cellular service. by Darin Petkov · 13 years ago
  47. c408e69 shill: Support Cellular CDMA activation. by Darin Petkov · 13 years ago
  48. cc04442 shill: Handle prl_version/payment_url/usage_url for CDMA only. by Darin Petkov · 13 years ago
  49. 3569415 shill: Provide a way to control logging verbosity in unit tests. by Darin Petkov · 13 years ago
  50. e613202 shill: Add connection to device by Paul Stewart · 13 years ago
  51. b27e544 shill: Obtain the payment and usage URLs from ModemManager. by Darin Petkov · 13 years ago
  52. dd60e45 shill: Add connection class by Paul Stewart · 13 years ago
  53. 77cb681 shill: Acquire IP once the cellular interface is up. by Darin Petkov · 13 years ago
  54. 0828f5f shill: Bring the interface up when the modem is connected. by Darin Petkov · 13 years ago
  55. e3e1cfa shill: DeviceInfo::GetAddress can be used now to lookup the device MAC address. by Darin Petkov · 13 years ago
  56. e6193c0 shill: Cache link status flags in DeviceInfo. by Darin Petkov · 13 years ago
  57. 0d2ada3 Move away from Singleton by Paul Stewart · 13 years ago
  58. 2aa9707 [shill] Migrate to RTNLMessage instead of nlmsghdr by Chris Masone · 13 years ago
  59. bac9600 shill: Connect the device on start when the modem is already connected. by Darin Petkov · 13 years ago
  60. 6f9eaa3 shill: Add Cellular devices to DeviceInfo. by Darin Petkov · 13 years ago
  61. 65c40f5 Fix issue with request flags leak between tests by Paul Stewart · 13 years ago
  62. c5f5656 shill: On Service::Connect, connect the modem device to the network. by Darin Petkov · 13 years ago
  63. b606394 shill: Add singleton to output resolver files by Paul Stewart · 13 years ago
  64. 75e89d2 shill: Add routing table RTNL message handler by Paul Stewart · 13 years ago
  65. d966195 shill: Register the modem, create service and obtain signal strength. by Darin Petkov · 13 years ago
  66. 5dec5f4 [shill] Enable Device objects to persist themselves to disk by Chris Masone · 13 years ago
  67. 3cef27c shill: Error when a method declaration hides virtual methods from a base class. by Darin Petkov · 13 years ago
  68. ae4de57 [shill] use std::replace to replace char in a string by Chris Masone · 13 years ago
  69. 3117bab shill: dbus-c++ was patched to not ignore DBus.Properties... by Darin Petkov · 13 years ago
  70. 1ec741c shill: No need to clone modem.xml now that dbus-c++ is patched to process it. by Darin Petkov · 13 years ago
  71. bec79a2 shill: Get CDMA registration state. by Darin Petkov · 13 years ago
  72. ceb6817 shill: Cellular device: GetModemStatus and GetModemInfo. by Darin Petkov · 13 years ago
  73. f5f61e0 shill: Generate more ModemManager interface bindings. by Darin Petkov · 13 years ago
  74. e604f70 shill: Cellular device obtains Modem status through its Simple interface. by Darin Petkov · 13 years ago
  75. dd7df79 shill: Add RTNLMessage: rtnl message parser/composer by Paul Stewart · 13 years ago
  76. e9d12e0 shill: Enable the ModemManager.Modem on Cellular device start. by Darin Petkov · 13 years ago
  77. 102a775 shill: document coding conventions by mukesh agrawal · 13 years ago
  78. 3b29233 shill: Fix memory management for mock proxies in Modem and ModemManager tests. by Darin Petkov · 13 years ago
  79. 51a7e93 shill: push service naming down into Service class (instead of being by mukesh agrawal · 13 years ago
  80. dc42bb3 shill: wifi cleanups by mukesh agrawal · 13 years ago
  81. a7b8949 shill: Don't create DHCP and Modem D-Bus proxies in signal callbacks. by Darin Petkov · 13 years ago
  82. ade2919 shill: Remove obsolete files. by Darin Petkov · 13 years ago
  83. 67d8ecf shill: Fix a crash on creation of Cellular device. by Darin Petkov · 13 years ago
  84. e0a312e shill: Create and register a Cellular device for each ModemManager.Modem. by Darin Petkov · 13 years ago
  85. 8a7b8be [shill] Enable IPConfig to Store/Load itself by Chris Masone · 13 years ago
  86. 0756f23 [shill] Make IPConfig objects have sane DBus Paths by Chris Masone · 13 years ago
  87. 3195024 shill: add unittests for wifi by mukesh agrawal · 13 years ago
  88. 19e3040 [shill] Continue fixing sloppy naming stuff by Chris Masone · 13 years ago
  89. 8f317b6 shill: add ability to blacklist devices by mukesh agrawal · 13 years ago
  90. 5c97ac5 shill: Create Modem instances for ModemManager.Modem paths. by Darin Petkov · 13 years ago
  91. 4a09b6b shill: Move DBus bindings to subdirectory dbus_bindings. by Darin Petkov · 13 years ago
  92. aceede3 shill: Convert DHCP Proxy to use a model similar to Supplicant and ModemManager. by Darin Petkov · 13 years ago
  93. 7df0c67 [shill] Start cleaning up some of the naming confusion by Chris Masone · 13 years ago
  94. d196726 shill: Merge supplicant's proxy factory into ProxyFactory. by Darin Petkov · 13 years ago
  95. c90fe52 shill: Create mockable ModemManagerProxy on appearance of new ModemManagers. by Darin Petkov · 13 years ago
  96. af57195 shill: refactor supplicant_process_proxy and supplicant_interface_proxy by mukesh agrawal · 13 years ago
  97. 1d18e8c shill: Add IPAddress class by Paul Stewart · 13 years ago
  98. 3ecfa2b shill: Add ByteString class by Paul Stewart · 13 years ago
  99. 6791a43 [shill] Enable Profile objects to manage a list of Services to persist. by Chris Masone · 13 years ago
  100. 887f298 shill: Add a ModemInfo object that's a peer of DeviceInfo. by Darin Petkov · 13 years ago