summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Shoot PRWIZCH support through the head. Pre-1.10 gpsd never shipped this dataEric S. Raymond2004-08-311-33/+1
* Cosmetic cleanup.Eric S. Raymond2004-08-311-10/+7
* Allow drivers to describe themselves.Eric S. Raymond2004-08-311-4/+10
* This seems to get us to a fully automake-based build.Eric S. Raymond2004-08-291-1/+0
* Remove debug member from session structure.Eric S. Raymond2004-08-291-92/+75
* Last-fix updates now happen on all three of GPRMC, GPGGA, and GPGSA.Eric S. Raymond2004-08-271-3/+3
* Fill Hamish's requist for info about defaults in the usage message.Eric S. Raymond2004-08-261-11/+11
* Fix a bug in the handling of watcher and raw modes.Eric S. Raymond2004-08-261-11/+17
* Remco's nonblocking-write implementation.Eric S. Raymond2004-08-261-31/+38
* James Cameron's flow control idea.Eric S. Raymond2004-08-251-44/+67
* Lose an ugly macro.Eric S. Raymond2004-08-251-20/+0
* James Cameron's patch to remove the vetigial reopen flag.Eric S. Raymond2004-08-251-4/+1
* James Cameron's bugfixes.Eric S. Raymond2004-08-251-9/+4
* Don't ship nuls, instead check lengths.Eric S. Raymond2004-08-251-4/+4
* Y command now carries information about which satellites were used inEric S. Raymond2004-08-241-12/+23
* Fixed a session-close bug that caused weird failures with the logfileEric S. Raymond2004-08-241-13/+6
* Offline check is no longer subject to false positives.Eric S. Raymond2004-08-241-1/+1
* Better debugging of writes.Eric S. Raymond2004-08-241-19/+36
* Disable some data filtering that was causing problems.Eric S. Raymond2004-08-241-2/+2
* Remove redundant tests.Eric S. Raymond2004-08-241-4/+2
* Change some verbosity levels.Eric S. Raymond2004-08-241-9/+11
* SIGHUP resets the daeon.Eric S. Raymond2004-08-241-8/+17
* There is no longer any good reason for passivesock to be in theEric S. Raymond2004-08-231-1/+50
* Do a more graceful job of dealing with client disconnects.Eric S. Raymond2004-08-231-7/+13
* Cosmetic cleanup.Eric S. Raymond2004-08-231-2/+1
* Get rid of ugly macro.Eric S. Raymond2004-08-231-15/+4
* More uniform ? responses. Update the l capability string.Eric S. Raymond2004-08-231-18/+19
* Timeouts at the daemon level were a mistake. This commit removes them.Eric S. Raymond2004-08-231-94/+44
* Make sure everything shipped to clients by gpsd is NUL-terminated. Eric S. Raymond2004-08-231-56/+93
* At -D2, command-response error messages are now copied to the client.Eric S. Raymond2004-08-231-10/+44
* Notify watchers on disconnect/reconnect events.Eric S. Raymond2004-08-221-14/+44
* A big name change. The gps* and gpsd* namespaces swap places, so gps_*Eric S. Raymond2004-08-221-19/+19
* Squash some excessively noisy error messages.Eric S. Raymond2004-08-221-3/+2
* The gps client now goes through the daemon. Relayerr functionalityEric S. Raymond2004-08-211-2/+3
* Enable new commands r1, r0, w1, w0. serial.c now uses r1 to open aEric S. Raymond2004-08-211-2/+22
* Raw hook is now part of the gps_data structure. This is an essentialEric S. Raymond2004-08-201-1/+1
* Do better data validation before shipping up to the client.Eric S. Raymond2004-08-201-23/+36
* New 'X' command and 'online' member in gps_data struct allows clientEric S. Raymond2004-08-201-24/+13
* Now, we only exit on not being able to open the GPS in monitor (-n) mode. Eric S. Raymond2004-08-201-35/+16
* Important change. Always try to reopen GPS when it's offline justEric S. Raymond2004-08-201-5/+9
* Satellite query command is now working.Eric S. Raymond2004-08-181-3/+3
* Verbosity reduction.Eric S. Raymond2004-08-181-2/+2
* PRWIZCH handling conditioned out.Eric S. Raymond2004-08-181-20/+16
* Make some fieldnames a bit clearer.Eric S. Raymond2004-08-181-1/+1
* Oops -- back out the *right* satellite field.Eric S. Raymond2004-08-181-1/+1
* Take satellites-in-view pout of Q, since we get it from y.Eric S. Raymond2004-08-181-2/+2
* More fd garbage collection.Eric S. Raymond2004-08-181-2/+2
* Change some debug levels.Eric S. Raymond2004-08-181-1/+1
* Garbage-collect fdset slots properly.Eric S. Raymond2004-08-181-13/+29
* errexit no longer has to fit the public namespace.Eric S. Raymond2004-08-171-5/+5