summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update to latest ciabot version.Eric S. Raymond2011-06-221-5/+10
* Fix path-rewrite logic to handle multiple devices.Eric S. Raymond2011-06-211-15/+20
* Remote gpsd instances can be used as data sources. All regression tests pass.Eric S. Raymond2011-06-212-16/+26
* Path-rewrite for JSON packets works. All regression tests pass.Eric S. Raymond2011-06-215-9/+83
* Avoid a core dump on gpsmon n1 command.Eric S. Raymond2011-06-211-1/+1
* Make JSON support a full driver to avoid a crash bug in gpsmon.Eric S. Raymond2011-06-203-10/+52
* Better visibility test. All regression tests pass. Code splints clean.Eric S. Raymond2011-06-171-1/+9
* Improve the code for making sensor data and command strings visible...Eric S. Raymond2011-06-177-37/+41
* Elimination of gpsd_hexdump_level.Eric S. Raymond2011-06-179-43/+21
* Move debuglevel into the context in gpsctl and gpsmon, too.Eric S. Raymond2011-06-172-4/+7
* Remove gpsd_hexdump_wrapper() from everything outside the packet sniffer.Eric S. Raymond2011-06-1711-37/+43
* Make the debug level part of the session context.Eric S. Raymond2011-06-173-19/+20
* Remove more duplicative logging. All regression tests pass.Eric S. Raymond2011-06-172-17/+4
* Cut down on gpsd_hexdump_wrapper() calls.Eric S. Raymond2011-06-1713-100/+37
* Refactor to avoid duplicating work on zero-length packets.Eric S. Raymond2011-06-161-26/+26
* Bug fixed, all regression tests now pass with PASSTHROUGH_ENABLED.Eric S. Raymond2011-06-153-4/+4
* Improve some error messages.Eric S. Raymond2011-06-142-3/+8
* First xut at JSON passthrough code.Eric S. Raymond2011-06-149-8/+171
* Typo fix.Eric S. Raymond2011-06-141-1/+1
* Add some missing packet types to the JSON interface.Eric S. Raymond2011-06-141-2/+6
* splint check should work even after a clean operation.Eric S. Raymond2011-06-131-5/+4
* Don't issue spurious messages about changed config variables.Eric S. Raymond2011-06-131-7/+1
* Yet more code slimming. All regression tests pass, code splints clean.Eric S. Raymond2011-06-114-29/+23
* Fix misplaced break.Eric S. Raymond2011-06-111-1/+1
* Clean up generation of the configuration .h file.Eric S. Raymond2011-06-111-36/+36
* More code slimming.Eric S. Raymond2011-06-116-9/+29
* Code slimming.Eric S. Raymond2011-06-113-5/+4
* sizes needed rebuilding for scons.Eric S. Raymond2011-06-101-0/+2
* Add a FAQ on CPU and power overhead.Eric S. Raymond2011-06-101-2/+13
* Comment fix.Eric S. Raymond2011-06-101-8/+8
* Cosmetic fix. All regression tests pass.Eric S. Raymond2011-06-101-25/+17
* Implement NMEA HDT sentence. All regression tests pass,Eric S. Raymond2011-06-102-1/+44
* Correct a typo in the build recuoe that produced a garbled packet_names.h.Eric S. Raymond2011-06-081-2/+2
* Fix a help string.Eric S. Raymond2011-06-081-2/+4
* Update for the to-do list.Eric S. Raymond2011-06-021-3/+2
* Remove commented-out documentation for an obsolete option.Eric S. Raymond2011-06-021-2/+0
* Typo fix.Eric S. Raymond2011-06-011-2/+2
* Remove some vestigial logging.Eric S. Raymond2011-05-311-122/+0
* More use of array notation.Eric S. Raymond2011-05-311-0/+8
* In AIS, full support for VTS-Generated/Synthetic targets.Eric S. Raymond2011-05-312-8/+12
* Closing in on generating correct code for union subtypes.Eric S. Raymond2011-05-311-3/+6
* In AIS, partial support for VTS-Generated/Synthetic Targets.Eric S. Raymond2011-05-317-54/+220
* In AIS, Route info (broadcast) support.Eric S. Raymond2011-05-304-13/+43
* In AIS, support for IMO Route info (broadcast). All regression tests pass.Eric S. Raymond2011-05-303-15/+46
* In the code generator, handle duplicated substructures.Eric S. Raymond2011-05-301-4/+26
* Signedness fix.Eric S. Raymond2011-05-301-1/+19
* In the AIS code generator, loop variables may be signed or unsigned.Eric S. Raymond2011-05-301-6/+6
* In the AIS message layouts, all trailing arrays are now marked up in line.Eric S. Raymond2011-05-301-33/+15
* In AIS, support for Route Info (addressed). All regression tests pass.Eric S. Raymond2011-05-295-4/+129
* Remove a broken table header.Eric S. Raymond2011-05-281-1/+0