summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Yet more splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-5/+5
* More splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-19/+22
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-4/+4
* Documentation and comment tweaks.Eric S. Raymond2009-09-071-1/+1
* Remove a duplicative storage declaration.Eric S. Raymond2009-09-061-4/+4
* L command disabled... Eric S. Raymond2009-09-041-0/+11
* Refactor so RTCM2 dumping is done with the other kinds in gpsd.c. Eric S. Raymond2009-09-041-0/+12
* Use CYCLE_END condition for the 2-part mal-design of AIS message 24 properly.Eric S. Raymond2009-09-031-18/+29
* Now make it possible for a driver to signal cycle start, cycle end, ... Eric S. Raymond2009-09-031-1/+1
* Break the cycle-start flag out of general status mask into its own field.Eric S. Raymond2009-09-031-1/+1
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-6/+22
* Fix up some line terminations.Eric S. Raymond2009-08-311-1/+0
* Refactor to make each dump function responsible for its own \r\n.Eric S. Raymond2009-08-311-18/+9
* Back out a change that broke regression tests. All tests pass.Eric S. Raymond2009-08-301-2/+2
* Implement rate-switching in new protocol (not tested).Eric S. Raymond2009-08-301-1/+9
* On the other hand, watchers *should* get notified when the device pool changes, Eric S. Raymond2009-08-301-0/+6
* In new protocol, don't report device information on each channel assignment. Eric S. Raymond2009-08-301-4/+0
* Clean up device-state dumping.Eric S. Raymond2009-08-301-4/+2
* Finally give ?TPV; and ?SKY; the axe. Eric S. Raymond2009-08-301-26/+1
* Simplify and regularize command parsing.Eric S. Raymond2009-08-301-66/+83
* Improved error messages.Eric S. Raymond2009-08-301-7/+9
* Address Debian bug #542384...Eric S. Raymond2009-08-301-0/+8
* Create a way not to step on defaults.Eric S. Raymond2009-08-301-3/+3
* Typo fix.Eric S. Raymond2009-08-291-1/+1
* Prevent some SEGVs on ill-formed comands.Eric S. Raymond2009-08-291-2/+2
* AIS dumper's signature has changed. Integrate AIS parsing on the library side.Eric S. Raymond2009-08-291-2/+2
* 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