summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* ForkProcess: set _exit finally block before forkZac Medico2012-10-081-75/+88
* Show slot + repo for colliding packages.Zac Medico2012-10-071-3/+15
* Substitute SchedulerInterface for PollScheduler.Zac Medico2012-10-071-3/+3
* Substitute EventLoop for PollScheduler.Zac Medico2012-10-053-11/+6
* PollScheduler: remove register/unregister methodsZac Medico2012-10-051-3/+3
* EbuildFetcher/MergeProcess: inherit ForkProcessZac Medico2012-10-031-3/+3
* Handle KeyError when loading pickles.Zac Medico2012-09-281-1/+3
* update_ents: use Package._dep_keysZac Medico2012-09-251-2/+2
* Add experimental EAPI 5-hdepend support.Ambroz Bizjak2012-09-244-8/+12
* Use re.UNICODE for category/package name regexes.Zac Medico2012-09-221-1/+1
* Add preserve-libs for stable branch (not default)Zac Medico2012-09-211-10/+3
* Fix "unsatisfied" comment typo.Zac Medico2012-09-161-1/+1
* repoman: unsatsified use-default deps, bug 435242Zac Medico2012-09-161-0/+10
* Rename slot-abi stuff to refer to slot-operator.Zac Medico2012-08-291-3/+3
* EAPI 5: Profile IUSE injectionZac Medico2012-08-292-4/+15
* _pkg_str: pass in config + metadata with KEYWORDSZac Medico2012-08-243-12/+12
* _apply_hash_filter: make hash_filter simplerZac Medico2012-08-211-1/+2
* Implement PORTAGE_CHECKSUM_FILTER for bug #432170Zac Medico2012-08-211-1/+5
* emaint binhost: support compress-indexZac Medico2012-08-091-21/+25
* bintree.inject(): write Packages.gz atomicallyZac Medico2012-08-081-3/+6
* Portage writes a compressed copy of 'Packages' index file.W-Mark Kubacki2012-08-081-6/+15
* vardbapi: optimize pickle load for Python >=3.2Zac Medico2012-08-021-2/+3
* Fix index file's mtime, which can differ from TIMESTAMP.W-Mark Kubacki2012-08-011-1/+5
* Use If-Modified-Since HTTP-header and avoid downloading a remote index if the...W-Mark Kubacki2012-08-011-3/+21
* Use nanosecond precision in cache for category directory mtimesArfrever Frehtes Taifersar Arahesis2012-08-011-2/+8
* Use nanosecond precision in portage.util.movefile.movefile().Arfrever Frehtes Taifersar Arahesis2012-08-011-5/+15
* portage.update: use isvalidatom for EAPI checkZac Medico2012-07-172-9/+17
* move: respect EAPI wrt dots_in_PN, bug #426476Zac Medico2012-07-172-3/+9
* Propagate EAPI for update_dbentry (bug #426476).Zac Medico2012-07-173-5/+14
* slotmove: fix handling for EAPI 4-slot-abiv2.2.0_alpha118Zac Medico2012-07-131-8/+20
* vardbapi: use float mtime for aux cachev2.2.0_alpha117Zac Medico2012-07-121-3/+9
* vartree.py: fix stutter in commentv2.2.0_alpha116Zac Medico2012-07-041-1/+1
* Fix unmerge-backup/preserve-libs interaction.Zac Medico2012-07-021-3/+6
* _pre_unmerge_backup: show failure messagev2.2.0_alpha115Zac Medico2012-07-021-0/+2
* _quickpkg_dblink: set PYTHONPATH for quickpkgZac Medico2012-07-011-0/+6
* Fix bugs in binarytree.invalids usage.Zac Medico2012-07-012-2/+4
* Support FEATURES={downgrade,unmerge}-backupZac Medico2012-07-011-9/+84
* protected_symlinks: suggest course of actionZac Medico2012-06-241-1/+5
* protected_symlinks: change eerror to elogZac Medico2012-06-241-1/+1
* Skip unmerge of libdir symlinks for bug #423127.v2.2.0_alpha112Zac Medico2012-06-231-0/+6
* treewalk: fix USE=multislot breakageZac Medico2012-06-221-5/+4
* Add UNINSTALL_IGNORE variable for bug #421659.Zac Medico2012-06-221-13/+15
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-223-4/+9
* fakedbapi: use _pkg_str moreZac Medico2012-06-221-13/+38
* Unmerge symlink listed as dir for bug #421165.Zac Medico2012-06-151-4/+5
* dbapi: construct _pkg_str during match on-demandZac Medico2012-06-112-15/+49
* Move post_src_install metadata code to one func.Zac Medico2012-06-111-1/+0
* Add a _get_slot_re() function.Zac Medico2012-06-101-2/+4
* Use any() to optimize intersection operations.Zac Medico2012-05-301-9/+8
* merge: fix abs symlink adjustment, bug #416431László Szalma2012-05-171-1/+1