summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-09rename some functionsnextV3n3RiX
2024-03-01* expose the --nodeps option from Portage in Sisyphus CLIHEADv6.2403.1masterV3n3RiX
2024-03-01rewrite the print statements in a more concise and professional wayv6.2403.0V3n3RiX
2024-03-01bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=156V3n3RiX
2024-02-28behave 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.1V3n3RiX
2024-02-25rename some functionsv6.2402.0V3n3RiX
2024-02-25bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=143V3n3RiX
2024-02-08getcolor -> getclrV3n3RiX
2024-02-08download -> dlpkgV3n3RiX
2024-02-08I love picklesV3n3RiX
2024-01-20don't silently fail while attempting to uninstall a package with reverse depe...v6.2401.0V3n3RiX
2024-01-20rewrite help menusV3n3RiX
2023-08-03adjust makeoptsV3n3RiX
2023-08-02randomly and automatically pick a correct binhost index while switching branchesV3n3RiX
2023-07-21sleep for 1 secondV3n3RiX
2023-07-21backend : rework the update logic a littleV3n3RiX
2023-05-20fix missing importsv6.2305.0V3n3RiX
2023-05-05bugfix (part 2) : https://bugs.redcorelinux.org/show_bug.cgi?id=142V3n3RiX
2023-05-05bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=142V3n3RiX
2023-04-28adjust some wordingV3n3RiX
2023-04-15split extra long prints into smaller ones, improve code readabilityv6.2304.0V3n3RiX
2023-04-15backend : improve the countdown timer, use it to kill the GUI whenever an uns...V3n3RiX
2023-04-15fix typosV3n3RiX
2023-04-15check for internet connectivity, and stop execution if there is noneV3n3RiX
2023-04-14don't allow alien packages to be reinstalled from gui; catch them earlyV3n3RiX
2023-04-13search : don't automatically update the database while searching as root (cau...V3n3RiX
2023-04-12adjust uninstallV3n3RiX
2023-04-09uninstall : simplify function argumentsV3n3RiX
2023-04-09rewrite upgrade; cleaner API : one entrypoint instead of three, handle keyboa...V3n3RiX
2023-04-09rewrite install; cleaner API : one entrypoint instead of three, handle keyboa...V3n3RiX
2023-04-08solvedeps : make sure it stops with keyboard interruptV3n3RiX
2023-04-08setprofile : make sure it stops with keyboard interruptV3n3RiX
2023-04-08setbranch : make sure it stops with keyboard interruptV3n3RiX
2023-04-08getenv : make sure it stops with keyboard interruptV3n3RiX
2023-04-08make sure download stops with keyboard interruptV3n3RiX
2023-04-08axe auto-confirmation for --oneshot packagesV3n3RiX
2023-04-08simplifyV3n3RiX
2023-04-08install : implement --oneshot, bugfix : https://bugs.redcorelinux.org/show_bu...V3n3RiX
2023-04-08setbranch : store the branches and remotes in a dict, simplyfying the codeV3n3RiX
2023-04-08update : handle KeyboardInterrupt gracefullyV3n3RiX
2023-04-08make uninstall function parameters more descriptiveV3n3RiX
2023-04-07gfx_ui : do not execute the animation in gui modeV3n3RiX
2023-04-07rewrite updateV3n3RiX
2023-04-07rewrite uninstallV3n3RiX
2023-04-07backend : rewrite autoremoveV3n3RiX
2023-04-07download : show why and where we use output_redirection (aka, graphical inter...V3n3RiX
2023-04-07fix typoV3n3RiX
2023-04-07backend : rewrite the dependency solver in a more efficient wayV3n3RiX
2023-04-07let's tidy up emerge arguments a bitV3n3RiX