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-if-shell.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -F to if-shell to allow it to be used to check for format or option
nicm
2014-12-02
1
-4
/
+25
*
Instead of setting up the default keys by building the key struct
nicm
2014-10-20
1
-2
/
+1
*
Make cmdq->client_exit a tristate (-1 means "not set") so that if
nicm
2013-10-10
1
-1
/
+4
*
Remove the barely-used and unnecessary command check() function.
nicm
2013-10-10
1
-2
/
+1
*
Try to establish client for run-shell and if-shell if no -t.
nicm
2013-03-25
1
-1
/
+10
*
Extend jobs to support writing and use that for copy-pipe instead of
nicm
2013-03-25
1
-2
/
+2
*
Fix if-shell and run-shell if there are no sessions. Batted around
nicm
2013-03-25
1
-10
/
+12
*
Add a command queue to standardize and simplify commands that call other
nicm
2013-03-24
1
-22
/
+57
*
Expand format variables in the run-shell and if-shell shell commands,
nicm
2013-03-24
1
-4
/
+20
*
Add functions to allocate and free command contexts rather than doing it
nicm
2013-03-22
1
-14
/
+8
*
Remove dead code, from Sean Estabrooks.
nicm
2012-08-11
1
-3
/
+1
*
Make command exec functions return an enum rather than -1/0/1 values and
nicm
2012-07-11
1
-4
/
+4
*
xfree is not particularly helpful, remove it. From Thomas Adam.
nicm
2012-07-10
1
-6
/
+6
*
Didn't really think the else behaviour through - requiring argv to
nicm
2011-10-27
1
-20
/
+8
*
Add an else clause for if-shell, from "arno-" on SourceForge.
nicm
2011-10-18
1
-11
/
+33
*
Nuke a redundant if statement, from Tiago Cunha.
nicm
2011-05-25
1
-6
/
+2
*
Simplify the way jobs work and drop the persist type, so all jobs are
nicm
2011-01-26
1
-5
/
+3
*
Clean up and simplify tmux command argument parsing.
nicm
2011-01-04
1
-10
/
+9
*
When changing so that the client passes its stdout and stderr as well as
nicm
2010-07-24
1
-3
/
+2
*
Return the command client return code with MSG_EXIT now that MSG_ERROR and
nicm
2010-07-11
1
-2
/
+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
*
Add a flag for jobs that shouldn't be freed after they've died and use it for
nicm
2009-11-01
1
-5
/
+3
*
Convert if-shell over to the background job framework as well.
nicm
2009-10-11
1
-83
/
+51
*
Use KEYC_NONE constant instead of 0 on init.
nicm
2009-09-21
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
*
New command, if-shell (alias if). Executes the tmux command in the second
nicm
2009-07-09
1
-0
/
+176