summaryrefslogtreecommitdiff
path: root/serial.c
Commit message (Expand)AuthorAgeFilesLines
* We were checking for sys/modem.h and never needed it.Eric S. Raymond2010-12-141-3/+0
* Still more simplification of configuration and header handling.Eric S. Raymond2010-12-141-2/+0
* More header rationalizations,Eric S. Raymond2010-12-141-8/+4
* Code splints clean except for endiabbess stuff in driver_garmin.c.Eric S. Raymond2010-12-081-0/+4
* over-zealous header removalChris Kuethe2010-12-021-0/+4
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-5/+0
* Bug #17637: /dev/ttySAC1 is always opened in read-only modeTimo Juhani Lindfors2010-11-061-1/+1
* Fixes for previous Bluetooth code.Alban Browaeys2010-07-021-2/+3
* Merge experimental BluZ support. Code is not yet enabled or tested.Eric S. Raymond2010-06-181-11/+49
* Recover from zero-length reads.Eric S. Raymond2010-06-141-0/+2
* 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