summaryrefslogtreecommitdiff
path: root/cgps.c
Commit message (Expand)AuthorAgeFilesLines
* Client code cleanup and simplification.Eric S. Raymond2006-10-301-17/+5
* cgps.c no longer needs to declare UNUSED. it's in gpsd_config.h now.Eric S. Raymond2006-10-291-7/+0
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+1
* Hush more compiler warningsChris Kuethe2006-10-261-3/+4
* Don't print floating point values without checking them for NaNChris Kuethe2006-10-211-3/+3
* Clear displayed fields a little better on loss of fix. From Petr SlanskyChris Kuethe2006-09-231-2/+2
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-1/+1
* The -o option was removed.Chris Kuethe2006-09-131-1/+0
* Declare static some variables that don't need to be exported.Eric S. Raymond2006-09-081-4/+3
* New version that copes with >12 channels better, by Jeff Francis.Eric S. Raymond2006-09-081-360/+384
* Don't let cgps spin if read fails. Prompted by Petr Slansky on gpsd-dev.Chris Kuethe2006-09-041-1/+2
* Stelian Pop's cleanups for the J command.Eric S. Raymond2006-09-031-4/+0
* Declare prototypes for strlcpy.Eric S. Raymond2006-08-221-0/+1
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-0/+2
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-191-4/+6
* Enable 'j' command in cgps.Eric S. Raymond2006-08-181-0/+16
* Eliminate -v option.Eric S. Raymond2006-06-181-5/+4
* Change -v to -V for Verbose optionGary E. Miller2006-03-131-2/+1
* Rename the xgps manual page.Eric S. Raymond2006-03-021-17/+16
* Commits from the Caribbean (II) 18.836033N / 79.545049WChris Kuethe2006-02-211-3/+0
* Minor formatting nit.Gary E. Miller2006-02-201-1/+1
* Pre 2.31 minor bugfixes.Eric S. Raymond2006-02-171-1/+1
* Clean up some extraneous ^Ms.Chris Kuethe2005-09-271-76/+115
* cgps fixes from rom Jeff Francis:Chris Kuethe2005-09-151-9/+37
* xgps now has the -l option as well as cgps. Document it.Eric S. Raymond2005-09-061-8/+7
* splint cleanup and cosmetic fixes.Eric S. Raymond2005-09-011-2/+2
* Apply Lonnie Mendez patches to fix my gpsd mistakes.Gary E. Miller2005-08-261-1/+1
* Add -l option to cgps. -l d is DD.dddddd, -l m is DD MM.mmmm' and -l s is DD ...Gary E. Miller2005-08-251-5/+38
* Add new deg_to_str() function to libgps. Gary E. Miller2005-08-251-6/+12
* Small patch to cgps.c to fix/change a few things.Chris Kuethe2005-08-211-8/+12
* Warning and splint cleanup.Eric S. Raymond2005-08-201-2/+4
* Only draw the invariant parts once.Eric S. Raymond2005-08-201-20/+24
* Eliminate screen flash on first update.Eric S. Raymond2005-08-201-3/+3
* Put cgps I/O in windows so we can box them, add scrolling for O messages.Eric S. Raymond2005-08-201-109/+82
* In cgps, show the O commands up from the server.Eric S. Raymond2005-08-201-1/+5
* Fix screen paint overwrite.Gary E. Miller2005-08-191-1/+1
* cgps shouldn't be listening for inbound connections.Chris Kuethe2005-08-191-3/+0
* GPSD_UNITS now sets proper units in cgps.Gary E. Miller2005-08-191-4/+4
* Make sure cgps terminates on SIGHUP. Document this.Eric S. Raymond2005-08-181-0/+2
* Splint cleanup before release.Eric S. Raymond2005-08-181-3/+3
* (q)uit works as well as ^C nowGary E. Miller2005-08-181-7/+8
* fix ^c and (q)uit.Gary E. Miller2005-08-181-3/+11
* Fix typo that clobbered the 5th sat data line.Gary E. Miller2005-08-181-1/+1
* Use a select rather than spinning.Eric S. Raymond2005-08-181-9/+37
* contrib no longer has a Makefile.Eric S. Raymond2005-08-171-1/+1
* splint cleanup after integrating cgps.Eric S. Raymond2005-08-171-94/+98
* Teach cgps to use Gary's function for deducing unit defaults.Eric S. Raymond2005-08-171-261/+287
* Move gpsdspewcurses into the main directory as cgps.Eric S. Raymond2005-08-171-0/+343