summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
Commit message (Expand)AuthorAgeFilesLines
* Abolish device classes. Eric S. Raymond2009-08-101-6/+24
* Experimental 'scaled' attribute for AIS reporting; needs testing.Eric S. Raymond2009-08-051-0/+1
* Break per-channel configuration bits out into a separate config structure...Eric S. Raymond2009-07-311-0/+6
* Refactor code for parsing WATCH responses...Eric S. Raymond2009-07-301-0/+12
* Pull some definitions into gpsd.c that were too widely exposed.Eric S. Raymond2009-07-291-25/+0
* More separation of channel objects from subscriber and device objects.Eric S. Raymond2009-07-271-3/+3
* 'G' command no longer has side effects. Eric S. Raymond2009-07-251-1/+1
* Fix some JSON generation issues.Eric S. Raymond2009-07-241-0/+1
* Add and document the device_class member, so we can do ?DEVICES properly.Eric S. Raymond2009-07-241-0/+3
* fix prototype of aivdm_dumpChris Kuethe2009-07-241-1/+1
* Rename the function to oncore_payload_cksum_length()... Chris Kuethe2009-07-231-1/+1
* Reverse the breakout of gpsd_output.Eric S. Raymond2009-07-221-23/+0
* Hakan Johansson made the oncore driver acutally useful.Chris Kuethe2009-07-221-0/+10
* Make the oncore sniffer use the known lengths of packets.Chris Kuethe2009-07-161-0/+2
* Rough oncore driver.Chris Kuethe2009-07-161-12/+2
* refactor the output routines.Chris Kuethe2009-07-111-0/+48
* actually, UNUSED is better for our purposes in gps.hChris Kuethe2009-07-061-8/+0
* UNUSED is not something that config.h needs to define. move it to gpsd.hChris Kuethe2009-07-061-0/+8
* GPSD can now be a gpsd clientChris Kuethe2009-07-051-1/+3
* change the dgnss_ prefix to netgnss_Chris Kuethe2009-07-041-7/+7
* take a hint from the tsip driver... Chris Kuethe2009-07-041-0/+1
* schedule output of gps system message. not supported on all receivers (likeChris Kuethe2009-07-031-0/+1
* Splint cleanup.Eric S. Raymond2009-06-141-1/+1
* Fossil removal.Eric S. Raymond2009-06-111-10/+0
* Significant simplification of the packet-getter interface. Eric S. Raymond2009-03-271-2/+1
* First cut at implementing Matthias Urlich's suggestion about a release timeout.Eric S. Raymond2009-03-201-0/+1
* splint cleanup.Eric S. Raymond2009-03-181-2/+2
* More refactoring of the AIVDM code.Eric S. Raymond2009-03-151-8/+7
* Refactor the AIVDM driver to remove dependencies on the session structure.Eric S. Raymond2009-03-151-12/+14
* rtcmdecode -> gpsdecode.Eric S. Raymond2009-03-131-2/+2
* Store unscaled AIDVM values so we never throw away information.Eric S. Raymond2009-03-131-1/+2
* Full decoding for AIVDM Type 4 messages.Eric S. Raymond2009-03-131-0/+1
* Second stage of AIVDM decoding:Eric S. Raymond2009-03-101-0/+9
* The shell of an AIVDM driver.Eric S. Raymond2009-03-091-1/+3
* Change cycle_chars to min_cycle so my third-to-last revision compiles.Greg Troxel2009-03-071-1/+1
* Remove 'cycle' member from device structure. Eric S. Raymond2009-03-071-2/+0
* Support --disable-controlsendEric S. Raymond2009-03-061-1/+3
* Simplify the way ALLOW_RECONFIGURE works.Eric S. Raymond2009-03-061-6/+5
* Create infrastructure for allowing changes of parity and stop bits.Eric S. Raymond2009-02-281-1/+2
* ocumentation and a splint cleanup.Eric S. Raymond2009-02-251-1/+3
* Enable gpsmon to get at the raw fields from an NMEA parse.Eric S. Raymond2009-02-171-0/+2
* Format driver sends through a common message buffer.Eric S. Raymond2009-02-161-2/+4
* Remove a fossil relic.Eric S. Raymond2009-02-151-3/+0
* Define TEXTUAL_PACKET_TYPE().Eric S. Raymond2009-02-151-0/+1
* Give the ubx driver a real control_send method.Eric S. Raymond2009-02-151-1/+2
* All driver method tables are now const.Eric S. Raymond2009-02-121-2/+3
* Add a packet_type member to the device structure. Eric S. Raymond2009-02-081-0/+1
* Make hex_escapes() generally available.Eric S. Raymond2009-01-301-0/+1
* driver for novatel superstar2. Chris Kuethe2009-01-261-0/+6
* Teach gpsctl to ship control strings to a UBX device, and eliminate ubxsend.Eric S. Raymond2009-01-211-0/+16