summaryrefslogtreecommitdiff
path: root/portato/db/sql.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use pickle instead of DBM, as this would require additional python modulesRené 'Necoro' Neumann2009-02-211-25/+40
* In case the portdirs.db is not existing yet -- well - regenerate everything ;)René 'Necoro' Neumann2009-02-201-0/+1
* In some cases the SQL-search does the right thing ;)René 'Necoro' Neumann2009-02-171-0/+1
* Merge in DB branch (even though it does not offer the change-db-in-prefs feat...René 'Necoro' Neumann2009-02-171-1/+1
* SQLDatabase.populate needs a regexpRené 'Necoro' Neumann2009-02-091-1/+1
* Do not show categories which only hold disabled packagesRené 'Necoro' Neumann2009-02-021-4/+8
* Add the disabled field to PkgDataRené 'Necoro' Neumann2009-02-021-8/+10
* Enable sql-db formatsRené 'Necoro' Neumann2009-01-281-5/+16
* Use the new database class layoutRené 'Necoro' Neumann2009-01-281-12/+4
* Moved SQLDatabaseRené 'Necoro' Neumann2009-01-281-0/+227
lass='insertions'>+4 2014-03-18Do not compress passwords.Jason A. Donenfeld1-1/+1 2013-09-14Use a glob in the pattern match instead of using two comparisons for [yY].Chris Down1-1/+1 2013-09-14Rephrase awkward/confusing message about enabling echo during password entry.Chris Down1-3/+3 2013-09-14Fix directory traversal for reencryption when $PREFIX is a symlinkBrian Shore1-1/+1 2013-08-26Makefile: Do not install bash completion to /etcLukas Fleischer1-3/+2 2013-05-22check if a passfile exists before checking for directoryBrian Mattern1-13/+12