Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: eaa58d28dc7da9b2ef0d77f4c8e85aab55b71935
      
https://github.com/tmux/tmux/commit/eaa58d28dc7da9b2ef0d77f4c8e85aab55b71935
  Author: nicm <nicm>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M client.c
    M file.c
    M server-client.c
    M tmux.h

  Log Message:
  -----------
  Instead of using large buffers in imsgs, add the data or path onto the end.


  Commit: b4520aaf2cb56cd14519e2df9d99ea6efc8ddd03
      
https://github.com/tmux/tmux/commit/b4520aaf2cb56cd14519e2df9d99ea6efc8ddd03
  Author: nicm <nicm>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M client.c
    M file.c

  Log Message:
  -----------
  Need to include message size in the maximum buffer calculation.


  Commit: 1bdd4828bd0a13d6fb81c903078ad99ff2429b5d
      
https://github.com/tmux/tmux/commit/1bdd4828bd0a13d6fb81c903078ad99ff2429b5d
  Author: nicm <nicm>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M file.c
    M server-client.c
    M tmux.h

  Log Message:
  -----------
  If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/X
ends up pointing to the wrong place before it is passed to the client.
The path is only used internally so there is no real need for
realpath(), remove it and move the get_path function to file.c where all
the callers are.


  Commit: 52b6ca570627ea58f7b42543ae37398ae63e06d9
      
https://github.com/tmux/tmux/commit/52b6ca570627ea58f7b42543ae37398ae63e06d9
  Author: Thomas Adam <[email protected]>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M client.c
    M file.c
    M server-client.c
    M tmux.h

  Log Message:
  -----------
  Merge branch 'obsd-master'


Compare: https://github.com/tmux/tmux/compare/e6b02dec199a...52b6ca570627

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/e6b02d-52b6ca%40github.com.

Reply via email to