summaryrefslogtreecommitdiff
path: root/sirf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the rate-limiter logic for SiRF MID04.Eric S. Raymond2005-05-021-1/+1
* Another round of fixes from Rob Janssen.Eric S. Raymond2005-04-301-13/+25
* Documentation fixes.Eric S. Raymond2005-04-301-4/+0
* The uBlox needs this change.Eric S. Raymond2005-04-301-1/+2
* Another round of fixes from Rob Janssen.Eric S. Raymond2005-04-301-6/+8
* Fixes from Rob Janssen.Eric S. Raymond2005-04-301-1/+2
* DOP computation for SiRF binary is now available.Eric S. Raymond2005-04-291-2/+0
* Open the shared-memory segment to talk to ntpd only once.Eric S. Raymond2005-04-281-3/+3
* Restore SiRF packet 41 interpretation.Eric S. Raymond2005-04-211-52/+144
* Slimmed-down version of inversion code.Eric S. Raymond2005-04-211-0/+20
* Enable track-smoothing in SiRF binary mode. Might solve the crazy-speed bug.Eric S. Raymond2005-04-201-0/+15
* DOP computation still doesn't match reported values...Eric S. Raymond2005-04-201-7/+11
* Leap-seciond correction from subframe, but only after 1 Jan 2006.Eric S. Raymond2005-04-131-10/+18
* Getting leap second from subframe almost works.Eric S. Raymond2005-04-121-22/+43
* Leap-second correction is now context shared among all sessions.Eric S. Raymond2005-04-111-5/+2
* Better diagnostics for subframes.Eric S. Raymond2005-04-111-11/+19
* Correct NavLib initialization (code not used unless SUBFRAME enabled).Eric S. Raymond2005-04-111-9/+7
* First hack at subframe interpretation (conditioned out).Eric S. Raymond2005-04-051-3/+72
* SiRF coordinate conversion should now work with all firmware versions.Eric S. Raymond2005-04-011-23/+5
* No longer necessary to be so version-sensitive.Eric S. Raymond2005-04-011-52/+39
* Move all the datum-specific stuff into geoid.cEric S. Raymond2005-04-011-36/+4
* Use computed geoid separation rather than SiRF packet 42 MSL height.Eric S. Raymond2005-04-011-82/+23
* MacOS compiler fixes. Oleg's fix for the bilinear interpolation.Eric S. Raymond2005-04-011-2/+6
* Add timestamp to the 'Y' command.Eric S. Raymond2005-04-011-1/+1
* OK, let's try this again. Only you can prevent malicious buffer overruns!Eric S. Raymond2005-03-311-1/+1
* Limit some field widths...Eric S. Raymond2005-03-301-1/+1
* Better time selection, from Robert Janssen.Eric S. Raymond2005-03-301-6/+8
* Rob Jannsen's second round of time patches.Eric S. Raymond2005-03-291-4/+21
* Profile all packets, not just the ones with internal timestamps.Eric S. Raymond2005-03-291-1/+0
* Make sure all drivers set the packet tag field.Eric S. Raymond2005-03-291-4/+1
* Make the code for converting GMT dates independent of Unix time-zone weirdness.Eric S. Raymond2005-03-281-1/+1
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-5/+5
* We now get valid-looking profile data from MTD (04).Eric S. Raymond2005-03-281-2/+2
* Robert Jannsen's patch for uBlox support.Eric S. Raymond2005-03-271-13/+56
* Add a sentence_time member...Eric S. Raymond2005-03-261-2/+5
* Make offset an argument of the GPS time converter.Eric S. Raymond2005-03-261-3/+3
* Use UTC when we get to firmware version 232.Eric S. Raymond2005-03-261-10/+10
* Reduce the burden on drivers by doing fix copying for them.Eric S. Raymond2005-03-251-4/+0
* Latency profiling work better now, but splitplot is still broken.Eric S. Raymond2005-03-251-3/+1
* Raw-mode profiling now works on SiRF. Only split mode is still broken.Eric S. Raymond2005-03-241-1/+21
* Report when the firmware has XTrac capability.Eric S. Raymond2005-03-241-7/+9
* Set SBAS parameters at startup time.Eric S. Raymond2005-03-241-6/+12
* Split up the estimated-error validity masks.Eric S. Raymond2005-03-231-1/+1
* Watcher mode now uses 'o' command to dump status.Eric S. Raymond2005-03-231-22/+12
* Compute derived uncertainties for 'O' command.Eric S. Raymond2005-03-231-0/+4
* SiRF driver does set speed and track.Eric S. Raymond2005-03-221-1/+1
* Zodiac returns estimated speed error.Eric S. Raymond2005-03-221-35/+6
* Take the broken-out dates out of the session structure.Eric S. Raymond2005-03-221-11/+0
* Sentence length and tag reporting is now done by the driver.Eric S. Raymond2005-03-221-0/+6
* Second step in library refactoring.Eric S. Raymond2005-03-221-6/+2