summaryrefslogtreecommitdiff
path: root/cgps.c
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-19/+12
* Full splint cleanup.Eric S. Raymond2013-11-121-0/+2
* cgps: don't overwrite partial lines in the message dump.Beat Bolli2013-11-101-1/+5
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-3/+4
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-7/+7
* Replace exit(2) with exit(EXIT_FAILURE). None of these were documented.Eric S. Raymond2012-09-071-1/+1
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-3/+3
* Display time offset (system time - GPS time) in cgps.Eric S. Raymond2011-10-101-4/+13
* Stop trying to display a single device type in cgps. Might be > 1 attached.Eric S. Raymond2011-10-041-22/+13
* Refactoring and splint cleanup.Eric S. Raymond2011-09-291-73/+7
* splint cleanup.Eric S. Raymond2011-09-291-1/+1
* splint cleanup.Eric S. Raymond2011-09-281-3/+5
* Defensive programming.Eric S. Raymond2011-09-171-3/+3
* Add a sanoty check.Eric S. Raymond2011-09-161-6/+8
* Make the Maidenhead convrter available in Python.Eric S. Raymond2011-03-291-1/+1
* Add Maidehead grid square to cgps optional fields.Eric S. Raymond2011-03-291-5/+15
* In the client API, take the data buffer out of the gpsdata_t structure.Eric S. Raymond2011-03-181-1/+1
* Don't let cgps leave the terminal in a bad state on timeout.Beat Bolli2011-03-121-2/+5
* Give gps_waiting() a timeout argument. Use it systematically in test clients.Eric S. Raymond2011-03-091-26/+3
* Fix an explanatory comment.Eric S. Raymond2011-02-251-3/+4
* Vertical window size computation had to be redone to fix a display bug.Eric S. Raymond2011-02-231-16/+15
* Splint cleanup. All regression tests pass.Eric S. Raymond2011-02-161-1/+1
* In gpxlogger, filter for device on the server rather than client side,Michael Tatarinov2011-02-141-22/+9
* The raw_hook mwember and set_raw_hook are gone; client API cleanup is done.Eric S. Raymond2011-01-251-15/+11
* More deheader testing. All regression tests pass.Eric S. Raymond2011-01-131-0/+1
* Insert SuS headers required for portablity, as revealed by deheader.Eric S. Raymond2010-12-221-0/+3
* Correct a previous commit changing <time.h> to <sys/time.h> eceywhere.Eric S. Raymond2010-12-211-1/+1
* cgps now handles resize signals.Eric S. Raymond2010-12-161-16/+28
* The difference between curses.h and ncurses shouldn't matter to gpsd.Eric S. Raymond2010-12-141-6/+1
* Another pass at removing unneeded headers.Eric S. Raymond2010-12-141-2/+0
* More header cleanup.Eric S. Raymond2010-12-141-1/+1
* Taking SuS seriously some more.Eric S. Raymond2010-12-141-3/+3
* More header simplification. All regression tests pass.Eric S. Raymond2010-12-141-1/+0
* Simplification through taking SuS seriously.Eric S. Raymond2010-12-131-3/+0
* SuS conformance.Eric S. Raymond2010-12-131-0/+1
* Duplicate-inclusion and portability cleanup. All regression tests pass.Eric S. Raymond2010-12-111-0/+1
* sys/types.h doesn't belong here...Chris Kuethe2010-12-081-1/+1
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2010-12-081-1/+3
* Clean up the code base and add switches so deheader runs clean.Eric S. Raymond2010-12-031-0/+2
* Put back missing headers that break the buildChris Kuethe2010-12-021-0/+2
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-7/+0
* Bug gpsd:17494 fix: cgps don't exit if interruptedTimo Juhani Lindfors2010-11-061-0/+3
* Fixing a segfault in cgps.Bernd Zeimetz2010-10-041-1/+1
* First round of changes for API major version 5:Eric S. Raymond2010-07-131-1/+1
* Introduce the gps_read() entry point and use it internally.Eric S. Raymond2010-06-081-1/+1
* Use re-entrant open in the C examples.Eric S. Raymond2010-06-071-10/+9
* Reindent. All regression tests pass.Eric S. Raymond2010-04-261-4/+2
* Display expx and epy rather than eph.Eric S. Raymond2010-04-251-18/+22
* Reindent some things again, needed due to new controls. Eric S. Raymond2010-04-141-36/+35
* cgps.c reindented. Live and gpsfake tests both pass.Eric S. Raymond2010-04-141-144/+192