Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-04 | move 'search' implementations as well | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-09-07 | make GetLocalitySortedVersionSet more generic | David Kalnischkies | |
No reason in and of by itself at the moment, but prepares for the goal of having 'apt search' and 'apt-cache search' using the same code now that they at least support the same stuff. The 'apt' code is just a multitude slower at the moment… Git-Dch: Ignore | |||
2014-09-07 | implement --full in apt search | David Kalnischkies | |
2014-09-07 | skip version if we already have this package as search-result | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-09-07 | support regular expressions in 'apt search' | David Kalnischkies | |
apt-cache search supported this since ever and in the code for apt was a fixme indicating this should be added here as well, so here we go. | |||
2014-04-07 | make apt search case-insensitive by default | Michael Vogt | |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||
2014-01-26 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
Conflicts: apt-private/private-list.cc doc/po/de.po test/integration/framework | |||
2014-01-22 | add integration test for apt search | Michael Vogt | |
2014-01-16 | correct some style/performance/warnings from cppcheck | David Kalnischkies | |
The most "visible" change is from utime to utimensat/futimens as the first one isn't part of POSIX anymore. Reported-By: cppcheck Git-Dch: Ignore | |||
2013-09-03 | fix vim-style foldmarker | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from ↵ | Michael Vogt | |
experimental |