7
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 21 hours ago.
Jul 10, 2025 — Jul 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add AIX support to openpty and forkpty. More... almost 14 years ago
Fix error handling for read from stdin in attach.c More... about 14 years ago
Use ssize_t for the return type of read/write instead of int. More... about 14 years ago
dtach 0.8 More... over 18 years ago
Fix -e ^<char> to work with lowercase characters. More... over 18 years ago
Update copyrights for 2008. More... over 18 years ago
If FD_CLOEXEC works, create a pipe and use it to report any errors that occur while trying to execute the program. More... over 18 years ago
Always assume that stdin is not a terminal when tcgetattr fails, instead of printing an error message. More... about 19 years ago
Apply patch from [email protected] to fix an ambiguous backslash in the man page. More... about 19 years ago
Try to detect and remove stale sockets when dtach -A is used. Be paranoid about this, and only remove the specified file if connect says the connection was refused and stat says the file is a socket. More... almost 20 years ago
Add a comment to the waitattach code. More... almost 20 years ago
Print an error message if we could not execute the desired command, instead of exiting silently. More... about 20 years ago
Allow the dtach -n mode to be used without a terminal. If a terminal is not present when dtach is started, we now rely on whatever default terminal settings the kernel uses. More... over 21 years ago
Use non-blocking mode a little better by repeatedly trying to send data out to the clients until at least one write worked and no error (other than EAGAIN) occurred when writing to any of the clients. This way, complete data loss can be avoided since at least one client must get all of the data. More... over 21 years ago
Try to set non-blocking mode when accepting new clients. More... almost 22 years ago
Updated the man page to use \- everywhere for the dashes in dtach's command-line options. More... almost 22 years ago
Changed restore_term to remove the Linux-specific escape sequence to restore the cursor size, which is handled incorrectly by some terminal emulators. More... almost 22 years ago
dtach 0.7 More... about 22 years ago
Add an extra signal call to the win_change function to make sure the SIGWINCH handler isn't reset on certain systems. More... about 22 years ago
Add documentation for the new redraw option. More... about 22 years ago
Allow the redraw method to be chosen by the user, and include the old Ctrl L character method again. More... about 22 years ago
First attempt at proper process group handling. More... about 22 years ago
Changed the attach code to be paranoid about checking the return value of select when checking the file descriptors for activity. More... about 22 years ago
Oops, configure.ac wasn't being added to the tar.gz file created by make tar. More... about 22 years ago
dtach 0.6 More... about 22 years ago
Bump version. More... over 24 years ago
Applied dtach.spec patch from Trond Eivind Glomsr�d <[email protected]>. More... over 24 years ago
Fix fd leakage. Prevent atexit from being called twice on dtach -A. More... over 24 years ago
Portability updates thanks to sourceforge's compile farm. dtach should now work on: FreeBSD, Debian/alpha, Debian/sparc, Debian/PPC, and Solaris. Bump version. More... over 24 years ago
Slightly improved README and dtach.1 More... almost 25 years ago