summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-4/+5
* Restore reporting time to millisecond resolution. Eric S. Raymond2006-10-251-2/+2
* Stelian Pop's fix for the J command handling.Eric S. Raymond2006-10-251-15/+8
* Allow for gpsd_report and gpsd_hexdump to be suppressed to save cpu cycles.Chris Kuethe2006-10-241-0/+2
* Don't pretend we offer more accuracy than the GPS system supports.Eric S. Raymond2006-10-231-2/+2
* I don't like fixed width fields.Chris Kuethe2006-10-211-21/+21
* Introducing a new configuration option "--disable-reconfigure"...Chris Kuethe2006-10-021-0/+4
* Undoing my | change of 28 Sep 2006.Chris Kuethe2006-09-281-18/+1
* Undoing my |-protection change of 28 Sep 2006.Chris Kuethe2006-09-281-8/+3
* Protect the | command by adding a -x command line option.Chris Kuethe2006-09-281-3/+8
* Add the | command.Chris Kuethe2006-09-281-1/+18
* Prevent gpsd from spinning if the dgpsip stream goes away.Chris Kuethe2006-09-281-1/+5
* fix the format strings of the timestamps in O and Y messagesChris Kuethe2006-09-231-2/+2
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* The big dead-storage elimination: we get rid of the newdata member.Eric S. Raymond2006-09-091-1/+1
* Another step in eliminating dead storage. All regression tests pass.Eric S. Raymond2006-09-091-1/+1
* Do mode checks relative to the user fixbuffer.Eric S. Raymond2006-09-081-31/+29
* A gallimaufry of small fixes:Eric S. Raymond2006-09-051-5/+9
* Stelian Pop's cleanups for the J command.Eric S. Raymond2006-09-031-2/+1
* Ooops...bad capitalization.Eric S. Raymond2006-09-021-1/+1
* Implement no-CASOC policy in a more explicit (and correct!) way.Eric S. Raymond2006-09-021-13/+7
* Finally, a version of the J-command patch that passes regression tests.Eric S. Raymond2006-09-011-26/+1
* Refactor the way stashing oldfixes is handled. Eric S. Raymond2006-09-011-3/+9
* Put the error-modeller call in a place where it won't cause a segfault.Eric S. Raymond2006-09-011-4/+1
* Yet another minor data-management bug.Eric S. Raymond2006-09-011-0/+4
* Nailed a data-management bug. Eric S. Raymond2006-09-011-3/+0
* Design decision: Trie North data gets mapped into existing fields (track, etc)Eric S. Raymond2006-08-311-8/+0
* Add a bit more logging to ntpshm_init.Gary E. Miller2006-08-301-0/+2
* Hmmm...this change may belong in libgpsd_core.c.Eric S. Raymond2006-08-211-0/+3
* J patch withdrawn, all regression tests pass.Eric S. Raymond2006-08-211-5/+15
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-191-53/+53
* strchr returns char *, so test it against NULL (a pointer) not 0 (an integer)Chris Kuethe2006-08-181-1/+1
* Fix the J option support.Eric S. Raymond2006-08-181-4/+4
* Robin Johnson's fixes for udev support.Eric S. Raymond2006-08-161-2/+3
* Reduce gpsd's default footprint by about 10MB.Eric S. Raymond2006-08-161-2/+4
* Added buffer policy switch.Eric S. Raymond2006-08-141-48/+107
* Eliminate use of fuser(1) from gpsfake.Eric S. Raymond2006-07-291-1/+1
* Fix typo pointed out my Marshall Crocker.Eric S. Raymond2006-07-261-1/+1
* Merge Eivind Tagseth's patch for limiting memory utilization on SBCs.Eric S. Raymond2006-07-261-14/+53
* Avoid a nasty bug when reclaiming fds.Eric S. Raymond2006-07-251-1/+1
* The -d option is no longer necessary.Eric S. Raymond2006-07-231-18/+23
* Third stage: make *all* changes of all_fds have apprpriate adjust calls nearby.Eric S. Raymond2006-07-211-20/+30
* Second stage: lower maximum fd, when possible, on closes.Eric S. Raymond2006-07-211-6/+17
* Implement Owen Wallace's idea to track maximum fd...Eric S. Raymond2006-07-211-3/+20
* Add dgnss.c, which should have been checked in with the NTRIP support.Eric S. Raymond2006-06-071-0/+8
* Full merge of O patch with 14th field enabled. Protocol level bumped to 3.Eric S. Raymond2006-06-071-2/+0
* Robin Darroch's O-mode patch merged...Eric S. Raymond2006-06-071-1/+9
* splint cleanupEric S. Raymond2006-06-071-23/+19
* It doesn't make much sense to allow port speed changes...Chris Kuethe2006-05-271-0/+2
* This is a better way to do the fixed port speed.Chris Kuethe2006-05-221-6/+6