summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Don't assert there's no fix if status is good but GSA has not yet been seen.Eric S. Raymond2005-02-241-2/+2
* More efficient baud hunting -- always start at the last successful speed,Eric S. Raymond2005-02-241-1/+1
* Added missing field in GPGGA when not reporting Magnetic Variation.Gary E. Miller2005-02-231-1/+1
* Handle zero-magnetic-variation case correctly.Eric S. Raymond2005-02-221-1/+4
* When generating NMEA from binary-protocol RPMs, pass magneticrelease-2.13Eric S. Raymond2005-02-221-17/+23
* Fix garmin USB NMEA generationGary E. Miller2005-02-211-7/+11
* Baud-rate changes in this one work on both BU-303 and TN-200.Eric S. Raymond2005-02-211-1/+1
* Buffer size cleanup. Check that we get good data after a baud rateEric S. Raymond2005-02-201-4/+4
* Don't set field timestamps to nonzero at beginning of session -- whenEric S. Raymond2005-02-161-11/+1
* This version breaks profiling (the problem is in gpsy.py somewhere)Eric S. Raymond2005-02-161-1/+2
* Gary Miller's second version of the Garmin support.Eric S. Raymond2005-02-151-8/+35
* Complete the bug fix.Eric S. Raymond2005-02-151-1/+0
* Bug fix from Gary Miller.Eric S. Raymond2005-02-151-3/+1
* Discard sentences lingering in the tty buffer from previous sessions.Eric S. Raymond2005-02-141-0/+1
* Finish the interval->cycle change.Eric S. Raymond2005-02-141-1/+1
* More forgiving version of nmea_add_checksum.Eric S. Raymond2005-02-141-5/+4
* Document some assumptions.Eric S. Raymond2005-02-141-0/+7
* Refactored so the binary dump stuff is not duplicated.Eric S. Raymond2005-02-141-0/+96
* Library version had to change anyway because of the buffer validationEric S. Raymond2005-02-131-2/+2
* Another simplification of the GSV bug.Eric S. Raymond2005-01-041-1/+1
* Header cleanup.Eric S. Raymond2004-12-311-4/+2
* Move config.h include into gpsd.h so we can never foo up the structure Eric S. Raymond2004-12-301-1/+0
* update to build cleanly on cygwinDerrick Brashear2004-11-021-0/+1
* make it compile on macos; from Rich Gibson <rich@testingrange.com>Derrick Brashear2004-10-251-0/+1
* Yet another round of fluff removal.Eric S. Raymond2004-10-231-37/+19
* No more globals, full re-entrancy.Eric S. Raymond2004-10-221-2/+2
* All code is now in the same brace style.Eric S. Raymond2004-10-051-2/+1
* More fluff removal.Eric S. Raymond2004-10-051-11/+4
* BSD port fixes and more code cleanup.Eric S. Raymond2004-10-041-6/+5
* Yet more cleanup and compaction.Eric S. Raymond2004-09-291-1/+0
* Another round of structure trimming.Eric S. Raymond2004-09-291-8/+8
* Get rid of some redundant data members.Eric S. Raymond2004-09-291-15/+9
* Only declare /dev/gps once.Eric S. Raymond2004-09-291-1/+1
* Clean code up so it compiles with non-NMEA drivers disabled.Eric S. Raymond2004-09-281-1/+3
* Cindition out more code if non-NMEA devices aren't supported.Eric S. Raymond2004-09-271-3/+5
* Get rid of some more dependencies on the exact driver list.Eric S. Raymond2004-09-271-1/+1
* Changed name of gpscli_report to gpsd_report and added stub,Eric S. Raymond2004-09-081-10/+10
* Fix for fossil optarg use that caused a core dump.Eric S. Raymond2004-09-061-2/+2
* Allow drivers to declare stop bits for their device.Eric S. Raymond2004-09-021-1/+1
* Shoot PRWIZCH support through the head. Pre-1.10 gpsd never shipped this dataEric S. Raymond2004-08-311-3/+0
* Avoid exporting a fixed-size table.Eric S. Raymond2004-08-311-1/+1
* Attempt FV18 support.Eric S. Raymond2004-08-311-1/+4
* This seems to get us to a fully automake-based build.Eric S. Raymond2004-08-291-1/+1
* Remove debug member from session structure.Eric S. Raymond2004-08-291-1/+8
* Report DGPS transactions at level 2.Eric S. Raymond2004-08-281-0/+3
* To make sure that N seconds of real time have elapsed, it suffices to Eric S. Raymond2004-08-261-1/+1
* Offline check is no longer subject to false positives.Eric S. Raymond2004-08-241-6/+10
* And yet another spelling nit.Eric S. Raymond2004-08-241-1/+1
* Clean up things so gpscli_report() is no longer required on client side.Eric S. Raymond2004-08-241-6/+9
* Timeouts at the daemon level were a mistake. This commit removes them.Eric S. Raymond2004-08-231-11/+11