transmission/daemon
Charles Kerr 6e8f9f3ff0
feat: add tr_strbuf (#2810)
* feat: add tr_strbuf class for building tmp strings

Based on fmt::basic_memory_buf, this is a growable string buffer that
has an initial size that's large enough to build most filenames or URLs
without needing heap allocations.

Adds a couple of extra helpers such as a `c_str()` method to make dealing
with old zero-terminated string APIs easier.
2022-03-24 16:41:29 -05:00
..
CMakeLists.txt feat: add tr_strbuf (#2810) 2022-03-24 16:41:29 -05:00
daemon-posix.cc chore: update license spdx abbreviations (#2582) 2022-02-07 10:25:02 -06:00
daemon-win32.cc refactor: use fmt (#2758) 2022-03-13 23:43:35 -05:00
daemon.cc refactor: use fmt to build the GTK client's user-visible strings (#2788) 2022-03-21 09:15:48 -05:00
daemon.h chore: update copyright years, make notices consistent (#2463) 2022-01-20 12:27:56 -06:00
my-valgrind.sh Refactor shell scripts with syntax and styling fixes 2019-01-16 03:22:29 +08:00
transmission-daemon.1 docs: add pid-file to transmission-daemon manpage (#2784) 2022-03-18 12:59:45 -05:00
transmission-daemon.service fix(daemon): wait for network-online.target (#2721) 2022-02-28 19:25:07 -08:00