summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix minor bug introdued by previous commit.Eric S. Raymond2009-08-251-19/+9
* Re-enable older behavior that devices aren't sniffed until a client connects.Eric S. Raymond2009-08-251-2/+23
* Simplify the implementation of ?WATCH.Eric S. Raymond2009-08-251-29/+32
* Unify CONFIGDEV and DEVICE responses.Eric S. Raymond2009-08-251-6/+6
* Fix up parsing of ?DEVICES response.Eric S. Raymond2009-08-241-1/+1
* Leave devices in the pool when they're deactivated.Eric S. Raymond2009-08-241-1/+1
* Fix a small but deadly bug in the allocation machinery.Eric S. Raymond2009-08-231-8/+10
* Arrange for clients to see a VERSION response when they first connect.Eric S. Raymond2009-08-231-4/+10
* Parse WATCH responses in the client library. All regression tests pass.Eric S. Raymond2009-08-231-2/+2
* Merge two structures that didn't need to exist separately. Eric S. Raymond2009-08-231-7/+11
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-31/+31
* Parsing of JSON VERSION response, with unit test.Eric S. Raymond2009-08-191-1/+1
* Ship device flags as integer rather than string list.Eric S. Raymond2009-08-191-7/+7
* Cleanups made possible by last refactoring.Eric S. Raymond2009-08-181-1/+1
* Make the two different kinds of DEVICE notation conformable.Eric S. Raymond2009-08-181-1/+1
* More steps towards ?DEVICES decoding - refactor code.Eric S. Raymond2009-08-181-50/+22
* Delimit a version report field properly.Eric S. Raymond2009-08-181-1/+1
* Halfway to parsing ?DEVICES.Eric S. Raymond2009-08-181-1/+1
* Document an advantage of the new protocol.Eric S. Raymond2009-08-181-0/+9
* Tighten up the logic for closing devices.Eric S. Raymond2009-08-171-13/+17
* Ensure that new-style watchers see new devices as they are added.Eric S. Raymond2009-08-171-0/+6
* Add cycle-time reporting and setting to new protocol. Eric S. Raymond2009-08-171-13/+2
* Add code for changing modes in devconfig.Eric S. Raymond2009-08-171-3/+4
* Skip unallocated devices when watching.Eric S. Raymond2009-08-171-1/+2
* Big simplification of GPSD_NG interface. Eric S. Raymond2009-08-171-188/+69
* Don't let error messages step on other progress indications.Eric S. Raymond2009-08-151-4/+4
* Suppress garbage write on channel assignment.Eric S. Raymond2009-08-141-7/+8
* Remove a superfluous write.Eric S. Raymond2009-08-141-3/+1
* Channel assignment failure isn't a crash landing when done from WATCH,Eric S. Raymond2009-08-121-30/+38
* Clean up NG command parsing. Only require one introducer per request line.Eric S. Raymond2009-08-121-39/+55
* Multiple GPSD-NG commands per line are now supported.Eric S. Raymond2009-08-121-108/+130
* A refactoring step. All regression tests pass.Eric S. Raymond2009-08-121-256/+260
* Code simplification.Eric S. Raymond2009-08-121-16/+9
* GPSD-NG commands without object arguments now require an ending ';' delimiter.Eric S. Raymond2009-08-111-25/+47
* 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