summaryrefslogtreecommitdiff
path: root/cgps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo fix.Eric S. Raymond2010-04-131-1/+1
* Using WATCH_NEWSTYLE makes a poor example now that NEWSTYLE is the default.Eric S. Raymond2010-03-301-1/+1
* Fix building with --disable-clientdebugPaulius Zaleckas2010-03-281-2/+4
* Give case a break. All regression tests pass; code solints and cppchecks clean.Eric S. Raymond2010-03-271-0/+1
* gps_poll() now indicates when the daemon socket closes from the other side.Eric S. Raymond2010-03-271-4/+21
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-1/+0
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-12/+1
* splint cleanup. It caught a bug this time.Eric S. Raymond2009-12-181-0/+4
* Uniform handling of unit-system defaults and -u in xgps, cgps, and lcdgps.Eric S. Raymond2009-12-151-28/+51
* Fix erroneous handling of satellite-used flags in test clients.Eric S. Raymond2009-12-151-2/+11
* Make use of -D uniform for enabling debug/progress messages, and document it.Eric S. Raymond2009-12-061-2/+2
* More tweaks to make -V do the right thing.Eric S. Raymond2009-12-011-1/+3
* Add and document some client-side instrumentation.Eric S. Raymond2009-11-241-1/+12
* splint cleanup.Eric S. Raymond2009-11-191-1/+0
* More efficient use if vertical screenspace.Eric S. Raymond2009-11-181-3/+3
* Change 2-space indents to 4.Eric S. Raymond2009-11-181-559/+558
* cgps now gets GPS type.Eric S. Raymond2009-11-181-6/+10
* cgps must collect device information from DEVICE notifications.Eric S. Raymond2009-11-181-13/+8
* Fix some overealousnes code removal last night.Eric S. Raymond2009-11-171-0/+2