summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an error in the whole-cycle visualizations.Eric S. Raymond2011-09-301-2/+2
* splint cleanup.Eric S. Raymond2011-09-221-1/+1
* Profiling can isolate RS232 transmission time.Eric S. Raymond2011-09-221-3/+4
* Prfile numbers now include a per-cycle chracter count.Eric S. Raymond2011-09-221-0/+9
* Describe the latency components.Eric S. Raymond2011-09-211-0/+4
* Add decode time to the profiling.Eric S. Raymond2011-09-211-0/+5
* Cycle-start detection by timing works on a SiRF at 9600bps.Eric S. Raymond2011-09-211-0/+48
* Typo fix.Eric S. Raymond2011-09-211-1/+1
* Remove the old latency-profiling machinery.Eric S. Raymond2011-09-201-12/+4
* Fix problems with reconfigure=no and netfeed=no builds.Eric S. Raymond2011-08-241-1/+1
* Removed duplicate code.Michael Tatarinov2011-06-291-12/+2
* Slim down gpsd a bit by moving a function only gpsctl.c now uses.Eric S. Raymond2011-06-271-15/+0
* Verbosity reduction.Eric S. Raymond2011-06-271-1/+1
* Make gpsdecode initialize its time context the same way gpsd does.Eric S. Raymond2011-06-231-1/+1
* Path-rewrite for JSON packets works. All regression tests pass.Eric S. Raymond2011-06-211-0/+27
* Make JSON support a full driver to avoid a crash bug in gpsmon.Eric S. Raymond2011-06-201-8/+0
* Elimination of gpsd_hexdump_level.Eric S. Raymond2011-06-171-0/+1
* Remove gpsd_hexdump_wrapper() from everything outside the packet sniffer.Eric S. Raymond2011-06-171-0/+11
* Make the debug level part of the session context.Eric S. Raymond2011-06-171-9/+10
* Refactor to avoid duplicating work on zero-length packets.Eric S. Raymond2011-06-161-26/+26
* Bug fixed, all regression tests now pass with PASSTHROUGH_ENABLED.Eric S. Raymond2011-06-151-1/+1
* Improve some error messages.Eric S. Raymond2011-06-141-3/+6
* First xut at JSON passthrough code.Eric S. Raymond2011-06-141-0/+12
* More code slimming.Eric S. Raymond2011-06-111-0/+2
* Regularize some names.Eric S. Raymond2011-04-011-4/+4
* Introduce --disable-cheapfloats for the ARM guys.Eric S. Raymond2011-03-311-9/+17
* gps_maskdump() has been a CPU hog. Drastically reduce the number of calls...Eric S. Raymond2011-03-311-2/+0
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-12/+12
* First cut at shared-memory export. Daemon-side only.Eric S. Raymond2011-03-251-0/+3
* Documentation update. All regression tests pass.Eric S. Raymond2011-03-241-1/+6
* Pull the last NTPSHM code dependency out of the core library.Eric S. Raymond2011-03-241-37/+0
* Try to move NTP link activation and deactivation up to the disparcher layer.Eric S. Raymond2011-03-241-1/+0
* PPSTIME_IS and CLEAR_IS may be in the first packet.Gary E. Miller2011-03-231-1/+1
* Set ntpd_ship_to per-cycle based on the driver PPSTIME_IS flag.Eric S. Raymond2011-03-241-25/+28
* Add fixcnt constraint to packet time as well.Gary E. Miller2011-03-231-24/+24
* 3 sats needed for good time, not 4.Gary E. Miller2011-03-231-1/+1
* Revert over conditioning ship_to_ntpdGary E. Miller2011-03-231-2/+5
* Refactoring step. Hide the internals of NTPD communication better.Eric S. Raymond2011-03-231-8/+1
* The ship_to_ntpd flag shouldn't latch.Eric S. Raymond2011-03-231-0/+1
* Move as much of the PPS support as possible to ntpshm.c.Eric S. Raymond2011-03-231-551/+0
* Attempt to use the new PPSTIME_IS mask bit to control updating ntpd.Eric S. Raymond2011-03-231-19/+6
* Track fix counts per-device as well as for all devices.Eric S. Raymond2011-03-231-1/+3
* Remove the root only interface to chronyd. Document that interface.Gary E. Miller2011-03-171-3/+8
* Yet more double->timestamp_t moves.Eric S. Raymond2011-03-101-2/+2
* More timestamp_t conversions. No logic changes.Eric S. Raymond2011-03-101-1/+1
* Give timestamps their own typedef. No logic changes.Eric S. Raymond2011-03-101-3/+3
* Split an excessively long function. No logic changes. All regression tests pass.Eric S. Raymond2011-02-241-0/+64
* Tweak a KPPS log message that is not really an error.Gary E. Miller2011-02-241-1/+1
* Revert esr's breakage of chrony interface.Gary E. Miller2011-02-241-5/+6
* Abolish device->is_serial. Replaced by device->servicetype.Eric S. Raymond2011-02-241-2/+3