summaryrefslogtreecommitdiff
path: root/sirfmon.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify the packet-monitor driver interface.Eric S. Raymond2009-02-191-273/+271
* Create monitor_proto.c as a prototype for monitor objects.Eric S. Raymond2009-02-191-22/+22
* splint cleanup.Eric S. Raymond2009-02-191-11/+0
* Use subwindows to simplify layout.Eric S. Raymond2009-02-171-149/+143
* First hack at supporting multiple devices in the monitor.Eric S. Raymond2009-02-171-2/+1
* More method simplification.Eric S. Raymond2009-02-161-277/+271
* Simplify the repaint interface.Eric S. Raymond2009-02-161-3/+1
* Introduce wrap method to deallocate windows.Eric S. Raymond2009-02-161-3/+16
* Elminate probe field of monitor method table.Eric S. Raymond2009-02-161-6/+2
* sirfmon now has a driver-table architecture, like the daemon.Eric S. Raymond2009-02-161-672/+11
* Mode switch without termination now works.Eric S. Raymond2009-02-161-47/+70
* splint cleanup.Eric S. Raymond2009-02-161-1/+3
* Format driver sends through a common message buffer.Eric S. Raymond2009-02-161-16/+38
* Capability table now declares how much screen space it will need.Eric S. Raymond2009-02-141-4/+8
* Driver control_send method is now used for 's' command...Eric S. Raymond2009-02-141-77/+53
* sirfmon now switches speed using the driver method.Eric S. Raymond2009-02-141-18/+35
* Slightly more rational window layout.Eric S. Raymond2009-02-131-27/+23
* More careful error checking on window allocation.Eric S. Raymond2009-02-131-2/+3
* Coalesce two methods.Eric S. Raymond2009-02-131-10/+6
* Now we can handle odd parity and stopbits settings.Eric S. Raymond2009-02-131-5/+12
* Presently, no way to handle stopbits other than 1.Eric S. Raymond2009-02-131-7/+8
* sirfmon now fully uses the libgpsd_core.c hunt logic and packet getter.Eric S. Raymond2009-02-131-229/+92
* Another step towards using libgpsd_core.Eric S. Raymond2009-02-131-20/+12
* Begin move to libgpsd_core-based device handling.Eric S. Raymond2009-02-131-22/+25
* More refactoring.Eric S. Raymond2009-02-131-12/+13
* sirfmon method table proof of concept.Eric S. Raymond2009-02-131-8/+29
* SiRF-dependent methods have been separated.Eric S. Raymond2009-02-131-8/+15
* Yet more refactoring to separate out SiRF-dependent stuff.Eric S. Raymond2009-02-131-62/+85
* More refactoring.Eric S. Raymond2009-02-131-10/+12
* More refactoring.Eric S. Raymond2009-02-131-14/+23
* More factoring out of SiRF stuff.Eric S. Raymond2009-02-131-70/+85
* Refactoring step - begin separating out SiRF-specific logic.Eric S. Raymond2009-02-131-154/+188
* Stop using dodgy PUT_ORIGIN feature.Eric S. Raymond2009-02-131-54/+53
* splint cleanup.Eric S. Raymond2009-02-051-1/+3
* Refactoring step.Eric S. Raymond2009-02-051-13/+14
* Begin refactoring to use the session structure fully.Eric S. Raymond2009-02-051-8/+11
* Add -D option to sirfmon.Eric S. Raymond2009-02-051-6/+10
* splint cleanup.Eric S. Raymond2009-02-051-5/+6
* Mode set fixed.Eric S. Raymond2009-02-051-1/+1
* Don't ship a mode-change string with a zero baud rate in it...Eric S. Raymond2009-02-051-1/+6
* Document otherwise mysterious code.Eric S. Raymond2009-02-051-0/+1
* First step towards gpsmon -- sirfmon now uses generic packet-getter.Eric S. Raymond2009-02-051-93/+48
* splint cleanup.Eric S. Raymond2009-01-301-1/+1
* Tweak display so 't' command cleans up after itself as it should.Eric S. Raymond2009-01-291-26/+27
* Splint cleanup.Eric S. Raymond2009-01-291-2/+2
* Fix mangled mid27 display. Eric S. Raymond2009-01-291-7/+6
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-01-211-2/+6
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-6/+14
* quell unused variable warningChris Kuethe2008-12-301-1/+1
* Abort on I/O errors, also pacifying GCC 4.0 about handling write(2) returns.Eric S. Raymond2008-12-301-14/+37