]> git.tuebingen.mpg.de Git - paraslash.git/commit
Merge topic branch t/misc into pu
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 12 Jun 2025 23:17:06 +0000 (01:17 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 12 Jun 2025 23:17:06 +0000 (01:17 +0200)
commit5325e79f45b3541c4f99a632dd01306c306e4eef
treebd3d9b3f368e3fff7a10e811ddef7c63f449a69c
parent29f4e35f1747cec4b17c9a9e478ee1fc7b133eb2
parent388785f8ff0a3e8e792152cbdbdd719f64342630
Merge topic branch t/misc into pu

The stuff in here is too small to get its own topic branch. The
commits are generally regarded as safe enough to be applied directly to
"master" without cooking in "next" first. However, if a commit induces
a merge conflict or is important enough to get mentioned in an item
of the NEWS file, the commit should get a dedicated topic branch.

Unlike most other topic branches, this branch never promotes to
"next". When a set of commits is ready to graduate to "master", the
branch is rebased onto "master" and its commits are re-ordered so that
the graduating commits appear at the beginning. The last such commit
is merged to "master". This always results in a fast-forward merge,
so no merge message needs to be supplied.

<!-- No merge message -->

* refs/heads/t/misc:
  Move FOR_EACH_RECEIVER from recv.h to recv_common.c.
  send_common.c does not need afs.h.
  Speed up blob operations.
  vss: Make vss_next() and vss_repos() static.
  vss: Change vss_playing() and friends to return bool.
  wma: Use unsigned byte arrays.
  sched.h: Remove an unnecessary declaration.
  server: Delay vss shutdown in command handler context.

# Conflicts:
# sched.h
aft.c
recv.h
send_common.c
server.c