summaryrefslogtreecommitdiff
path: root/serial.c
Commit message (Expand)AuthorAgeFilesLines
* Baud-rate changes in this one work on both BU-303 and TN-200.Eric S. Raymond2005-02-211-53/+44
* Cleaner connect_at_speed code.Eric S. Raymond2005-02-201-1/+5
* Nonblocking open is not necessary.Eric S. Raymond2005-02-201-13/+2
* Buffer size cleanup. Check that we get good data after a baud rateEric S. Raymond2005-02-201-3/+2
* First version with woRking baud rate change.Eric S. Raymond2005-02-131-1/+1
* Refactor so the baud-rate setting is all in one place.Eric S. Raymond2005-02-131-14/+17
* SETTLE_TIME needs to be used in two places.Eric S. Raymond2005-02-131-6/+1
* Library version had to change anyway because of the buffer validationEric S. Raymond2005-02-131-2/+2
* Integrated baud-rate hunting.Eric S. Raymond2005-02-131-7/+10
* Refactor so NMEA validation lives with the parser.Eric S. Raymond2005-02-131-26/+1
* Checkpoint: working version of baud-hunting code, but with the drivers stillEric S. Raymond2005-02-131-11/+89
* Document the TN 200 flow-control problem.Eric S. Raymond2005-02-131-0/+5
* Better baud-rate diagnostics.Eric S. Raymond2005-02-111-5/+8
* Monitor actual baud rate.Eric S. Raymond2005-02-111-0/+14
* Set the baud rate correctly.Eric S. Raymond2005-02-111-17/+22
* Flush serial fd after open to prevent reasding stale data.Eric S. Raymond2005-02-091-1/+5
* -W cleanup fixes.Eric S. Raymond2004-12-241-2/+1
* HP-UX port changes and automake update.release-2.4Eric S. Raymond2004-12-091-0/+11
* Attempt to fix serial-close bug.Eric S. Raymond2004-10-261-3/+3
* Yet another round of fluff removal.Eric S. Raymond2004-10-231-19/+15
* No more globals, full re-entrancy.Eric S. Raymond2004-10-221-31/+21
* Revert the set-speed-to-zero extraction.Eric S. Raymond2004-10-181-2/+7
* More fluff removal.Eric S. Raymond2004-10-051-1/+0
* Setting baud rate to zero is not needed id we set HUPCL.Eric S. Raymond2004-10-051-6/+3
* More code polishing. Includes some portability improvements for the Eric S. Raymond2004-10-051-10/+3
* BSD port fixes and more code cleanup.Eric S. Raymond2004-10-041-11/+6
* Remove some redundant structure members.Eric S. Raymond2004-09-291-7/+4
* Add FIXME note -- we really shouldn't have any globals.Eric S. Raymond2004-09-291-1/+1
* Get rid of some redundant data members.Eric S. Raymond2004-09-291-5/+3
* Dependency cleanup.Eric S. Raymond2004-09-291-4/+0
* Changed name of gpscli_report to gpsd_report and added stub,Eric S. Raymond2004-09-081-2/+2
* Allow drivers to declare stop bits for their device.Eric S. Raymond2004-09-021-11/+2
* Clean the vendor-specific stuff out of zodiac.cEric S. Raymond2004-09-021-1/+1
* Attempt FV18 support.Eric S. Raymond2004-08-311-3/+12
* Get rid of a superfluous variable.Eric S. Raymond2004-08-281-6/+1
* A big name change. The gps* and gpsd* namespaces swap places, so gps_*Eric S. Raymond2004-08-221-2/+2
* The gps client now goes through the daemon. Relayer functionalityEric S. Raymond2004-08-211-42/+18
* Enable new commands r1, r0, w1, w0. serial.c now uses r1 to open aEric S. Raymond2004-08-211-1/+1
* Yet more error-message cleanup.Eric S. Raymond2004-08-201-1/+1
* Split new gps.h from gpsd.h.Eric S. Raymond2004-08-171-0/+1
* gps.c and xgpsspeed.c are rewritten to use the new library interface.Eric S. Raymond2004-08-141-2/+7
* Header consolidation. Sinse there is really only one contextEric S. Raymond2004-08-131-3/+1
* Namespace control. Give all library functions an appropriate prefix.Eric S. Raymond2004-08-131-7/+7
* Better reporting of GPS opens in debug mode.Eric S. Raymond2004-08-131-1/+4
* ESR's gpsd patch #5: This is the big refactoring patch.Eric S. Raymond2004-08-111-0/+24
* ESR's gpsd patch #4: This is the one that nukes globals.Eric S. Raymond2004-08-111-8/+3
* see CHANGELOG 20040421Remco Treffkorn2004-03-221-4/+2
* use cfsetospeed() and cfsetospeed() to set the speed. struct termios can put ...Remco Treffkorn2003-08-191-6/+3
* Drop DTR on close. Before we depended on the ttys HUPCL setting.Remco Treffkorn2002-10-291-1/+3
* since djb fixed termios, no need to cast to (void *)Remco Treffkorn2002-10-281-2/+2