summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-07backend : rewrite download in a more efficient wayV3n3RiX
2023-03-11run autopep8 on the codeV3n3RiX
2023-03-10more cryptic changesV3n3RiX
2023-03-10eselectExec -> e_exe; envExec -> env_exeV3n3RiX
2023-03-10injectGentooRepo -> ins_g_repo; injectRedcoreRepo -> ins_r_repo; injectPortag...V3n3RiX
2023-03-09gentooRemote -> g_rmt; redcoreRemote -> r_rmt; portageConfigRemote -> p_cfg_rmtV3n3RiX
2023-03-09remoteGithub -> rmt_gh_addr; remoteGitlab -> rmt_gl_addr; remotePagure -> rmt...V3n3RiX
2023-03-09gentooRepo -> g_repo; redcoreRepo -> r_repo; portageConfigRepo -> p_cfg_repoV3n3RiX
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-09remoteTable -> rmt_tbl; localTable -> lcl_tbl; remoteCSV -> rmt_csv; localCSV...V3n3RiX
2023-03-09remotePackagesCsv -> rmt_pcsv; remoteDescriptionsCsv -> rmt_dcsv; localPackag...V3n3RiX
2023-03-09systemBranch -> sys_brch; activeBranch -> act_brch; localBranch -> lcl_brch; ...V3n3RiX
2023-03-09fixupsV3n3RiX
2023-03-09gitExecStage -> g_exeV3n3RiX
2023-03-09csvURL -> csvaddrV3n3RiX
2023-03-09binhostURL -> bhaddrV3n3RiX
2023-03-09portageOutput -> p_outV3n3RiX
2023-03-09portageExec -> p_exeV3n3RiX
2023-03-05remove double fetchV3n3RiX
2023-03-05Revert "make some noise"V3n3RiX
2023-03-05make some noiseV3n3RiX
2023-02-18looks like we reintroduced this after eliminating it in commit 5ef298d50edc3c...v5.2302.0V3n3RiX
2023-02-18w00psV3n3RiX
2023-02-14bright colours mean @world in portage's context, and sisyphus doesn't really ...V3n3RiX
2023-02-09fix the discrepancy between sisyphus and portage colors when it comes to sour...V3n3RiX
2023-01-16new download method is more reliable, but slower...speed it up againv5.2301.1V3n3RiX
2023-01-16fix typoV3n3RiX
2023-01-14purge the download cache when switching branchesV3n3RiX
2023-01-12bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=132 && add manual cach...v5.2301.0V3n3RiX
2023-01-12fix missing importV3n3RiX
2023-01-12minor tweaksV3n3RiX
2022-12-18add github as a remote optionV3n3RiX
2022-12-17upgrade : fix undefined variable in print outputV3n3RiX
2022-12-08let's maintain similar patternsV3n3RiX
2022-12-07backend : improve input handling in install && upgrade modulesV3n3RiX
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-05some more consistencyv4.2211.0V3n3RiX
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
2022-10-30move setMirror -> mirrorsV3n3RiX
2022-10-30space functions a bitV3n3RiX
2022-10-30these are no longer neededV3n3RiX
2022-10-30fix a typoV3n3RiX
2022-10-30merge upgradepkg && upgradesrcV3n3RiX
2022-10-30fix indentationV3n3RiX