summaryrefslogtreecommitdiffstats
path: root/src/sms.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-21sms: Emit MessageAddedDenis Kenzior1-0/+32
2010-09-21sms: Implement GetMessages methodDenis Kenzior1-0/+56
2010-09-21sms: Initial Message interface implementationDenis Kenzior1-31/+231
2010-09-21sms: Update to the new history APIDenis Kenzior1-6/+4
2010-09-21sms: Update to the new status report assembly apiDenis Kenzior1-5/+6
2010-09-21sms: Get rid of NextMessageId settingDenis Kenzior1-10/+2
2010-09-21sms: Reflow manager methods tableDenis Kenzior1-6/+6
2010-09-21sms: Refactor __ofono_sms_txq_submitDenis Kenzior1-6/+15
2010-09-21sms: Refactor txq_entry_createDenis Kenzior1-18/+44
2010-09-21sms: Refactor outgoing sms id generatorDenis Kenzior1-19/+16
2010-09-21sms: replace sequential SMS message ID with hashInaky Perez-Gonzalez1-1/+49
2010-09-21sms: Compute SHA1 based UUID for incoming messagesDenis Kenzior1-3/+36
2010-09-09Default to using 8bit SMS reference numbersAki Niemi1-2/+3
2010-09-03Fix adding 8bit reference numberAki Niemi1-6/+11
2010-08-20sms: Add a few more debug statementsMarcel Holtmann1-0/+12
2010-08-19sms: Update SmsManager to MessageManagerDenis Kenzior1-13/+14
2010-08-05sms: struct tx_queue_entry: add a destructorInaky Perez-Gonzalez1-6/+22
2010-07-23sms: rename create_tx_queue_entry()Inaky Perez-Gonzalez1-3/+3
2010-07-08sms: Refactor ofono_sms_submit introduced by stkDenis Kenzior1-70/+79