Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-10 | core: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2011-05-29 | smsutil: Mark variable properly as unused | Marcel Holtmann | 1 | -4/+1 | |
2011-05-27 | smsutil: Fix missing error handling for strtol function | Marcel Holtmann | 1 | -1/+3 | |
2011-03-18 | smsutil: fix a memory leak | Bertrand Aygon | 1 | -1/+3 | |
This was reported by cppcheck. | |||||
2011-02-03 | smsutil: Fix compilation | Denis Kenzior | 1 | -2/+2 | |
2011-02-03 | smsutil: Add alphabet support to encoding | Aki Niemi | 1 | -7/+46 | |
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 | 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 | 1 | -0/+181 | |
Based on patch from: Kristen Carlson Accardi <kristen@linux.intel.com> | |||||
2011-01-28 | sms: delete sent sms messages from backup | Lucas De Marchi | 1 | -0/+47 | |
Based on patch from Kristen Carlson Accardi <kristen@linux.intel.com> | |||||
2011-01-28 | sms: store pending tx pdus on disk | Lucas De Marchi | 1 | -0/+29 | |
Based on patch from Kristen Carlson Accardi <kristen@linux.intel.com> | |||||
2011-01-12 | smsutil: M15 coding style fix | Jeevaka Badrappan | 1 | -1/+1 | |
2010-12-08 | smsutil: Make timezone an optional field | Yang Gu | 1 | -1/+10 | |
2010-12-07 | smsutil: Change the range of time zone | Yang Gu | 1 | -2/+9 | |
2010-12-07 | smsutil: Minor style fix | Denis Kenzior | 1 | -1/+2 | |
2010-12-02 | smsutil: Fix issue in mwi dcs decoding | Jeevaka Badrappan | 1 | -1/+6 | |
2010-12-02 | smsutil: Fix uninitialized optional elements | Denis Kenzior | 1 | -2/+2 | |
sms_decode was never memsetting the returned structure, so if any optional elements were present in the SMS (e.g. status report) then the structure was not completely initialized. | |||||
2010-11-29 | smsutil: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -22/+17 | |
This patch was generated by the following semantic patch (http://coccinelle.lip6.fr/) // <smpl> @fix disable is_null,isnt_null1@ expression *E; @@ - !E + E == NULL // </smpl> | |||||
2010-11-22 | smsutil: coding style fixes - rule M6 | Jeevaka Badrappan | 1 | -19/+19 | |
2010-11-04 | smsutil: Use entire range of ref / port addresses | Denis Kenzior | 1 | -12/+12 | |
2010-11-02 | smsutil: Remove traces of ref_offset variable | Denis Kenzior | 1 | -6/+2 | |
2010-11-02 | smsutil: Add sms_datagram_prepare | Denis Kenzior | 1 | -0/+129 | |
2010-11-02 | smsutil: Get rid of ref_offset in sms_text_prepare | Denis Kenzior | 1 | -11/+3 | |
The reason for this parameter has ceased to exist quite a while ago. Namely when the API allowed multiple SMS recipients. We prepared a single set of segments and then reset the to address and reference. We no longer allow multiple recipients and none of this is now needed. | |||||
2010-11-02 | smsutil: Additional sanity checks for decode_scts | Denis Kenzior | 1 | -0/+21 | |
2010-09-22 | smsutil: Reflow the fuzzy matching code | Denis Kenzior | 1 | -102/+98 | |
Make a bit more readable | |||||
2010-09-22 | smsutil: add fuzzy address check for status report | Petteri Tikander | 1 | -16/+87 | |
2010-09-21 | Fix multi-line comment style issues | Jeevaka Badrappan | 1 | -12/+21 | |
2010-09-21 | smsutil: update SR assembly to use SHA1 msg ids | Denis Kenzior | 1 | -32/+59 | |
2010-09-14 | smsutil: Clean up ussd_encode | Denis Kenzior | 1 | -6/+4 | |
2010-09-14 | smsutil: Add USSD encoding function | Jeevaka Badrappan | 1 | -0/+29 | |
2010-09-10 | smsutil: use unsigned printf format for msgid | Petteri Tikander | 1 | -2/+2 | |
2010-09-10 | smsutil: remove unused parameter | Petteri Tikander | 1 | -3/+1 | |
2010-09-10 | smsutil: status_report_expiration | Petteri Tikander | 1 | -3/+48 | |
2010-09-01 | smsutil: storing/loading sms status report over reboot | Petteri Tikander | 1 | -3/+156 | |
2010-09-01 | smsutil: style fix | Petteri Tikander | 1 | -1/+2 | |
2010-09-01 | smsutil: use DECLARE_SMS_ADDR_STR | Petteri Tikander | 1 | -1/+1 | |
in sms_assembly_backup_free | |||||
2010-08-17 | smsutil: Get rid of pointless member | Denis Kenzior | 1 | -1/+0 | |
2010-07-23 | sms: document use_delivery_reports | Inaky Perez-Gonzalez | 1 | -0/+3 | |
In function sms_text_prepare | |||||
2010-07-23 | sms: sms_assembly_encode_address export and rename | Inaky Perez-Gonzalez | 1 | -4/+3 | |
The new name better reflects the function's purpose. We need to export it, as for generating unique message naming (for persistence and D-Bus object naming), we'll be using the address. | |||||
2010-07-23 | introduce DECLARE_SMS_ADDR_STR() | Inaky Perez-Gonzalez | 1 | -2/+2 | |
Introduce DECLARE_SMS_ADDR_STR(), which declares a string variable of the right size for passing to sms_assembly_decode_address(). This way we detach each client having to have the knowledge of what the right size is, leaving that decission to the infrastructure provider. Updated couple of sites in smsutil.c to use it vs a raw declaration. | |||||
2010-07-08 | smsutil: Fix valgrind complaint | Denis Kenzior | 1 | -3/+3 | |
SMS cannot be split over GSM extension chars, however on the last segment this code was causing us to overflow the buffer and resulted in valgrind complaining. | |||||
2010-06-21 | smsutil: Fix up some comment style | Denis Kenzior | 1 | -18/+36 | |
2010-06-21 | smsutil: Take ton_npi into account in sr assembly | Denis Kenzior | 1 | -14/+7 | |
2010-06-21 | smsutil: More code cleanup | Denis Kenzior | 1 | -47/+54 | |
- Change the flow of the code a bit, in the case that all fragments have been sent and an udelivered sr arrives, we can simply remove the node and signal undelivered up - We ignore temporary and temporary final status reports | |||||
2010-06-21 | smsutil: Make code flow easier to understand | Denis Kenzior | 1 | -52/+53 | |
2010-06-21 | smsutil: multiline comments to preferred style | Denis Kenzior | 1 | -3/+7 | |
2010-06-21 | smsutil: Minor code style & indentation fixes | Denis Kenzior | 1 | -10/+9 | |
2010-06-21 | smsutil: memcpy is preferable to struct assignment | Denis Kenzior | 1 | -1/+1 | |