summaryrefslogtreecommitdiff
path: root/serial.c
Commit message (Expand)AuthorAgeFilesLines
* More cppcheck warning fixups. All regression tests pass.Eric S. Raymond2012-05-181-0/+1
* Typo fix.Eric S. Raymond2012-05-071-1/+1
* Attempt to fix the Bluetooth socket leak reported by Eckhart Woerner.Eric S. Raymond2012-02-261-0/+1
* Added B230400 as a baud rate.Eric S. Raymond2012-02-171-5/+9
* serial: use cfgetispeed helpersManuel Lauss2012-01-131-8/+1
* Try to forestall buggy kernels from holding an exclusion lock...Eric S. Raymond2012-01-101-0/+1
* c_ispeed is missing in the termios struct on some architectures.Bernd Zeimetz2011-11-141-0/+7
* Verified fix for Savannah bug #34562: error in json encoded device list.Eric S. Raymond2011-10-241-0/+5
* Attempted fix for Savannah bug #34562: error in json encoded device list.Eric S. Raymond2011-10-231-1/+9
* Don't try to revert serial parameters on exit if we didn't have to change them.Eric S. Raymond2011-10-121-8/+16
* Fix up fusercount() to work correctly.Eric S. Raymond2011-08-231-6/+4
* Now that fusecount() is working, it turns out to be dangerous. Disable it...Eric S. Raymond2011-08-231-5/+5
* Fix some coding errors in fusercount().Eric S. Raymond2011-08-231-2/+3
* Add fixed_stop_bits option.Eric S. Raymond2011-06-221-1/+10
* Improve the code for making sensor data and command strings visible...Eric S. Raymond2011-06-171-2/+2
* Remove gpsd_hexdump_wrapper() from everything outside the packet sniffer.Eric S. Raymond2011-06-171-3/+4
* Code slimming.Eric S. Raymond2011-06-111-4/+1
* Fix the minimal build.Eric S. Raymond2011-03-291-1/+1
* Squeeze out some more code in the fixed-port-speed case.Eric S. Raymond2011-03-291-0/+10
* Documentation update. All regression tests pass.Eric S. Raymond2011-03-241-1/+1
* Try to move NTP link activation and deactivation up to the disparcher layer.Eric S. Raymond2011-03-241-16/+0
* Give timestamps their own typedef. No logic changes.Eric S. Raymond2011-03-101-1/+1
* Remove pass_rtcm(),Eric S. Raymond2011-02-271-1/+1
* Split an excessively long function. No logic changes. All regression tests pass.Eric S. Raymond2011-02-241-62/+2
* Abolish device->is_serial. Replaced by device->servicetype.Eric S. Raymond2011-02-241-3/+0
* Eliminate the context->netgnss_service member.Eric S. Raymond2011-02-241-0/+3
* Refactor device opening. No logic changes. All regression tests pass.Eric S. Raymond2011-02-231-0/+61
* More deheader testing. All regressions pass, codebase splints clean.Eric S. Raymond2011-01-131-3/+3
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2011-01-121-1/+1
* Re-commit the new device locking, previously removed by a finger error.Eric S. Raymond2011-01-111-23/+34
* Revert "Try a tighter locking regime for serial devices."Chris Kuethe2011-01-111-39/+26
* Try a tighter locking regime for serial devices.Eric S. Raymond2011-01-111-26/+39
* It really needs to be %04x in JSON escaping, otherwise we don't get fixed width.Eric S. Raymond2011-01-111-4/+7
* Comment typo fix.Eric S. Raymond2011-01-101-1/+1
* Block other processes from using our serial devices while we have them open.Eric S. Raymond2011-01-101-1/+15
* Under Linux, use /proc to avoid opening serial devices already open.Eric S. Raymond2011-01-101-0/+48
* We longer send wakeup probes to USB devices.Eric S. Raymond2011-01-091-6/+8
* Move the speed warning so each autobaud test does not give the warning.Gary E. Miller2010-12-291-3/+0
* Add generic warning on slow link speed.Gary E. Miller2010-12-291-0/+3
* let character devices default to RS232Chris Kuethe2010-12-241-1/+1
* 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