summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Expand)AuthorAgeFilesLines
* Fully implement C (cycle) command.Eric S. Raymond2005-02-141-1/+1
* Refactored so the binary dump stuff is not duplicated.Eric S. Raymond2005-02-141-2/+9
* Integrate first-cut Garmin binary driver.Eric S. Raymond2005-02-141-5/+7
* Refactor so the baud-rate setting is all in one place.Eric S. Raymond2005-02-131-8/+1
* SETTLE_TIME needs to be used in two places.Eric S. Raymond2005-02-131-0/+7
* Library version had to change anyway because of the buffer validationEric S. Raymond2005-02-131-1/+0
* Integrated baud-rate hunting.Eric S. Raymond2005-02-131-0/+1
* Refactor so NMEA validation lives with the parser.Eric S. Raymond2005-02-131-0/+1
* Monitor actual baud rate.Eric S. Raymond2005-02-111-0/+1
* Set the baud rate correctly.Eric S. Raymond2005-02-111-0/+1
* Convert sirf.c to use gpsd's existing NMEA checksum and send code.Eric S. Raymond2005-02-111-1/+1
* Implemented Z command (not yet documented) for profiling.Eric S. Raymond2005-02-081-1/+1
* Consify some arguments.Eric S. Raymond2005-01-011-1/+1
* Move config.h include into gpsd.h so we can never foo up the structure Eric S. Raymond2004-12-301-0/+1
* More code cleanup.Eric S. Raymond2004-10-221-19/+7
* -i has to be available if ZODIAC is. Get rid of an unneeded layer ofEric S. Raymond2004-10-221-9/+5
* No more globals, full re-entrancy.Eric S. Raymond2004-10-221-2/+12
* All code is now in the same brace style.Eric S. Raymond2004-10-051-1/+1
* More code polishing. Includes some portability improvements for the Eric S. Raymond2004-10-051-6/+2
* BSD port fixes and more code cleanup.Eric S. Raymond2004-10-041-0/+1
* Yet more fluff removal.Eric S. Raymond2004-09-301-21/+9
* Input handler does not actually have a rfeturn value, so make it void.Eric S. Raymond2004-09-301-1/+1
* Another compaction pass.Eric S. Raymond2004-09-291-1/+0
* Zodiac sequence number needs to be part of the state structure.Eric S. Raymond2004-09-291-0/+1
* Another round of structure trimming.Eric S. Raymond2004-09-291-1/+0
* Get rid of some redundant data members.Eric S. Raymond2004-09-291-3/+2
* Only declare /dev/gps once.Eric S. Raymond2004-09-291-0/+2
* Get rid of some more dependencies on the exact driver list.Eric S. Raymond2004-09-271-5/+0
* More support for conditioning out drivers.Eric S. Raymond2004-09-261-2/+2
* Condition out some TripMate members. This rearrangement requires aEric S. Raymond2004-09-261-2/+5
* Make conversion constants visible.Eric S. Raymond2004-09-241-5/+0
* Some Zodiac variants don't send GSV. One of them is the old Earthmate.Eric S. Raymond2004-09-241-3/+2
* Another step towards being able to condition out drivers.Eric S. Raymond2004-09-211-0/+12
* Changed name of gpscli_report to gpsd_report and added stub,Eric S. Raymond2004-09-081-1/+1
* Move a member out of the structure that is visible to clients.Eric S. Raymond2004-09-081-1/+2
* Allow drivers to declare stop bits for their device.Eric S. Raymond2004-09-021-2/+2
* Clean the vendor-specific stuff out of zodiac.cEric S. Raymond2004-09-021-5/+4
* Another step in the Zodiac rename.Eric S. Raymond2004-09-011-2/+2
* Change EarthMate to Zodiac, because the newer EarthMates have aEric S. Raymond2004-09-011-2/+2
* Shoot PRWIZCH support through the head. Pre-1.10 gpsd never shipped this dataEric S. Raymond2004-08-311-0/+12
* Avoid exporting a fixed-size table.Eric S. Raymond2004-08-311-1/+1
* Attempt FV18 support.Eric S. Raymond2004-08-311-0/+1
* About to switch to autogen-based build...Eric S. Raymond2004-08-291-1/+1
* Remove debug member from session structure.Eric S. Raymond2004-08-291-6/+1
* Move some structure members used only for housekeeping out of theEric S. Raymond2004-08-291-2/+14
* Y command now carries information about which satellites were used inEric S. Raymond2004-08-241-1/+0
* Offline check is no longer subject to false positives.Eric S. Raymond2004-08-241-0/+1
* Don't discard $ before control word matching.Eric S. Raymond2004-08-241-8/+8
* Clean up things so gpscli_report() is no longer required on client side.Eric S. Raymond2004-08-241-1/+0
* There is no longer any good reason for passivesock to be in theEric S. Raymond2004-08-231-2/+1