summaryrefslogtreecommitdiffstats
path: root/pym/portage/getbinpkg.py
Commit message (Expand)AuthorAgeFilesLines
...
* Make dir_get_metadata() return early if the current user doesZac Medico2007-11-151-0/+7
* It is not cool and/or helpfull to see an HTML dump of someZac Medico2007-11-081-3/+0
* Pass into the PackageIndex constructor a list of packageZac Medico2007-10-121-7/+12
* Pass default package metadata values into the PackageIndexZac Medico2007-10-121-10/+9
* Split USE evaluation code out of binarytree.inject() soZac Medico2007-10-111-7/+2
* Make portdbapi and bindbapi cache PROVIDE in orderZac Medico2007-10-111-0/+3
* Cache IUSE in bindbapi to optimize --newuse calculations.Zac Medico2007-10-101-0/+4
* In PackageIndex.write(), skip writing the CHOST for aZac Medico2007-10-061-0/+3
* In PackageIndex.readBody(), make each package entryZac Medico2007-10-061-0/+3
* Bug #194552 - Include EAPI in the binary package metadata index.Zac Medico2007-10-061-0/+3
* Bug #192195 - In dir_get_list(), append a trailing / to the address whenZac Medico2007-09-121-0/+4
* Prevent output from being flushed to the console too frequently in dir_get_me...Zac Medico2007-08-221-10/+30
* Send cache hit/miss status updates to stdout instead of stderr and add some m...Zac Medico2007-08-221-11/+22
* Show cache miss/hit counts all on one line, using \r to return to the beginni...Zac Medico2007-08-221-3/+9
* Run pychecker over everything, fix obvious thing slike modules not in use, va...Alec Warner2007-07-221-13/+12
* Remove fallback imports for set(), and note minimum requirement of python-2.4Marius Mauch2007-07-051-3/+0
* Allow SystemExit through as usual.Zac Medico2007-06-251-0/+2
* Fix file_get_lib() so it behaves the same way with sftp as it does with other...Zac Medico2007-06-251-1/+16
* For bug #175891, add sftp protocol support via the paramiko library.Zac Medico2007-06-251-0/+20
* Clean up file_get() to use shlex, varexpand, and spawn.Zac Medico2007-06-251-22/+13
* dont break when the binhost url doesn't end with a slash (bug #144440)Marius Mauch2007-06-231-2/+8
* Remove more unnecessary list generation.Zac Medico2007-06-211-2/+1
* Add PORTAGE_BINHOST support for fetching a remote Packages index. If the ind...Zac Medico2007-05-311-3/+11
* Make PackageIndex.write() omit USE when appropriate.Zac Medico2007-05-241-3/+4
* Make PackageIndex.write() alphabetize the metadata keys.Zac Medico2007-05-241-2/+6
* Split reading/writing of $PKGDIR/Packages into a PackageIndex class.Zac Medico2007-05-221-0/+32
* Cache xpak metadata in ${PKGDIR}/Packages in order to minimize disk load when...Zac Medico2007-05-221-0/+20
* Namespace sanitizing, step 3Marius Mauch2007-01-251-6/+6
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+572