summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-30merge installpkg && installsrcV3n3RiX
2022-10-30various cleanupsV3n3RiX
2022-10-30move upgrade{Pkg,Src} -> upgrade{pkg,src}V3n3RiX
2022-10-30move updateAll -> updateV3n3RiX
2022-10-30move uninstallAll -> uninstallV3n3RiX
2022-10-30move syncEnvironment -> syncenvV3n3RiX
2022-10-30move syncDatabase -> syncdbV3n3RiX
2022-10-30move setJobs -> setjobsV3n3RiX
2022-10-30move setBranch -> setbranchV3n3RiX
2022-10-30move searchSrc -> searchsrcV3n3RiX
2022-10-30move installSrc -> installsrcV3n3RiX
2022-10-30move installPkg -> installpkgV3n3RiX
2022-10-30move resolveDeps -> solvedepsV3n3RiX
2022-10-30move recoverDatabase -> recoverdbV3n3RiX
2022-10-30move killPortage -> killemergeV3n3RiX
2022-10-30move purgeEnvironment -> purgeenvV3n3RiX
2022-10-30move getFilesystem -> getfsV3n3RiX
2022-10-30move getEnvironment -> getenvV3n3RiX
2022-10-30move checkEnvironment -> checkenvV3n3RiX
2022-10-30move autoRemoveAll -> autoremoveV3n3RiX
2022-10-27bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=131V3n3RiX
2022-10-27bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=129V3n3RiX
2022-10-27sisyphus-gui : add alien filterV3n3RiX
2022-10-26fix variables in syncDatabaseV3n3RiX
2022-10-26fix typo : upgradeable -> upgradableV3n3RiX
2022-10-26rename start && startqt -> cliExec && guiExecV3n3RiX
2022-10-26merge uninstall && force uninstall functionsV3n3RiX
2022-10-26move : portageRemote -> gentooRemoteV3n3RiX
2022-10-26merge getCSV && getBinhost into getEnvironmentV3n3RiX
2022-10-25again : meaningful function namesV3n3RiX
2022-10-25avoid repetitionsV3n3RiX
2022-10-25meaningful function namesV3n3RiX
2022-10-25rename : portageRepo -> gentooRepoV3n3RiX
2022-09-19oops, forgot the importv4.2209.1V3n3RiX
2022-09-19we want realtime output in these, so bring back io.TextIOWrapperV3n3RiX
2022-09-18silence some partsV3n3RiX
2022-09-17only use pipes when absolutely neededV3n3RiX
2022-09-17get rid of io.TextIOWrapperV3n3RiX
2022-09-17fix Popen.communicate callsV3n3RiX
2022-09-17move subprocess.Popen.communicate at the end of the data streamV3n3RiX
2022-09-17reorder imports alphabeticallyV3n3RiX
2022-09-17rearrange the backendV3n3RiX
2022-09-16replace subprocess.Popen.wait with subprocess.Popen.communicate everywhere ↵V3n3RiX
we use pipes to avoid deadlocks
2022-09-16bugfix :V3n3RiX
* subprocess.Popen child processes can "sometimes" generate a very large output, causing a deadlock (**cough** dependency solver **cough**) * use subprocess.Popen.communicate instead of subprocess.Popen.wait to avoid such issues * see : https://docs.python.org/3/library/subprocess.html#subprocess.Popen.wait
2022-08-09backend : split check.branch() functionV3n3RiX
2022-08-09layout tweaksV3n3RiX
2022-07-14sisyphus-gui : rework window positioning, fix implicit float->int conversion ↵V3n3RiX
assumption which is deprecated in python3.10
2021-08-21sisyphus-gui : shave off some LoCV3n3RiX
2021-07-10sisyphus backend : arm64 specific bitsv4.2107.0V3n3RiX
2021-06-08backend : leave the package cache alone while switching branchesV3n3RiX