aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-06-13main: Remove unused `r2d2_sqlite::SqliteConnectionManager` importTeddy Wing
2021-06-12main: Remove commented multithreading test codeTeddy Wing
2021-06-12Process repositories on multiple threadsTeddy Wing
2021-06-12Switch from 'reqwest' to 'ureq'; Remove asyncTeddy Wing
2021-06-12Db::connect(): Fix database open callTeddy Wing
2021-06-12run(): Add context to database errorsTeddy Wing
2021-06-12main: try! error from `process_repo`Teddy Wing
2021-06-12main: Remove async database callsTeddy Wing
2021-06-11Replace 'sqlx' with 'rusqlite'Teddy Wing
2021-06-11Try moving things around for multi-threadingTeddy Wing
2021-06-07Add license (GNU GPLv3+)Teddy Wing
2021-06-07Delete src/repo.rsTeddy Wing
2021-06-07main: Limit to 5 repos for thread debuggingTeddy Wing
2021-06-07main: Not multi-threadedTeddy Wing
2021-06-07main: Collect errors from spawned tasksTeddy Wing
2021-06-07Switch `futures::executor` to Tokio runtimeTeddy Wing
2021-06-06Split database mutex lock and create calls onto multiple linesTeddy Wing
2021-06-06main: Add a comment about the repo size flag parse error handlingTeddy Wing
2021-06-06main::run(): Get repositories from GitHub API callTeddy Wing
2021-06-06main: Remove `unwrap` when parsing `--skip-larger-than`Teddy Wing
2021-06-06main(): Remove `unwrap`Teddy Wing
2021-06-06main: Add function documentationTeddy Wing
2021-06-06github::Repo: Remove TODOTeddy Wing
2021-06-06database: Add documentation headersTeddy Wing
2021-06-06Provide an option to skip repos larger than a given sizeTeddy Wing
2021-06-06Remove old in-progress threading codeTeddy Wing
2021-06-06Explicitly use tokio's multi-threaded runtimeTeddy Wing
2021-06-06Make repo mirroring multi-threadedTeddy Wing
2021-06-05run(): Move commentTeddy Wing
2021-06-05run(): Remove `unwrap`sTeddy Wing
2021-06-05main(): Remove commented test codeTeddy Wing
2021-06-05Add commented GitHub fetch call with command line username argumentTeddy Wing
2021-06-05Replace hard-coded values with command line option valuesTeddy Wing
2021-06-05Use database path from command line argumentTeddy Wing
2021-06-05Move command line option parsing code to `run()`Teddy Wing
2021-06-05Add command line option parsingTeddy Wing
2021-06-03main::update_mtime(): Use the packed-refs file if no default branch refTeddy Wing
2021-06-03main(): Use a smaller forked repository for testingTeddy Wing
2021-05-30main::update_mtime(): Add function documentationTeddy Wing
2021-05-30Set repository mtime to GitHub `updated_at` timeTeddy Wing
2021-05-30github::fetch_repos(): Request repos be sorted by updated timeTeddy Wing
2021-05-30github::fetch_repos(): Extract username to function argumentTeddy Wing
2021-05-30github::fetch_repos(): Add documentationTeddy Wing
2021-05-30github::fetch_repos(): Fetch all repos from all pagesTeddy Wing
2021-05-30main: Move current main code to `run()`Teddy Wing
2021-05-30main::mirror(): Remove handled commentTeddy Wing
2021-05-30main::mirror(): Make the base cgitrc file optionalTeddy Wing
2021-05-30main::mirror(): Copy a base cgitrc file into the mirrored repositoryTeddy Wing
2021-05-30Only update repository description if the description changedTeddy Wing
2021-05-30database::repo_update(): Fix SQL `UPDATE` queryTeddy Wing