1. 50cb78a shill: Log SSIDs in a stylized way so that they can be scrubbed later. by Darin Petkov · 11 years ago
  2. d2db2b1 shill: WiFi: Emit change signals for Scanning property by Paul Stewart · 11 years ago
  3. 5519e9e shill: Disable high bitrates until online by Christopher Wiley · 12 years ago
  4. 1369c2b shill: WiFi: Catch more EAP authentication failures by Paul Stewart · 12 years ago
  5. a47c3c6 shill: WiFi: Enable WiFi debugging for persistent failures by Paul Stewart · 12 years ago
  6. 5581d07 shill: WiFi: Control wpa_supplicant debug level by Paul Stewart · 12 years ago
  7. 835934a shill: WiFi: Support cached credentials by Paul Stewart · 12 years ago
  8. db0f917 shill: WiFi: Emit WiFiService errors on EAP Failures by Paul Stewart · 12 years ago
  9. ed8e610 shill: Cellular connections shouldn't use ARP gateway. by Arman Uguray · 12 years ago
  10. 8bc5088 shill: No longer trying to reconnect to 'current_service_'. by Wade Guthrie · 12 years ago
  11. c618448 shill: Make Device state consistent with WiFi on Disconnect by Christopher Wiley · 12 years ago
  12. 6d2c72d shill: Add method for querying geolocation objects on a device. by Gaurav Shah · 12 years ago
  13. 60ceaf3 shill: wifi: Use shill's wpa_supplicant.conf. by Darin Petkov · 12 years ago
  14. 8f81e2a shill: Don't restart L3 configuration on rekeying events by Christopher Wiley · 12 years ago
  15. 71f6ecd shill: WiFi: Do not crash on RemoveNetwork failure by Paul Stewart · 12 years ago
  16. 3c508e1 shill: WiFi: Add LinkMonitor by Paul Stewart · 12 years ago
  17. 2f9df4e shill: move WiFi to use new OnAfterResume callback. by mukesh agrawal · 12 years ago
  18. 1aff730 shill: Do not cancel Reconnect timer if it is already running by Paul Stewart · 12 years ago
  19. 4466392 shill: WiFi: Start a timer when wpa_supplicant disconnects by Paul Stewart · 12 years ago
  20. abbe279 shill: WiFi: Remove IsConnecting by Paul Stewart · 12 years ago
  21. 2b05e62 shill: WiFi: Timeout pending connections by Paul Stewart · 12 years ago
  22. 2b8e44e shill: wifi: Monitor the presence of WPA supplicant. by Darin Petkov · 12 years ago
  23. 4a66cc5 shill: wifi: Disable or reduce frequency of background scan. by Darin Petkov · 12 years ago
  24. da79862 Remove the the TechnologyIs method from Device, associated classes, and everything else. by Joshua Kroll · 12 years ago
  25. c4f368f shill: invalidate weak pointers when stopping wifi by mukesh agrawal · 12 years ago
  26. bc6e739 shill: Service: Report and filter EAP remote certificate subjects by Paul Stewart · 12 years ago
  27. e369ece shill: WiFi: Scan frequently immediately after disconnect by Paul Stewart · 12 years ago
  28. cf24a24 shill: implement heuristic for WPA/WPA2 bad-passphrase detection by mukesh agrawal · 12 years ago
  29. b66c646 shill: when wifi is disconnected, periodically scan for APs by mukesh agrawal · 12 years ago
  30. b172e4a shill: relax parameter checks in WiFi::GetService by mukesh agrawal · 12 years ago
  31. 9a24553 Make Enable/Disable work using new callbacks for async support. by Eric Shienbrood · 12 years ago
  32. f202817 shill: reduce delay between scans, when supplicant reports by mukesh agrawal · 12 years ago
  33. 22601da shill: Added high-level documentation to WiFi class. by Gary Morain · 12 years ago
  34. 3e20a23 shill: Convert code to use the newest version of libchrome. by Eric Shienbrood · 12 years ago
  35. b5c8940 Revert "shill: Convert code to use the newest version of libchrome." by Eric Shienbrood · 12 years ago
  36. 08a4ffb shill: Convert code to use the newest version of libchrome. by Eric Shienbrood · 12 years ago
  37. 5c05b29 shill: fix test failures in WiFiRoaming.005Suspend* tests by mukesh agrawal · 12 years ago
  38. ac1bdb4 shill: Initiate scan on resume, if appropriate by Gary Morain · 12 years ago
  39. b65c245 shill: Refactor Manager's Get*Service to support both VPN and WiFi types. by Darin Petkov · 12 years ago
  40. b20776f shill: monitor bss signal strength by mukesh agrawal · 12 years ago
  41. 16bc1b8 shill: sanitize SSIDs for WiFiEndpoints. by mukesh agrawal · 12 years ago
  42. e41a72d shill: Add support for saving wifi frequency in service object. by Thieu Le · 12 years ago
  43. 8abd2f6 shill: teach dbus_adaptor (and appropriate subclasses) how to clear properties by mukesh agrawal · 12 years ago
  44. 66c8600 shill: Clear PMKSA cached credentials on unload by Paul Stewart · 12 years ago
  45. c01f398 shill (wifi): drive dhcp from supplicant events, rather than RTNL by mukesh agrawal · 12 years ago
  46. 3426c8f shill: Move Metrics from singleton to Shill daemon by Thieu Le · 13 years ago
  47. 4d0401c shill: enable background scanning for wifi by mukesh agrawal · 13 years ago
  48. 8a3188d shill: improve conformance with WiFiRoaming tests by mukesh agrawal · 13 years ago
  49. 3d9bcf5 shill: Enable auto-connect for WiFi services by Paul Stewart · 13 years ago
  50. b4bc57d shill: process BSSAdded and BSSRemoved signals in deferred tasks by mukesh agrawal · 13 years ago
  51. 0ed0f2e shill: implement Service.Disconnect (for WiFiService only) by mukesh agrawal · 13 years ago
  52. 261daca shill: make WiFiServices aware of their Endpoints by mukesh agrawal · 13 years ago
  53. 6489632 shill: instruct wpa_supplicant to use directed probes by mukesh agrawal · 13 years ago
  54. 165e614 shill: group endpoints into services by mukesh agrawal · 13 years ago
  55. 1590839 shill: track the CurrentBSS property reported by wpa_supplicant, by mukesh agrawal · 13 years ago
  56. a41e38d shill: wifi: Load hidden services from storage by Paul Stewart · 13 years ago
  57. 7ec7131 shill: track wpa_supplicant state, and use it to update Service state by mukesh agrawal · 13 years ago
  58. 6ab23a9 shill: wifi: Implement FindService by Paul Stewart · 13 years ago
  59. ced6a0b shill: wifi: Scan for hidden SSIDs by Paul Stewart · 13 years ago
  60. 26b327e shill: A couple of naming cleanups by Paul Stewart · 13 years ago
  61. ab565bb shill: Convert ProxyFactory singleton to LazyInstance. by Darin Petkov · 13 years ago
  62. 1a05626 shill: move passphrase validation from WiFi to WiFiService by mukesh agrawal · 13 years ago
  63. 8ede052 shill: validate WPA passwords (at least on calls to GetService) by mukesh agrawal · 13 years ago
  64. 6e27777 shill: add support for connecting to WPA-PSK networks by mukesh agrawal · 13 years ago
  65. fdd1607 shill: Add Technology class by Paul Stewart · 13 years ago
  66. 7a4e400 shill: implement Manager.GetService (error-case only) by mukesh agrawal · 13 years ago
  67. c086531 shill: Support for GSM network scanning. by Darin Petkov · 13 years ago
  68. f2f68a5 shill: acquire ip addresses for wifi (via dhcp), and signal when by mukesh agrawal · 13 years ago
  69. 3239932 shill: implement manager.RequestScan (for WiFi only) by mukesh agrawal · 13 years ago
  70. 626719f Re-land "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  71. 0fda552 Revert "[shill] Add hardware address to Device objects." by Chris Masone · 13 years ago
  72. b17d42d [shill] Add hardware address to Device objects. by Chris Masone · 13 years ago
  73. 6f9eaa3 shill: Add Cellular devices to DeviceInfo. by Darin Petkov · 13 years ago
  74. d966195 shill: Register the modem, create service and obtain signal strength. by Darin Petkov · 13 years ago
  75. 51a7e93 shill: push service naming down into Service class (instead of being by mukesh agrawal · 13 years ago
  76. dc42bb3 shill: wifi cleanups by mukesh agrawal · 13 years ago
  77. 3195024 shill: add unittests for wifi by mukesh agrawal · 13 years ago
  78. d196726 shill: Merge supplicant's proxy factory into ProxyFactory. by Darin Petkov · 13 years ago
  79. af57195 shill: refactor supplicant_process_proxy and supplicant_interface_proxy by mukesh agrawal · 13 years ago
  80. 2b10554 [shill] Use ref-counted pointers more, break unneeded header deps by Chris Masone · 13 years ago
  81. 853b81b [shill] move wifi properties into WiFi from Device by Chris Masone · 13 years ago
  82. b925cc8 [shill] Add properties to Manager, Device and subclasses. Clean up unit tests by Chris Masone · 13 years ago
  83. 72b8489 shill: remove wifi_integrationtest by mukesh agrawal · 13 years ago
  84. 445e72c shill: move D-Bus code out of WiFiService (into WiFi). this by mukesh agrawal · 13 years ago
  85. 3bd3c8c [shill] Add support for setting properties. by Chris Masone · 13 years ago
  86. b54601c shill: support association with open wifi access points by mukesh agrawal · 13 years ago
  87. c7426a4 shill: deal properly with an interface that is already known to wpa_supplicant by mukesh agrawal · 13 years ago
  88. a82b711 [shill] device, service objects need to register unique paths by Chris Masone · 13 years ago
  89. ab87ea4 wire-up WiFi class to D-Bus, implement rudimentary scanning support by mukesh agrawal · 13 years ago
  90. f1ce5d2 Track link status in Ethernet and register service by Paul Stewart · 13 years ago
  91. 46eaaf5 [shill] Build is broken...bad merge?? by Chris Masone · 13 years ago
  92. b50f0b9 Perform device discovery and registration in device_info by Paul Stewart · 13 years ago