1. b05315f shill: Move PIN management to the capability delegates. by Darin Petkov · 13 years ago
  2. 394b7d4 shill: Add a basic PowerManager DBus proxy. by Darin Petkov · 13 years ago
  3. d08f443 shill: WiFiService overrides generic Service Load/Save by Paul Stewart · 13 years ago
  4. 1ca3e85 shill: Rename "security_" to "security_level_" in Service by Paul Stewart · 13 years ago
  5. 137884a shill: Lookup the mobile provider database to obtain GSM network info. by Darin Petkov · 13 years ago
  6. f566c97 Revert "shill: Rename "security_" to "security_level_" in Service" by Darin Petkov · 13 years ago
  7. 136f6bc shill: Rename "security_" to "security_level_" in Service by Paul Stewart · 13 years ago
  8. daf4386 shill: Start moving tehnology-specific functionality to capability delegates. by Darin Petkov · 13 years ago
  9. be00517 shill; Create Error::LogMessage utility routine by Paul Stewart · 13 years ago
  10. a849a3d shill: Nuke AdoptProfile by Paul Stewart · 13 years ago
  11. bba6a5b shill: Rename MergeService to ConfigureService by Paul Stewart · 13 years ago
  12. 1271d68 shill: Disconnect services before exiting. by Thieu Le · 13 years ago
  13. 5dc40aa shill: Implement CreateProfile, PushProfile, PopProfile by Paul Stewart · 13 years ago
  14. b52d6ff shill: Move destruction of DBusControl object to AtExitManager by Thieu Le · 13 years ago
  15. c2350ee shill: Create an asynchronous resolver object by Paul Stewart · 13 years ago
  16. 5756a36 [shill] Add info about incremental edit/compile/test/debug by Chris Masone · 13 years ago
  17. 85a1bad shill: Add note about how to gdb unittests by Paul Stewart · 13 years ago
  18. d52caa5 [shill] Update testing documentation for running a specific test by Gaurav Shah · 13 years ago
  19. 580c7af shill: Rename *ProxyListener to *ProxyDelegate to conform to coding style. by Darin Petkov · 13 years ago
  20. 6515aab [shill] Make profiles backed with StoreInterfaces by Chris Masone · 13 years ago
  21. f0aae10 shill: Add "IO Ready" handler by Paul Stewart · 13 years ago
  22. 26b327e shill: A couple of naming cleanups by Paul Stewart · 13 years ago
  23. 70d3ebe shill: add some documentation on how to run our tests by mukesh agrawal · 13 years ago
  24. b9c0059 [shill] Profiles need to own their own storage by Chris Masone · 13 years ago
  25. 7561230 [shill] Set some WiFiService defaults by Chris Masone · 13 years ago
  26. d835b20 shill: work properly with non-ascii SSIDs by mukesh agrawal · 13 years ago
  27. ffa3d04 shill: allow property accessors to return an error message if a by mukesh agrawal · 13 years ago
  28. ab565bb shill: Convert ProxyFactory singleton to LazyInstance. by Darin Petkov · 13 years ago
  29. 1a05626 shill: move passphrase validation from WiFi to WiFiService by mukesh agrawal · 13 years ago
  30. f2fd745 shill: add support for connecting to RSN networks by mukesh agrawal · 13 years ago
  31. 8ede052 shill: validate WPA passwords (at least on calls to GetService) by mukesh agrawal · 13 years ago
  32. 157aa0c [shill] Add Service merging boilerplate to Manager by Chris Masone · 13 years ago
  33. 6e27777 shill: add support for connecting to WPA-PSK networks by mukesh agrawal · 13 years ago
  34. 1830fa1 shill: enable (don't disable) -Wunused by mukesh agrawal · 13 years ago
  35. 71bfc8f shill: enable (don't disable) -Wignored-qualifiers by mukesh agrawal · 13 years ago
  36. 22aa71b shill: Implement service sorting by Paul Stewart · 13 years ago
  37. fdd1607 shill: Add Technology class by Paul Stewart · 13 years ago
  38. 7a4e400 shill: implement Manager.GetService (error-case only) by mukesh agrawal · 13 years ago
  39. 877ff98 [shill] Enable default profile to persist device info by Chris Masone · 13 years ago
  40. c086531 shill: Support for GSM network scanning. by Darin Petkov · 13 years ago
  41. 5c4dd0b shill: clear more state on calls to Device::Stop and WiFi::Stop by mukesh agrawal · 13 years ago
  42. de29fa8 shill: tighten up constness of PropertyStore by mukesh agrawal · 13 years ago
  43. aa48237 [shill] Save profile specific data by Chris Masone · 13 years ago
  44. 48a511a shill: Support SIM lock status updates and MmPropertiesChanged. by Darin Petkov · 13 years ago
  45. 2176a88 [shill] Get rid of protected data members in PropertyStoreTest by Chris Masone · 13 years ago
  46. 9d77993 [shill] Add code for persisting profiles and services to disk. by Chris Masone · 13 years ago
  47. f2f68a5 shill: acquire ip addresses for wifi (via dhcp), and signal when by mukesh agrawal · 13 years ago
  48. 3239932 shill: implement manager.RequestScan (for WiFi only) by mukesh agrawal · 13 years ago
  49. f1f490c shill: make dbus adaptors introspectable by mukesh agrawal · 13 years ago
  50. 7355ce1 shill: Naming and lint cleanup pass by Paul Stewart · 13 years ago
  51. 9a90808 shill: Add IP Address tracking to DeviceInfo by Paul Stewart · 13 years ago
  52. 3285296 shill: Rename address -> mac_address by Paul Stewart · 13 years ago
  53. e42e101 shill: Basic implementation of RequirePIN, EnterPIN, UnblockPIN and ChangePIN. by Darin Petkov · 13 years ago
  54. 04d46b4 shill: Allow passing in of extra CXXFLAGS. by Darin Petkov · 13 years ago
  55. 9e3fcd7 shill: Make IPAddress copiable and with prefix by Paul Stewart · 13 years ago
  56. 2713d6c shill: Fix failure-to-remove Device due to ref cycle by Paul Stewart · 13 years ago
  57. 9ae310f shill: Basic implementation of Device::Register DBus service method. by Darin Petkov · 13 years ago
  58. 975b5e7 shill: Obtain GSM and CDMA identifiers when registering the modem. by Darin Petkov · 13 years ago
  59. 22b72bf shill: Get and update the GSM signal strength on registration state transition. by Darin Petkov · 13 years ago
  60. e1a3e24 shill: Use newly added kNetworkTechnologyGsm constant instead of "GSM". by Darin Petkov · 13 years ago
  61. e5929bf shill: have CreateProfile and PushProfile stubs return syntactically by mukesh agrawal · 13 years ago
  62. 9bac6fe shill: Transition Cellular's state to Registered when the modem is registered. by Darin Petkov · 13 years ago
  63. eac68e6 shill: Moved more mock constructors/destructors to .cc. by Darin Petkov · 13 years ago
  64. ef34f18 shill: Move remaining mock constructors/destructors to .cc. by Darin Petkov · 13 years ago
  65. ac4ac00 shill: Clean up protected fields by Paul Stewart · 13 years ago
  66. 1bdedf1 shill: Define mock constructors/destructors in .cc files -- round 1. by Darin Petkov · 13 years ago
  67. 5c206e1 shill: Fix inverted logic for error message in IPv6 privacy by Paul Stewart · 13 years ago
  68. a1e0a1c shill: Register GSM modem as part of device start up. by Darin Petkov · 13 years ago
  69. bf1861b shill: Set IPv6 privacy flags on discovered interfaces by Paul Stewart · 13 years ago
  70. 47009f8 shill: log values of flags as hex, rather than decimal by mukesh agrawal · 13 years ago
  71. a2b8cd1 shill: Fix null dereference in debug message for SelectService by Paul Stewart · 13 years ago
  72. 5029c6c shill: stop devices when deregistering them by mukesh agrawal · 13 years ago
  73. 60b8c3b shill: Select Cellular's service when link is up and update its state. by Darin Petkov · 13 years ago
  74. b100ae7 shill: Propagate Cellular Activate call errors to the DBus caller. by Darin Petkov · 13 years ago
  75. 03dba0b shill: Start assigning service state by Paul Stewart · 13 years ago
  76. 4d6d941 shill: Propagate Cellular errors to the DBus caller. by Darin Petkov · 13 years ago
  77. e4c0ace shill: Update Error to support all existing error types and default messages. by Darin Petkov · 13 years ago
  78. 2ae797d Re-land "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  79. 7156c92 Revert "[shill] Provide a cmd line toggle between flimflam and shill storage dirs" by Chris Masone · 13 years ago
  80. 6402e50 [shill] Provide a cmd line toggle between flimflam and shill storage dirs by Chris Masone · 13 years ago
  81. d204580 shill: Update the network technology and roaming state in CellularService. by Darin Petkov · 13 years ago
  82. 34af218 [shill] Use flimflam-esque storage ids by Chris Masone · 13 years ago
  83. 3335b37 shill: Supply home provider and serving operator for CDMA. by Darin Petkov · 13 years ago
  84. 092df3e [shill] Make wifi classes store mode as a string by Chris Masone · 13 years ago
  85. 626719f Re-land "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  86. 0fda552 Revert "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  87. b17d42d [shill] Add hardware address to Device objects. by Chris Masone · 13 years ago
  88. 5148900 shill: Propagate activation errors to the Cellular service. by Darin Petkov · 13 years ago
  89. c408e69 shill: Support Cellular CDMA activation. by Darin Petkov · 13 years ago
  90. cc04442 shill: Handle prl_version/payment_url/usage_url for CDMA only. by Darin Petkov · 13 years ago
  91. 3569415 shill: Provide a way to control logging verbosity in unit tests. by Darin Petkov · 13 years ago
  92. e613202 shill: Add connection to device by Paul Stewart · 13 years ago
  93. b27e544 shill: Obtain the payment and usage URLs from ModemManager. by Darin Petkov · 13 years ago
  94. dd60e45 shill: Add connection class by Paul Stewart · 13 years ago
  95. 77cb681 shill: Acquire IP once the cellular interface is up. by Darin Petkov · 13 years ago
  96. 0828f5f shill: Bring the interface up when the modem is connected. by Darin Petkov · 13 years ago
  97. e3e1cfa shill: DeviceInfo::GetAddress can be used now to lookup the device MAC address. by Darin Petkov · 13 years ago
  98. e6193c0 shill: Cache link status flags in DeviceInfo. by Darin Petkov · 13 years ago
  99. 0d2ada3 Move away from Singleton by Paul Stewart · 13 years ago
  100. 2aa9707 [shill] Migrate to RTNLMessage instead of nlmsghdr by Chris Masone · 13 years ago