summaryrefslogtreecommitdiff
path: root/gps.c
Commit message (Expand)AuthorAgeFilesLines
* More fluff removal.Eric S. Raymond2004-12-311-15/+3
* Add ? and v as options.Eric S. Raymond2004-12-301-5/+3
* First stage cleanup of James Cameron's patch.Eric S. Raymond2004-12-301-31/+15
* Warning cleanup.Eric S. Raymond2004-12-281-2/+2
* Add display.h, tag some formals as unused.Eric S. Raymond2004-12-241-4/+8
* Added -v.Eric S. Raymond2004-12-171-1/+5
* James Cameron's gps.c fixes. Remove use of alarms in favor of XEric S. Raymond2004-12-131-139/+89
* update to build cleanly on cygwinDerrick Brashear2004-11-021-0/+1
* Specify units in gps panel.Eric S. Raymond2004-10-061-15/+13
* Small speedup.Eric S. Raymond2004-10-061-11/+5
* Improve the labels on the data panel.Eric S. Raymond2004-10-061-12/+11
* Make sure all files that need config.h inclusion have it.Eric S. Raymond2004-10-051-12/+0
* Chop out unneeded variable.Eric S. Raymond2004-10-041-32/+22
* BSD port fixes and more code cleanup.Eric S. Raymond2004-10-041-32/+6
* Improved X option processing.Eric S. Raymond2004-09-301-4/+2
* -p option is now optional arg.Eric S. Raymond2004-09-301-12/+11
* More fluff removal.Eric S. Raymond2004-09-301-2/+1
* Yet more cleanup and compaction.Eric S. Raymond2004-09-291-9/+4
* Another compaction pass.Eric S. Raymond2004-09-291-35/+14
* Remove some redundant structure members.Eric S. Raymond2004-09-291-3/+0
* Support server:port.Eric S. Raymond2004-09-291-2/+9
* Better handling of network errors.Eric S. Raymond2004-09-281-7/+4
* 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