index
:
dtach.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
master.c
Age
Commit message (
Expand
)
Author
2012-07-01
Use ssize_t for the return type of read/write instead of int.
Ned T. Crigler
2008-01-29
Update copyrights for 2008.
Ned T. Crigler
2008-01-26
If FD_CLOEXEC works, create a pipe and use it to report any errors that occur
Ned T. Crigler
2006-09-27
Add a comment to the waitattach code.
Ned T. Crigler
2006-06-03
Print an error message if we could not execute the desired command, instead of
Ned T. Crigler
2005-04-10
Allow the dtach -n mode to be used without a terminal. If a terminal is not
Ned T. Crigler
2004-11-03
Use non-blocking mode a little better by repeatedly trying to send data out to
Ned T. Crigler
2004-10-04
Try to set non-blocking mode when accepting new clients.
Ned T. Crigler
2004-06-24
Allow the redraw method to be chosen by the user, and include the old Ctrl L
Ned T. Crigler
2004-06-23
First attempt at proper process group handling.
Ned T. Crigler
2004-05-26
dtach 0.6
Ned T. Crigler
2001-11-28
Fix fd leakage.
Ned T. Crigler
2001-11-05
Portability updates thanks to sourceforge's compile farm. dtach should now
Ned T. Crigler
2001-09-28
initial import to sourceforge
Ned T. Crigler