summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
Commit message (Expand)AuthorAgeFilesLines
* Prevent a race between KPPS initialization and privilege dropping.Eric S. Raymond2013-10-171-0/+2
* Under the new transition rules, event_identified fired too often. Fix this.Eric S. Raymond2013-10-171-0/+2
* Revert driver whenever it's non-sticky.Eric S. Raymond2013-10-161-1/+1
* More efficiebt sticky-flagging.Eric S. Raymond2013-10-151-2/+4
* This works, but it's inefficient.Eric S. Raymond2013-10-151-1/+1
* First cut at salience test.Eric S. Raymond2013-10-151-1/+13
* OK, visualize as a method was a bad idea. All regression tests pass.Eric S. Raymond2013-10-141-3/+0
* Make all hex-dumping truly thread-safe.Eric S. Raymond2013-10-131-2/+5
* Second step in the visualization code.Eric S. Raymond2013-10-131-0/+2
* Create driver slot and scons option for a visualizer driver method.Eric S. Raymond2013-10-131-0/+1
* Deal with the Macx-1's quirk of not being able to turn off ASCII.Eric S. Raymond2013-10-131-0/+1
* Observer-driver reversion logic. This is a simple but major change.Eric S. Raymond2013-10-131-0/+3
* Add the driver method consistency check to normal tests.Eric S. Raymond2013-10-121-3/+0
* Add a driver property lister to test_packet.c.Eric S. Raymond2013-10-121-0/+3
* Move the AIVDM context into the main driver structure scratch area.Eric S. Raymond2013-10-111-9/+5
* Handle error returns from gpsd_await_data() a bit more gracefully.Eric S. Raymond2013-10-101-1/+5
* splint cleanup.Eric S. Raymond2013-10-091-2/+2
* Simplify signal handling.Eric S. Raymond2013-10-091-2/+4
* Partial splint cleanup.Eric S. Raymond2013-10-091-1/+1
* Introduce a mode option so gpscotl can be less intrusive than gpsd.Eric S. Raymond2013-10-091-1/+5
* New, simpler UBX mode switching with synthesized config blocks works.Eric S. Raymond2013-10-081-2/+0
* Give drivers a way to query the currewntly set stopbits and parity.Eric S. Raymond2013-10-081-0/+2
* Code transplant. No functional changes.Eric S. Raymond2013-10-081-0/+2
* Move some refactored code out of its original context.Eric S. Raymond2013-10-081-0/+8
* Change the driver substructure to a struct from a union.Eric S. Raymond2013-10-071-4/+4
* We can now monitor low-level string sends through gpsmon.Eric S. Raymond2013-10-041-1/+4
* Update documentation to capture the new behavior around _text attributesEric S. Raymond2013-10-011-1/+4
* Increase the resilience of the packet getter.Eric S. Raymond2013-09-291-1/+1
* Cleanup after the big change.Eric S. Raymond2013-09-291-1/+1
* Properly label debug reports from different programs.Eric S. Raymond2013-09-291-1/+2
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-20/+22
* fix typo #definr -> #defineGary E. Miller2013-09-231-1/+1
* Merge Igor Socec's initialization code for TSIP. All regression tests pass.Eric S. Raymond2013-09-231-0/+3
* splint/cppcheck cleanup.Eric S. Raymond2013-09-171-1/+1
* Split Type 24 reporting, including the -s option to gpsdecode.Eric S. Raymond2013-09-141-1/+2
* Pacify splint.Reinhard Arlt2013-08-041-0/+1
* More work on AIVDM messages in nmea mode.Reinhard Arlt2013-07-231-1/+1
* Groundbreaking for AIVDM messages in nmea mode.Reinhard Arlt2013-07-211-0/+2
* Fix bug in nmea2000 fast packet handling.Reinhard Arlt2012-12-091-1/+1
* Address Savannah bug #37377: Device hook script path is incorrectEric S. Raymond2012-09-181-1/+1
* Change the API so the yermios strucytture is not publicly exposed.Eric S. Raymond2012-09-071-1/+2
* Complete change from int to socket_t for sockets.Eric S. Raymond2012-09-071-1/+1
* Fix scaling of AIS navigation message 'course' member.Eric S. Raymond2012-08-221-1/+2
* Add can_net to driver.nmea2000 structure.Reinhard Arlt2012-07-181-0/+1
* Move nowait out of gpsd_add_device.Reinhard Arlt2012-07-151-1/+1
* Rename add_device to gpsd_add_device and remove static.Reinhard Arlt2012-07-151-0/+1
* Include unistd.h as workaround for timepps.h missing it.Bernd Zeimetz2012-07-011-0/+9
* Fix the leap seconds notify.Michael Tatarinov2012-06-261-0/+5
* Split gpsd_hexdump() so AIS dumping will be invertible.Eric S. Raymond2012-06-201-0/+1
* Service and source types are not meant to be protocol-specific.Eric S. Raymond2012-06-011-2/+1