1. 7fb0938 shill: Service: Ethernet services should be auto-connect on unload by Paul Stewart · 12 years ago
  2. 739742a shill: Tweak testing document by Paul Stewart · 12 years ago
  3. b970b8f Fix gcc 4.7 compilation problem for shill. by Han Shen · 12 years ago
  4. f2d6091 shill: Service: Update RPC "Error" property on failure by Paul Stewart · 12 years ago
  5. 4a6748d shill: Connection: Create a link route if we are bound by Paul Stewart · 12 years ago
  6. abbe279 shill: WiFi: Remove IsConnecting by Paul Stewart · 12 years ago
  7. 2b05e62 shill: WiFi: Timeout pending connections by Paul Stewart · 12 years ago
  8. 6b9b2e1 shill: wimax: Autoconnect only one service per WiMAX device. by Darin Petkov · 12 years ago
  9. 6ff27f5 shill: Device: Add receive / transmit byte count properties by Paul Stewart · 12 years ago
  10. 212d60f shill: Manager: Take over responsibility for device save by Paul Stewart · 12 years ago
  11. dab3b5a shill: storage: Load and store uint64 values by Paul Stewart · 12 years ago
  12. a998df2 shill: Allow 'None' method for bgscan by Christopher Wiley · 12 years ago
  13. e18c33b shill: Add uint64 properties by Paul Stewart · 12 years ago
  14. 1ac4e84 shill: DeviceInfo: Track link byte tx/rx statistics by Paul Stewart · 12 years ago
  15. a5e07ef shill: openvpn: Hold connect/reconnect until a new service is online. by Darin Petkov · 12 years ago
  16. 050cfc0 shill: device_info: Postpone cdc_ether device discovery by Paul Stewart · 12 years ago
  17. 72b2fdc shill: WiFi: Track manufacturer information by Paul Stewart · 12 years ago
  18. 549d44c shill: wifi: Remove proxy only after deregistering services by Paul Stewart · 12 years ago
  19. b501ad2 shill: wimax: Monitor for WiMaxManager's presence on DBus. by Darin Petkov · 12 years ago
  20. 9cd7ca1 shill: wifi: Reconnect to reappearing WPA supplicant instances. by Darin Petkov · 12 years ago
  21. e8587e3 shill: openvpn: Reuse IP parameters on restart/reconnect. by Darin Petkov · 12 years ago
  22. f6120e9 shill: cellular: Update ModemManager header inclusion. by Ben Chan · 12 years ago
  23. e7c6ad3 shill: Add Profile and Manager UpdateDevice support. by Darin Petkov · 12 years ago
  24. b80c81c shill: wifi: If CreateInterface fails on wpa_supplicant, do not crash by Paul Stewart · 12 years ago
  25. c33eba8 shill: wimax: Ensure correct iterator increment when deregistering services. by Darin Petkov · 12 years ago
  26. 3abc3be shill: Reduce log noise. by Darin Petkov · 12 years ago
  27. 649f3a4 shill: Manager: Register services which have no profile by Paul Stewart · 12 years ago
  28. fc9a1da shill: manager: Ensure we do not crash while creating a profile by Paul Stewart · 12 years ago
  29. a0a0efe shill: cellular: Destroy cellular service before deregistering cellular device. by Darin Petkov · 12 years ago
  30. 2b8e44e shill: wifi: Monitor the presence of WPA supplicant. by Darin Petkov · 12 years ago
  31. dfa4605 shill: Manager: Run SortServices in a delayed task by Paul Stewart · 12 years ago
  32. 002c58e shill: Implement a DBusManager class to listen for name/owner notifications. by Darin Petkov · 12 years ago
  33. 2aa5d7d shill: connection: Use peer-to-peer if netmask is all-ones by Paul Stewart · 12 years ago
  34. 682c5d4 shill: Extract local address for point-to-point interfaces in RTNL messages. by Ben Chan · 12 years ago
  35. 18fb2f7 shill: Add an org.freedesktop.DBus service proxy. by Darin Petkov · 12 years ago
  36. b5310a1 shill: wimax: Handle race between manual connect and auto connect. by Ben Chan · 12 years ago
  37. 4a66cc5 shill: wifi: Disable or reduce frequency of background scan. by Darin Petkov · 12 years ago
  38. 3a4100c shill: wimax: Make service connect handling more robust. by Darin Petkov · 12 years ago
  39. 58f0b6d shill: Log boot statistics for service state changes. by Darin Petkov · 12 years ago
  40. a121c44 shill: Sort services with respect to "portal" by Paul Stewart · 12 years ago
  41. ffd3306 shill: openvpn: Fix typo in management server unit test. by Darin Petkov · 12 years ago
  42. e08084d shill: openvpn: Don't process management messages if server is stopped. by Darin Petkov · 12 years ago
  43. 4e9066f shill: vpn: Persist empty properties. by Darin Petkov · 12 years ago
  44. 0223655 shill: vpn: Don't include VPN passwords when reading service properties. by Darin Petkov · 12 years ago
  45. e78ec54 shill: connection: Flush routes when default connection changes by Paul Stewart · 12 years ago
  46. 92e6561 shill: Don't execute critical code in LOG_IF. by Darin Petkov · 12 years ago
  47. cb3eb89 shill: Manager: Fix up a few RpcIdentifiers by Paul Stewart · 12 years ago
  48. 59f2d69 shill: wimax: When a device is enabled, obtain the current network set. by Darin Petkov · 12 years ago
  49. cdbfc9f shill: wimax: Call UpdateConnectable after changing |need_passphrase_|. by Ben Chan · 12 years ago
  50. 5dbd261 shill: Use a const WeakPtr<DeviceInfo> reference instead of pass-by-value. by Darin Petkov · 12 years ago
  51. 5a85047 shill: vpn: Implement a ProcessKiller singleton. by Darin Petkov · 12 years ago
  52. 602303f shill: vpn: Signal service failure on connect/reconnect timeout. by Darin Petkov · 12 years ago
  53. b2ba39f shill: wimax: Resort services when WiMAX service connectability changes. by Darin Petkov · 12 years ago
  54. a585fc3 cellular: export the DBus.ServiceProperty by Jason Glasgow · 12 years ago
  55. 1411a04 shill: wimax: Ask for credentials after users explicitly disconnect from network. by Ben Chan · 12 years ago
  56. da79862 Remove the the TechnologyIs method from Device, associated classes, and everything else. by Joshua Kroll · 12 years ago
  57. 053fa82 Remove TechnologyIs method from the Service class and its subclasses. This is step 1 in removing the method altogether. by Joshua Kroll · 12 years ago
  58. b96a451 shill: wimax: Handle vanishing RPC devices promptly. by Darin Petkov · 12 years ago
  59. c4f368f shill: invalidate weak pointers when stopping wifi by mukesh agrawal · 12 years ago
  60. 923f14f shill: report BSSID for wifi services by mukesh agrawal · 12 years ago
  61. 7f5ad57 shill: manager: Treat GetService for VPN services as a ConfigureService by Paul Stewart · 12 years ago
  62. a9fb325 shill: Add cellular hooks for suspend and termination by Gary Morain · 12 years ago
  63. a3f9f77 shill: wimax: Don't ask users to re-enter credentials if available. by Darin Petkov · 12 years ago
  64. 3ab56ac shill: if we skip scan-on-resume, log the fact that we skipped by mukesh agrawal · 12 years ago
  65. e638be3 shill: modify scope_logger_unittest to use an embedded instance, by mukesh agrawal · 12 years ago
  66. 4682aa8 shill: Avoid double gets of property store values when iterating. by Darin Petkov · 12 years ago
  67. e636c69 shill: Add missing field initializers and some cleanup. by Darin Petkov · 12 years ago
  68. fc00fd4 shill: wimax: Cache and reuse live network info. by Darin Petkov · 12 years ago
  69. 465331c shill: add more logging by mukesh agrawal · 12 years ago
  70. 6b34a84 shill: fix uninitialized field by mukesh agrawal · 12 years ago
  71. bc6e739 shill: Service: Report and filter EAP remote certificate subjects by Paul Stewart · 12 years ago
  72. a02ee49 shill: DHCPConfig: Enable and accept "GATEWAY-ARP" messages by Paul Stewart · 12 years ago
  73. 877a2fd Fix WiMAX state change handling. by Ben Chan · 12 years ago
  74. 7eb0289 shill: redirect stderr to syslog by mukesh agrawal · 12 years ago
  75. 7234ec3 shill: LTE: handle connect completion message after service gone by Jason Glasgow · 12 years ago
  76. 8ea0eaf shill: wimax: Listen to WiMaxManager.Device.StatusChanged signal. by Darin Petkov · 12 years ago
  77. 4925829 shill: Connection: If gateway is unreachable, assume point-to-point by Paul Stewart · 12 years ago
  78. c1e5273 shill: wimax: Support WiMaxService::Unload. by Darin Petkov · 12 years ago
  79. e369ece shill: WiFi: Scan frequently immediately after disconnect by Paul Stewart · 12 years ago
  80. 20b0a09 shill: WiFi: Drop IPConfig when selected service disconnects by Paul Stewart · 12 years ago
  81. c63dcf0 shill: wimax: Refactor service management out of WiMax into WiMaxProvider. by Darin Petkov · 12 years ago
  82. d1cd797 shill: wimax: Load WiMAX services from profiles, support Manager::GetService. by Darin Petkov · 12 years ago
  83. cf24a24 shill: implement heuristic for WPA/WPA2 bad-passphrase detection by mukesh agrawal · 12 years ago
  84. bad114b shill: suppress spurioius notifications by Jason Glasgow · 12 years ago
  85. 624b9a2 shill: DeviceAdaptor: Return error for AddIPConfig by Paul Stewart · 12 years ago
  86. b5954a2 shill: Ensure valid cellular service before using it. by Thieu Le · 12 years ago
  87. e08d919 shill: Prioritize (auto-)connectable WiMax services higher than WiFi. by Darin Petkov · 12 years ago
  88. 8021e7f shill: wimax: Update WiMAX connectable property based on credential status. by Darin Petkov · 12 years ago
  89. 25665aa shill: Cleanup some leaks of DBus-specific types into core shill code. by Darin Petkov · 12 years ago
  90. 7904d14 Check for pseudo devices earlier so they are not classified as tunnels. by Jason Glasgow · 12 years ago
  91. 1e52a1b shill: wimax: Listen to SignalStrengthChanged and update the service strength. by Darin Petkov · 12 years ago
  92. ac6e836 shill: wimax: Add SignalStrength property to WiMaxNetworkProxy. by Ben Chan · 12 years ago
  93. 4e5c131 shill: wimax: Connect to a specific WiMAX network with EAP credentials. by Ben Chan · 12 years ago
  94. 9893d9c shill: Update WiMAX DBus proxy interfaces and classes. by Darin Petkov · 12 years ago
  95. 37b9003 shill: Destroy cellular service after the modem has stopped. by Thieu Le · 12 years ago
  96. ad43cc6 Launch dhcpcd using Minijail. by Jorge Lucangeli Obes · 12 years ago
  97. f80ef06 shill: HookTable collects async actions to be executed later by Gary Morain · 12 years ago
  98. 8a5726a shill: ScopedMockLog. Useful for testing log messages. by Gary Morain · 12 years ago
  99. 02401cc shill: cellular: Make StopModem call disconnect for MM1 modems by Jason Glasgow · 12 years ago
  100. 126d586 shill: wimax: Acquire and destroy IP configuration. by Darin Petkov · 12 years ago