transmission/utils
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
create.cc refactor: use snake_case for libtransmission class methods (#5497) 2023-05-05 23:11:05 -05:00
edit.cc refactor: utils naming (#5696) 2023-06-30 09:49:58 -05:00
remote.cc refactor: utils naming (#5696) 2023-06-30 09:49:58 -05:00
show.cc refactor: utils naming (#5696) 2023-06-30 09:49:58 -05:00
transmission-create.1 tr_makeMetaInfo: new anonymize option (closes #3420) (#3452) 2022-07-19 16:48:24 -05:00
transmission-edit.1 transmission-edit: Allow changes to torrent source flag (#3760) 2022-09-04 18:12:23 -05:00
transmission-remote.1 remote: improve and document the rename command (#3973) 2022-10-19 00:02:23 +01:00
transmission-show.1
units.h chore: update copyrights to 2023 (#4834) 2023-02-11 14:49:42 -06:00