Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-02 | smart-messaging: set agent to NULL after free | Lucas De Marchi | 1 | -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() | |||||
2011-01-12 | plugins: M15 coding style fix | Jeevaka Badrappan | 1 | -2/+2 | |
2010-11-29 | plugins: explicitly compare pointers to NULL | Lucas De Marchi | 1 | -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> | |||||
2010-11-04 | smart-messaging: Implement SendAppointment | Denis Kenzior | 1 | -1/+38 | |
2010-11-04 | smart-messaging: Implement SendBusinessCard | Denis Kenzior | 1 | -1/+52 | |
2010-11-02 | smart-messaging: Register to vCal notifications | Denis Kenzior | 1 | -0/+31 | |
2010-11-02 | smart-messaging: Register for vCard notifications | Denis Kenzior | 1 | -0/+31 | |
2010-11-02 | smart-messaging: Free agent when sms atom exits | Denis Kenzior | 1 | -5/+6 | |
2010-11-02 | smart-messaging: Implement unregister agent | Denis Kenzior | 1 | -1/+18 | |
2010-11-02 | smart-messaging: Implement RegisterAgent | Denis Kenzior | 1 | -1/+34 | |
2010-10-11 | Fix smart messaging D-Bus signatures | Aki Niemi | 1 | -4/+4 | |
2010-10-01 | build: Rename smart_messaging.c to smart-messaging.c | Marcel Holtmann | 1 | -0/+167 | |