summaryrefslogtreecommitdiff
path: root/gpsd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a glitch in dumping of device subtypes.Eric S. Raymond2009-09-211-5/+2
* Fix incorrect processing of multiple commands pointed out by mrd.Eric S. Raymond2009-09-211-1/+2
* Heads up, Chris! - Eric S. Raymond2009-09-211-2/+2
* Fix a very minor bug in Zodiac reporting.Eric S. Raymond2009-09-211-2/+1
* Zero some NaNs in reports, prevent duplicative reports...Eric S. Raymond2009-09-211-10/+12
* Add ckuethe's most requested JSON feature: WATCH a specified single device only.Eric S. Raymond2009-09-191-7/+22
* Simplify the API. The second argument of gpsd_activate() was a fossil.Eric S. Raymond2009-09-181-17/+2
* The NMEA-dump flags is now properly separated from the raw flag. Eric S. Raymond2009-09-181-36/+68
* Code cleanup. All regression test pass, codebase splints clean.Eric S. Raymond2009-09-181-9/+5
* Use LOSSLESS_PACKET_TYPE()... Eric S. Raymond2009-09-171-4/+11
* Restore super-raw mode.Eric S. Raymond2009-09-171-1/+8
* Minor code rearrangement, clearing the decks for larger ones.Eric S. Raymond2009-09-171-21/+21
* Minor refactoring step. All regression tests pass.Eric S. Raymond2009-09-171-9/+8
* Refactoring step.Eric S. Raymond2009-09-171-49/+39
* Restore the operation of the raw switch.Eric S. Raymond2009-09-171-1/+1
* Disentangle the packet raw hook used on the client side...Eric S. Raymond2009-09-171-5/+32
* Suppress excess \r\n in ?DEVICES output.Eric S. Raymond2009-09-171-0/+4
* Guard against possible race conditions when invoking the ?DEVICE command.Eric S. Raymond2009-09-171-0/+6
* Give DOPs their own structure...Eric S. Raymond2009-09-151-8/+8
* Add some needed string quotes.Eric S. Raymond2009-09-131-6/+6
* Improved handling of defaults in DEVICE command.Eric S. Raymond2009-09-121-23/+36
* J command and switch are gone.Eric S. Raymond2009-09-111-13/+1
* Correct some splint annotations.Eric S. Raymond2009-09-111-3/+3
* Finally found the right set of exclusions to stop splint from choking.Eric S. Raymond2009-09-111-6/+6
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+4
* Dyke out the remotegpsd code. Eric S. Raymond2009-09-101-3/+1
* Return of Splint Cleanup.Eric S. Raymond2009-09-101-11/+24
* Splint Cleanup Meets Billy The Kid. All regression tests pass.Eric S. Raymond2009-09-101-2/+11
* Son of the Splint Cleanup.Eric S. Raymond2009-09-101-15/+9
* Bride of the Splint Cleanup. All regression tests pass.Eric S. Raymond2009-09-101-5/+15
* Continuing the splint cleanup.Eric S. Raymond2009-09-101-3/+3
* 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