summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* config: allow_build_id=True for user config keywords and uselihan2017-08-052-3/+6
* make.globals: Enable FEATURES=multilib-strict by defaultMichał Górny2017-08-021-1/+2
* multilib-strict: disable recursion into subdirectories (bug 424423)Zac Medico2017-08-021-4/+3
* emerge --getbinpkg: https support for If-Modified-SinceZac Medico2017-07-312-4/+18
* Rename BINPKG_COMPRESSION{,_ARGS} to BINPKG_COMPRESS{,_FLAGS}Zac Medico2017-07-306-18/+19
* config.validate: check for invalid BINPKG_COMPRESSIONZac Medico2017-07-291-0/+27
* Support different compressors for binary packagesManuel Rüger2017-07-308-39/+186
* localization: Replace deprecated locale.format() with format_string()Manuel Rüger2017-07-191-1/+1
* repoman: Updates for a releaserepoman-2.3.3Brian Dolbec2017-07-182-1/+13
* repoman: Warn about dropped keywords only for latest in SLOT.Alexis Ballier2017-07-182-6/+22
* Repoman: detect inconsistent metadata.xml indentationLouis Sautier2017-07-181-0/+10
* repoman: Mark ruby-2.0 as deprecatedManuel Rüger2017-07-181-0/+1
* doman: QA-complain on compressed filesMichał Górny2017-07-091-0/+1
* fuzzy search: weigh category similarity independently (bug 623648)Zac Medico2017-07-091-3/+21
* emerge: Add head commit per repo to --infoManuel Rüger2017-07-046-3/+42
* .travis.yml: Drop python3.3 testingManuel Rüger2017-07-041-3/+1
* .editorconfig: set basic defaultsZac Medico2017-07-021-0/+14
* checks: Add more deprecated eclassesMichał Górny2017-07-021-0/+5
* econf: multijob-safe shebang tweakingMichael Haubenwallner2017-07-021-5/+5
* portage/dep/depcheck.py: Whitespace, add indentation level after newlineSergei Trofimovich2017-07-021-3/+3
* repoman/man/repoman.1: refer to the vcs instead of cvsZac Medico2017-06-241-3/+3
* const: Change the MANIFEST2_REQUIRED_HASH to SHA512Michał Górny2017-06-151-1/+1
* const: Remove unused MANIFEST1_REQUIRED_HASHMichał Górny2017-06-151-1/+0
* GitSync: Support setting environment variables for gitManuel Rüger2017-06-053-4/+49
* depgraph: prune unnecessary rebuilds for --autounmask-continue (bug 619626)Zac Medico2017-06-012-18/+142
* man/portage.5: document -* in profile "packages" files (bug 610670)Zac Medico2017-05-301-1/+2
* depgraph: account for binpkg-multi-instance in unused warning (bug 619620)Zac Medico2017-05-301-0/+9
* emerge: warn for --autounmask-continue with --autounmask=n (bug 619612)Zac Medico2017-05-292-1/+10
* repoman: Make all shebangs prefix friendlyDavid Seifert2017-05-274-8/+8
* Fix typo in RELEASE-NOTESBrian Dolbec2017-05-191-1/+1
* Updates for a releaseportage-2.3.6Brian Dolbec2017-05-192-1/+30
* emerge: add --onlydeps-with-rdeps=<y|n> option (bug 294719)William Throwe2017-05-144-0/+63
* emerge: default --backtrack=10 (bug 540562)Zac Medico2017-05-142-2/+2
* emerge: terminate backtracking early for autounmask changes (bug 615680)Zac Medico2017-05-146-17/+237
* file_copy: fix lseek offset after EINTR (bug 618086)Zac Medico2017-05-141-5/+8
* file_copy: replace loff_t with off_t for portability (bug 617778)Zac Medico2017-05-092-4/+7
* Eventloop: fix deadlock involving idle_add/call_soon (bug 617550)Zac Medico2017-05-051-2/+16
* man/emerge.1: fix quickpkg input in tb2file section (bug 616262)Brenton Horne2017-04-221-1/+1
* dosym: protect Prefix hack from double EPREFIXMichał Górny2017-04-201-2/+8
* repoman: Add a check for relative dosym candidatesMichał Górny2017-04-203-0/+21
* depgraph._in_blocker_conflict: call _validate_blockers if needed (bug 615982)Zac Medico2017-04-201-4/+11
* depgraph: fix _validate_blockers to revert state from previous callsZac Medico2017-04-201-0/+6
* digraph: add update and clear methodsZac Medico2017-04-202-3/+27
* dosym: Make implicit basename a fatal error.Ulrich Müller2017-04-201-4/+3
* Prevent crash if os.nice() failsPeter Foley2017-04-121-1/+1
* EbuildBuild: async spawn_nofetch in _fetchonly_exit (bug 614116)Zac Medico2017-04-032-39/+85
* EbuildBuild: eliminate call to digestgen (bug 614116)Zac Medico2017-04-032-8/+0
* AsynchronousLock: add async_unlock method (bug 614108)Zac Medico2017-04-032-12/+92
* emerge: fix --autounmask-continue to work with --getbinpkg (bug 614474)Zac Medico2017-04-032-4/+30
* depgraph: trigger slot operator rebuilds via _complete_graph (bug 614390)Zac Medico2017-03-312-0/+156