Age | Commit message (Expand) | Author |
2024-03-01 | bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=156 | V3n3RiX |
2024-02-28 | behave more like portage, and don't waste time resolving reverse dependencies... | V3n3RiX |
2024-02-26 | * extend https://bugs.redcorelinux.org/show_bug.cgi?id=143v6.2402.1 | V3n3RiX |
2024-02-25 | rename some functionsv6.2402.0 | V3n3RiX |
2024-02-25 | bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=143 | V3n3RiX |
2024-02-08 | getcolor -> getclr | V3n3RiX |
2024-02-08 | download -> dlpkg | V3n3RiX |
2024-02-08 | I love pickles | V3n3RiX |
2024-01-20 | don't silently fail while attempting to uninstall a package with reverse depe...v6.2401.0 | 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 | 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 | 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 |