summaryrefslogtreecommitdiff
path: root/serial.c
Commit message (Expand)AuthorAgeFilesLines
* A long step towards reading UDP packets.Eric S. Raymond2010-04-281-1/+2
* Log NTP link activation after, not before.Eric S. Raymond2010-04-251-2/+3
* Don't waste time in the hunt loop if the supposed GPS fd is not actually a tty.Eric S. Raymond2010-04-151-0/+4
* Reindented core library. All regressiopn tests pass.Eric S. Raymond2010-04-141-96/+120
* Under Linux, gpsd now classifies its input devices at open() time.Eric S. Raymond2010-04-131-4/+41
* Add all our info on the spin bug to TODO, and instrument all opens/closes.Eric S. Raymond2010-04-061-0/+4
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+1
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-1/+1
* Fixed JSON dumping of AIS type 15.Eric S. Raymond2009-12-071-0/+1
* When shutting down the serial port keep the last baud rate...Gary E. Miller2009-12-011-0/+7
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-0/+2
* Mac OS X cleanup passes from mledford.Eric S. Raymond2009-11-191-1/+1
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-1/+1
* With this change I think you can nicely log all PPS/NTPD related logs this way:Gary E. Miller2009-11-161-1/+1
* Remove a fulfilled TODO item, add some warning comments,Eric S. Raymond2009-09-171-1/+12
* Fold the probe_wakup method into the new generic lifetime-event hook. Eric S. Raymond2009-09-131-4/+4
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Dyke out the remotegpsd code. Eric S. Raymond2009-09-101-11/+0
* Son of the Splint Cleanup.Eric S. Raymond2009-09-101-4/+4
* Bride of the Splint Cleanup. All regression tests pass.Eric S. Raymond2009-09-101-1/+1
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-1/+1
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-15/+15
* system call failure should be tested against -1, rather than "< 0"Chris Kuethe2009-07-091-3/+3
* a little bit of handy glue for network transported GNSS dataChris Kuethe2009-07-091-1/+7
* GPSD can now be a gpsd clientChris Kuethe2009-07-051-0/+5
* Defensive programming.Eric S. Raymond2009-03-021-0/+2
* Restore the logic for treating baud rate of 0 as "no change".Eric S. Raymond2009-02-121-3/+10
* All driver method tables are now const.Eric S. Raymond2009-02-121-1/+1
* More thorough suppression of subtype probes.Eric S. Raymond2009-02-091-13/+15
* better fix suggested by Greg TroxelChris Kuethe2009-01-261-1/+3
* more paranoiaChris Kuethe2009-01-261-1/+1
* tcdrain before close of a GPS, because if there's any traffic waiting in theEric S. Raymond2009-01-091-0/+1
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-2/+2
* Add a wrapper function around gpsd_hexdump to avoid hexdumping buffers...Chris Kuethe2008-12-271-1/+2
* whitespace fixesChris Kuethe2008-08-031-33/+33
* Fix to allow compiling with --disable-pps to work.Gary E. Miller2008-01-211-0/+2
* Fix, 2nd try, too many PPS threads being started. Gary E. Miller2008-01-211-1/+0
* Prevent spawning more than one ntp/pps thread. This also fixes some process ...Gary E. Miller2008-01-121-0/+7
* Enrich the regression-test logs with more metainformation.Eric S. Raymond2007-12-131-1/+2
* Minor build and patches from the Gumstix crew.Eric S. Raymond2007-12-131-1/+1
* Refactoring step and fix to ntp interface.Mick Durkin2007-12-081-0/+9
* wrap the NTP SHM setup in the appropriate conditionalChris Kuethe2007-07-271-0/+2
* Two small fixes:Mick Durkin2007-07-171-0/+3
* Pull the device_readonly variable into the global context structure.Eric S. Raymond2007-06-011-5/+3
* splint cleanups, and move a static to wre it belongs in the driver structure.Eric S. Raymond2007-06-011-0/+2
* Change return ttype of gpsd_write to be what the Garmin driver was expecting;Eric S. Raymond2007-06-011-5/+5
* Neuter gpsd_write. Chris Kuethe2007-04-061-0/+2
* fix stupid think-o. from Antonio Eugenio BurrielChris Kuethe2007-03-181-1/+1
* Gary reported a runtime link error. Chris Kuethe2007-03-141-2/+2