summaryrefslogtreecommitdiff
path: root/gps.c
Commit message (Expand)AuthorAgeFilesLines
* Shoot PRWIZCH support through the head. Pre-1.10 gpsd never shipped this dataEric S. Raymond2004-08-311-35/+0
* Add column headers for satellite-status display.Eric S. Raymond2004-08-311-4/+5
* Fix the display-flash bug.Eric S. Raymond2004-08-311-1/+20
* Attach satellite panel to right margin.Eric S. Raymond2004-08-311-18/+9
* Widen the data fields in gps.c.Eric S. Raymond2004-08-311-0/+2
* gps now has a state timer.Eric S. Raymond2004-08-311-6/+15
* There's now a timer tick when the GPS is offline,Eric S. Raymond2004-08-311-3/+19
* Ready to put in an offline timer.Eric S. Raymond2004-08-311-3/+2
* Yet another step towards eliminating magic numbers.Eric S. Raymond2004-08-291-5/+9
* More descriptive labeling.Eric S. Raymond2004-08-291-3/+4
* Try for less cryptic widget names.Eric S. Raymond2004-08-291-34/+34
* Another unnecessary argument gone.Eric S. Raymond2004-08-291-6/+5
* Remove unneeded argument.Eric S. Raymond2004-08-291-9/+8
* Cleanup, change a widget name.Eric S. Raymond2004-08-291-9/+9
* libgps.a interface change, everything goes in a malloced struct now.Eric S. Raymond2004-08-291-29/+28
* Y command now carries information about which satellites were used inEric S. Raymond2004-08-241-2/+6
* Make sure old data does not get left on the display.Eric S. Raymond2004-08-241-3/+1
* SIGHUP resets the daeon.Eric S. Raymond2004-08-241-0/+3
* Clean up things so gpscli_report() is no longer required on client side.Eric S. Raymond2004-08-241-18/+0
* Both client should get an online/offline status report.Eric S. Raymond2004-08-231-1/+1
* Timeouts at the daemon level were a mistake. This commit removes them.Eric S. Raymond2004-08-231-1/+1
* Make sure everything shipped to clients by gpsd is NUL-terminated. Eric S. Raymond2004-08-231-11/+14
* A big name change. The gps* and gpsd* namespaces swap places, so gps_*Eric S. Raymond2004-08-221-19/+19
* Enabling raw mode in ggps does not yet work.Eric S. Raymond2004-08-221-1/+1
* The gps client now goes through the daemon. Relayerr functionalityEric S. Raymond2004-08-211-50/+33
* More code cleanup.Eric S. Raymond2004-08-211-8/+3
* Confine libgps code to as small a span as possible.Eric S. Raymond2004-08-211-33/+22
* More interface narrowing.Eric S. Raymond2004-08-211-45/+34
* Minor cleanups to narrow the interface to libgps.Eric S. Raymond2004-08-211-18/+18
* Narrow the interface to the satellite-display code.Eric S. Raymond2004-08-211-2/+2
* Small code cleanup and a display tweak.Eric S. Raymond2004-08-211-12/+2
* Raw hook is now part of the gps_data structure. This is an essentialEric S. Raymond2004-08-201-1/+1
* More cleanup after PRWIZCH. Don't build the signal-strength widget inEric S. Raymond2004-08-201-21/+35
* Followup on X command -- online member now has its own real version stamp.Eric S. Raymond2004-08-201-11/+14
* Satellite query command is now working.Eric S. Raymond2004-08-181-1/+1
* Name change before redesigning 'i'.Eric S. Raymond2004-08-181-1/+1
* PRWIZCH handling conditioned out.Eric S. Raymond2004-08-181-2/+3
* Make some fieldnames a bit clearer.Eric S. Raymond2004-08-181-1/+1
* Move the initialization to a more natural place.Eric S. Raymond2004-08-181-3/+5
* Split new gps.h from gpsd.h.Eric S. Raymond2004-08-171-0/+1
* Library rename.Eric S. Raymond2004-08-171-1/+1
* Add track field to GPS display.Eric S. Raymond2004-08-171-15/+26
* Make the programs a little quieter.Eric S. Raymond2004-08-171-1/+0
* Change structures so we can set speed explicitly.Eric S. Raymond2004-08-171-1/+3
* Added Speed to display.Eric S. Raymond2004-08-161-11/+21
* Change the application resource file names to match modern X conventions.Eric S. Raymond2004-08-161-1/+1
* Code now consistently uses timestamp objects; the old cflags are gone.Eric S. Raymond2004-08-151-3/+2
* Include cleanup, add some magic constants.Eric S. Raymond2004-08-151-2/+0
* Change the name of the master structure.Eric S. Raymond2004-08-141-1/+1
* gps.c and xgpsspeed.c are rewritten to use the new library interface.Eric S. Raymond2004-08-141-67/+12