Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-10 | sms: return immediately if cached flag is set | Denis Kenzior | 1 | -3/+3 | |
2011-02-10 | modem: Tweak online & powered watch APIs | Denis Kenzior | 2 | -5/+8 | |
2011-02-10 | emulator: Add basic emulator skeleton | Denis Kenzior | 2 | -0/+115 | |
2011-02-10 | modem: Fix up previous commit | Denis Kenzior | 2 | -5/+9 | |
2011-02-10 | modem Add powered watch API | Guillaume Zajac | 2 | -0/+54 | |
2011-02-10 | simfs: Fix leaking of the voicecall context | Denis Kenzior | 1 | -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-09 | call-barring: Remove unneeded variable | Denis Kenzior | 1 | -1/+0 | |
This was forgotten by the previous patch | |||||
2011-02-09 | call-barring: removed +CSSI type SS notifications | Andras Domokos | 1 | -74/+0 | |
2011-02-08 | gprs: Fixup error path | Denis Kenzior | 1 | -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-08 | gprs,gprs-provision: add SPN to provisioning API | Jukka Saunamaki | 3 | -25/+68 | |
2011-02-08 | core: free GError objects returned by glib | Denis Kenzior | 3 | -1/+9 | |
2011-02-08 | sim: Fixup compiler complaints | Denis Kenzior | 1 | -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-08 | sim: Allow usage of SIM codes longer than 8 digits | Jussi Kangas | 6 | -60/+82 | |
Some PIN codes (e.g. subsidy locks, etc) can have PIN codes much longer than the default 8 digits. | |||||
2011-02-07 | voicecall: Fix check for ECT pre-conditions | Denis Kenzior | 1 | -1/+1 | |
We must have 1 Dialing / Alerting / Active call and a single non-multiparty held call. | |||||
2011-02-07 | simfs: Add function to notify all file watches | Denis Kenzior | 2 | -2/+31 | |
2011-02-07 | sim: Add implementation of sim file watching API | Denis Kenzior | 1 | -0/+14 | |
2011-02-07 | simfs: Add file changed watches to simfs contexts | Denis Kenzior | 2 | -0/+46 | |
2011-02-06 | sms: Minor style fix | Denis Kenzior | 1 | -0/+1 | |
2011-02-06 | sms: Be more paranoid when loading SMS settings | Denis Kenzior | 1 | -12/+29 | |
2011-02-06 | sms: Use a better pattern for bearer_from_string | Denis Kenzior | 1 | -8/+9 | |
2011-02-06 | gprs: Be a bit more paranoid when loading settings | Denis Kenzior | 1 | -2/+5 | |
2011-02-06 | sms: Add alphabet support to SMS atom | Aki Niemi | 1 | -2/+89 | |
2011-02-06 | plugin: Allow colon as plugin name separator | Marcel Holtmann | 1 | -2/+2 | |
2011-02-05 | smsutil: M16 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2011-02-05 | modem: M16 coding style fix | Jeevaka Badrappan | 1 | -3/+3 | |
2011-02-03 | smsutil: Fix compilation | Denis Kenzior | 1 | -2/+2 | |
2011-02-03 | smsutil: Add alphabet support to encoding | Aki Niemi | 2 | -7/+58 | |
2011-02-03 | util: Fix convert_utf8_to_gsm_best_lang logic | Denis Kenzior | 1 | -2/+3 | |
2011-02-03 | util: Add best dialect picker API | Aki Niemi | 2 | -0/+71 | |
2011-02-03 | util: Use gboolean for returning success / failure | Denis Kenzior | 1 | -16/+19 | |
2011-02-03 | util: Refactor conversion table handling | Aki Niemi | 2 | -80/+126 | |
2011-02-03 | core: Minor style tweaks | Denis Kenzior | 4 | -4/+0 | |
2011-02-03 | simfs: implement ofono_sim_context api | Andrzej Zaborowski | 8 | -68/+221 | |
2011-02-03 | simfs: Use cache for sim_fs_read_info requests too. | Andrzej Zaborowski | 1 | -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-02 | stk: Fix style issues | Aki Niemi | 1 | -4/+6 | |
2011-02-02 | stkutil: Remove trailing WS | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | util: Fix style issue with long lines | Aki Niemi | 1 | -48/+48 | |
2011-02-02 | sms: Fix indentation | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | simutil: Remove trailing WS | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | sim: Fix style issues | Aki Niemi | 1 | -5/+3 | |
2011-02-02 | simfs: Add NULL check | Aki Niemi | 1 | -0/+3 | |
2011-02-02 | message-waiting: Fix indentation | Aki Niemi | 1 | -3/+3 | |
2011-02-02 | cbs: Fix style issues | Aki Niemi | 1 | -6/+6 | |
2011-02-02 | call-volume: Fix style issue | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | call-settings: Fix style issues | Aki Niemi | 1 | -3/+3 | |
2011-02-02 | call-barring: Fix style issue | Aki Niemi | 1 | -1/+1 | |
2011-02-02 | netreg: Fix coding style, M12 | Aki Niemi | 1 | -17/+14 | |
2011-02-02 | call-forwarding: Remove useless curly brackets | Aki Niemi | 1 | -2/+1 | |
2011-02-02 | simutil: Add checks for NULL | Aki Niemi | 1 | -0/+9 | |
2011-02-02 | audio-settings: Fix style, use tabs to indent | Aki Niemi | 1 | -1/+1 | |