summaryrefslogtreecommitdiff
path: root/src/smsagent.c
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Remove superfluous use of _GNU_SOURCEJonas Bonn2018-10-171-1/+0
| | | | | | There are a large number of files in the tree that define _GNU_SOURCE despite not actually using features hidden behind this flag. This patch removes all these definitions in one fell swoop...
* core: Update copyright informationMarcel Holtmann2011-10-101-1/+1
|
* core: explicitly compare pointers to NULLLucas De Marchi2010-11-291-6/+6
| | | | | | | | | | | | | | 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>
* smsagent: Add smsagent implementationDenis Kenzior2010-11-021-0/+316
Based on the patches by Aki Niemi