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
/
control-notify.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add client-detached notification in control mode, from Mohsin Kaleem.
nicm
2021-03-16
1
-1
/
+12
*
Change so that window_flags escapes # automatically which means configs
nicm
2021-01-20
1
-2
/
+2
*
Support code for control mode flow control: allow clients to have
nicm
2020-05-21
1
-35
/
+1
*
Terminate the output buffer for control mode output - it is now used as
nicm
2020-03-16
1
-1
/
+2
*
Rewrite the code for reading and writing files. Now, if the client is
nicm
2019-12-12
1
-2
/
+2
*
Add -F to refresh-client to specify flags for control clients - one flag
nicm
2019-07-10
1
-1
/
+4
*
Do not use evbuffer_add_buffer because it is destructive and doesn't
nicm
2019-05-07
1
-7
/
+2
*
evbuffer_new and bufferevent_new can both fail (when malloc fails) and
nicm
2018-11-19
1
-1
/
+3
*
Some new notifications, mainly for active pane and current window and
nicm
2017-05-04
1
-10
/
+63
*
Add a helper function for the most common format_create/defaults/expand
nicm
2017-03-08
1
-9
/
+5
*
Add a window or pane id "tag" to each format tree and use it to separate
nicm
2017-02-03
1
-2
/
+2
*
Use the notify name string instead of going via an enum and change
nicm
2016-10-16
1
-2
/
+2
*
Rename a function for consistency and some spacing nits.
nicm
2016-10-15
1
-2
/
+2
*
I no longer use my SourceForge address so replace it.
nicm
2016-01-19
1
-2
/
+2
*
Add cmdq as an argument to format_create and add a format for the
nicm
2015-12-11
1
-2
/
+2
*
Remove format_create_flags and just pass flags to format_create.
nicm
2015-12-08
1
-2
/
+2
*
Use __unused rather than rolling our own.
nicm
2015-11-18
1
-5
/
+5
*
Add window_visible_layout which ignores zoomed panes and use it for
nicm
2015-11-13
1
-3
/
+10
*
Convert clients list into a TAILQ.
nicm
2015-04-24
1
-22
/
+8
*
Wrap all the individual format_* calls in a single format_defaults
nicm
2015-02-05
1
-2
/
+2
*
Differentiate between linked and unlinked window closes and renames,
nicm
2014-04-23
1
-3
/
+16
*
Fix compiler warnings, missing #include. From Thomas Adam.
nicm
2013-03-26
1
-5
/
+1
*
Include prefix on ids, from George Nachman.
nicm
2013-03-25
1
-11
/
+11
*
Write escaped output in control mode rather than hex, from George
nicm
2013-03-25
1
-3
/
+7
*
Don't add prefix to %output pane id.
nicm
2013-03-25
1
-4
/
+4
*
Rename session idx to session id throughout and add $ prefix to targets
nicm
2013-03-25
1
-2
/
+2
*
Remove some unused/unnecessary control notifications, from George Nachman.
nicm
2013-03-25
1
-12
/
+3
*
Add notification for input from a pane, from George Nachman.
nicm
2012-09-25
1
-1
/
+30
*
Send notifications to control clients. Also don't redraw client when
nicm
2012-09-03
1
-0
/
+183