transmission/daemon
Charles Kerr 1855cdb731
refactor: replace tr_sys_file_write_line() with fmt::print("...\n") (#6619)
* refactor: use fmt::print in log.cc

https://github.com/fmtlib/fmt/issues/428#issuecomment-395442159
> You can use fmt::print("...\n") on Windows as well.

Use this mechanism instead of tr_sys_file_write_line()

* refactor: use FILE* in daemon

* refactor: remove unused tr_sys_file_flush_possible()

* refactor: remove unused tr_sys_file_write_line()

* refactor: remove unused tr_sys_file_get_std()

* refactor: remove unused tr_std_sys_file_t
2024-02-25 16:12:08 -06:00
..
CMakeLists.txt Harden systemd service (#6391) 2023-12-24 20:48:18 -06:00
daemon-posix.cc chore: remove FMT_STRING macros (#6497) 2024-01-06 14:05:18 -06:00
daemon-win32.cc chore: remove FMT_STRING macros (#6497) 2024-01-06 14:05:18 -06:00
daemon.cc refactor: replace tr_sys_file_write_line() with fmt::print("...\n") (#6619) 2024-02-25 16:12:08 -06:00
daemon.h refactor: replace tr_sys_file_write_line() with fmt::print("...\n") (#6619) 2024-02-25 16:12:08 -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: update log-level in transmission-daemon.1 manpage (#6059) 2023-10-01 18:21:14 -05:00
transmission-daemon.service Harden systemd service (#6391) 2023-12-24 20:48:18 -06:00