Fix another giant batch of resource leaks. (Mostly memory, but there's
[u/mdw/putty] / unix / uxser.c
2013-07-14 simonFix another giant batch of resource leaks. (Mostly...
2011-07-14 simonPost-release destabilisation! Completely remove the...
2011-05-07 simonFixes (mostly from Colin Watson, a couple redone by...
2010-12-08 jacobAdd more possible baud rates to the Unix serial backend...
2010-11-06 simonDavid Laight reports that sometimes reads on a serial...
2007-07-01 jacobImplement Marcin Bulandra's suggestion of only automati...
2007-06-30 jacobRationalise access to, and content of, backends[] array.
2007-01-16 simonAdd more ifdefs to make uxser.c compile on OS X.
2006-12-09 benSet FD_CLOEXEC in a little convenience function that...
2006-11-23 simonI've just discovered that using the saved sessions...
2006-10-03 simonDisable a bunch of undesirable termios flags. ICRNL...
2006-10-02 simonIXON and IXOFF belong in _iflag_, not cflag! While...
2006-08-29 simonSupport for sending serial breaks, in both the Windows...
2006-08-28 simonSerial back end for Unix. Due to hardware limitations...