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
/
attach.c
Age
Commit message (
Expand
)
Author
2025-06-17
Suppress unused parameter 'sig' warning from gcc
Ned T. Crigler
2024-12-09
fix gcc-15 build
Rudi Heitbaum
2017-03-05
Update license header in source files.
Ned T. Crigler
2016-05-08
Update copyrights for 2016.
Ned T. Crigler
2015-07-18
Update copyrights for 2015.
Ned T. Crigler
2015-07-18
Add dtach -p.
Ned T. Crigler
2014-08-04
Try to use chdir to get around the sun_path length limit.
Ned T. Crigler
2014-08-04
Prevent buffer overflow with a long socket path name.
Ned T. Crigler
2014-08-04
Silence valgrind memcheck error by memset()-ing pkt to 0
Paul Wilkinson
2012-07-01
Fix error handling for read from stdin in attach.c
Ned T. Crigler
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
2006-09-27
Try to detect and remove stale sockets when dtach -A is used. Be
Ned T. Crigler
2006-06-03
Print an error message if we could not execute the desired command, instead of
Ned T. Crigler
2004-08-25
Changed restore_term to remove the Linux-specific escape sequence to restore
Ned T. Crigler
2004-07-01
Add an extra signal call to the win_change function to make sure the SIGWINCH
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-22
Changed the attach code to be paranoid about checking the return value of
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