summaryrefslogtreecommitdiff
path: root/plugins/smart-messaging.c
Commit message (Collapse)AuthorAgeFilesLines
* dbus: Use dbus_validate_pathSlava Monich2018-01-181-1/+1
| | | | Instead of __ofono_dbus_valid_object_path
* smart-messaging: Use g_slist_free_fullJohn Ernberg2016-04-221-4/+2
|
* Do not set signature and reply in GDBus tablesLucas De Marchi2012-05-201-13/+10
| | | | | Use GDBUS_* macros, so signature and reply fields are not set in each method/signal.
* Convert GDBus methods to use macro helpersLucas De Marchi2012-05-201-6/+15
| | | | | With these macro helpers we can separate in/out arguments and use their own vector.
* Constify GDBus method tablesHenrique Dante de Almeida2012-05-201-1/+1
| | | | | | | Constify method tables with the following command: find . -name '*.[ch]' -exec \ sed -i 's/\(GDBusMethodTable .* =\)/const \1/g' {} \;
* plugins: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* smart-messaging: set agent to NULL after freeLucas De Marchi2011-02-021-0/+1
| | | | | | | | | | | | | | | If agent is not set to NULL after it's freed, the following situation would not work: smart_messaging_register_agent() smart_messaging_unregister_agent() smart_messaging_register_agent() And this one could potentially crash oFono: smart_messaging_register_agent() smart_messaging_unregister_agent() smart_messaging_unregister_agent()
* plugins: M15 coding style fixJeevaka Badrappan2011-01-121-2/+2
|
* plugins: explicitly compare pointers to NULLLucas De Marchi2010-11-291-2/+2
| | | | | | | | | | | | | | 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>
* smart-messaging: Implement SendAppointmentDenis Kenzior2010-11-041-1/+38
|
* smart-messaging: Implement SendBusinessCardDenis Kenzior2010-11-041-1/+52
|
* smart-messaging: Register to vCal notificationsDenis Kenzior2010-11-021-0/+31
|
* smart-messaging: Register for vCard notificationsDenis Kenzior2010-11-021-0/+31
|
* smart-messaging: Free agent when sms atom exitsDenis Kenzior2010-11-021-5/+6
|
* smart-messaging: Implement unregister agentDenis Kenzior2010-11-021-1/+18
|
* smart-messaging: Implement RegisterAgentDenis Kenzior2010-11-021-1/+34
|
* Fix smart messaging D-Bus signaturesAki Niemi2010-10-111-4/+4
|
* build: Rename smart_messaging.c to smart-messaging.cMarcel Holtmann2010-10-011-0/+167