summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
...
* Refactoring step. Eric S. Raymond2009-07-241-51/+52
* Fix the ?DEVICES response.Eric S. Raymond2009-07-241-2/+2
* Add and document the device_class member, so we can do ?DEVICES properly.Eric S. Raymond2009-07-241-13/+44
* Remove ! introducer for responses.Eric S. Raymond2009-07-241-1/+1
* AIS dumping is now under the control of the watcher variable.Eric S. Raymond2009-07-241-0/+8
* Un-break the build.Eric S. Raymond2009-07-231-1/+1
* Add AIS as a supported type for the 'G' command.Eric S. Raymond2009-07-231-1/+5
* Reverse the breakout of gpsd_output.Eric S. Raymond2009-07-221-6/+616
* Fix buglet in control notifications.Eric S. Raymond2009-07-211-1/+1
* refactor the output routines.Chris Kuethe2009-07-111-752/+10
* Define a configuratrion switch for NG protocol support.Eric S. Raymond2009-07-091-8/+12
* system call failure should be tested against -1, rather than "< 0"Chris Kuethe2009-07-091-12/+12
* Use boolean JSON values where appropriate.Eric S. Raymond2009-07-091-2/+2
* Oops, fix JSON syntax - uses Python-style dictionary notation.Eric S. Raymond2009-07-091-23/+23
* First step towards new protocol. Implement ?TPV and ?SAT.Eric S. Raymond2009-07-091-1/+141
* GPSD can now be a gpsd clientChris Kuethe2009-07-051-5/+6
* strange. somehow HAVE_SYS_STAT_H was being definedChris Kuethe2009-07-051-1/+0
* change the dgnss_ prefix to netgnss_Chris Kuethe2009-07-041-7/+7
* missing header, and whitespaceChris Kuethe2009-07-041-2/+3
* change the signal strength member to float.Chris Kuethe2009-06-221-1/+1
* Clean up splint and compilation warnings, fix minor gpsdecode option bugs.Eric S. Raymond2009-05-281-2/+2
* Fix for incorrect hex-transmission code.Eric S. Raymond2009-05-221-4/+6
* Patch by Petr Slansky to avoid both splint and compiler warnings.Eric S. Raymond2009-03-281-1/+1
* Splint and compiler-warning cleanup.Eric S. Raymond2009-03-251-3/+7
* Even more delayed allocation on wait-for-connect.Eric S. Raymond2009-03-251-6/+39
* Delayed device close is working.Eric S. Raymond2009-03-201-3/+4
* First cut at implementing Matthias Urlich's suggestion about a release timeout.Eric S. Raymond2009-03-201-17/+36
* Restore wait-for connect as an accessible mode and the default.Eric S. Raymond2009-03-201-1/+1
* splint cleanup.Eric S. Raymond2009-03-181-3/+4
* Fix code for RTCM distribution.Eric S. Raymond2009-03-171-1/+2
* Enable passing of RTCM data to rtcm_writer() methods.Eric S. Raymond2009-03-161-2/+0
* fix some sign warningsChris Kuethe2009-03-101-3/+3
* Hush a compiler warning.Eric S. Raymond2009-03-091-1/+1
* Improve error detection from gpsd_hexpack().Eric S. Raymond2009-03-091-4/+9
* .cycle_chars is gone, replaced by min_cycle.Eric S. Raymond2009-03-071-6/+4
* Remove 'cycle' member from device structure. Eric S. Raymond2009-03-071-4/+4
* Simplify the way ALLOW_RECONFIGURE works.Eric S. Raymond2009-03-061-0/+8
* Add an -l option to gpsd that lists its compiled-in drivers and exits.Eric S. Raymond2009-03-051-1/+19
* An explict cast to match the format.Eric S. Raymond2009-03-041-1/+1
* Quiet down the compiler.Eric S. Raymond2009-03-041-1/+1
* Use %d to print difference of pointers, rather than %ld.Greg Troxel2009-03-041-1/+1
* Process mode arguments a bit more forgivingly.Eric S. Raymond2009-03-021-1/+1
* Full support for setting parity and stop bits.Eric S. Raymond2009-03-021-9/+29
* Create infrastructure for allowing changes of parity and stop bits.Eric S. Raymond2009-02-281-1/+4
* New channel allocation policy: seek fix quality.Eric S. Raymond2009-02-261-4/+17
* Refactor channel allocation policy.Eric S. Raymond2009-02-261-16/+13
* Knock the rust off the D-Bus code.Eric S. Raymond2009-02-241-2/+3
* Magic-number elimination and compiler hushing.Eric S. Raymond2009-02-241-4/+4
* Major and minor API revision numbers need to be returned by L command.Eric S. Raymond2009-02-121-1/+1
* All driver method tables are now const.Eric S. Raymond2009-02-121-5/+5