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-queue.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move cfg_causes local into cfg.c and remove struct causelist.
nicm
2014-10-27
1
-6
/
+5
*
Save next item after firing command in case it has added to the queue.
nicm
2014-10-21
1
-3
/
+2
*
Better format for printf format attributes.
nicm
2014-10-20
1
-3
/
+3
*
Various minor style and spacing nits.
nicm
2014-09-01
1
-4
/
+4
*
Remove the "info" message mechanism, this was only used for about five
nicm
2014-04-17
1
-32
/
+1
*
Remove unnecessary calls to va_start/va_end, from Tiago Cunha.
nicm
2014-01-09
1
-5
/
+1
*
Alter how tmux handles the working directory to internally use file
nicm
2013-10-10
1
-25
/
+1
*
retcode -> retval for exit message.
nicm
2013-10-10
1
-2
/
+2
*
Support -c for new-session, based on code from J Raynor.
nicm
2013-10-10
1
-1
/
+25
*
Make cmdq->client_exit a tristate (-1 means "not set") so that if
nicm
2013-10-10
1
-3
/
+3
*
Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can
nicm
2013-10-10
1
-9
/
+9
*
Mark control commands specially so the client can identify them, based
nicm
2013-06-23
1
-3
/
+6
*
Fix bug where end guard in control mode was not printed after session
nicm
2013-04-10
1
-2
/
+2
*
Fix compiler warnings, missing #include. From Thomas Adam.
nicm
2013-03-26
1
-1
/
+2
*
Only send end guard if begin was sent, from George Nachman.
nicm
2013-03-25
1
-10
/
+13
*
Fix a warning.
nicm
2013-03-25
1
-2
/
+2
*
Add time and a command count to control mode guards, based on code from
nicm
2013-03-25
1
-15
/
+26
*
Add some additional debug logging.
nicm
2013-03-25
1
-1
/
+6
*
Print %%error not %%end guard on error, from George Nachman.
nicm
2013-03-25
1
-3
/
+7
*
Add a command queue to standardize and simplify commands that call other
nicm
2013-03-24
1
-0
/
+258