Commit graph

1059 commits

Author SHA1 Message Date
Martin Lund
1eca1f7dc6 Enabled .tar.gz distribution support
Github does not allow releases including .tar.xz anymore so we have to
also enable old school .tar.gz.
2015-04-18 12:07:14 +03:00
Martin Lund
e787a73548 Added AUTHORS file 2015-04-18 11:45:35 +03:00
Martin Lund
edeb79b02c Added unit for baudrate 2015-04-18 11:45:02 +03:00
Martin Lund
4eaff1df9d Renamed --char-delay to --output-delay
Renaming to make the naming more specific for the feature.
2015-04-18 11:41:49 +03:00
Martin Lund
ab54352b51 Bumped version 2015-04-16 23:42:36 +03:00
Martin Lund
da6305b8dc Merge pull request #3 from jledet/master
Add option for setting inter-character delay
2015-04-16 23:39:03 +03:00
Jeppe Ledet-Pedersen
bc100643ec Add option for setting inter-character delay 2015-04-13 13:45:05 +02:00
Martin Lund
4da8253a81 Merge pull request #2 from larseje/packaging
Added packaging files for Ubuntu
2014-10-23 19:59:57 +02:00
Jesper Larsen
5ead0ca176 Added packaging files for Ubuntu 2014-10-23 19:44:49 +02:00
Martin Lund
e464ae132a Fixed man page for whatis 2014-10-23 19:14:21 +02:00
Martin Lund
7f0ef19b82 Updated ChangeLog 2014-10-23 11:52:55 +02:00
Martin Lund
d10922fde4 Bumped version 2014-10-23 11:50:41 +02:00
Martin Lund
9ec4782416 Updated README 2014-10-23 11:38:12 +02:00
Martin Lund
7bef8f8a0d Flush I/O data on connect
Make sure there is no stale I/O data on tty device upon connect.
2014-10-23 11:20:48 +02:00
Martin Lund
54e535d029 Updated ChangeLog 2014-10-21 22:40:05 +02:00
Martin Lund
921ae41510 Bumped version 2014-10-21 22:30:54 +02:00
Martin Lund
3652268fea Fixed distribution tarball
Fixed missing header files and man page in distribution tarball.
2014-10-21 22:24:28 +02:00
Martin Lund
87a80326e1 Bumped version 2014-10-21 20:07:39 +02:00
Martin Lund
4707cb442e Updated ChangeLog 2014-10-21 20:06:15 +02:00
Martin Lund
24bef9eba6 Updated README 2014-10-21 20:03:19 +02:00
Martin Lund
11b45c737f Updated ChangeLog 2014-10-12 18:38:08 +02:00
Martin Lund
a70bf916ef Bumped version 2014-10-12 18:36:04 +02:00
Martin Lund
0ad8007aac Eliminated first time connect delay
Rearranged timeout handling so that the first time connect delay is
eliminated.
2014-10-12 18:33:53 +02:00
Martin Lund
11458f3707 Updated ChangeLog 2014-10-08 19:59:38 +02:00
Martin Lund
d093eaca17 Bumped version 2014-10-08 19:35:44 +02:00
Martin Lund
2c64b8df62 Updated man page 2014-10-08 19:33:47 +02:00
Martin Lund
2cf211b99f Changed quit key sequence to ctrl-g + q
Changed the quit key sequence from ctrl-g + ctrl-q to ctrl-g + q as the
latter is simpler and considered more conventional.
2014-10-08 19:25:35 +02:00
Martin Lund
a125dca499 Updated ChangeLog 2014-10-07 17:56:03 +02:00
Martin Lund
39a015cf1b Bumped version 2014-10-07 17:47:55 +02:00
Martin Lund
b6c1135d69 Added timestamp to gotty prompt 2014-10-07 17:45:21 +02:00
Martin Lund
799070fd3e Updated completion script 2014-10-04 14:18:34 +02:00
Martin Lund
c6ffb45dce Updated ChangeLog 2014-10-01 00:29:29 +02:00
Martin Lund
838df819fd Updated MAN and README page 2014-09-30 16:17:07 +02:00
Martin Lund
c190efdad1 Bumped version 2014-09-30 16:07:52 +02:00
Martin Lund
cc7f21e735 Various cleanup
Renamed device -> tty_device.

Removed hardcoded tty device name max length.

Updated README.
2014-09-30 16:05:38 +02:00
Martin Lund
9721f2436c Updated ChangeLog 2014-09-30 01:39:34 +02:00
Martin Lund
820b990692 Renamed stdio to new_stdout
Since it is actually only stdout we configure.
2014-09-30 01:31:55 +02:00
Martin Lund
e1f9836934 Bumped version 2014-09-30 01:23:44 +02:00
Martin Lund
9dfb1debaf Fixed disconnect output
In certain cases the disconnect message would eat a line of output from
the tty device (if any). This is now fixed.
2014-09-30 01:18:29 +02:00
Martin Lund
f371d01f3c Updated ChangeLog 2014-09-28 13:01:46 +02:00
Martin Lund
4b535a5c62 Improved Connected / Disconnected output 2014-09-28 12:59:00 +02:00
Martin Lund
58071de753 Bumped version 2014-09-28 12:53:27 +02:00
Martin Lund
960d59cbc4 Improved error output 2014-09-28 12:09:19 +02:00
Martin Lund
0ccdeeeb7d Updated ChangeLog 2014-09-28 10:33:27 +02:00
Martin Lund
47b12f76f3 Bumped version 2014-09-27 22:21:51 +02:00
Martin Lund
6e2582787c Fixed not being able to quit
When gotty was waiting for a device to appear it was impossible to quit
using the ctrl-g ctrl-q sequence. This is now fixed.
2014-09-27 22:18:07 +02:00
Martin Lund
57beed2e34 Cleanup of stdin handle 2014-09-27 21:44:40 +02:00
Martin Lund
55021b8887 Updated ChangeLog 2014-09-27 19:20:10 +02:00
Martin Lund
38935dc0f5 Made gotty a bit more robust
Now gotty does not exit on errors but simply tries to reconnect.
2014-09-27 19:10:32 +02:00
Martin Lund
df8652f05d Completed autocompletion
Autocompletion now resolves all arguments.

Also renamed 'gotty-bash-completion.sh' to 'gotty' to comply with the
normal naming scheme for completion files in /etc/bash_completion.d .
2014-09-27 18:26:12 +02:00