summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* More steps towards multisession.Eric S. Raymond2005-04-021-1/+1
* Avoid a compile error in some odd configurations.Eric S. Raymond2005-03-311-3/+3
* Fix incorrect error message.Eric S. Raymond2005-03-311-1/+1
* Make sure all drivers set the packet tag field.Eric S. Raymond2005-03-291-0/+1
* Pacify the compiler.Eric S. Raymond2005-03-291-2/+2
* Another refactoring change, moves towards multisession.Eric S. Raymond2005-03-281-2/+2
* Prevent theoretical memory leak.Eric S. Raymond2005-03-281-0/+1
* DGPS socket is no longer managed by individual sessions.Eric S. Raymond2005-03-281-2/+0
* Change interface so there can be only one DGPS object per server...Eric S. Raymond2005-03-281-21/+23
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-11/+11
* Ooops -- don't want to add a timezone offset where none is needed.Eric S. Raymond2005-03-281-1/+1
* Add a sentence_time member...Eric S. Raymond2005-03-261-0/+1
* Conditionalize so we don't rely on lastfix member when it's not present.Eric S. Raymond2005-03-261-0/+2
* Reduce the burden on drivers by doing fix copying for them.Eric S. Raymond2005-03-251-0/+5
* Enable compilation with --disable-earthmate.Eric S. Raymond2005-03-241-0/+2
* Profiling is almost working. Now to figure out why GPS time is 11-12 secondsEric S. Raymond2005-03-241-4/+10
* Do all computation of derived quanties at the same spot.Eric S. Raymond2005-03-231-1/+12
* We now compute every possible derived quantity except track error.Eric S. Raymond2005-03-231-21/+38
* Split up the estimated-error validity masks.Eric S. Raymond2005-03-231-3/+9
* Compute derived uncertainties for 'O' command.Eric S. Raymond2005-03-231-0/+21
* Take the broken-out dates out of the session structure.Eric S. Raymond2005-03-221-9/+15
* Sentence length and tag reporting is now done by the driver.Eric S. Raymond2005-03-221-10/+0
* Remove redundant code.Eric S. Raymond2005-03-221-5/+1
* Add validity mask to the gps_data_t structure.Eric S. Raymond2005-03-221-6/+2
* Big structure reorganization.Eric S. Raymond2005-03-221-88/+73
* Remove more timestamp fields. Soon there will only be one per fix.Eric S. Raymond2005-03-221-16/+6
* Eliminate track stamp in favor of out-of-band value.Eric S. Raymond2005-03-211-1/+2
* Get ride of status and mode timestamps, these are continuously valid.Eric S. Raymond2005-03-211-2/+0
* Remove redundant timestamps.Eric S. Raymond2005-03-211-2/+0
* Fix a bug in GSV dumping.Eric S. Raymond2005-03-191-1/+1
* Daemon no longer depends on the raw hook to trigger watcher notifications.Eric S. Raymond2005-03-181-5/+7
* First cut at NTPD notifications.Eric S. Raymond2005-03-181-0/+4
* Fix some bugs in feature conditionalization.Eric S. Raymond2005-03-181-1/+1
* Split the handle_input method into packet-getter + packet-interpreter methods.Eric S. Raymond2005-03-171-1/+5
* Force an initializer call.Eric S. Raymond2005-03-161-0/+2
* SiRF rate-limit command is brain-dead, so we'll do it in the driver.Eric S. Raymond2005-03-161-0/+2
* Unbreak the Garmin driver.Eric S. Raymond2005-03-161-1/+1
* Clean up device initialization.Eric S. Raymond2005-03-161-3/+4
* Avoid with 'nan's.Gary E. Miller2005-03-141-1/+6
* GPSes only report to hundredths of a second, format accordingly.Eric S. Raymond2005-03-141-1/+1
* Packet engine rewrite to make automatic reconnect work again.Eric S. Raymond2005-03-141-3/+4
* Make sure a driver's initializer is always called when it's selected.Eric S. Raymond2005-03-101-0/+2
* Prerelease cleanup.Eric S. Raymond2005-03-101-15/+22
* Fix some errors in code conditioning, remove an unused variable.Eric S. Raymond2005-03-051-1/+1
* All timestamps are now millisecond resolution or better.Eric S. Raymond2005-03-051-3/+1
* We have zero configuration. The -T option is dead.Eric S. Raymond2005-03-041-5/+4
* Set correct precision for GPGSA from Garmin.Gary E. Miller2005-03-031-1/+1
* Keep the size of floats witin NMEA dumps in bounds.Eric S. Raymond2005-03-021-3/+3
* Raw mode from binary drivers should report geoidal separation.Eric S. Raymond2005-03-011-5/+11
* Enable profiling all the time by default.Eric S. Raymond2005-03-011-7/+4