summaryrefslogtreecommitdiff
path: root/driver_proto.c
Commit message (Expand)AuthorAgeFilesLines
* Collapse various copies of gps_week into one in gps_contxt_t.Gary E. Miller2010-04-161-0/+1
* Protect more displayed structures from indent.Eric S. Raymond2010-04-131-0/+2
* Typo fix.Eric S. Raymond2010-04-121-1/+1
* Note some changed behavior.Eric S. Raymond2010-04-121-3/+4
* Refactor serial ntpshm_put() calls.Eric S. Raymond2010-04-121-0/+19
* Make the client library and daemon use different sets of state-flag masks.Eric S. Raymond2010-04-091-10/+10
* Drivers now put their per-packet new data into a session->newdata member.Eric S. Raymond2010-04-051-12/+12
* Refactoring step. Change the signature of ecef_to_wgs84fix().Eric S. Raymond2010-04-051-1/+2
* Merge branch 'master' of git.berlios.de:/gitroot/gpsdEric S. Raymond2010-03-131-1/+0
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-5/+5
* Eliminate more Subversion tracks...Eric S. Raymond2010-03-131-3/+0
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+3
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-1/+1
* The new instrumentation pays off. Eric S. Raymond2009-10-021-8/+7
* Fix a paste-o that made its way into many LOG_DATA format strings.Eric S. Raymond2009-10-021-1/+1
* My bright idea to use timestamp() to set skyview times backfired... Eric S. Raymond2009-10-021-2/+2
* Clear up some driver-level confusion surrounding timestamp setting.Eric S. Raymond2009-10-011-1/+3
* Clean up after a name change.Eric S. Raymond2009-10-011-3/+4
* Change some legends in printf strings...Eric S. Raymond2009-10-011-1/+1
* More DATA_LOG adaptations. All regression tests pass. Code splints clean.Eric S. Raymond2009-10-011-0/+17
* Refactor the cycle-end tracking. The AIS machinery should use it.Eric S. Raymond2009-09-301-1/+1
* Change the driver event set to be more orthogonal.Eric S. Raymond2009-09-161-15/+29
* Separate DOP flags are gone.Eric S. Raymond2009-09-151-1/+1
* More clear_dop() calls go in place. All regression tests pass.Eric S. Raymond2009-09-151-0/+1
* Give DOPs their own structure...Eric S. Raymond2009-09-151-2/+2
* Rename event_revert to event_deactivate. No behavior changes.Eric S. Raymond2009-09-131-2/+2
* Fold the probe_wakup method into the new generic lifetime-event hook. Eric S. Raymond2009-09-131-21/+14
* Fold the revert method into the generic event hook.Eric S. Raymond2009-09-131-18/+10
* The configurator member becomes event_hook. Eric S. Raymond2009-09-131-8/+11
* Merge the configurator and probe_subtype methods. Eric S. Raymond2009-09-131-24/+21
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Reliable cycle-start indication for almost all drivers.Eric S. Raymond2009-09-091-0/+4
* Now make it possible for a driver to signal cycle start, cycle end, ... Eric S. Raymond2009-09-031-0/+7
* Break the cycle-start flag out of general status mask into its own field.Eric S. Raymond2009-09-031-2/+7
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-1/+2
* Abolish device classes. Eric S. Raymond2009-08-101-2/+0
* Add and document the device_class member, so we can do ?DEVICES properly.Eric S. Raymond2009-07-241-2/+4
* more fixes from Hakan JohanssonChris Kuethe2009-07-221-1/+1
* fix a bunch of things so this can be used as a driver skeleton again.Chris Kuethe2009-07-151-10/+17
* change the signal strength member to float.Chris Kuethe2009-06-221-1/+1
* Documentation comment tweak.Eric S. Raymond2009-03-071-1/+5
* .cycle_chars is gone, replaced by min_cycle.Eric S. Raymond2009-03-071-4/+2
* Support --disable-controlsendEric S. Raymond2009-03-061-29/+33
* Simplify the way ALLOW_RECONFIGURE works.Eric S. Raymond2009-03-061-5/+5
* control_send method is different from a straight write; be clear about this.Eric S. Raymond2009-03-051-3/+3
* More steps towards parity/stopbit setting.Eric S. Raymond2009-02-281-2/+7
* sirfmon -> gpsmon name change.Eric S. Raymond2009-02-171-1/+1
* Format driver sends through a common message buffer.Eric S. Raymond2009-02-161-2/+11
* All driver method tables are now const.Eric S. Raymond2009-02-121-1/+1