mirror of
https://github.com/transmission/transmission
synced 2025-02-21 21:57:01 +00:00
* 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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
create.cc | ||
edit.cc | ||
remote.cc | ||
show.cc | ||
transmission-create.1 | ||
transmission-edit.1 | ||
transmission-remote.1 | ||
transmission-show.1 | ||
units.h |