index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
cmd-switch-client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Instead of setting up the default keys by building the key struct
nicm
2014-10-20
1
-20
/
+1
*
Remove the "info" message mechanism, this was only used for about five
nicm
2014-04-17
1
-6
/
+3
*
Avoid use of uninitialized variable, from Thomas Adam.
nicm
2014-02-12
1
-2
/
+2
*
Similar to attach-session, make switch-client -t accept a window and
nicm
2014-01-09
1
-9
/
+36
*
Remove the barely-used and unnecessary command check() function.
nicm
2013-10-10
1
-2
/
+1
*
Add a command queue to standardize and simplify commands that call other
nicm
2013-03-24
1
-10
/
+10
*
Fix error reporting for client commands by adding a flag to
nicm
2013-03-24
1
-2
/
+2
*
Make command exec functions return an enum rather than -1/0/1 values and
nicm
2012-07-11
1
-10
/
+10
*
Only hide flags on the current window when the session is attached, from
nicm
2012-01-21
1
-1
/
+2
*
Add a -r flag to switch-client to toggle the client read-only flag. From
nicm
2011-08-16
1
-4
/
+14
*
Add a flag to cmd_find_session so that attach-session can prefer
nicm
2011-04-05
1
-2
/
+2
*
Clean up and simplify tmux command argument parsing.
nicm
2011-01-04
1
-134
/
+20
*
Don't reset the activity timer for unattached sessions every second,
nicm
2011-01-01
1
-1
/
+2
*
Use pointer rather than index for the client's last session.
nicm
2010-12-20
1
-5
/
+4
*
Track the last session for a client and add a flag to switch-client and
nicm
2010-12-11
1
-10
/
+36
*
Two new options:
nicm
2010-09-26
1
-1
/
+2
*
Add -n and -p flags to switch-client to move to the next and previous
nicm
2010-09-08
1
-8
/
+60
*
Don't leak if arguments appear multiple times, from Tiago Cunha.
nicm
2010-01-23
1
-3
/
+5
*
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
nicm
2009-11-13
1
-2
/
+2
*
Make all messages sent between the client and server fixed size.
nicm
2009-07-26
1
-26
/
+1
*
Having fixed flags for single-character getopt options is a bit hard to
nicm
2009-07-13
1
-2
/
+2
*
Import tmux, a terminal multiplexor allowing (among other things) a single
nicm
2009-06-01
1
-0
/
+161