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-list.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge the now tiny cmd-list.c into cmd.c.
nicm
2019-05-25
1
-103
/
+0
*
Merge cmd_list_parse into cmd-parse.y so it can use the new alias
nicm
2019-05-25
1
-57
/
+1
*
Break the argument escaping code into a separate function and use it to
nicm
2019-05-23
1
-5
/
+9
*
Replace the split parser code (cfg.c and cmd-string.c) with a single
nicm
2019-05-23
1
-5
/
+25
*
Add a helper to allocate a cmd_list.
nicm
2019-05-20
1
-4
/
+13
*
I no longer use my SourceForge address so replace it.
nicm
2016-01-19
1
-2
/
+2
*
Do not set a limit on the length of commands when printing them.
nicm
2015-11-27
1
-17
/
+20
*
Various minor style and spacing nits.
nicm
2014-09-01
1
-2
/
+2
*
Don't blindly increase offsets by the return value of snprintf, if there
nicm
2014-04-11
1
-4
/
+8
*
Add a command queue to standardize and simplify commands that call other
nicm
2013-03-24
1
-64
/
+11
*
Add functions to allocate and free command contexts rather than doing it
nicm
2013-03-22
1
-3
/
+4
*
Add a queue of notifys and a way to turn them off and on (we do not want
nicm
2012-07-13
1
-1
/
+5
*
Make command exec functions return an enum rather than -1/0/1 values and
nicm
2012-07-11
1
-16
/
+20
*
xfree is not particularly helpful, remove it. From Thomas Adam.
nicm
2012-07-10
1
-2
/
+3
*
Add a skeleton mode to tmux (called "control mode") that let's tmux
nicm
2012-06-18
1
-3
/
+15
*
We now send argv to the server after parsing it in the client to get the
nicm
2010-10-29
1
-9
/
+13
*
Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed
nicm
2010-06-26
1
-9
/
+13
*
Reset output functions too when changing client after attaching, to
nicm
2010-03-22
1
-1
/
+5
*
Don't stop parsing command sequences when a command requests the client to
nicm
2010-01-30
1
-5
/
+24
*
Make all messages sent between the client and server fixed size.
nicm
2009-07-26
1
-36
/
+1
*
Import tmux, a terminal multiplexor allowing (among other things) a single
nicm
2009-06-01
1
-0
/
+154