Age | Commit message (Expand) | Author |
2023-04-07 | backend : rewrite download in a more efficient way | V3n3RiX |
2023-03-11 | run autopep8 on the code | V3n3RiX |
2023-03-10 | more cryptic changes | V3n3RiX |
2023-03-10 | eselectExec -> e_exe; envExec -> env_exe | V3n3RiX |
2023-03-10 | injectGentooRepo -> ins_g_repo; injectRedcoreRepo -> ins_r_repo; injectPortag... | V3n3RiX |
2023-03-09 | gentooRemote -> g_rmt; redcoreRemote -> r_rmt; portageConfigRemote -> p_cfg_rmt | V3n3RiX |
2023-03-09 | remoteGithub -> rmt_gh_addr; remoteGitlab -> rmt_gl_addr; remotePagure -> rmt... | V3n3RiX |
2023-03-09 | gentooRepo -> g_repo; redcoreRepo -> r_repo; portageConfigRepo -> p_cfg_repo | V3n3RiX |
2023-03-09 | fetchList -> dl_list; gentooRepoDir -> g_src_dir; redcoreRepoDir -> r_src_dir... | V3n3RiX |
2023-03-09 | isSane -> is_sane; needsConfig -> need_cfg; isBinary -> is_bin; isSource -> i... | V3n3RiX |
2023-03-09 | remoteTable -> rmt_tbl; localTable -> lcl_tbl; remoteCSV -> rmt_csv; localCSV... | V3n3RiX |
2023-03-09 | remotePackagesCsv -> rmt_pcsv; remoteDescriptionsCsv -> rmt_dcsv; localPackag... | V3n3RiX |
2023-03-09 | systemBranch -> sys_brch; activeBranch -> act_brch; localBranch -> lcl_brch; ... | V3n3RiX |
2023-03-09 | fixups | V3n3RiX |
2023-03-09 | gitExecStage -> g_exe | V3n3RiX |
2023-03-09 | csvURL -> csvaddr | V3n3RiX |
2023-03-09 | binhostURL -> bhaddr | V3n3RiX |
2023-03-09 | portageOutput -> p_out | V3n3RiX |
2023-03-09 | portageExec -> p_exe | V3n3RiX |
2023-03-05 | remove double fetch | V3n3RiX |
2023-03-05 | Revert "make some noise" | V3n3RiX |
2023-03-05 | make some noise | V3n3RiX |
2023-02-18 | looks like we reintroduced this after eliminating it in commit 5ef298d50edc3c...v5.2302.0 | V3n3RiX |
2023-02-18 | w00ps | V3n3RiX |
2023-02-14 | bright colours mean @world in portage's context, and sisyphus doesn't really ... | V3n3RiX |
2023-02-09 | fix the discrepancy between sisyphus and portage colors when it comes to sour... | V3n3RiX |
2023-01-16 | new download method is more reliable, but slower...speed it up againv5.2301.1 | V3n3RiX |
2023-01-16 | fix typo | V3n3RiX |
2023-01-14 | purge the download cache when switching branches | V3n3RiX |
2023-01-12 | bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=132 && add manual cach...v5.2301.0 | V3n3RiX |
2023-01-12 | fix missing import | V3n3RiX |
2023-01-12 | minor tweaks | V3n3RiX |
2022-12-18 | add github as a remote option | V3n3RiX |
2022-12-17 | upgrade : fix undefined variable in print output | V3n3RiX |
2022-12-08 | let's maintain similar patterns | V3n3RiX |
2022-12-07 | backend : improve input handling in install && upgrade modules | V3n3RiX |
2022-12-04 | add an aditional matchphrase to the dependency solver, add color support && p...v4.2212.0 | V3n3RiX |
2022-11-16 | change pickle database names | V3n3RiX |
2022-11-13 | don't show file extensions | V3n3RiX |
2022-11-05 | some more consistencyv4.2211.0 | V3n3RiX |
2022-11-04 | maintain some consistency | V3n3RiX |
2022-11-04 | Revert "backend : maintain some consistency, shave off some more lines of code" | V3n3RiX |
2022-11-04 | backend : maintain some consistency, shave off some more lines of code | V3n3RiX |
2022-11-04 | backend : use pickle to store dependency lists across modules, split out down... | V3n3RiX |
2022-10-30 | move setMirror -> mirrors | V3n3RiX |
2022-10-30 | space functions a bit | V3n3RiX |
2022-10-30 | these are no longer needed | V3n3RiX |
2022-10-30 | fix a typo | V3n3RiX |
2022-10-30 | merge upgradepkg && upgradesrc | V3n3RiX |
2022-10-30 | fix indentation | V3n3RiX |