Revisions of tio

buildservice-autocommit accepted request 1174681 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 34)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 33)
- Update to version 3.3
  * Force destructive backspace when using local echo
  * Only takes effect in normal output mode.
  * Fix local-echo in configuration file
  * Clean up includes
  * Force socket write operation to ignore any signals
  * Man page cleanup
buildservice-autocommit accepted request 1172884 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 32)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 31)
- Update to version 3.2
  * Do not print error when using --list with broken config file
  * Clean up completion script
  * Add option '--exec ' for running shell command
  * Runs shell command with I/O redirected to device.
  * Make sure all error output is directed to stderr
  * Fix shadow variables
  * Update man page
  * Fix build on older GNU/Linux systems without statx
  * Fix line ending in --list output
  * Print location of configuratin file in --list output
  * Fix alignment of profile listing
- Update to version 3.1
  * Improve --list feature on non-linux platform
  * List available profiles in --list output
  * Always message when saving log file
  * Add support for using TID as device in config file
  * Fix use of invalid flag with regexec()
  * Fix potential buffer overflow in match_and_replace()
  * Fix profile autocompletion
  * Replace use of stat() with fstat()
  * For better security.
  * Fix hexN output mode
  * Update pattern matching example
  * Fix submenu response when invalid key hit
  * Replace inih with glib key file parser
  * Enable extended pattern matching
  * Update lua read() description
buildservice-autocommit accepted request 1170830 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 30)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 29)
- Update to version 3.0
  * Simplify lua line manipulation API
  * Disable DEC Special Graphics at exit if vt100
  * Add hexN output mode
  * Rename sub-config to profile
  * Use lua io.write() instead of print()
  * Add new ways to manage serial devices
    + Rename --list-devices to --list
    + Rename --no-autoconnect to --no-reconnect
    + Switch -l and -L options
      -l now lists available serial devices
      -L enables log to file
    + Add option --auto-connect
    + Connect to same port/device combination via unique
      topology ID (TID)
    + Reworked and improved listing of serial devices to show
      serial devices
  * Clean up timestamp enum definition
  * Add missing options to show configuration
  * Update description of mute option
  * Add lua read_string() function
  * Don't forget to log output in lua expect()
  * Generalize automatic login example for Linux
  * Fix log output in hex output mode
  * Add timeout based timestamps in hex output mo
  * Improve switched messages
  * Extend lua expect() to also return matched string
  * Add automatic login script example
  * Organize examples directory
  * Introduce basic line input mode
buildservice-autocommit accepted request 1167678 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 28)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 27)
- Update to version 2.8
  * Remove options --response-wait, --response-timeout
  * Fix xymodem error print outs
  * Rework x/y-modem transfer command
  * Add independent input and output mode
  * Add tty line configuration script API
  * Add ONULBRK mapping flag
  * Add --log-directory option
  * Add Lua scripting feature
  * Poll on serial port read instead of delay.
  * Add Xmodem-CRC support.
  * Support NO_COLOR env variable as per no-color.org
  * Add map FF to ESC-c on input
buildservice-autocommit accepted request 1112826 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 26)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 25)
- Update to 2.7:
  * Add xmodem and ymodem file send support
  * fix: support --log-append in cli options
buildservice-autocommit accepted request 1091986 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 24)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 23)
- Update to 2.6:
  * Remove warning when using pattern option
  * Add --log-append option
  * Fix line termination for response wait feature
buildservice-autocommit accepted request 1033877 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 22)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 21)
- Update to version 2.3
  * Add mute feature
  * Deprecate tty config keyword but keep it around for now
  * Update show config
  * Update example tiorc
buildservice-autocommit accepted request 1030234 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 20)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 19)
- Update to version 2.2
  * Add shell completion of sub-configuration names
  * Does not work with sub configuration names that contains one
    or more white spaces.
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 18)
- Update to version 2.1
  * Fix output line delay
  * Apply output line delay on lines ending with \n.
  * On most systems lines ends with \n or \r\n.
  * Do not print timestamps in hex mode
  * Improve input mechanism in hex mode
  * Add support for sending prefix character to serial device
  * Update example tiorc
buildservice-autocommit accepted request 1002502 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 17)
auto commit by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) committed (revision 16)
- Update to version 2.0
  * Handle stale unix socket file
  * Add visual or audible alert support on connect/disconnect
  * Add experimental RS-485 support
  * Add line response feature
  * Fix potential sscanf() overflow
  * Only print version on '--version'
  * Remove duplicate show config entry of DTR pulse duration
- Update to version 1.47
  * Enable log feature when using --log-filename
  * Enable line buffering of log
  * Avoid invalid hex character messages when switching hex mode
  * Force flushing of log writes
  * Renamed tty_flush() to tty_sync()
  * Fix sync output to serial port
  * Clean up tty_flush()
  * Force frequent sync on tty_flush()
  * Update example tiorc
  * Quit from non-interactive mode using ctrl-c
  * Make sure we flush output buffer to tty when piping to tio
  * Do not return false read error when piping to tio
  * Show error message when reading port settings fail
- Update to version 1.46
  * Rework toggle and pulse feature to support all lines
  * Add example configuration file
- Update to version 1.45
  * Introduce bold color option
  * Change 'ctrl-t T' to 'ctrl-t t' for timestamp toggle
  * Add support for remapping prefix key
  * Add plaintext man page
buildservice-autocommit accepted request 986757 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 15)
auto commit by copy to link target
Displaying revisions 1 - 20 of 34
openSUSE Build Service is sponsored by