summaryrefslogtreecommitdiff
path: root/driver_proto.c
Commit message (Expand)AuthorAgeFilesLines
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-13/+13
* Adjust comment for scons.Eric S. Raymond2012-05-081-1/+1
* Typo fix.Eric S. Raymond2012-05-081-1/+1
* splint and cppcheck cleanup. All regression tests pass.Eric S. Raymond2011-06-271-1/+1
* Remove gpsd_hexdump_wrapper() from everything outside the packet sniffer.Eric S. Raymond2011-06-171-2/+1
* Cut down on gpsd_hexdump_wrapper() calls.Eric S. Raymond2011-06-171-5/+2
* Regularize some names.Eric S. Raymond2011-04-011-8/+8
* gps_maskdump() has been a CPU hog. Drastically reduce the number of calls...Eric S. Raymond2011-03-311-3/+2
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-7/+7
* Make all drivers set the PPSTIME_IS mask where appropriate. It's not yet used.Eric S. Raymond2011-03-231-1/+1
* Minor fixup to driver prototype example.Eric S. Raymond2011-03-181-1/+1
* Verbosity suppression. All regression tests pass.Eric S. Raymond2011-02-281-0/+3
* Match debug levels passed into gpsd_hexdump_wrapper with gpsd_report() calls.Jon Schlueter2011-02-261-1/+1
* Refactor time handling yet again. All regression tests pass.Eric S. Raymond2011-01-211-1/+1
* Added a driver-type flags member to the driver method structure.Eric S. Raymond2011-01-191-0/+2
* Refactor time resolution. All regression tests pass.Eric S. Raymond2011-01-171-8/+1
* Introduce GPS_TIME_VALID flag for GPS time validation.Eric S. Raymond2011-01-171-0/+1
* More deheader testing.Eric S. Raymond2011-01-121-0/+1
* We longer send wakeup probes to USB devices.Eric S. Raymond2011-01-091-4/+4
* sizeof(long) is not portableChris Kuethe2010-12-251-1/+3
* Insert SuS headers required for portablity, as revealed by deheader.Eric S. Raymond2010-12-221-0/+2
* Remove a few more unneeded headers.Eric S. Raymond2010-12-201-4/+0
* Insert GPS week rollover checks everywhere we rely on GPS time.Eric S. Raymond2010-12-201-0/+1
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-9/+0
* sample raw data extractionChris Kuethe2010-05-131-1/+47
* XXX -> FIX-ME: Avoids false matches with autoconf cruft.Eric S. Raymond2010-05-121-3/+3
* a bit of armor for variable length packet decodesChris Kuethe2010-05-101-4/+8
* Clear DOPs only when we get a skyview report.Eric S. Raymond2010-04-201-5/+9
* Eliminate a lot of private copies of gps_tow for one global copy inGary E. Miller2010-04-181-1/+3
* 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