summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2009-08-05Don't emit signals for unexposed propertiesDenis Kenzior1-5/+7
Signals shouldn't be emitted, but we should still track the information so it can be written to the SIM reliably
2009-08-05Don't hardcode info len to 6Denis Kenzior1-1/+1
2009-08-05Make method asyncDenis Kenzior1-1/+2
2009-08-05Remove unused declarationDenis Kenzior1-4/+2
2009-08-05Use invalid_args instead of invalid_formatAndrzej Zaborowski3-6/+6
2009-08-04Refactor how mwis updates are doneDenis Kenzior1-106/+50
2009-08-04Name the callback properlyDenis Kenzior1-2/+2
2009-08-04Don't emit SubscriberNumbers multiple timesDenis Kenzior1-7/+6
We would emit the signal even if the record could not be parsed
2009-08-04Refactor how MBDN set is doneDenis Kenzior1-55/+91
2009-08-04Don't gmalloc something that is max 140 bytesDenis Kenzior1-6/+1
2009-08-04Get rid of message-waiting.hDenis Kenzior5-35/+7
2009-08-04Fix minor style issuesDenis Kenzior1-8/+16
2009-08-04Use invalid_args instead of invalid_formatDenis Kenzior1-1/+1
2009-08-04Add a MessageWaiting interface to track message waiting indications.Andrzej Zaborowski7-10/+822
The state of the indications is kept in memory and written back to the SIM after any changes.
2009-08-04Fix segfault when pnn record doesn't existDenis Kenzior1-1/+1
2009-08-04Put defines near the topDenis Kenzior1-5/+5
2009-08-04Port Andrew's TFR patchDenis Kenzior1-10/+17
2009-08-04Make sim_op_info_cb caching a bit more readableDenis Kenzior1-20/+30
2009-08-04Make cache a gbooleanDenis Kenzior1-1/+1
2009-08-04Make sim_op_retrieve_cb a bit more readableDenis Kenzior1-21/+28
2009-08-04Check write() return values in sim.c for errors.Andrzej Zaborowski1-6/+18
2009-08-04Fix invalid queue use in sim_write_cbAndrzej Zaborowski1-6/+4
Since we pop the queue's head, we can't use sim_op_error
2009-08-03Fix over-complicated code flow that results in uninitialized variablesMarcel Holtmann2-2/+8
2009-08-03Make sure SIM read callbacks die cleanly.Andrzej Zaborowski2-5/+11
2009-08-03Make is_read a gbooleanDenis Kenzior1-5/+5
2009-08-03Implement ofono_sim_writeAndrzej Zaborowski2-7/+114
Writes use sim->simop_q queue together with reads.
2009-07-31Fix possible memory leak on SIM reading error.Andrzej Zaborowski1-3/+1
This would also stall the SIM op queue if there's a read error for a record other than the first. The other solution would be "goto next;" (keep reading further records).
2009-07-31Don't use g_slist_length to check for empty lists.Andrzej Zaborowski1-3/+3
A glib Anti-pattern according to http://www.burtonini.com/blog
2009-07-31Clean up in sim.c.Andrzej Zaborowski3-20/+36
Remove unused variables and fields. Move EFadn format parsing to a common function because various files use this same format.
2009-07-29Use STORAGEDIR autoconf voodoo from Bluez.Andrzej Zaborowski1-1/+1
2009-07-29Remove all uses of modem.hDenis Kenzior14-16/+0
2009-07-29Get rid of modem.hDenis Kenzior3-28/+4
2009-07-29Get rid of unnecessary functionDenis Kenzior2-6/+0
2009-07-29Move ofono_modem functions to modem.cDenis Kenzior3-97/+85
2009-07-29Move MODEM_INTERFACE to dbus.hDenis Kenzior1-5/+3
2009-07-29Move MANAGER_PATH to dbus.hDenis Kenzior1-6/+8
2009-07-29Move MANAGER_INTERFACE to dbus.hDenis Kenzior1-5/+4
2009-07-29Rename ofono_modem_userdataDenis Kenzior2-4/+1
2009-07-29Make plugins use ofono_modem_get_pathDenis Kenzior1-0/+8
2009-07-29Rename modem_add_interface / modem_remove_interfaceDenis Kenzior13-26/+26
Move to ofono_modem_add_interface, ofono_modem_remove_interface and put in ofono/modem.h
2009-07-29Rename modem_alloc_callid, modem_release_callidDenis Kenzior4-7/+8
2009-07-29Move ofono_modem definition to ofono.hDenis Kenzior2-26/+26
2009-07-29Rename internal ofono history funcs to __ofonoDenis Kenzior4-12/+12
2009-07-29Rename dbus-gsm.c to dbus.cDenis Kenzior2-1/+1
2009-07-29Get rid of dbus-gsm.hDenis Kenzior16-67/+12
2009-07-29Rename dbus_gsm_pending_replyDenis Kenzior10-60/+63
2009-07-29Don't expose dbus_gsm_append_array_variantDenis Kenzior2-6/+3
2009-07-29Don't expose dbus_gsm_append_variantDenis Kenzior2-5/+3
2009-07-29Rename dbus_gsm_dict_append_arrayDenis Kenzior7-10/+7
2009-07-29Rename dbus_gsm_dict_appendDenis Kenzior11-45/+42