transmission/daemon
Charles Kerr 8183d7fddf
refactor: utils naming (#5696)
* chore: rename tr_strvContains to tr_strv_contains

* chore: rename tr_strvStartsWith to tr_strv_starts_with

* chore: rename tr_strvEndsWith to tr_strv_ends_with

* chore: rename tr_strvSep to tr_strv_sep

* chore: rename tr_strvStrip to tr_strv_strip

* chore: rename tr_strvToBuf to tr_strv_to_buf

* refactor: rename tr_saveFile() to tr_file_save()

rename tr_loadFile() to tr_file_read()

rename tr_moveFile() to tr_file_move()

* refactor: rename tr_parseNum() to tr_num_parse()

refactor: rename tr_parseNumRange() to tr_num_parse_range()

* chore: group related functions together in header
2023-06-30 09:49:58 -05:00
..
CMakeLists.txt Modernize CMake code (ongoing refactoring) (#4515) 2023-01-02 16:23:51 +00:00
daemon-posix.cc refactor: replace some C idioms with C++ ones (#5656) 2023-06-22 17:58:16 -05:00
daemon-win32.cc chore: prefer fmt/core.h over fmt/format.h (#5404) 2023-04-16 15:34:19 -05:00
daemon.cc refactor: utils naming (#5696) 2023-06-30 09:49:58 -05:00
daemon.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00
my-valgrind.sh Refactor shell scripts with syntax and styling fixes 2019-01-16 03:22:29 +08:00
transmission-daemon.1 update documentation links (#2985) 2022-04-25 18:18:35 -05:00
transmission-daemon.service daemon: deprecated --log-error -> --log-level=error (#3201) 2022-06-05 01:13:11 -05:00