summaryrefslogtreecommitdiff
path: root/src/backend/download.py
AgeCommit message (Expand)Author
2024-02-08download -> dlpkgV3n3RiX
2023-05-05bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=142V3n3RiX
2023-04-08make sure download stops with keyboard interruptV3n3RiX
2023-04-07download : show why and where we use output_redirection (aka, graphical inter...V3n3RiX
2023-04-07fix typoV3n3RiX
2023-04-07let's tidy up emerge arguments a bitV3n3RiX
2023-04-07backend : rewrite download in a more efficient wayV3n3RiX
2023-03-11run autopep8 on the codeV3n3RiX
2023-03-10more cryptic changesV3n3RiX
2023-03-09fetchList -> dl_list; gentooRepoDir -> g_src_dir; redcoreRepoDir -> r_src_dir...V3n3RiX
2023-03-09isSane -> is_sane; needsConfig -> need_cfg; isBinary -> is_bin; isSource -> i...V3n3RiX
2023-03-09portageOutput -> p_outV3n3RiX
2023-03-09portageExec -> p_exeV3n3RiX
2023-01-16new download method is more reliable, but slower...speed it up againv5.2301.1V3n3RiX
2023-01-12bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=132 && add manual cach...v5.2301.0V3n3RiX
2022-12-04add an aditional matchphrase to the dependency solver, add color support && p...v4.2212.0V3n3RiX
2022-11-16change pickle database namesV3n3RiX
2022-11-13don't show file extensionsV3n3RiX
2022-11-04maintain some consistencyV3n3RiX
2022-11-04Revert "backend : maintain some consistency, shave off some more lines of code"V3n3RiX
2022-11-04backend : maintain some consistency, shave off some more lines of codeV3n3RiX
2022-11-04backend : use pickle to store dependency lists across modules, split out down...V3n3RiX