Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-29 | hsomodem: remove NULL check | Jeevaka Badrappan | 1 | -7/+0 | |
2011-01-29 | hfpmodem: remove NULL check | Jeevaka Badrappan | 3 | -24/+0 | |
2011-01-29 | calypsomodem: remove NULL check | Jeevaka Badrappan | 2 | -6/+2 | |
2011-01-29 | atmodem: remove NULL check | Jeevaka Badrappan | 16 | -223/+9 | |
2011-01-29 | atutil: use g_new0 for callback data memory | Jeevaka Badrappan | 1 | -4/+1 | |
2011-01-29 | simfs: Return from sim_fs_op_check_cached on error | Andrzej Zaborowski | 1 | -1/+3 | |
2011-01-29 | simfs: Reset op_source in simfs_read_block | Andrzej Zaborowski | 1 | -0/+2 | |
If the block is not in cache or if this is the last block of a last op in the queue, then fs->op_source might be left with the wrong value. | |||||
2011-01-29 | gobi: Use permissive AT syntax parser | Marcel Holtmann | 1 | -1/+1 | |
Trying to use the GSM V1 parser will break sending SMS. So just accept that Gobi is another device where the strict syntax parser won't work. | |||||
2011-01-29 | Release 0.40 | Marcel Holtmann | 2 | -1/+13 | |
2011-01-29 | tc65: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-29 | hso: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-29 | zte: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -2/+3 | |
2011-01-29 | novatel: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -3/+5 | |
2011-01-29 | huawei: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-29 | ste: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-29 | mbm: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -2/+2 | |
2011-01-29 | ifx: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -2/+3 | |
2011-01-29 | gobi: Move SMS support into post_sim stage | Marcel Holtmann | 1 | -1/+2 | |
2011-01-28 | TODO: Mark persist outgoing messages task as done | Denis Kenzior | 2 | -9/+5 | |
2011-01-28 | smsutil: do not allow larger file names | Lucas De Marchi | 1 | -2/+3 | |
If file name had anything in the name after addr-msgid, it would be parsed as well. This is not what we want, since there could be temporary files lying around. | |||||
2011-01-28 | test: Add test for listing messages | Denis Kenzior | 2 | -1/+32 | |
2011-01-28 | phonesim: Move sms atom to post_sim state | Denis Kenzior | 1 | -3/+4 | |
2011-01-28 | smsutil: Don't bother renaming to the same name | Denis Kenzior | 1 | -5/+12 | |
In sms_tx_queue_load, if the resulting file is the same (which is quite often the case) then don't bother trying to rename it. | |||||
2011-01-28 | smsutil: Fix corner case during tx queue loading | Denis Kenzior | 1 | -12/+12 | |
If there are extraneous files in the directory when it is being loaded, then the index used to rename the old file into the new file can get out of sync with what the core expects. | |||||
2011-01-28 | smsutil: simplify tx backup loading | Denis Kenzior | 1 | -41/+11 | |
glib functions as a rule do not use g_try* variations. They use g_malloc instead, so there's no need to check for out of memory conditions. | |||||
2011-01-28 | sms: restore pending tx messages from backup | Lucas De Marchi | 4 | -0/+251 | |
Based on patch from: Kristen Carlson Accardi <kristen@linux.intel.com> | |||||
2011-01-28 | sms: delete sent sms messages from backup | Lucas De Marchi | 3 | -0/+61 | |
Based on patch from Kristen Carlson Accardi <kristen@linux.intel.com> | |||||
2011-01-28 | sms: store pending tx pdus on disk | Lucas De Marchi | 3 | -0/+54 | |
Based on patch from Kristen Carlson Accardi <kristen@linux.intel.com> | |||||
2011-01-28 | TODO: add CF state change task | Jarko Poutiainen | 1 | -0/+16 | |
2011-01-28 | build: Add option to specify systemd unit directory | Marcel Holtmann | 1 | -10/+6 | |
2011-01-28 | udev: Enable Dell 5540 AGPS interface | Zhigang Li | 1 | -1/+1 | |
2011-01-27 | sierra: Use vendor quirk for SIM driver | Marcel Holtmann | 1 | -1/+2 | |
2011-01-27 | atmodem: Add Sierra vendor quirk for SIM file reading | Marcel Holtmann | 1 | -0/+1 | |
2011-01-27 | atmodem: Add vendor entry for Sierra Wireless | Marcel Holtmann | 1 | -0/+1 | |
2011-01-27 | sierra: Add support GPRS registration | Marcel Holtmann | 1 | -0/+4 | |
2011-01-27 | sierra: Add support for online mode | Marcel Holtmann | 1 | -1/+35 | |
2011-01-27 | novatel: Handle modem enable errors properly | Marcel Holtmann | 1 | -2/+1 | |
2011-01-27 | n900: fix set online | Kai Vehmanen | 1 | -1/+1 | |
Invalid MTC_STATE_REQ messages were sent, causing failures in going online. | |||||
2011-01-27 | isimodem: Fix race condition in SIM probe | Aki Niemi | 1 | -3/+1 | |
Fix a potential race condition between HPLMN query and subscribing to SIM status indications. | |||||
2011-01-26 | message-waiting: check for NULL argument | Pekka Pessi | 1 | -3/+10 | |
2011-01-26 | voicecall: remove ofono_cug_option | Jeevaka Badrappan | 10 | -73/+14 | |
2011-01-26 | stk: Fix issue in stk_alpha_id_set | Jeevaka Badrappan | 1 | -1/+6 | |
Fixes the crash seen with the null alpha identifier. Also removed the icon check since the decision of whether to inform the user of the action is dependent entirely on whether the alpha identifier is provided by the UICC. | |||||
2011-01-26 | gprs: Refactor gprs provisioning | Denis Kenzior | 1 | -54/+70 | |
2011-01-26 | gprs: Put back the id if context creation fails | Denis Kenzior | 1 | -0/+1 | |
2011-01-26 | gprs: write out MessageCenter and MessageProxy | Denis Kenzior | 1 | -0/+9 | |
These values were not written out to settings | |||||
2011-01-26 | gprs-provision: Refactor provisioning | Denis Kenzior | 2 | -19/+17 | |
2011-01-26 | examples: Update gprs-provision to the new API | Denis Kenzior | 1 | -3/+7 | |
2011-01-26 | include: Refactor gprs-provision API | Denis Kenzior | 1 | -1/+1 | |
2011-01-26 | gprs-provision: add example context provisioning driver | Jukka Saunamaki | 2 | -0/+98 | |
2011-01-26 | gprs: add gprs context provisioning | Jukka Saunamaki | 1 | -4/+95 | |