summaryrefslogtreecommitdiff
path: root/dbusexport.c
Commit message (Collapse)AuthorAgeFilesLines
* dbusexport: Use eph at hand, don't recompute.Gary E. Miller2019-03-261-5/+1
|
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
|
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
|
* Fix small memory leak if there is a dbus initialization failure.Rob Norris2016-02-211-0/+1
| | | | Signed-off-by: Jon Schlueter <jschlueter@redhat.com>
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-2/+2
| | | | | | | | | | | | | | | | | | | The proximate cause was that we've been seing emission of error messages that were randomly and disturbingly variable across different environments - notably Raspbian and Gentoo splint gave nontrivially different results than Ubuntu 14.10 splint. And this was *not* due to Ubuntu patches! A pristine splint built from the 3.1.2 tarball on Ubuntu didn't match the Raspbian and Gentoo results either. But this has been coming for a while. Easy access to more modern static analyzers such as coverity, scan-build and cppcheck has been decreasing the utility of splint, which is unmaintained and somewhat buggy and not easy to use. Only file not cleaned is ppsthread.c, because Gary has been working on it during this cleanup. All regression tests pass. PPS observed live on GR601-W.
* Typo fix.Eric S. Raymond2011-08-251-1/+1
|
* Fix the DBUS build.Eric S. Raymond2011-08-251-3/+2
|
* finish renaming gpsd_dbus to dbusexportJon Schlueter2011-04-041-1/+1
| | | | | | renamed gpsd_dbus.h to dbusexport.h renamed internals of doc/* to point at dbusexport instead of gpsd_dbus updated gpsd.c and dbusexport.c to use dbusexport.h
* Give up on trying to splint the DBUS code. The headers confuse splint.Eric S. Raymond2011-04-031-2/+2
| | | | | | Also, splint production for scons. All regression tests pass.
* Removed duplicative ntpshm_put() in the UBX driver.Eric S. Raymond2011-04-031-0/+76