Remove unneeded enum connman_network_protocol
[framework/connectivity/connman.git] / plugins / ofono.c
2010-11-04 Marcel HoltmannRemove unneeded enum connman_network_protocol
2010-11-04 Marcel HoltmannRemove unneeded enum connman_device_mode
2010-09-27 Martin XuCheck device before call connman_device_set_string...
2010-09-10 Marcel HoltmannRemove leftover defines
2010-09-09 Samuel OrtizImplement the ModemAdded and ModemRemoved signal handlers
2010-09-09 Samuel OrtizFix typo: modem_removed is linked to the MODEM_REMOVED...
2010-09-09 Samuel OrtizSupport the new oFono Manager API
2010-09-09 Samuel OrtizFix debug message formatting
2010-09-09 Samuel OrtizFix error message formatting
2010-09-09 Samuel OrtizExtend the D-Bus timeout for slow modems
2010-09-09 Samuel OrtizPower the ConnectionManager interface up when it shows up
2010-09-09 Pekka Pessiofono: use new oFono GPRS interfaces
2010-09-09 Pekka Pessiofono: use Modem Online property
2010-09-09 Pekka Pessiofono: refactor modem_has_gprs()
2010-09-09 Pekka Pessiofono: refactor sim
2010-09-09 Pekka Pessiofono: refactor pri_context_changed handler
2010-09-09 Pekka Pessiofono: fix pending_network_is_available()
2010-09-09 Pekka Pessiofono: don't reuse identifier pending_network
2010-09-09 Pekka Pessiofono: fix add_network()
2010-09-09 Pekka Pessiofono: do not strdup in get_ident()
2010-09-09 Pekka Pessiofono: refactor dbus calls
2010-09-09 Pekka Pessiofono: avoid race between signals and methods
2010-09-09 Pekka Pessiofono: fix stale data usage
2010-09-09 Pekka Pessiofono: log more of the errors
2010-09-09 Pekka Pessiofono: refactor SetProperty D-Bus calls
2010-06-25 Samuel OrtizSet the network roaming toggle according to oFono status
2010-06-16 Samuel OrtizUse the network_update() routine for propagating streng...
2010-06-16 Samuel OrtizTrack strength changes from oFono's registration interface
2010-06-14 Kalle Valoofono: Follow registration name changes
2010-06-11 Samuel OrtizRemove IPv4 element registration from the oFono plugin
2010-06-11 Kalle Valoofono: do not use context path as network group identifier
2010-05-20 Daniel WagnerAdapt to new MCC and MNC properties from oFono
2010-04-14 Daniel Wagnerofono API refactoring: Rename netreg Operator property...
2010-04-14 Martin XuRemove the access of status property of DataConnectionM...
2010-03-23 Martin XuSet network->device as NULL when the device is removed
2010-03-19 Martin XuHandle the case that MobileNetworkCodeLength is not...
2010-03-19 Martin XuCorrect the modem properties key name
2010-03-09 Martin XuExport MCC and MNC for cellular services
2010-02-11 Martin XuAdd static IP support
2010-01-29 Martin XuAdd network->driver->setup() callback function
2010-01-28 Martin XuUse operator name as the network name
2010-01-23 Martin XuSet APN before connecting via oFono plugin
2010-01-23 Martin XuAdd default context if no context exists
2010-01-02 Marcel HoltmannUpdate copyright information
2010-01-01 Marcel HoltmannFix memory leaks caused by missing dbus_pending_call_un...
2009-12-31 Luiz Augusto Von... Port ofono driver to use g_dbus_add_signal_watch
2009-12-30 Martin XuSet network method as CONNMAN_IPCONFIG_METHOD_DHCP
2009-12-24 Marcel HoltmannUse failed as label name instead of error
2009-12-21 Marcel HoltmannAdd IP configured method for fixed addresses
2009-12-20 Marcel HoltmannRename IP configuration methods to match specification
2009-12-19 Marcel HoltmannRename D-Bus helper for basic property types
2009-12-17 Martin XuAdd static IP support for oFono interaction
2009-11-24 Marcel HoltmannFix issue with potentially unused GPRS context type
2009-11-24 Martin XuAdd first version of oFono GPRS support
2009-09-02 Marcel HoltmannAdd tracking of oFono startup and termination
2009-05-13 Marcel HoltmannAdd skeleton for oFono plugin