1. cf24a24 shill: implement heuristic for WPA/WPA2 bad-passphrase detection by mukesh agrawal · 12 years ago
  2. bad114b shill: suppress spurioius notifications by Jason Glasgow · 12 years ago
  3. 624b9a2 shill: DeviceAdaptor: Return error for AddIPConfig by Paul Stewart · 12 years ago
  4. b5954a2 shill: Ensure valid cellular service before using it. by Thieu Le · 12 years ago
  5. e08d919 shill: Prioritize (auto-)connectable WiMax services higher than WiFi. by Darin Petkov · 12 years ago
  6. 8021e7f shill: wimax: Update WiMAX connectable property based on credential status. by Darin Petkov · 12 years ago
  7. 25665aa shill: Cleanup some leaks of DBus-specific types into core shill code. by Darin Petkov · 12 years ago
  8. 7904d14 Check for pseudo devices earlier so they are not classified as tunnels. by Jason Glasgow · 12 years ago
  9. 1e52a1b shill: wimax: Listen to SignalStrengthChanged and update the service strength. by Darin Petkov · 12 years ago
  10. ac6e836 shill: wimax: Add SignalStrength property to WiMaxNetworkProxy. by Ben Chan · 12 years ago
  11. 4e5c131 shill: wimax: Connect to a specific WiMAX network with EAP credentials. by Ben Chan · 12 years ago
  12. 9893d9c shill: Update WiMAX DBus proxy interfaces and classes. by Darin Petkov · 12 years ago
  13. 37b9003 shill: Destroy cellular service after the modem has stopped. by Thieu Le · 12 years ago
  14. ad43cc6 Launch dhcpcd using Minijail. by Jorge Lucangeli Obes · 12 years ago
  15. f80ef06 shill: HookTable collects async actions to be executed later by Gary Morain · 12 years ago
  16. 8a5726a shill: ScopedMockLog. Useful for testing log messages. by Gary Morain · 12 years ago
  17. 02401cc shill: cellular: Make StopModem call disconnect for MM1 modems by Jason Glasgow · 12 years ago
  18. 126d586 shill: wimax: Acquire and destroy IP configuration. by Darin Petkov · 12 years ago
  19. 0fcd346 shill: wimax: Avoid creating duplicate WiMax devices. by Darin Petkov · 12 years ago
  20. 912f0de shill: wimax: Provide a basic implementation for Start/Stop/Enable/Disable. by Darin Petkov · 12 years ago
  21. e4b2702 shill: Complete interaction between DeviceInfo and WiMaxProvider. by Darin Petkov · 12 years ago
  22. c8d2d96 shill: Increase timeout when calling modem Enable. by Thieu Le · 12 years ago
  23. 8142613 shill: service: Update connectability when EAP parameters are changed by Paul Stewart · 12 years ago
  24. 4e64d2d shill: Identify WiMAX device in DeviceInfo. by Ben Chan · 12 years ago
  25. cc0fded shill: implement timeout for DHCP requests by mukesh agrawal · 12 years ago
  26. b879d14 shill: wimax: Use WiMaxManager DBus constants defined in system_api. by Ben Chan · 12 years ago
  27. 9fdf137 shill: Mark CellularService as connectable. by Thieu Le · 12 years ago
  28. b72b62e shill: wimax: Start a WiMaxProvider class. by Darin Petkov · 12 years ago
  29. 096b347 shill: wimax: Implement WiMAX Manager and Device proxies. by Darin Petkov · 12 years ago
  30. df7c553 shill: manager: send a reply to Enable/Disable Technology even if no devices by Jason Glasgow · 12 years ago
  31. c07362b shill: Add mock and unit test skeleton for WiMAX device and service. by Ben Chan · 12 years ago
  32. 5322c17 shill: Generate WiMAX manager DBus proxy code from introspection XML. by Ben Chan · 12 years ago
  33. 5eb0542 shill: vpn: Disconnect VPN service when underlying connection disconnects. by Darin Petkov · 12 years ago
  34. ef1f9fe shill: Use WeakPtr in Connection::Bind to avoid use of bare pointers. by Darin Petkov · 12 years ago
  35. 13e6d55 shill: Add a facility for objects to bind to connections. by Darin Petkov · 12 years ago
  36. 2f3169d Update DHCPConfig with the new rundir for dhcpcd. by Jorge Lucangeli Obes · 12 years ago
  37. 99c8a4d shill: Add WiMAX device and service class. by Ben Chan · 12 years ago
  38. abb30da shill: Implement mm1-sim PIN callbacks by Gary Morain · 12 years ago
  39. 9f09aef shill: CellularCapabilityUniversal: return proper technology family by Jason Glasgow · 12 years ago
  40. d408fdf shill: Add ArpGateway and network-based leases by Paul Stewart · 12 years ago
  41. abf6d28 shill: Add a query-route callback to RoutingTable::RequestRoutToHost. by Darin Petkov · 12 years ago
  42. b66c646 shill: when wifi is disconnected, periodically scan for APs by mukesh agrawal · 12 years ago
  43. ba919ac shill: Re-throw certain DBus exceptions. by Gary Morain · 12 years ago
  44. 1452187 shill: cellular_capability_universal: retry apns on any error by Jason Glasgow · 12 years ago
  45. e2e2924 Shill: Logging dbus-c++ exceptions for better crash information. by Wade Guthrie · 12 years ago
  46. baeefdf shill: Fix cellular PIN unlock by Gary Morain · 12 years ago
  47. 610977f shill: Wrap calls to dbus proxies in try-catch blocks by Gary Morain · 12 years ago
  48. 005bd34 Shill: Shill now rebuffs connecting to service that isn't connectable. by Wade Guthrie · 12 years ago
  49. cd0349c shill: cellular: update and test the scanning property by Jason Glasgow · 12 years ago
  50. 80326f3 shill: Catch C++ exceptions by reference instead of value. by Ben Chan · 12 years ago
  51. 8c116a9 shill: device_info: Revamp address/route flushing by Paul Stewart · 12 years ago
  52. ceba6aa shill: Allow null callback in OnScanReply by Gary Morain · 12 years ago
  53. a0caabf shill: move CellularTaskList from CellularCapability to CellularCapabilityClassic by Jason Glasgow · 12 years ago
  54. 3711463 shill: update device documentation to include Enable/Disable by Jason Glasgow · 12 years ago
  55. d4af81d shill: cellular_capability_universal cleanup by Jason Glasgow · 12 years ago
  56. 4380f0d shill: cellular: Ensure that home_provider is set when modem enabled by Jason Glasgow · 12 years ago
  57. af58328 shill: cellular_capability_universal: unify property change handling by Jason Glasgow · 12 years ago
  58. 7b461df shill: cellular: Persist the Allow.Roaming property of cellular devices by Jason Glasgow · 12 years ago
  59. 1a462de shill: vpn: Add IV_PLAT and IV_PLAT_REL to openvpn's environment. by Darin Petkov · 12 years ago
  60. f284a23 shill: Give Ethernet services an affinity to the default profile by Paul Stewart · 12 years ago
  61. fe1c0e1 shill: connection: Choose reasonable default Broadcast Address by Paul Stewart · 12 years ago
  62. 1291e08 shill: Docs: Add documentation for StaticIP by Paul Stewart · 12 years ago
  63. 5307221 Device-apt.txt now contains a proper description of the boolean Powered. by Simran Basi · 12 years ago
  64. 46af127 shill: Add WiMAX technology type. by Ben Chan · 12 years ago
  65. d93615e shill: Save ephemeral profile when GSM cellular network connects by Gary Morain · 12 years ago
  66. 1062d9d shill: Allow service override of DHCP-derived IP parameters by Paul Stewart · 12 years ago
  67. 8e7e459 shill: Create Property Store Inspector by Paul Stewart · 12 years ago
  68. 1d0080a shill: vpn: Don't mark VPN services as auto-connect automatically. by Darin Petkov · 12 years ago
  69. bbed76d shill: routing_table: Don't create pinned routes without gateway by Paul Stewart · 12 years ago
  70. 44f08cb shill: rtnl: Add payload dumps by Paul Stewart · 12 years ago
  71. 06175d7 shill: improve logging by mukesh agrawal · 12 years ago
  72. 4357f4e shill: wifi: Register newly-configured hidden networks by Paul Stewart · 12 years ago
  73. 10ccbb3 shill: wifi: Scan for non-ephemeral hidden networks by Paul Stewart · 12 years ago
  74. a49062a shill: Do not run OnScanReply callback if it is null by Gary Morain · 12 years ago
  75. b172e4a shill: relax parameter checks in WiFi::GetService by mukesh agrawal · 12 years ago
  76. 10e9e4e shill: Accept --portal-list command line option by Paul Stewart · 12 years ago
  77. d215af6 shill: service: Do active checks on PortalCheck and ProxyConfig by Paul Stewart · 12 years ago
  78. a4e618b shill: Adopt API docs by Paul Stewart · 12 years ago
  79. b672d35 shill: Create profiles with a valid RPC Identifier by Gary Morain · 12 years ago
  80. 9697024 shill: limit shill profile file permissions by Gary Morain · 12 years ago
  81. 2c773c2 shill: vpn: Register Provider.* properties for L2TP/IPSec. by Darin Petkov · 12 years ago
  82. 53a3038 shill: connection: Fix FixGatewayReachability to handle P-t-P by Paul Stewart · 12 years ago
  83. b536a74 shill: vpn: Support {Password|PSK}Required VPN provider properties. by Darin Petkov · 12 years ago
  84. 01c6604 shill: vpn: Make L2TPIPSec driver use the base VPNDriver's KeyValueStore. by Darin Petkov · 12 years ago
  85. 9c09e36 shill: dbus_properties: Convert to callbacks instead of delegates by Jason Glasgow · 12 years ago
  86. cb71529 shill: vpn: Save credentials based on the SaveCredentials property. by Darin Petkov · 12 years ago
  87. abc5403 shill: device: Add a special pseudo device to allow for VM testing of cellular by Jason Glasgow · 12 years ago
  88. 8041d00 shill: Remove references to Register/UnregisterAgent by Paul Stewart · 12 years ago
  89. 38fd24c shill: ManagerDBus: Implement GetState() by Paul Stewart · 12 years ago
  90. a0e645e shill: vpn: Disconnect L2TP/IPSec properly. by Darin Petkov · 12 years ago
  91. 10241e3 shill: Add "IPConfig" property for Services by Paul Stewart · 12 years ago
  92. 9d1bbe7 shill: vpn: Support L2TP/IPSec services in VPNProvider. by Darin Petkov · 12 years ago
  93. e93b038 shill: Connection: UnPin routes on destruction by Paul Stewart · 12 years ago
  94. ff14b02 shill: Service: Save service entry when property is set by Paul Stewart · 12 years ago
  95. 55771b7 shill: vpn: Enable openvpn logging with VPN scoped logging. by Darin Petkov · 12 years ago
  96. 9e0c250 Making shill disconnect a service when its profile is popped. by Wade Guthrie · 12 years ago
  97. f8046b8 shill: vpn: Create a VPN device for L2TP/IPSec and apply IP configuration. by Darin Petkov · 12 years ago
  98. fdfdc87 shill: Fix crash in ScopeLogger at termination. by Ben Chan · 12 years ago
  99. bbdef5f shill: Ignore missing-field-initializers warning on LAZY_INSTANCE_INITIALIZER. by Ben Chan · 12 years ago
  100. 0e9735d shill: vpn: Parse L2TP/IPSec IP config and pin host route. by Darin Petkov · 12 years ago