summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Timeouts at the daemon level were a mistake. This commit removes them.Eric S. Raymond2004-08-231-1/+1
* Typo fixes.Eric S. Raymond2004-08-231-1/+1
* A big name change. The gps* and gpsd* namespaces swap places, so gps_*Eric S. Raymond2004-08-221-19/+19
* The gps client now goes through the daemon. Relayerr functionalityEric S. Raymond2004-08-211-0/+1
* Another step in raw-hook support for the client library.Eric S. Raymond2004-08-211-1/+1
* Raw hook is now part of the gps_data structure. This is an essentialEric S. Raymond2004-08-201-1/+0
* Get rid of process_exception(). All the trigger strings by which weEric S. Raymond2004-08-201-0/+2
* Second half of file name change, and some function name changes.Eric S. Raymond2004-08-201-3/+3
* gps_poll() returns an int now.Eric S. Raymond2004-08-201-1/+1
* Hide another #define.Eric S. Raymond2004-08-181-1/+2
* More things are internals now.Eric S. Raymond2004-08-171-13/+11
* Hide more stuff that doesn't need to be visible.Eric S. Raymond2004-08-171-1/+45
* Pull the output-data structure into the library namespace.Eric S. Raymond2004-08-171-1/+1