summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #282505 - Fix unicode handling for package moves in binary packages.v2.2_rc40Zac Medico2009-08-243-8/+33
* Bug #282306 - Inside dblink._match_contents(), fall back to utf_8 encoding ifZac Medico2009-08-241-7/+71
* Add a LIVEVCS.unmasked category for ebuilds that have non-empty KEYWORDS andZac Medico2009-08-232-1/+30
* Bug #282306 - Inside LinkageMap._ObjectKey._generate_object_key(), fall backZac Medico2009-08-231-0/+15
* Bug #282306 - Inside dblink._find_libs_to_preserve(), fall back to utf_8Zac Medico2009-08-231-0/+17
* In Scheduler._schedule_tasks_imp(), add uninstall operations to the frontZac Medico2009-08-221-1/+1
* Make Scheduler._choose_pkg() prefer uninstall operations when available.Zac Medico2009-08-221-3/+13
* Support package.provided directory.Arfrever Frehtes Taifersar Arahesis2009-08-221-1/+1
* Bug #282269, comment #2 - Avoid potential UnicodeEncodeError when writingZac Medico2009-08-221-0/+3
* Bug #282306 - Inside dblink._security_check(), fall back to utf_8 encodingZac Medico2009-08-221-0/+16
* Bug #282269 - Avoid str() calls with overlay paths, which can triggerZac Medico2009-08-223-7/+9
* Add some --debug output for backtracking. Also, remove unused imports.v2.2_rc39Zac Medico2009-08-211-3/+31
* Add support for --keep-going=n so that it can be disabled on the command lineZac Medico2009-08-213-3/+14
* Add support for --selective=n, so it can be used to remove selectiveZac Medico2009-08-214-5/+35
* Avoid potential empty lines in warnings about missing SONAMEs or NEEDED entri...Arfrever Frehtes Taifersar Arahesis2009-08-211-0/+2
* Note that package.* and use.* as directories is only supported sinceZac Medico2009-08-211-1/+2
* Rename QA_NEEDED to QA_DT_NEEDED.Arfrever Frehtes Taifersar Arahesis2009-08-212-7/+7
* Improve an example. Patch by Jeremy Olexa.Arfrever Frehtes Taifersar Arahesis2009-08-211-2/+2
* Add support for QA_SONAME variable (bug #281964). Add support for QA_NEEDED v...Arfrever Frehtes Taifersar Arahesis2009-08-212-5/+60
* Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH} (bug #271416).Arfrever Frehtes Taifersar Arahesis2009-08-213-0/+5
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-2114-109/+102
* Fix typo.Zac Medico2009-08-211-1/+1
* Use _encodings where appropriate and add _encodings['stdio'] for stdoutZac Medico2009-08-218-17/+32
* Use _encodings where appropriate.Zac Medico2009-08-212-70/+104
* Use _encodings where appropriate.Zac Medico2009-08-211-5/+10
* Use _encodings where appropriate.Zac Medico2009-08-211-7/+15
* Use _encodings where appropriate.Zac Medico2009-08-213-20/+39
* Use _encodings where appropriate.Zac Medico2009-08-202-4/+12
* Use _encodings where appropriate.Zac Medico2009-08-201-7/+17
* Fix portage.5 man page to document the fact that some files in profiles direc...Arfrever Frehtes Taifersar Arahesis2009-08-201-0/+12
* Fix typo from previous commit.Zac Medico2009-08-191-1/+1
* If sys.getdefaultencoding() returns None (this can happen if python is builtZac Medico2009-08-191-1/+5
* Use _encodings where appropriate.Zac Medico2009-08-192-6/+13
* Use _encodings where appropriate.Zac Medico2009-08-193-9/+20
* Use _encodings where appropriate.Zac Medico2009-08-192-7/+16
* Use _encodings['repo.content'] for decoding profiles.desc, ChangeLog,Zac Medico2009-08-192-5/+12
* Use portage.os and _encodings where appropriate.Zac Medico2009-08-191-2/+8
* Remove unused os import.Zac Medico2009-08-191-1/+0
* Use portage.os and _encodings where appropriate.Zac Medico2009-08-191-5/+14
* Use portage.os and _encodings where appropriate.Zac Medico2009-08-191-2/+12
* Use portage.os and _encodings['fs'] where appropriate.Zac Medico2009-08-181-5/+12
* Use errors='backslashreplace' instead of 'replace' for the defaultZac Medico2009-08-181-1/+2
* Replace the _{content,fs,merge}_encoding attributes with an _encodings dict.Zac Medico2009-08-181-52/+69
* Use _content_encoding and _fs_encoding, and use strict unicode exceptionsZac Medico2009-08-181-20/+37
* Use the new portage.output._init(config_root) function.Zac Medico2009-08-182-1/+2
* Use _content_encoding where appropriate.Zac Medico2009-08-181-23/+32
* Don't wrap os.popen().Zac Medico2009-08-181-0/+1
* Bug #270866 - Validate News-Item-Format headers.Zac Medico2009-08-181-0/+5
* Use _content_encoding and _fs_encoding where appropriate. Also, enableZac Medico2009-08-181-17/+21
* Use _content_encoding and _fs_encoding where appropriate.Zac Medico2009-08-181-5/+8