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
/
arguments.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix quoting with newlines and single quotes.
nicm
2020-06-12
1
-12
/
+15
*
Instead of using a custom parse function to process {}, treat it as a
nicm
2020-06-04
1
-1
/
+6
*
Fix some error strings, from Kris Katterjohn.
nicm
2020-05-25
1
-3
/
+3
*
Add formats for after hook command arguments.
nicm
2020-05-16
1
-17
/
+39
*
Change so main-pane-width and height can be given as a percentage.
nicm
2020-04-22
1
-11
/
+18
*
Print empty arguments properly.
nicm
2020-04-12
1
-3
/
+5
*
Break code to convert an argument as a percentage into a common function.
nicm
2020-03-21
1
-1
/
+51
*
getopt is not required to set optarg to NULL when there is no argument
nicm
2020-03-17
1
-1
/
+3
*
Add a -H flag to send-keys to send literal keys given as hex numbers
nicm
2019-07-09
1
-4
/
+14
*
Add a -A flag to show-options to show parent options as well.
nicm
2019-06-20
1
-2
/
+4
*
Use VIS_CSTYLE for the arguments and add the missing escapes it can
nicm
2019-05-29
1
-2
/
+2
*
Do not read past the end of the argument string if it is empty.
nicm
2019-05-28
1
-1
/
+3
*
Add an additional {} syntax for defining strings in the configuration
nicm
2019-05-27
1
-2
/
+2
*
Break the argument escaping code into a separate function and use it to
nicm
2019-05-23
1
-23
/
+40
*
Support multiple occurances of the same argument. Use this for a new
nicm
2019-04-28
1
-48
/
+111
*
Run alert hooks based on the options rather than unconditionally, from
nicm
2017-08-23
1
-2
/
+2
*
Rewrite of choose mode, both to simplify and tidy the code and to add
nicm
2017-05-30
1
-3
/
+2
*
Do not need getopt.h.
nicm
2017-04-22
1
-2
/
+1
*
Plain stravis() because it will mangle UTF-8 characters, so add
nicm
2017-01-18
1
-3
/
+3
*
Run arguments through vis() as well when printing them.
nicm
2017-01-18
1
-9
/
+23
*
Add static in window-*.c and move some internal functions out of tmux.h.
nicm
2016-10-11
1
-26
/
+3
*
Some more static.
nicm
2016-10-10
1
-5
/
+6
*
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
-44
/
+40
*
struct args_entry can go into arguments.c.
nicm
2015-08-29
1
-1
/
+7
*
Tidy up some includes.
nicm
2014-10-20
1
-1
/
+2
*
Don't blindly increase offsets by the return value of snprintf, if there
nicm
2014-04-11
1
-4
/
+10
*
Couple of fixes from cppcheck via Tiago Cunha.
nicm
2014-01-15
1
-3
/
+2
*
Simplify args_set, from Tiago Cunha.
nicm
2014-01-09
1
-10
/
+6
*
Include unistd.h as it is the standard location for getopt().
okan
2013-11-17
1
-1
/
+2
*
Instead of eating 1024 bytes or so for the arguments of each command,
nicm
2013-05-31
1
-43
/
+79
*
xfree is not particularly helpful, remove it. From Thomas Adam.
nicm
2012-07-10
1
-13
/
+9
*
Pass the right size to calloc (* not **).
nicm
2011-07-09
1
-2
/
+2
*
Free old argument even if setting to NULL.
nicm
2011-01-30
1
-5
/
+6
*
Clean up and simplify tmux command argument parsing.
nicm
2011-01-04
1
-0
/
+222