summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* deg_to_str2(): Add new function. Thread safe, handles suffix.Gary E. Miller2019-02-221-0/+18
|
* deg_to_s() and calls to it: Allow negative degrees, use fabs().Gary E. Miller2019-02-221-2/+12
| | | | | Every call to deg_to_s() was preceded by a fabs(deg). So move the fabs() into deg_to_s().
* Add Coverity suppressions for new invariant checks.Eric S. Raymond2016-01-291-1/+1
|
* Added new "Introduction to Time Service" document.Eric S. Raymond2015-03-102-2/+2
| | | | Also, clreaned up after a recent change to the internals document.
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-074-31/+32
| | | | | | | | | | | | | | | | This change is done so we can add a "log" hook to the pps_thread_t structure (this is not done yet) and harmonize with the name of the outer logging function. If that name had been left as gpsd_report() there would have been scope for bad confusion with the report_hook member. Also, remove two stray duplicative printf calls from the NMEA2000 driver (drivers shouldn't have printfs!) and fix one typo. This is a step towards factoring out ntplib. For that to happen, the PPS thread code needs to be decoupled from the core session structure. No logic changes. Object compatibility preserved. All regression tests pass.
* ntpshm.c -> ntpshmwrite.c; ntpmon -> ntpshmmon.Eric S. Raymond2015-02-272-3/+3
| | | | All regression tests pass.
* Fix Makefile, was targetting wrong fileSanjeev Gupta2013-10-301-1/+1
|
* Repair the scons production for the internals manual.Eric S. Raymond2012-09-101-0/+0
|
* Factor out or remove URLs. No code changes yet except in gpsd.php (now .in).Eric S. Raymond2011-10-011-2/+0
| | | | This was the easy part. Remaining removals will require more decisions.
* finish renaming gpsd_dbus to dbusexportJon Schlueter2011-04-042-3/+3
| | | | | | 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
* spellchecking in explan_serial.c.xmlJon Schlueter2011-03-051-2/+2
|
* spellchecking in explan_ntpshm.c.xmlJon Schlueter2011-03-051-2/+2
|
* spellchecking in explan_netlib.c.xmlJon Schlueter2011-03-051-2/+2
|
* spellchecking in explan_libgpsd_core.c.xmlJon Schlueter2011-03-051-2/+2
|
* spellchecking of explan_gpsd.c.xmlJon Schlueter2011-03-051-8/+8
|
* spellchecking in explan_geoid.c.xmlJon Schlueter2011-03-051-1/+1
|
* spellcheck explan_driver_nema.c.xmlJon Schlueter2011-03-051-1/+1
|
* whitespace cleanup explanation.xmlJon Schlueter2011-03-051-1/+1
|
* spellchecking in explan_libgps_coreJon Schlueter2011-03-051-3/+3
|
* whitespace cleanup explan_libgps_coreJon Schlueter2011-03-051-1/+1
|
* spellcheck and cleanup related spelling issuesJon Schlueter2011-03-054-5/+5
|
* spellchecking in explan_packet.c.xmlJon Schlueter2011-03-051-1/+1
|
* spellchecking and catching all of the same spelling mistakes in other filesJon Schlueter2011-03-052-2/+2
| | | | gpsd.xml gone through
* spelling fix in explan_serial.c.xmlJon Schlueter2011-03-051-1/+1
|
* update explan_gpsd with notes on open_deviceJon Schlueter2011-02-221-11/+7
| | | | also a spelling correction
* notify_watchers take a const char * sentenceJon Schlueter2011-02-211-1/+1
|
* change add_device,find_device all take const char *Jon Schlueter2011-02-211-2/+2
|
* change gpsd_init to take a const char * device (name) paramJon Schlueter2011-02-211-1/+1
|
* The raw_hook mwember and set_raw_hook are gone; client API cleanup is done.Eric S. Raymond2011-01-252-4/+6
|
* Update Mick Durkin's internals tour and make it part of the website material.Eric S. Raymond2010-04-0636-507/+1172
|
* M Joonas Pihlaja's cleanup patches for XML-Docbook masters.Eric S. Raymond2009-08-2929-169/+170
|
* Updated to match programs at ckuethe's previous commit.Mick Durkin2007-10-1418-42/+53
|
* First version of internals documentation.Eric S. Raymond2007-03-2132-0/+1470