1. 261daca shill: make WiFiServices aware of their Endpoints by mukesh agrawal · 13 years ago
  2. 7135476 shill: Add option to push profiles on shill startup by Gaurav Shah · 13 years ago
  3. ed2c28c shill: cleaning glint warnings by Hristo Stefanov · 13 years ago
  4. 6489632 shill: instruct wpa_supplicant to use directed probes by mukesh agrawal · 13 years ago
  5. 8322440 shill: 64-bit fixes: integer sizes for printf by Paul Stewart · 13 years ago
  6. 8558710 shill: Update TESTING documentation to use --foreground by Gaurav Shah · 13 years ago
  7. fa602f2 shill: when Service state changes to kStateConnected, by mukesh agrawal · 13 years ago
  8. b893bed shill: Daemon()ize. For real. by Gaurav Shah · 13 years ago
  9. 29c13a1 shill: make Connectable property of WiFiService reflect state by mukesh agrawal · 13 years ago
  10. 837bb56 shill: update Makefile to auto-generate dependency lists by mukesh agrawal · 13 years ago
  11. 435de2c Implement {Available|Connected|Enabled}Technolgies and DefaultTechnology by Gaurav Shah · 13 years ago
  12. c6d6c72 shill: Add more connection states and connection failure states by Gaurav Shah · 13 years ago
  13. 00917ce shill: set favorite property when a Service is connected, and by mukesh agrawal · 13 years ago
  14. b72cf40 shill: Decouple Cellular's IsRegistered from the network technology string. by Darin Petkov · 13 years ago
  15. 3cfbf21 shill: Create an APN list for the home GSM provider and broadcast it. by Darin Petkov · 13 years ago
  16. 165e614 shill: group endpoints into services by mukesh agrawal · 13 years ago
  17. 0a4dfeb shill: Initialize GSM home provider based on IMSI/SPN and provider DB. by Darin Petkov · 13 years ago
  18. 1590839 shill: track the CurrentBSS property reported by wpa_supplicant, by mukesh agrawal · 13 years ago
  19. 005aa38 shill: Generate DBus proxies with asynchronous support. by Darin Petkov · 13 years ago
  20. 5f316f6 shill: Remove Cellular's obsolete |type_| data member. by Darin Petkov · 13 years ago
  21. 721ac93 shill: Refactor SIM lock status properties into the GSM delegate. by Darin Petkov · 13 years ago
  22. ae0c64e shill: Move GSM/CDMA structs to capability delegates. by Darin Petkov · 13 years ago
  23. f770945 shill: Add passphrase validation by Thieu Le · 13 years ago
  24. a41e38d shill: wifi: Load hidden services from storage by Paul Stewart · 13 years ago
  25. 184c54e shill: Move cellular network registration to capability delegates. by Darin Petkov · 13 years ago
  26. 7ad8e53 Convert TODO to a comment on why a temporary is needed on the rv or writer() by Gaurav Shah · 13 years ago
  27. a3d3be5 shill: Move CDMA activation to capability delegates. by Darin Petkov · 13 years ago
  28. f4cbda9 shill: Add support for connecting to WEP networks by Thieu Le · 13 years ago
  29. da6218a shill: Restrict access to the WiFi passphrase via Service.GetProperties API by Gaurav Shah · 13 years ago
  30. 7ec7131 shill: track wpa_supplicant state, and use it to update Service state by mukesh agrawal · 13 years ago
  31. 1b7a616 shill: Implement write-only properties by Gaurav Shah · 13 years ago
  32. 1272a43 shill: Move network scanning to capability delegates. by Darin Petkov · 13 years ago
  33. 3e50924 shill: Retrieve cellular signal strength in capability delegates. by Darin Petkov · 13 years ago
  34. 6ab23a9 shill: wifi: Implement FindService by Paul Stewart · 13 years ago
  35. 20c13ec shill: Move Get{NetworkTechnology|RoamingState} to the capability delegates. by Darin Petkov · 13 years ago
  36. cb54773 shill: Move the remaining Gsm.Card interfaces to the GSM capability delegate. by Darin Petkov · 13 years ago
  37. ced6a0b shill: wifi: Scan for hidden SSIDs by Paul Stewart · 13 years ago
  38. f8721ee shill: Add support for connecting to PSK networks by Gaurav Shah · 13 years ago
  39. c2f39fc shill: add some tips for working with autotest log files by mukesh agrawal · 13 years ago
  40. b05315f shill: Move PIN management to the capability delegates. by Darin Petkov · 13 years ago
  41. 394b7d4 shill: Add a basic PowerManager DBus proxy. by Darin Petkov · 13 years ago
  42. d08f443 shill: WiFiService overrides generic Service Load/Save by Paul Stewart · 13 years ago
  43. 1ca3e85 shill: Rename "security_" to "security_level_" in Service by Paul Stewart · 13 years ago
  44. 137884a shill: Lookup the mobile provider database to obtain GSM network info. by Darin Petkov · 13 years ago
  45. f566c97 Revert "shill: Rename "security_" to "security_level_" in Service" by Darin Petkov · 13 years ago
  46. 136f6bc shill: Rename "security_" to "security_level_" in Service by Paul Stewart · 13 years ago
  47. daf4386 shill: Start moving tehnology-specific functionality to capability delegates. by Darin Petkov · 13 years ago
  48. be00517 shill; Create Error::LogMessage utility routine by Paul Stewart · 13 years ago
  49. a849a3d shill: Nuke AdoptProfile by Paul Stewart · 13 years ago
  50. bba6a5b shill: Rename MergeService to ConfigureService by Paul Stewart · 13 years ago
  51. 1271d68 shill: Disconnect services before exiting. by Thieu Le · 13 years ago
  52. 5dc40aa shill: Implement CreateProfile, PushProfile, PopProfile by Paul Stewart · 13 years ago
  53. b52d6ff shill: Move destruction of DBusControl object to AtExitManager by Thieu Le · 13 years ago
  54. c2350ee shill: Create an asynchronous resolver object by Paul Stewart · 13 years ago
  55. 5756a36 [shill] Add info about incremental edit/compile/test/debug by Chris Masone · 13 years ago
  56. 85a1bad shill: Add note about how to gdb unittests by Paul Stewart · 13 years ago
  57. d52caa5 [shill] Update testing documentation for running a specific test by Gaurav Shah · 13 years ago
  58. 580c7af shill: Rename *ProxyListener to *ProxyDelegate to conform to coding style. by Darin Petkov · 13 years ago
  59. 6515aab [shill] Make profiles backed with StoreInterfaces by Chris Masone · 13 years ago
  60. f0aae10 shill: Add "IO Ready" handler by Paul Stewart · 13 years ago
  61. 26b327e shill: A couple of naming cleanups by Paul Stewart · 13 years ago
  62. 70d3ebe shill: add some documentation on how to run our tests by mukesh agrawal · 13 years ago
  63. b9c0059 [shill] Profiles need to own their own storage by Chris Masone · 13 years ago
  64. 7561230 [shill] Set some WiFiService defaults by Chris Masone · 13 years ago
  65. d835b20 shill: work properly with non-ascii SSIDs by mukesh agrawal · 13 years ago
  66. ffa3d04 shill: allow property accessors to return an error message if a by mukesh agrawal · 13 years ago
  67. ab565bb shill: Convert ProxyFactory singleton to LazyInstance. by Darin Petkov · 13 years ago
  68. 1a05626 shill: move passphrase validation from WiFi to WiFiService by mukesh agrawal · 13 years ago
  69. f2fd745 shill: add support for connecting to RSN networks by mukesh agrawal · 13 years ago
  70. 8ede052 shill: validate WPA passwords (at least on calls to GetService) by mukesh agrawal · 13 years ago
  71. 157aa0c [shill] Add Service merging boilerplate to Manager by Chris Masone · 13 years ago
  72. 6e27777 shill: add support for connecting to WPA-PSK networks by mukesh agrawal · 13 years ago
  73. 1830fa1 shill: enable (don't disable) -Wunused by mukesh agrawal · 13 years ago
  74. 71bfc8f shill: enable (don't disable) -Wignored-qualifiers by mukesh agrawal · 13 years ago
  75. 22aa71b shill: Implement service sorting by Paul Stewart · 13 years ago
  76. fdd1607 shill: Add Technology class by Paul Stewart · 13 years ago
  77. 7a4e400 shill: implement Manager.GetService (error-case only) by mukesh agrawal · 13 years ago
  78. 877ff98 [shill] Enable default profile to persist device info by Chris Masone · 13 years ago
  79. c086531 shill: Support for GSM network scanning. by Darin Petkov · 13 years ago
  80. 5c4dd0b shill: clear more state on calls to Device::Stop and WiFi::Stop by mukesh agrawal · 13 years ago
  81. de29fa8 shill: tighten up constness of PropertyStore by mukesh agrawal · 13 years ago
  82. aa48237 [shill] Save profile specific data by Chris Masone · 13 years ago
  83. 48a511a shill: Support SIM lock status updates and MmPropertiesChanged. by Darin Petkov · 13 years ago
  84. 2176a88 [shill] Get rid of protected data members in PropertyStoreTest by Chris Masone · 13 years ago
  85. 9d77993 [shill] Add code for persisting profiles and services to disk. by Chris Masone · 13 years ago
  86. f2f68a5 shill: acquire ip addresses for wifi (via dhcp), and signal when by mukesh agrawal · 13 years ago
  87. 3239932 shill: implement manager.RequestScan (for WiFi only) by mukesh agrawal · 13 years ago
  88. f1f490c shill: make dbus adaptors introspectable by mukesh agrawal · 13 years ago
  89. 7355ce1 shill: Naming and lint cleanup pass by Paul Stewart · 13 years ago
  90. 9a90808 shill: Add IP Address tracking to DeviceInfo by Paul Stewart · 13 years ago
  91. 3285296 shill: Rename address -> mac_address by Paul Stewart · 13 years ago
  92. e42e101 shill: Basic implementation of RequirePIN, EnterPIN, UnblockPIN and ChangePIN. by Darin Petkov · 13 years ago
  93. 04d46b4 shill: Allow passing in of extra CXXFLAGS. by Darin Petkov · 13 years ago
  94. 9e3fcd7 shill: Make IPAddress copiable and with prefix by Paul Stewart · 13 years ago
  95. 2713d6c shill: Fix failure-to-remove Device due to ref cycle by Paul Stewart · 13 years ago
  96. 9ae310f shill: Basic implementation of Device::Register DBus service method. by Darin Petkov · 13 years ago
  97. 975b5e7 shill: Obtain GSM and CDMA identifiers when registering the modem. by Darin Petkov · 13 years ago
  98. 22b72bf shill: Get and update the GSM signal strength on registration state transition. by Darin Petkov · 13 years ago
  99. e1a3e24 shill: Use newly added kNetworkTechnologyGsm constant instead of "GSM". by Darin Petkov · 13 years ago
  100. e5929bf shill: have CreateProfile and PushProfile stubs return syntactically by mukesh agrawal · 13 years ago