summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Process mode arguments a bit more forgivingly.Eric S. Raymond2009-03-021-1/+1
* Full support for setting parity and stop bits.Eric S. Raymond2009-03-021-9/+29
* Create infrastructure for allowing changes of parity and stop bits.Eric S. Raymond2009-02-281-1/+4
* New channel allocation policy: seek fix quality.Eric S. Raymond2009-02-261-4/+17
* Refactor channel allocation policy.Eric S. Raymond2009-02-261-16/+13
* Knock the rust off the D-Bus code.Eric S. Raymond2009-02-241-2/+3
* Magic-number elimination and compiler hushing.Eric S. Raymond2009-02-241-4/+4
* Major and minor API revision numbers need to be returned by L command.Eric S. Raymond2009-02-121-1/+1
* All driver method tables are now const.Eric S. Raymond2009-02-121-5/+5
* Address tracker bug #14196.Eric S. Raymond2009-02-111-5/+19
* Typo fix.Eric S. Raymond2009-02-111-1/+1
* sirfmon can read from gpsd again.Eric S. Raymond2009-02-051-45/+29
* The 'g' mode switch command now requires, and returns, 'rtcm104v2'...Eric S. Raymond2009-01-301-5/+5
* Splint cleanup and removal of some unneeded headers.Eric S. Raymond2009-01-211-0/+2
* Splint cleanup.Eric S. Raymond2009-01-211-2/+2
* fix reporting of a device going offline. from Michael LedfordChris Kuethe2009-01-151-2/+0
* hushChris Kuethe2009-01-131-1/+1
* Transfer mask dumping is not very useful since we solved the J problem.Eric S. Raymond2009-01-131-2/+2
* Improve the packet instrumentation slightly.Eric S. Raymond2009-01-121-1/+0
* Fix instrumentation so it reports atomic chunks as well as writing them.Eric S. Raymond2009-01-121-4/+5
* Change the throttled_write() logic so each sentence shipped is an atomic write.Eric S. Raymond2009-01-121-29/+44
* Be explicit about which write returns we're ignoring.Eric S. Raymond2009-01-091-18/+21
* Experimental code for sending hexified binary over the control channel.Eric S. Raymond2009-01-091-0/+21
* Prevent shipping of stale data as the first fix when a device is reallocated.Eric S. Raymond2009-01-081-0/+2
* fix format and sign comparison warningsChris Kuethe2009-01-061-9/+13
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-4/+13
* crank up the precision of fixes to 9 decimal places.Chris Kuethe2009-01-051-9/+9
* My change to the scaling of O reports four days ago was backwards.Eric S. Raymond2009-01-031-5/+5
* Scale the O reports of horizonal and vertical errors properly.Eric S. Raymond2008-12-311-2/+2
* Throw an assertion on failed writes. Eric S. Raymond2008-12-301-15/+15
* GCC now gets huffy about unchecked write(2) returns. Fix some of these.Eric S. Raymond2008-12-291-2/+11
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-271-0/+3
* Greg Troxel's patch to allow the user to decide whether to listen on theChris Kuethe2008-12-261-2/+9
* don't truncate "ERROR\n". from Jan-Benedict GlawChris Kuethe2008-10-191-1/+1
* inverting the behaviour of a flag is bad... no cookie for me. Chris Kuethe2008-10-161-1/+1
* invert the sense of "-n"; Chris Kuethe2008-10-151-2/+2
* put the listen address in network byte order. Chris Kuethe2008-10-031-1/+1
* validate sub->fd. From Bartos-Elekes Zsolt on gpsd-devChris Kuethe2008-09-101-1/+4
* We are now splint clean.Eric S. Raymond2008-07-101-1/+1
* Splint got more capable, or something. Remove some overrides.Eric S. Raymond2008-07-101-1/+1
* Add a CRC-24Q implementation. It's wrong, but it's a start.Eric S. Raymond2008-06-301-1/+1
* RTCM104v3 packet detection. Eric S. Raymond2008-06-301-1/+1
* More preparation for RTCM 3. No behavior changes. All regression tests pass.Eric S. Raymond2008-06-271-4/+4
* 'typename' is a reserved word in C++. Gary E. Miller2008-01-191-2/+2
* Make the -h output include a list of compiled-in drivers.Eric S. Raymond2007-12-271-2/+8
* Cosmetic fix.Eric S. Raymond2007-12-131-6/+6
* Comment fixes.Eric S. Raymond2007-12-131-7/+2
* Fix to time conversion by Petr Slansky; passes all stable regressions.Eric S. Raymond2007-12-111-1/+1
* Improved error and rpgress reporting, plus a typo fix.Eric S. Raymond2007-12-101-1/+1
* Log the transfer mask describing what data gets moved from devices... Eric S. Raymond2007-12-101-0/+2