Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-09 | use HashStringList in the acquire system | David Kalnischkies | |
It is not very extensible to have the supported Hashes hardcoded everywhere and especially if it is part of virtual method names. It is also possible that a method does not support the 'best' hash (yet), so we might end up not being able to verify a file even though we have a common subset of supported hashes. And those are just two of the cases in which it is handy to have a more dynamic selection. The downside is that this is a MAJOR API break, but the HashStringList has a string constructor for compatibility, so with a bit of luck the few frontends playing with the acquire system directly are okay. | |||
2014-01-28 | add test for Suite with path | Michael Vogt | |
2014-01-26 | enable deb822 sources for associated testcase | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-01-25 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | |
2014-01-25 | support " " in deb822 source options | Michael Vogt | |
2014-01-21 | Merge remote-tracking branch 'upstream/debian/experimental-no-abi-break' ↵ | Michael Vogt | |
into feature/source-deb822 Conflicts: test/integration/test-apt-sources-deb822 | |||
2014-01-20 | add support for multipl types in one line | Michael Vogt | |
2014-01-20 | add support for multiple URIs in deb822 style sources.list | Michael Vogt | |
2014-01-20 | add support for Enabled: no in deb822 sources.list | Michael Vogt | |
2014-01-20 | add Description tag for deb822 sources | Michael Vogt | |
2014-01-18 | Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break | |||
2014-01-18 | rename "Suite/Section" to plural | Michael Vogt | |
2014-01-18 | Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break | |||
2014-01-17 | implement suggestion by donkult (thanks!) | Michael Vogt | |
2014-01-16 | merged mvo/feature/deb822 | Michael Vogt | |
2014-01-16 | support multiple "Suite:" entries | Michael Vogt | |
2014-01-16 | rename URL to Uri in deb822-sources | Michael Vogt | |
2014-01-16 | rename "distribution" in sources.list to "suite" | Michael Vogt | |
2014-01-16 | * refactor to have a new virtual ParseStanza | Michael Vogt | |
Have a similar ParseStanza() to the current ParseLine(). Rename the Architectures options in deb822 to make it more user friendly | |||
2014-01-16 | remove "," in components again | Michael Vogt | |
2014-01-15 | rework some testcases to not spit out text | David Kalnischkies | |
Rework also uncovers two FIXMEs Git-Dch: Ignore | |||
2014-01-04 | improve error message | Michael Vogt | |
2014-01-04 | improve tests | Michael Vogt | |
2013-12-05 | fix section adding | Michael Vogt | |
2013-12-05 | first version with test | Michael Vogt | |