summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Zero splint warnings!Eric S. Raymond2005-06-081-7/+15
* 41 splint warnings.Eric S. Raymond2005-06-071-5/+7
* 75 splint warnings with all -unrecog directives removed.Eric S. Raymond2005-06-071-6/+4
* 78 splint warnings.Eric S. Raymond2005-06-071-4/+4
* 104 split errors. Some iffy changes to the TSIP driver.Eric S. Raymond2005-06-021-10/+15
* 236 splint warnings.Eric S. Raymond2005-05-301-5/+9
* 560 splint errors.Eric S. Raymond2005-05-291-13/+12
* 680 splint warnings.Eric S. Raymond2005-05-271-2/+3
* 698 splint warnings.Eric S. Raymond2005-05-271-4/+4
* 879 splint warnings.Eric S. Raymond2005-05-271-4/+4
* 989 splint warnings. Fix getw() macro bug pointed out by Rob Janssen.Eric S. Raymond2005-05-271-1/+1
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-17/+27
* Down to 1543 splint warnings.Eric S. Raymond2005-05-261-5/+5
* Down to 1562 splint warnings.Eric S. Raymond2005-05-261-30/+30
* More splint cleanup. Down to 1689 warnings.Eric S. Raymond2005-05-261-3/+3
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-1/+1
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-9/+13
* Rob Janssen's fix for PPS threading.Eric S. Raymond2005-05-251-1/+1
* Prevent a core dump while packet sniffing.Eric S. Raymond2005-05-241-1/+1
* Clean up some device pointer references that must now be conditional Eric S. Raymond2005-05-241-2/+3
* Support R=2.Eric S. Raymond2005-05-241-7/+7
* Preparation for the TSIP driver.Eric S. Raymond2005-05-241-0/+2
* Correct error in hunt logic.Eric S. Raymond2005-05-241-10/+9
* Fix a serious bug in multi-device operation.Eric S. Raymond2005-05-241-41/+40
* Pass along, or compute, TDOP and GDOP.Eric S. Raymond2005-05-221-0/+5
* Attempted fix for gpsdrive bug.Eric S. Raymond2005-05-221-2/+2
* Cosmetic fixes.Eric S. Raymond2005-05-211-3/+3
* Deallocate the device_name field properly. Also, a trivial rename.Eric S. Raymond2005-05-201-0/+1
* Dynamic SHM segment allocation.Eric S. Raymond2005-05-201-9/+23
* More pps_monitor cleanup.Eric S. Raymond2005-05-191-5/+8
* Incorporate Rob's comment.Eric S. Raymond2005-05-181-4/+17
* PPS code is now part of the main line.Eric S. Raymond2005-05-181-32/+34
* Documentation improvements. Refactor the PPS code a bit.Eric S. Raymond2005-05-181-7/+10
* Rob Janssen's second big timekeeping patch.Eric S. Raymond2005-05-161-1/+1
* Firlds widths can be a little shorter.Eric S. Raymond2005-05-161-2/+2
* Document a subtle bug.Eric S. Raymond2005-05-151-1/+9
* First cut at PPS support (conditioned on --enable-pps).Eric S. Raymond2005-05-111-0/+37
* Fixes for the Zodiac driver. Beginning of PPS patch (conditioned out).Eric S. Raymond2005-05-091-0/+2
* Remco's fix to make the code build correctly again with --disable-sirfII.Eric S. Raymond2005-05-091-1/+4
* Dead-code removal.release-2.23Eric S. Raymond2005-05-041-8/+0
* Fix the rate-limiter logic for SiRF MID04.Eric S. Raymond2005-05-021-1/+1
* Testing works better if we compile with GARMIN_ENABLE and ZODAC_ENABLE on.Eric S. Raymond2005-04-301-16/+0
* Move magnetic separation into the fix structure...Eric S. Raymond2005-04-301-3/+4
* Move the USB driver inventory early enough that the daemon is still root.Eric S. Raymond2005-04-291-1/+26
* Open the shared-memory segment to talk to ntpd only once.Eric S. Raymond2005-04-281-4/+0
* Name of 'valid' member was misleading, fix it.Eric S. Raymond2005-04-131-16/+16
* Correctly process the first packet gathered by the sniffer.Eric S. Raymond2005-04-111-109/+118
* Fix a bug tickled by the Motorola Oncore.Eric S. Raymond2005-04-111-2/+2
* Leap-second correction is now context shared among all sessions.Eric S. Raymond2005-04-111-1/+2
* Attempted fix #2 for Gary's Y bug.Eric S. Raymond2005-04-101-1/+1