summaryrefslogtreecommitdiff
path: root/src/nettime.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add network time supportAki Niemi2010-05-191-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.