summaryrefslogtreecommitdiffstats
path: root/src/sms.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18sms: Don't need the sim member nowDenis Kenzior1-4/+4
2012-01-18sms: Use __ofono_atom_findDenis Kenzior1-16/+10
2011-05-20sms: remove set but not used varGustavo F. Padovan1-3/+0
2011-04-29sms: Remove use of uninitialized variableBertrand Aygon1-1/+1
2011-04-14sms: Fix typoDenis Kenzior1-1/+1
2011-03-30core: remove redundant codeMika Liljeberg1-11/+0
2011-03-18sms: Rework tx_state logicDenis Kenzior1-14/+19
2011-03-18sms: Move CancelMessage(o) methodDenis Kenzior1-43/+6
2011-03-18sms: remove check for impossible NULL conditionLucas De Marchi1-3/+0
2011-03-18sms: allow message submission to be cancelledLucas De Marchi1-0/+88
2011-03-18sms: Don't leak memory, even in bizarre conditionsDenis Kenzior1-2/+2
2011-03-18sms: factor out 'remove entry' from tx_finished()Lucas De Marchi1-43/+62
2011-03-17sms: limit the sms sending retryJeevaka Badrappan1-0/+6
2011-02-10sms: return immediately if cached flag is setDenis Kenzior1-3/+3
2011-02-08core: free GError objects returned by glibDenis Kenzior1-1/+6
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-06sms: Add alphabet support to SMS atomAki Niemi1-2/+89
2011-02-02sms: Fix indentationAki Niemi1-1/+1
2011-01-28sms: restore pending tx messages from backupLucas De Marchi1-0/+62
2011-01-28sms: delete sent sms messages from backupLucas De Marchi1-0/+8
2011-01-28sms: store pending tx pdus on diskLucas De Marchi1-0/+21
2011-01-20sms: Break out message objects into message.[ch]Faiyaz Baxamusa1-219/+28
2011-01-18sms: make sms atom offline-safePekka Pessi1-6/+91
2010-12-24sms: Add debug for SMS source and destination portsMarcel Holtmann1-0/+2
2010-12-02sms: Use the right union member for DCS checkDenis Kenzior1-1/+1
2010-11-29core: explicitly compare pointers to NULLLucas De Marchi1-23/+20
2010-11-22src: coding style fixes - rule M6Jeevaka Badrappan1-6/+6
2010-11-10sms: Fix up comment style and wordingDenis Kenzior1-3/+6
2010-11-10sms: SMS-PP download must be enabled in sst / estAndrzej Zaborowski1-0/+13
2010-11-08sms: Handle "USIM Download" SMS type.Andrzej Zaborowski1-5/+16
2010-11-04sms: Call the txq_submit queued callbackDenis Kenzior1-0/+3
2010-11-04sms: Separate history from dbus flags in txq_submitDenis Kenzior1-11/+18
2010-11-04sms: Refactor __ofono_sms_txq_submitDenis Kenzior1-59/+79
2010-11-04sms: Add __ofono_sms_message_path_from_uuidDenis Kenzior1-10/+10
2010-11-04sms: add __ofono_sms_get_next_refDenis Kenzior1-0/+5
2010-11-02sms: Fix unused variable warningDenis Kenzior1-1/+0
2010-11-02sms: Update to the new smsutil apiDenis Kenzior1-29/+3
2010-11-02sms: Don't crash when encoding failsDenis Kenzior1-1/+5
2010-11-02sms: Minor style fixDenis Kenzior1-3/+3
2010-11-02sms: Left shift 8-bit ports by 16Denis Kenzior1-2/+2
2010-10-14Fix style problemAki Niemi1-1/+1
2010-10-14sms: Implement text and datagram watchAki Niemi1-17/+146
2010-10-05sms: fix type errorPekka Pessi1-1/+1
2010-09-27sms: Fix 8bit port handlingAki Niemi1-2/+2
2010-09-21Fix multi-line comment style issuesJeevaka Badrappan1-9/+18
2010-09-21sms: Update signals for introspectionDenis Kenzior1-0/+2
2010-09-21sms: Tweak behavior of txq_submitDenis Kenzior1-1/+14
2010-09-21sms: Emit MessageRemovedDenis Kenzior1-0/+12