summaryrefslogtreecommitdiffstats
path: root/src/nettime.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-29core: explicitly compare pointers to NULLLucas De Marchi1-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>
2010-11-22src: coding style fixes - rule M6Jeevaka Badrappan1-1/+1
2010-05-19Add network time supportAki Niemi1-0/+121
Adding a new notify function in the netreg atom for notifying a received Network Identification and Timezone (NITZ) indication. This data is consumed via a nettime plugin, of which there is also an example.