Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-11 | Add static IP support | Martin Xu | 1 | -0/+3 | |
The IP adress setting is now based on the selected ipconfig method. It is set after a service reconnection though. | |||||
2010-01-29 | Add network->driver->setup() callback function | Martin Xu | 1 | -2/+11 | |
After string value has been set in function connman_network_set_string() call network->driver->setup() to let network driver handle the value. ofono network driver setup call back function handles "Cellular.APN" to set up APN. | |||||
2010-01-28 | Use operator name as the network name | Martin Xu | 1 | -17/+101 | |
2010-01-23 | Set APN before connecting via oFono plugin | Martin Xu | 1 | -0/+66 | |
2010-01-23 | Add default context if no context exists | Martin Xu | 1 | -0/+78 | |
2010-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2009-12-31 | Fix memory leaks caused by missing dbus_pending_call_unref() | Marcel Holtmann | 1 | -15/+18 | |
2009-12-31 | Port ofono driver to use g_dbus_add_signal_watch | Luiz Augusto Von Dentz | 1 | -67/+68 | |
2009-12-30 | Set network method as CONNMAN_IPCONFIG_METHOD_DHCP | Martin Xu | 1 | -0/+2 | |
Before calling connman_network_set_connected(true), the method should be set to CONNMAN_IPCONFIG_METHOD_DHCP. | |||||
2009-12-24 | Use failed as label name instead of error | Marcel Holtmann | 1 | -4/+4 | |
2009-12-20 | Add IP configured method for fixed addresses | Marcel Holtmann | 1 | -2/+3 | |
2009-12-20 | Rename IP configuration methods to match specification | Marcel Holtmann | 1 | -3/+3 | |
2009-12-19 | Rename D-Bus helper for basic property types | Marcel Holtmann | 1 | -3/+3 | |
2009-12-17 | Add static IP support for oFono interaction | Martin Xu | 1 | -7/+144 | |
2009-11-24 | Fix issue with potentially unused GPRS context type | Marcel Holtmann | 1 | -1/+1 | |
2009-11-24 | Add first version of oFono GPRS support | Martin Xu | 1 | -8/+1254 | |
2009-09-01 | Add tracking of oFono startup and termination | Marcel Holtmann | 1 | -0/+61 | |
2009-05-13 | Add skeleton for oFono plugin | Marcel Holtmann | 1 | -0/+39 | |