summaryrefslogtreecommitdiff
path: root/src/history.c
Commit message (Collapse)AuthorAgeFilesLines
* core: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* core: explicitly compare pointers to NULLLucas De Marchi2010-11-291-2/+1
| | | | | | | | | | | | | | 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>
* src: coding style fixes - rule M6Jeevaka Badrappan2010-11-221-1/+1
|
* history: Update to the new SHA1 based sms id APIDenis Kenzior2010-09-211-10/+12
|
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
|
* Add SMS history capabilityDenis Kenzior2009-11-051-5/+108
|
* Port history to the new atom APIDenis Kenzior2009-08-201-31/+54
| | | | Use __atom_foreach
* Remove all uses of modem.hDenis Kenzior2009-07-291-2/+0
|
* Rename internal ofono history funcs to __ofonoDenis Kenzior2009-07-291-4/+4
|
* Add call-history driver typeDenis Kenzior2009-06-171-0/+142