summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Paul Fox's fix for the F command.Eric S. Raymond2009-08-111-14/+15
* Always sniff from devices on startup.Eric S. Raymond2009-08-101-32/+4
* Abolish device classes. Eric S. Raymond2009-08-101-23/+52
* Prevent SEGV on F when channel assignment fails.Eric S. Raymond2009-08-081-1/+1
* Experimental 'scaled' attribute for AIS reporting; needs testing.Eric S. Raymond2009-08-051-2/+25
* Make CONFIGDEV reporting work, and document it.Eric S. Raymond2009-08-051-4/+5
* Major steps towards CONFIGDEV. (Not yet working.)Eric S. Raymond2009-08-031-41/+103
* CONFIGCHAN now works for setting the raw bit.Eric S. Raymond2009-08-011-12/+2
* CONFIGCHAN parsing is working and documented. Eric S. Raymond2009-08-011-6/+96
* Break per-channel configuration bits out into a separate config structure...Eric S. Raymond2009-07-311-17/+18
* Move 'raw' to being per-channel policy again.Eric S. Raymond2009-07-311-25/+31
* No longer necessary to document GPSD-NG as though it's in the distant future.Eric S. Raymond2009-07-301-1/+1
* Refactor code for parsing WATCH responses...Eric S. Raymond2009-07-301-77/+38
* New-style notifications on device status changes.Eric S. Raymond2009-07-301-23/+49
* Fix an odd and subtle bug... Eric S. Raymond2009-07-301-4/+14
* Improve some progress messages... Eric S. Raymond2009-07-301-24/+87
* Implemented ?VERSION. Eric S. Raymond2009-07-301-5/+9
* Make boolean defaults work properly in the WATCH command.Eric S. Raymond2009-07-291-27/+21
* Pull some definitions into gpsd.c that were too widely exposed.Eric S. Raymond2009-07-291-9/+34
* create a macro NITEMS() rather than using (sizeof(thingy)/sizeof(thing[0]))Chris Kuethe2009-07-291-36/+19
* Handle some line-termination issues more cleanly.Eric S. Raymond2009-07-291-1/+6
* New-style WATCH command is working... Eric S. Raymond2009-07-291-27/+79
* Finish device-forcing implementation.Eric S. Raymond2009-07-291-13/+6
* Implement device forcing.Eric S. Raymond2009-07-291-28/+31
* First version of code to allow clients to listen to multiple channels.Eric S. Raymond2009-07-281-16/+45
* Yet more refactoring - down to just one USER_CHANNEL() call now.Eric S. Raymond2009-07-281-7/+7
* Rename a variable.Eric S. Raymond2009-07-281-13/+13
* Get rid of more USER_CHANNEL calls.Eric S. Raymond2009-07-271-19/+18
* Remove another USER_CHANNEL dependency.Eric S. Raymond2009-07-271-6/+16
* More the raw flag to the subscriber structure.Eric S. Raymond2009-07-271-13/+18
* More elimination of USER_CHANNEL calls.Eric S. Raymond2009-07-271-32/+36
* More separation of channel objects from subscriber and device objects.Eric S. Raymond2009-07-271-79/+83
* Eliminate more USER_CHANNEL calls.Eric S. Raymond2009-07-271-14/+15
* Refactor to get rid of more USER_CHANNEL calls.Eric S. Raymond2009-07-271-100/+106
* A variable and type rename.Eric S. Raymond2009-07-271-154/+154
* Remove the (never-deployed) RTCM104_SERVICE code. Eric S. Raymond2009-07-271-103/+26
* More refactoring towards allowing a single user to listen to multiple devices.Eric S. Raymond2009-07-271-47/+52
* Separate channel control blocks from subscriber blocks.Eric S. Raymond2009-07-271-103/+107
* Rename an array for clarity.Eric S. Raymond2009-07-271-26/+26
* Another refactoring step.Eric S. Raymond2009-07-271-149/+150
* Break the subscriber block into two structures. Eric S. Raymond2009-07-271-199/+204
* Isolate the 'tied' structure member.Eric S. Raymond2009-07-271-0/+15
* Cleanup for the multiple-services world.Eric S. Raymond2009-07-261-4/+4
* Logic for parsing ?WATCH command.Eric S. Raymond2009-07-261-28/+96
* Further separate old-style from new-style code.Eric S. Raymond2009-07-251-5/+7
* Make it possible to compile without support for the old protocol. Eric S. Raymond2009-07-251-0/+5
* 'G' command no longer has side effects. Eric S. Raymond2009-07-251-46/+45
* Enhance ?DEVICES to report driver type and subtype.Eric S. Raymond2009-07-251-0/+10
* Cleaner implementation of ?DEVICES.Eric S. Raymond2009-07-241-17/+3
* Fix some JSON generation issues.Eric S. Raymond2009-07-241-4/+4