summaryrefslogtreecommitdiff
path: root/italk.c
Commit message (Expand)AuthorAgeFilesLines
* fix format warningsChris Kuethe2009-01-061-16/+21
* Refactor sending of control strings.Eric S. Raymond2009-01-061-8/+10
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-1/+1
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-271-2/+3
* whitespace fixesChris Kuethe2008-08-031-5/+5
* No longer necessary to define LITTLE_ENDIAN_PROTOCOL.Eric S. Raymond2008-07-151-1/+0
* Rename the little-endian bit-unpacking macros to be explicit about their LEness.Eric S. Raymond2008-07-151-29/+29
* 'typename' is a reserved word in C++. Gary E. Miller2008-01-191-2/+2
* Minor splint cleanups. All regressio tests pass.Eric S. Raymond2008-01-011-2/+2
* fix my fix of satellite info parsing.Chris Kuethe2007-12-271-5/+7
* fix the satellite info decoding. Chris Kuethe2007-12-261-18/+15
* Pull the device_readonly variable into the global context structure.Eric S. Raymond2007-06-011-5/+0
* splint cleanups, and move a static to wre it belongs in the driver structure.Eric S. Raymond2007-06-011-17/+18
* use gpsd_write() or italk_write() rather than write().Chris Kuethe2007-04-061-1/+7
* fix compiler warning. from Mick DurkinChris Kuethe2007-01-281-1/+1
* Move the historical italk2 code to the italk3 driver. Chris Kuethe2007-01-181-0/+140
* italk may not need this "ping"Chris Kuethe2007-01-181-0/+2
* This ping is not necessary here. Chris Kuethe2006-12-311-1/+1
* italk now parses satellites, time, leap seconds and position. Chris Kuethe2006-12-301-3/+68
* More iTalk joy.Chris Kuethe2006-12-291-7/+156
* I prefer hex notationChris Kuethe2006-12-291-1/+1
* extract and dispatch on the correct byte of the bufferChris Kuethe2006-12-291-4/+6
* having both enable-italk and enable-itrax is dumb. Chris Kuethe2006-12-281-6/+7
* Fix small error in the non-functional italk driver. From Andreas StrickerChris Kuethe2006-12-151-1/+1
* Check in regress-builder, after having used it to detect some minor buildEric S. Raymond2006-11-301-1/+1
* Change the configurator method to take a packet sequence number argument...Eric S. Raymond2006-11-271-2/+2
* Make this compile (Mick Durkin)Chris Kuethe2006-11-141-1/+1
* Split wrapup method into revert and wrapup. The revert method is onlt calledEric S. Raymond2006-11-141-0/+7
* Convert some log levels I missed first time around.Eric S. Raymond2006-11-021-1/+1
* Define uniform log level macros.Eric S. Raymond2006-11-021-2/+2
* Drivers have to explicitly set the driver_mode field when they do a switch...Eric S. Raymond2006-11-011-4/+5
* Make this compile againChris Kuethe2006-10-301-3/+3
* Split the "initializer" driver method in two.Eric S. Raymond2006-10-301-3/+3
* iTrax supports a "ping"Chris Kuethe2006-10-271-1/+8
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
* Add a new capability to the generic driver structure: wakeup...Eric S. Raymond2006-10-261-0/+1
* italk now honours --disable-reconfigureChris Kuethe2006-10-101-0/+4
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* Warning and splint cleanup.Eric S. Raymond2005-08-201-2/+2
* True North support integrated.Eric S. Raymond2005-08-011-0/+1
* Use gpsd_hexdump().Eric S. Raymond2005-07-191-27/+7
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-13/+13
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-2/+4
* First cut at iTrax and iTalk support.Eric S. Raymond2005-07-111-0/+143