summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-10-02Remove remaining implicit conversions from {File,Dir}BrowserFormActionfeature/2326-remove-implicit-conversions-from-file-dir-browserAlexander Batischev
2024-10-02Remove some implicit Filepath conversions from {File,Dir}BrowserFormActionAlexander Batischev
2024-10-02Fix signature of `get_formatted_{file,dir}name()`Alexander Batischev
2024-10-01Remove implicit Filepath conversions from Filepath testsAlexander Batischev
2024-10-01Change `Filepath::starts_with()` to take Filepath as argumentAlexander Batischev
2024-10-01Remove implicit Filepath conversions from a few miscelaneous filesDennis van der Schagt
2024-10-01Return Filepath from TempFileDennis van der Schagt
2024-10-01Create separate method for creating cache in-memoryDennis van der Schagt
2024-10-01Cache: Pass ConfigContainer by referenceDennis van der Schagt
2024-10-01Return UTF-8 string from `FileUrlReader::get_source()`Alexander Batischev
2024-10-01Implement individual fixesDennis van der Schagt
2024-10-01Use filepath in the feedbin url readerDennis van der Schagt
2024-10-01Move "enable implicit conversions" define to separate compilation unitsDennis van der Schagt
2024-10-01Enable conversions from/to underlying PathBufDennis van der Schagt
2024-10-01Globally disable assigning_clones clippy lintDennis van der Schagt
2024-10-01Build filepath bridge before other bridgesDennis van der Schagt
2024-10-01Sse PathBuf/Filepath on Logger FFIDennis van der Schagt
2024-10-01Use PathBuf/Filepath on FsLock FFIDennis van der Schagt
2024-10-01Use PathBuf/Filepath on ConfigPaths FFIDennis van der Schagt
2024-10-01Use PathBuf/Filepath on CliArgsParser FFIDennis van der Schagt
2024-10-01Move utils bridged methods into their own ffi moduleDennis van der Schagt
2024-10-01Add tests for Filepath::file_name()Alexander Batischev
2024-10-01Add tests for Filepath::starts_with()Alexander Batischev
2024-10-01Add tests for Filepath::set_extension()Alexander Batischev
2024-10-01Add tests for Filepath::is_absolute()Alexander Batischev
2024-10-01Move copy ctor/operator of Filepath from under ENABLE_IMPLICIT_FILEPATH_CONVE...Alexander Batischev
2024-10-01Group constructors of Filepath for ease of readingAlexander Batischev
2024-10-01Get rid of Filepath::clone()bogdasar1985
2024-10-01Migrate file_system to Filepathbogdasar1985
2024-10-01Migrate rsspp::Parser to Filepathbogdasar1985
2024-10-01Change History::save_to_file() to accept PathBufbogdasar1985
2024-10-01Change History::load_from_file() to accept PathBufbogdasar1985
2024-10-01Add file_name() method to Filepathbogdasar1985
2024-10-01Add starts_with() method to Filepathbogdasar1985
2024-10-01Add set_extension() method to Filepathbogdasar1985
2024-10-01Add copy ctor and operator for Filepathbogdasar1985
2024-10-01Allow moving results of Download::filename()/basename()bogdasar1985
2024-10-01Migrate Download to Filepathbogdasar1985
2024-10-01Migrate Controller to Filepathbogdasar1985
2024-10-01Migrate DirBrowserFormAction to Filepathbogdasar1985
2024-10-01Migrate ItemListFormAction to Filepathbogdasar1985
2024-10-01Migrate FeedRetriever to Filepathbogdasar1985
2024-10-01Migrate FileBrowserFormAction to Filepathbogdasar1985
2024-10-01Migrate FileUrlReader to Filepathbogdasar1985
2024-10-01Migrate FormAction to Filepathbogdasar1985
2024-10-01Migrate FreshRssUrlReader to Filepathbogdasar1985
2024-10-01Migrate History to Filepathbogdasar1985
2024-10-01Migrate InoreaderUrlReader to Filepathbogdasar1985
2024-10-01Migrate MinifluxUrlReader to Filepathbogdasar1985
2024-10-01Migrate NewsBlurUrlReader to Filepathbogdasar1985