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-run-shell.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
-2
/
+1
*
Remove the "info" message mechanism, this was only used for about five
nicm
2014-04-17
1
-8
/
+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
-14
/
+17
*
Remove previous.
nicm
2013-03-25
1
-2
/
+1
*
Plug small memory leak in run-shell. Don't potentially leak the command
nicm
2013-03-25
1
-1
/
+2
*
Add a command queue to standardize and simplify commands that call other
nicm
2013-03-24
1
-24
/
+23
*
Expand format variables in the run-shell and if-shell shell commands,
nicm
2013-03-24
1
-4
/
+15
*
evbuffer_readline returns allocated storage, don't leak it.
nicm
2013-03-22
1
-1
/
+2
*
Add functions to allocate and free command contexts rather than doing it
nicm
2013-03-22
1
-15
/
+9
*
Allow cmd-run-shell to accept -t to specify the pane to display the
nicm
2012-11-27
1
-10
/
+37
*
Make command exec functions return an enum rather than -1/0/1 values and
nicm
2012-07-11
1
-7
/
+6
*
xfree is not particularly helpful, remove it. From Thomas Adam.
nicm
2012-07-10
1
-5
/
+6
*
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
-5
/
+2
*
Return the command client return code with MSG_EXIT now that MSG_ERROR and
nicm
2010-07-11
1
-2
/
+5
*
Don't die if the client has been detached when the job finishes, just
nicm
2010-05-25
1
-1
/
+6
*
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
nicm
2009-11-13
1
-2
/
+2
*
Switch jobs over to use a bufferevent.
nicm
2009-11-04
1
-21
/
+23
*
Add a flag for jobs that shouldn't be freed after they've died and use it for
nicm
2009-11-01
1
-4
/
+2
*
Remove a debugging leftover and add copyright.
nicm
2009-10-11
1
-2
/
+2
*
Switch run-shell over to queue the command in the background like #().
nicm
2009-10-11
1
-38
/
+81
*
run-shell command to run a shell command without opening a window, sending
nicm
2009-09-20
1
-0
/
+96