summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-02-10sms: return immediately if cached flag is setDenis Kenzior1-3/+3
2011-02-10modem: Tweak online & powered watch APIsDenis Kenzior2-5/+8
2011-02-10emulator: Add basic emulator skeletonDenis Kenzior2-0/+115
2011-02-10modem: Fix up previous commitDenis Kenzior2-5/+9
2011-02-10modem Add powered watch APIGuillaume Zajac2-0/+54
2011-02-10simfs: Fix leaking of the voicecall contextDenis Kenzior1-2/+9
When we're shutting down all atoms are removed and the voicecall context does not have a chance to be freed. Make sure simfs frees it.
2011-02-09call-barring: Remove unneeded variableDenis Kenzior1-1/+0
This was forgotten by the previous patch
2011-02-09call-barring: removed +CSSI type SS notificationsAndras Domokos1-74/+0
2011-02-08gprs: Fixup error pathDenis Kenzior1-6/+12
When we try to register the GPRS D-Bus interface and fail for some reason, calling gprs_unregister is not really kosher since much of the initialization has not yet been done. Call an intermediate function instead.
2011-02-08gprs,gprs-provision: add SPN to provisioning APIJukka Saunamaki3-25/+68
2011-02-08core: free GError objects returned by glibDenis Kenzior3-1/+9
2011-02-08sim: Fixup compiler complaintsDenis Kenzior1-1/+2
src/sim.c:2396: error: comparison between signed and unsigned integer expressions src/sim.c:2396: error: comparison between signed and unsigned integer expressions
2011-02-08sim: Allow usage of SIM codes longer than 8 digitsJussi Kangas6-60/+82
Some PIN codes (e.g. subsidy locks, etc) can have PIN codes much longer than the default 8 digits.
2011-02-07voicecall: Fix check for ECT pre-conditionsDenis Kenzior1-1/+1
We must have 1 Dialing / Alerting / Active call and a single non-multiparty held call.
2011-02-07simfs: Add function to notify all file watchesDenis Kenzior2-2/+31
2011-02-07sim: Add implementation of sim file watching APIDenis Kenzior1-0/+14
2011-02-07simfs: Add file changed watches to simfs contextsDenis Kenzior2-0/+46
2011-02-06sms: Minor style fixDenis Kenzior1-0/+1
2011-02-06sms: Be more paranoid when loading SMS settingsDenis Kenzior1-12/+29
2011-02-06sms: Use a better pattern for bearer_from_stringDenis Kenzior1-8/+9
2011-02-06gprs: Be a bit more paranoid when loading settingsDenis Kenzior1-2/+5
2011-02-06sms: Add alphabet support to SMS atomAki Niemi1-2/+89
2011-02-06plugin: Allow colon as plugin name separatorMarcel Holtmann1-2/+2
2011-02-05smsutil: M16 coding style fixJeevaka Badrappan1-2/+2
2011-02-05modem: M16 coding style fixJeevaka Badrappan1-3/+3
2011-02-03smsutil: Fix compilationDenis Kenzior1-2/+2
2011-02-03smsutil: Add alphabet support to encodingAki Niemi2-7/+58
2011-02-03util: Fix convert_utf8_to_gsm_best_lang logicDenis Kenzior1-2/+3
2011-02-03util: Add best dialect picker APIAki Niemi2-0/+71
2011-02-03util: Use gboolean for returning success / failureDenis Kenzior1-16/+19
2011-02-03util: Refactor conversion table handlingAki Niemi2-80/+126
2011-02-03core: Minor style tweaksDenis Kenzior4-4/+0
2011-02-03simfs: implement ofono_sim_context apiAndrzej Zaborowski8-68/+221
2011-02-03simfs: Use cache for sim_fs_read_info requests too.Andrzej Zaborowski1-58/+82
There seems to be no reason that the fileinfo is cached for file read or block read requests but not info_only requests, so move code around to fix this. O_RDWR is changed to O_WRONLY for the cache file because the file is not being read in case of cache miss.
2011-02-02stk: Fix style issuesAki Niemi1-4/+6
2011-02-02stkutil: Remove trailing WSAki Niemi1-1/+1
2011-02-02util: Fix style issue with long linesAki Niemi1-48/+48
2011-02-02sms: Fix indentationAki Niemi1-1/+1
2011-02-02simutil: Remove trailing WSAki Niemi1-1/+1
2011-02-02sim: Fix style issuesAki Niemi1-5/+3
2011-02-02simfs: Add NULL checkAki Niemi1-0/+3
2011-02-02message-waiting: Fix indentationAki Niemi1-3/+3
2011-02-02cbs: Fix style issuesAki Niemi1-6/+6
2011-02-02call-volume: Fix style issueAki Niemi1-1/+1
2011-02-02call-settings: Fix style issuesAki Niemi1-3/+3
2011-02-02call-barring: Fix style issueAki Niemi1-1/+1
2011-02-02netreg: Fix coding style, M12Aki Niemi1-17/+14
2011-02-02call-forwarding: Remove useless curly bracketsAki Niemi1-2/+1
2011-02-02simutil: Add checks for NULLAki Niemi1-0/+9
2011-02-02audio-settings: Fix style, use tabs to indentAki Niemi1-1/+1