Age | Commit message (Expand) | Author |
2023-08-03 | adjust makeopts | V3n3RiX |
2023-08-02 | randomly and automatically pick a correct binhost index while switching branches | V3n3RiX |
2023-07-21 | sleep for 1 second | V3n3RiX |
2023-07-21 | backend : rework the update logic a little | V3n3RiX |
2023-05-20 | fix missing importsv6.2305.0 | V3n3RiX |
2023-05-05 | bugfix (part 2) : https://bugs.redcorelinux.org/show_bug.cgi?id=142 | V3n3RiX |
2023-05-05 | bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=142 | V3n3RiX |
2023-04-28 | adjust some wording | V3n3RiX |
2023-04-15 | split extra long prints into smaller ones, improve code readabilityv6.2304.0 | V3n3RiX |
2023-04-15 | backend : improve the countdown timer, use it to kill the GUI whenever an uns... | V3n3RiX |
2023-04-15 | fix typos | V3n3RiX |
2023-04-15 | check for internet connectivity, and stop execution if there is none | V3n3RiX |
2023-04-14 | don't allow alien packages to be reinstalled from gui; catch them early | V3n3RiX |
2023-04-13 | search : don't automatically update the database while searching as root (cau... | V3n3RiX |
2023-04-12 | adjust uninstall | V3n3RiX |
2023-04-09 | uninstall : simplify function arguments | V3n3RiX |
2023-04-09 | rewrite upgrade; cleaner API : one entrypoint instead of three, handle keyboa... | V3n3RiX |
2023-04-09 | rewrite install; cleaner API : one entrypoint instead of three, handle keyboa... | V3n3RiX |
2023-04-08 | solvedeps : make sure it stops with keyboard interrupt | V3n3RiX |
2023-04-08 | setprofile : make sure it stops with keyboard interrupt | V3n3RiX |
2023-04-08 | setbranch : make sure it stops with keyboard interrupt | V3n3RiX |
2023-04-08 | getenv : make sure it stops with keyboard interrupt | V3n3RiX |
2023-04-08 | make sure download stops with keyboard interrupt | V3n3RiX |
2023-04-08 | axe auto-confirmation for --oneshot packages | V3n3RiX |
2023-04-08 | simplify | V3n3RiX |
2023-04-08 | install : implement --oneshot, bugfix : https://bugs.redcorelinux.org/show_bu... | V3n3RiX |
2023-04-08 | setbranch : store the branches and remotes in a dict, simplyfying the code | V3n3RiX |
2023-04-08 | update : handle KeyboardInterrupt gracefully | V3n3RiX |
2023-04-08 | make uninstall function parameters more descriptive | V3n3RiX |
2023-04-07 | gfx_ui : do not execute the animation in gui mode | V3n3RiX |
2023-04-07 | rewrite update | V3n3RiX |
2023-04-07 | rewrite uninstall | V3n3RiX |
2023-04-07 | backend : rewrite autoremove | V3n3RiX |
2023-04-07 | download : show why and where we use output_redirection (aka, graphical inter... | V3n3RiX |
2023-04-07 | fix typo | V3n3RiX |
2023-04-07 | backend : rewrite the dependency solver in a more efficient way | V3n3RiX |
2023-04-07 | let's tidy up emerge arguments a bit | V3n3RiX |
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 |