1. 46af127 shill: Add WiMAX technology type. by Ben Chan · 12 years ago
  2. d93615e shill: Save ephemeral profile when GSM cellular network connects by Gary Morain · 12 years ago
  3. 1062d9d shill: Allow service override of DHCP-derived IP parameters by Paul Stewart · 12 years ago
  4. 8e7e459 shill: Create Property Store Inspector by Paul Stewart · 12 years ago
  5. 1d0080a shill: vpn: Don't mark VPN services as auto-connect automatically. by Darin Petkov · 12 years ago
  6. bbed76d shill: routing_table: Don't create pinned routes without gateway by Paul Stewart · 12 years ago
  7. 44f08cb shill: rtnl: Add payload dumps by Paul Stewart · 12 years ago
  8. 06175d7 shill: improve logging by mukesh agrawal · 12 years ago
  9. 4357f4e shill: wifi: Register newly-configured hidden networks by Paul Stewart · 12 years ago
  10. 10ccbb3 shill: wifi: Scan for non-ephemeral hidden networks by Paul Stewart · 12 years ago
  11. a49062a shill: Do not run OnScanReply callback if it is null by Gary Morain · 12 years ago
  12. b172e4a shill: relax parameter checks in WiFi::GetService by mukesh agrawal · 12 years ago
  13. 10e9e4e shill: Accept --portal-list command line option by Paul Stewart · 12 years ago
  14. d215af6 shill: service: Do active checks on PortalCheck and ProxyConfig by Paul Stewart · 12 years ago
  15. a4e618b shill: Adopt API docs by Paul Stewart · 12 years ago
  16. b672d35 shill: Create profiles with a valid RPC Identifier by Gary Morain · 12 years ago
  17. 9697024 shill: limit shill profile file permissions by Gary Morain · 12 years ago
  18. 2c773c2 shill: vpn: Register Provider.* properties for L2TP/IPSec. by Darin Petkov · 12 years ago
  19. 53a3038 shill: connection: Fix FixGatewayReachability to handle P-t-P by Paul Stewart · 12 years ago
  20. b536a74 shill: vpn: Support {Password|PSK}Required VPN provider properties. by Darin Petkov · 12 years ago
  21. 01c6604 shill: vpn: Make L2TPIPSec driver use the base VPNDriver's KeyValueStore. by Darin Petkov · 12 years ago
  22. 9c09e36 shill: dbus_properties: Convert to callbacks instead of delegates by Jason Glasgow · 12 years ago
  23. cb71529 shill: vpn: Save credentials based on the SaveCredentials property. by Darin Petkov · 12 years ago
  24. abc5403 shill: device: Add a special pseudo device to allow for VM testing of cellular by Jason Glasgow · 12 years ago
  25. 8041d00 shill: Remove references to Register/UnregisterAgent by Paul Stewart · 12 years ago
  26. 38fd24c shill: ManagerDBus: Implement GetState() by Paul Stewart · 12 years ago
  27. a0e645e shill: vpn: Disconnect L2TP/IPSec properly. by Darin Petkov · 12 years ago
  28. 10241e3 shill: Add "IPConfig" property for Services by Paul Stewart · 12 years ago
  29. 9d1bbe7 shill: vpn: Support L2TP/IPSec services in VPNProvider. by Darin Petkov · 12 years ago
  30. e93b038 shill: Connection: UnPin routes on destruction by Paul Stewart · 12 years ago
  31. ff14b02 shill: Service: Save service entry when property is set by Paul Stewart · 12 years ago
  32. 55771b7 shill: vpn: Enable openvpn logging with VPN scoped logging. by Darin Petkov · 12 years ago
  33. 9e0c250 Making shill disconnect a service when its profile is popped. by Wade Guthrie · 12 years ago
  34. f8046b8 shill: vpn: Create a VPN device for L2TP/IPSec and apply IP configuration. by Darin Petkov · 12 years ago
  35. fdfdc87 shill: Fix crash in ScopeLogger at termination. by Ben Chan · 12 years ago
  36. bbdef5f shill: Ignore missing-field-initializers warning on LAZY_INSTANCE_INITIALIZER. by Ben Chan · 12 years ago
  37. 0e9735d shill: vpn: Parse L2TP/IPSec IP config and pin host route. by Darin Petkov · 12 years ago
  38. d432539 shill: vpn: Register L2TP/IPSec properties. by Darin Petkov · 12 years ago
  39. d20cf75 shill: DeviceInfoTest: Remove leftover log by Paul Stewart · 12 years ago
  40. ca876ee shill: Add support for detecting PPP devices by Paul Stewart · 12 years ago
  41. b451d6e shill: vpn: Refactor property-related code into the VPNDriver base class. by Darin Petkov · 12 years ago
  42. 209e629 shill: vpn: Implement L2TPIPSecDriver::Connect and GetSec callback. by Darin Petkov · 12 years ago
  43. 156e73f shill: Add command line switch for specifying logging scopes. by Ben Chan · 12 years ago
  44. 9b1bd7b shill: Convert a couple of VLOGS to SLOGS. by Eric Shienbrood · 12 years ago
  45. b27beee shill: Generalize detection of cdc_ether modem device tty interface. by Thieu Le · 12 years ago
  46. 7fce52c shill: Handle modem state changes reported by modem-manager. by Eric Shienbrood · 12 years ago
  47. fad4a0b shill: Replace VLOG with SLOG. by Ben Chan · 12 years ago
  48. 3022be5 shill: Cleanup - private callback methods shouldn't be virtual. by Nathan Williams · 12 years ago
  49. 03ed818 shill: Remove unnecessary extern "C" declaration around glib-unix.h by Ben Chan · 12 years ago
  50. b54974f shill: Implement Connect() and Disconnect() for CellularCapabilityUniversal by Nathan Williams · 12 years ago
  51. 0ad019a shill: Set Ethernet friendly name to "Ethernet" by Paul Stewart · 12 years ago
  52. c529c83 shill: Reduce default KeyFileStore logging. by Darin Petkov · 12 years ago
  53. 4f5e549 shill: --use-flimflam-dirs options switches all shill directories to flimflam's. by Darin Petkov · 12 years ago
  54. e984080 shill: SIM property is an object path, not a string by Nathan Williams · 12 years ago
  55. 633f639 shill: vpn: OpenVPN doesn't register a device on an RPC path. by Darin Petkov · 12 years ago
  56. 5b7ba8c shill: connection: Work around broken netmasks by Paul Stewart · 12 years ago
  57. f7bf9bf shill: IPAddress: Add a few address manipulation utilities by Paul Stewart · 12 years ago
  58. 93a29ed shill: avoid virtio_net race condition by mukesh agrawal · 12 years ago
  59. 218cbcd shill: Implement GetSignalQuality() and watch for changes by Nathan Williams · 12 years ago
  60. 4c0724a shill: cellular: simplify property change notification by Jason Glasgow · 12 years ago
  61. 2f903b3 shill: vpn: Ensure connected VPN services get sorted higher. by Darin Petkov · 12 years ago
  62. 029d353 shill: vpn: Disconnect the VPN device to reset the connection on Cleanup. by Darin Petkov · 12 years ago
  63. 1c72260 shill: Fix output of ListDebugTags to match what ff_debug expects. by Ben Chan · 12 years ago
  64. ecf4cd1 shill: wifi: Enable use of NSS-backed CA Certificates by Paul Stewart · 12 years ago
  65. b0b66df shill: Add some more trivial properties to universal modems by Nathan Williams · 12 years ago
  66. 8f1c835 shill: Differentiate between various cdc_ether devices. by Thieu Le · 12 years ago
  67. f7ef50a shill: vpn: Implement l2tp/ipsec external process option initialization. by Darin Petkov · 12 years ago
  68. 0440b9b shill: vpn: Destroy connection on fatal unsupported management messages. by Darin Petkov · 12 years ago
  69. 1847d79 shill: vpn: Accept OpenVPN's OTP and Pkcs11.ID properties. by Darin Petkov · 12 years ago
  70. e2c3d11 shill: Use an empty environment for NSS cert lookup. by Darin Petkov · 12 years ago
  71. 2055098 shill: wifi: Enable use of hardware-backed certificate credentials by Paul Stewart · 12 years ago
  72. 4b7c2a8 Get mdn_ from OwnNumbers property. by Nathan Williams · 12 years ago
  73. ef96556 shill: cellular: make enable and disable for universal modems by Jason Glasgow · 12 years ago
  74. 4a49079 shill: device: require a non NULL error pointer be passed to Start by Jason Glasgow · 12 years ago
  75. 82f9ab3 shill: Add CellularCapabilityUniversal by Jason Glasgow · 12 years ago
  76. bc49ac7 shill: Implement debug tag related DBus methods. by Ben Chan · 12 years ago
  77. fd10ec2 shill: Implement Modem1::GetLinkName() by Nathan Williams · 12 years ago
  78. 7476a26 shill: vpn: Start a basic L2TP/IPSec VPN driver class skeleton. by Darin Petkov · 12 years ago
  79. 451aa7f shill: vpn: Properly export provider properties by Paul Stewart · 12 years ago
  80. 2bf424f shill: Add a little more verbosity by Paul Stewart · 12 years ago
  81. 57f3d9d shill: wifi: Catch exception in ClearCachedCredentials by Paul Stewart · 12 years ago
  82. 4f28e8b Fix for shill: allow setting the auto-connect property on non-favorite services by Wade Guthrie · 12 years ago
  83. 8624e43 Updating description of test procedures. by Wade Guthrie · 12 years ago
  84. e81eb70 shill: deviceinfo: Mark all loopback devices up by Paul Stewart · 12 years ago
  85. 2280799 shill: vpn: Provide OpenVPN.Mgmt.Enable and VPN.Domain by Paul Stewart · 12 years ago
  86. 0c43833 shill: service: Allow trivial set of "Name" property by Paul Stewart · 12 years ago
  87. 11567d0 shill: Create DBusPropertiesProxy for Modem. by Eric Shienbrood · 12 years ago
  88. 6681533 shill: vpn: Configure VPN services from newly-pushed profiles by Paul Stewart · 12 years ago
  89. e4aaf5e shill: Do not change EAP's key_management to an invalid value by Gary Morain · 12 years ago
  90. 923006b 3G: Add ability to ignore an error that occurs during asynchronous calls. by Thieu Le · 12 years ago
  91. 39964fa shill: vpn: Return service from VPNProvider's service_ list by Paul Stewart · 12 years ago
  92. 028545d shill: Implement Manager::CalculateState by Gary Morain · 12 years ago
  93. abc41aa shill: Set DNS timeout to minimum by Paul Stewart · 12 years ago
  94. c12cf66 shill: Handle empty string in Technology::GetTechnologyVectorFromString. by Ben Chan · 12 years ago
  95. f582b50 shill: Fix timer canceling by Paul Stewart · 12 years ago
  96. 90d216d shill:mm1_modem_proxy add OwnNumbers property to the MM1.Modem interface by Jason Glasgow · 12 years ago
  97. 08afdff shill: device: export ipconfigs as object paths not strings by Jason Glasgow · 12 years ago
  98. e0d5dd1 shill: vpn: Add PKCS#11 to OpenVPN. by Darin Petkov · 12 years ago
  99. c707330 shill: Supplying an APN with no "apn" field clears Cellular.APN. by Eric Shienbrood · 12 years ago
  100. cc95c5d shill: Do a better job keeping the Service.State property up to date. by Eric Shienbrood · 12 years ago