summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Patch by Petr Slansky to avoid both splint and compiler warnings.Eric S. Raymond2009-03-281-1/+1
* Splint and compiler-warning cleanup.Eric S. Raymond2009-03-251-3/+7
* Even more delayed allocation on wait-for-connect.Eric S. Raymond2009-03-251-6/+39
* Delayed device close is working.Eric S. Raymond2009-03-201-3/+4
* First cut at implementing Matthias Urlich's suggestion about a release timeout.Eric S. Raymond2009-03-201-17/+36
* Restore wait-for connect as an accessible mode and the default.Eric S. Raymond2009-03-201-1/+1
* splint cleanup.Eric S. Raymond2009-03-181-3/+4
* Fix code for RTCM distribution.Eric S. Raymond2009-03-171-1/+2
* Enable passing of RTCM data to rtcm_writer() methods.Eric S. Raymond2009-03-161-2/+0
* fix some sign warningsChris Kuethe2009-03-101-3/+3
* Hush a compiler warning.Eric S. Raymond2009-03-091-1/+1
* Improve error detection from gpsd_hexpack().Eric S. Raymond2009-03-091-4/+9
* .cycle_chars is gone, replaced by min_cycle.Eric S. Raymond2009-03-071-6/+4
* Remove 'cycle' member from device structure. Eric S. Raymond2009-03-071-4/+4
* Simplify the way ALLOW_RECONFIGURE works.Eric S. Raymond2009-03-061-0/+8
* Add an -l option to gpsd that lists its compiled-in drivers and exits.Eric S. Raymond2009-03-051-1/+19
* An explict cast to match the format.Eric S. Raymond2009-03-041-1/+1
* Quiet down the compiler.Eric S. Raymond2009-03-041-1/+1
* Use %d to print difference of pointers, rather than %ld.Greg Troxel2009-03-041-1/+1
* 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