Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Honor missing eix module | René 'Necoro' Neumann | 2009-08-15 | 1 | -2/+7 |
* | Merged in eix-branch | René 'Necoro' Neumann | 2009-08-14 | 4 | -8/+80 |
|\ | |||||
| * | Rewrote eix-parser in Cython --> WAAAAAAAAAY faster | René 'Necoro' Neumann | 2009-08-14 | 1 | -3/+4 |
| * | Use sets instead of lists --> faster results | René 'Necoro' Neumann | 2009-08-14 | 2 | -2/+2 |
| * | Add eixsql as db-choice | René 'Necoro' Neumann | 2009-08-14 | 1 | -3/+9 |
| * | Fix the EixSQLDatabase and EixReader | René 'Necoro' Neumann | 2009-08-14 | 2 | -8/+11 |
| * | Write eix-sql database backend | René 'Necoro' Neumann | 2009-08-14 | 1 | -0/+62 |
| * | Rename DictDatabase to HashDatabase | René 'Necoro' Neumann | 2009-08-14 | 2 | -5/+5 |
* | | Do not create the useless description db | René 'Necoro' Neumann | 2009-07-28 | 1 | -10/+1 |
|/ | |||||
* | Fixed pyflakes errors | René 'Necoro' Neumann | 2009-04-07 | 1 | -1/+1 |
* | Fix sql search | René 'Necoro' Neumann | 2009-03-03 | 1 | -1/+1 |
* | Fixed interactive search with category names | René 'Necoro' Neumann | 2009-03-02 | 2 | -2/+7 |
* | Well -- ehm -- yeah | René 'Necoro' Neumann | 2009-02-21 | 1 | -2/+1 |
* | Use pickle instead of DBM, as this would require additional python modules | René 'Necoro' Neumann | 2009-02-21 | 1 | -25/+40 |
* | Fix small error | René 'Necoro' Neumann | 2009-02-21 | 1 | -1/+1 |
* | In case the portdirs.db is not existing yet -- well - regenerate everything ;) | René 'Necoro' Neumann | 2009-02-20 | 1 | -0/+1 |
* | Raise the type and not 'type' | René 'Necoro' Neumann | 2009-02-20 | 1 | -1/+1 |
* | Add database type to global config -- no user-config for the moment | René 'Necoro' Neumann | 2009-02-20 | 1 | -11/+12 |
* | Show database types in the preferences - though nothing useful can be done at... | René 'Necoro' Neumann | 2009-02-18 | 1 | -0/+5 |
* | In some cases the SQL-search does the right thing ;) | René 'Necoro' Neumann | 2009-02-17 | 1 | -0/+1 |
* | Merge in DB branch (even though it does not offer the change-db-in-prefs feat... | René 'Necoro' Neumann | 2009-02-17 | 4 | -4/+4 |
* | SQLDatabase.populate needs a regexp | René 'Necoro' Neumann | 2009-02-09 | 1 | -1/+1 |
* | Use warning instead of debug, if the sql database could not be loaded | René 'Necoro' Neumann | 2009-02-02 | 1 | -2/+2 |
* | Remove the USE_SQL flag - use normal config instead | René 'Necoro' Neumann | 2009-02-02 | 1 | -6/+19 |
* | Do not show categories which only hold disabled packages | René 'Necoro' Neumann | 2009-02-02 | 3 | -7/+16 |
* | find -> index | René 'Necoro' Neumann | 2009-02-02 | 1 | -1/+1 |
* | Add the disabled field to PkgData | René 'Necoro' Neumann | 2009-02-02 | 3 | -12/+30 |
* | Enable sql-db formats | René 'Necoro' Neumann | 2009-01-28 | 3 | -14/+35 |
* | Use the new database class layout | René 'Necoro' Neumann | 2009-01-28 | 4 | -23/+40 |
* | Moved SQLDatabase | René 'Necoro' Neumann | 2009-01-28 | 2 | -0/+229 |
* | Moved DictDatabase | René 'Necoro' Neumann | 2009-01-28 | 2 | -0/+175 |
* | First 'db' layout | René 'Necoro' Neumann | 2009-01-28 | 2 | -0/+53 |