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
/
environ.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397.
nicm
2020-10-07
1
-2
/
+7
*
Export TERM_PROGRAM and TERM_PROGRAM_VERSION like various other
nicm
2020-05-16
1
-1
/
+3
*
Add a way to mark environment variables as "hidden" so they can be used
nicm
2020-03-31
1
-11
/
+20
*
options_array_item_value cannot return NULL.
nicm
2019-04-25
1
-5
/
+1
*
Indicate an array option with a flag rather than a special type so that
nicm
2019-04-23
1
-6
/
+6
*
Make array options a sparse tree instead of an array of char * and
nicm
2019-03-18
1
-9
/
+13
*
Make environ_log prefix take a format.
nicm
2017-05-11
1
-2
/
+10
*
Do not update TERM into config file parsing has finished.
nicm
2017-04-25
1
-4
/
+6
*
Move server_fill_environ into environ.c and move some other common code
nicm
2017-03-09
1
-1
/
+27
*
Make update-environment an array as well.
nicm
2017-01-24
1
-14
/
+16
*
Loads more static, except for cmd-*.c and window-*.c.
nicm
2016-10-10
1
-5
/
+4
*
Tweak output of environment logging.
nicm
2016-07-15
1
-4
/
+8
*
Log environment to new panes.
nicm
2016-07-15
1
-1
/
+11
*
Just nuke environ instead of trying to unsetenv everything because that
nicm
2016-05-26
1
-12
/
+4
*
I no longer use my SourceForge address so replace it.
nicm
2016-01-19
1
-2
/
+2
*
Clear the environment properly by looping until it is empty rather than
nicm
2016-01-15
1
-4
/
+4
*
Make environ_set va_args and use it to tidy up some calls. Also add a
nicm
2015-11-24
1
-15
/
+33
*
Like options, move the environ struct into environ.c.
nicm
2015-10-28
1
-6
/
+26
*
Simplify environ_push so it doesn't need the ARRAY_* functions.
nicm
2015-05-07
1
-17
/
+10
*
Don't leak the individual strings when copying environment.
nicm
2015-01-25
1
-3
/
+6
*
Some more long lines.
nicm
2014-04-17
1
-2
/
+3
*
xfree is not particularly helpful, remove it. From Thomas Adam.
nicm
2012-07-10
1
-13
/
+10
*
Run job commands explicitly in the global enviroment (which can be
nicm
2010-04-04
1
-2
/
+38
*
Nuke a dead variable found with clang and an unused declaration with lint.
nicm
2009-08-09
1
-3
/
+1
*
Use a temporary variable for strdup of const char *.
nicm
2009-08-08
1
-4
/
+4
*
Infrastructure and commands to manage the environment for processes started
nicm
2009-08-08
1
-0
/
+147