index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
server-fn.c
Age
Commit message (
Expand
)
Author
2009-10-11
Set the current window pointer to NULL when killing a winlink that is to be
Nicholas Marriott
2009-10-10
Add "grouped sessions" which have independent name, options, current window and
Nicholas Marriott
2009-10-04
Check for already locked/suspended clients in server_lock_client rather than
Nicholas Marriott
2009-09-24
New lock-client and lock-session commands to lock an individual client or all
Nicholas Marriott
2009-09-23
Remove the internal tmux locking and instead detach each client and run the
Nicholas Marriott
2009-09-20
Move some common and untidy code for window link/unlink into generic functions
Nicholas Marriott
2009-09-20
Regularise some fatal messages.
Nicholas Marriott
2009-09-12
Tidy some common code for destroying sessions into a new function.
Nicholas Marriott
2009-09-05
Only redraw all clients once when the backoff timer expires rather than every
Nicholas Marriott
2009-09-02
When incorrect passwords are entered, behave similarly to login(1) and backoff
Nicholas Marriott
2009-09-01
Use "Password:" with no space for password prompts and don't display a *s for
Nicholas Marriott
2009-08-31
Add a new display-panes command, with two options (display-panes-colour and
Nicholas Marriott
2009-08-11
Switch tmux to use imsg. This is the last major change to make the
Nicholas Marriott
2009-08-08
Infrastructure and commands to manage the environment for processes started
Nicholas Marriott
2009-08-07
If there is an error in the configuration file, don't just exit(1) as this can
Nicholas Marriott
2009-07-29
Rename struct hdrtype to msgtype which is a better name and can be used even
Nicholas Marriott
2009-07-26
Make all messages sent between the client and server fixed size.
Nicholas Marriott
2009-07-20
Display the number of failed password attempts (if any) when the server is
Nicholas Marriott
2009-07-17
Make it so using kill-pane to destroy the last pane in a window destroys the
Nicholas Marriott
2009-07-17
Oops, it is always a good idea to get arguments the right way round.
Nicholas Marriott
2009-07-17
Memory could be leaked if a second prompt or message appeared while another was
Nicholas Marriott
2009-07-14
Need time.h not sys/time.h for time(2).
Nicholas Marriott
2009-07-10
Add a default-terminal option to set the starting value of $TERM in new
Nicholas Marriott
2009-06-30
When unlocking the server, don't try to clear the prompt on clients without a
Nicholas Marriott
2009-06-25
Miscellaneous unused functions, including one which was basically a
Nicholas Marriott
2009-06-01
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott