summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Device list editing through a separate control socket.Eric S. Raymond2005-04-031-2/+2
* 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