summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow a package to replace its own buildtime dependencyZac Medico2020-11-283-22/+164
* backtracking: fix virtual choices for circular deps (bug 757306)Zac Medico2020-11-271-2/+5
* compare_files: fix missing xattr handlingZac Medico2020-11-221-2/+2
* compare_files: handle missing xattr supportZac Medico2020-11-211-1/+2
* find_smallest_cycle: enhance search prioritizationZac Medico2020-11-214-38/+70
* emerge: Disable profile deprecation warning inheritance (bug 753497)Zac Medico2020-11-212-12/+27
* Typofix: Use just one definite articlePetr Šabata2020-11-216-7/+7
* Add slot operator := BDEPEND unit tests for bug 752153Zac Medico2020-11-141-0/+209
* make.conf: expand special *ROOT variables (bug 752147)Zac Medico2020-11-011-1/+6
* emerge: add --quickpkg-direct-root optionZac Medico2020-11-014-6/+32
* lib/portage/tests/emerge/test_simple.py: drop unused-importZac Medico2020-10-171-2/+0
* SimpleEmergeTestCase: fix TypeError: write() argument must be str, not intZac Medico2020-10-121-2/+1
* movefile: remove dest_tmp_bytes on failureZac Medico2020-10-051-2/+8
* emerge: enable parallel-fetch during pkg_pretend (bug 710432)Zac Medico2020-09-201-43/+99
* _slot_confict_backtrack: group similar missed updates (bug 743115)Zac Medico2020-09-203-8/+26
* _slot_confict_backtrack: minimize conflict atoms (bug 743631)Zac Medico2020-09-202-1/+7
* Add mercurial sync supportBrian Evans2020-09-204-1/+280
* Add unit test demonstrating excessive backtracking for bug 743115Zac Medico2020-09-191-0/+112
* Recognize riscv_{ilp32,ilp32d} ABIsAndreas K. Hüttel2020-09-131-2/+9
* get_mirror_url: urlquote only for ftp, http, and https (bug 741474)Zac Medico2020-09-121-2/+6
* selinux: encode os path arguments as UTF-8 (bug 741194)Zac Medico2020-09-111-8/+8
* binarytree.move_ent: fix path comparison prior to _movefileZac Medico2020-09-071-1/+1
* binrepos.conf: support fetchcommand customization (bug 668302)Zac Medico2020-09-073-19/+46
* Add binrepos.conf to replace PORTAGE_BINHOST (bug 668334)Zac Medico2020-09-076-7/+166
* make.conf: Treat __* variables as local and do not propagate them.Arfrever Frehtes Taifersar Arahesis2020-09-071-0/+6
* emerge --search: auto-detect regular expressions (bug 737480)Zac Medico2020-09-073-1/+18
* env-update: create systemd user-session environment definitionFlorian Schmaus2020-09-071-3/+39
* syncbase: update with newer Gemato proxy parameter in openpgp envFrédéric Pierret (fepitre)2020-09-074-15/+31
* rsync: ignore addrinfos with proxy settingsFrédéric Pierret (fepitre)2020-09-071-9/+10
* Use portage proxy settings for fetching BINPKG hostFrédéric Pierret (fepitre)2020-09-072-4/+15
* ChangedDepsSet: use strip_slots function like --changed-deps (bug 739908)Zac Medico2020-09-011-36/+15
* Use cached portage.getpid() function (bug 739540)Zac Medico2020-08-3019-31/+41
* dephgraph: Allow elimination of highest version after slot conflict (bug 439688)Zac Medico2020-08-303-14/+2
* test_slot_conflict_rebuild: Add dev-lang/go case for bug 439688Zac Medico2020-08-301-1/+63
* async_iter_completed: fix InvalidStateError in finally clause (bug 738766)Zac Medico2020-08-231-1/+0
* coroutine: use explicit loop parameter (bug 737698)Zac Medico2020-08-1827-123/+136
* ForkExecutor: support unlimited jobs with max_jobs=TrueZac Medico2020-08-161-1/+1
* async_iter_completed: check if loop is closed in finally clauseZac Medico2020-08-161-2/+3
* emerge: Add short -l option for --load-average (bug 699256)Zac Medico2020-08-161-0/+2
* emerge: Remove deprecated --changelog option (bug 699256)Zac Medico2020-08-164-150/+3
* lib/portage/xml/metadata.py: tolerate xml.parsers.expat import failures (bug ...Zac Medico2020-08-121-1/+4
* SpawnProcess: fix _cancel to cleanup PipeLogger quicklyZac Medico2020-08-091-6/+16
* sqlite: fork safety (bug 736334)Zac Medico2020-08-082-9/+38
* sqlite: add lazy connection initZac Medico2020-08-081-5/+24
* Add cached portage.getpid() functionZac Medico2020-08-082-0/+40
* BuildLogger: fix _cancel to cleanup PipeLogger quicklyZac Medico2020-08-081-6/+17
* treewalk: reset config for unmerge (bug 711174)Zac Medico2020-08-081-1/+3
* BinpkgEnvExtractor: fix subprocess logfile usage (bug 711174)Zac Medico2020-08-081-1/+6
* EventLoopInForkTestCase: use AsyncFunctionZac Medico2020-08-071-18/+5
* lib/*: Fix useless-returnAaron Bauman2020-08-079-17/+0