Age | Commit message (Expand) | Author |
2016-11-10 | support 'apt build-dep .' (aka: without /) | David Kalnischkies |
2016-08-25 | treat .ddeb files like .deb, especially for dpkg | David Kalnischkies |
2016-08-17 | don't count each Type as an individual deb822-sources stanza | David Kalnischkies |
2016-08-17 | add --with-source option and Packages/Sources support | David Kalnischkies |
2016-07-22 | support "install ./foo.changes" | David Kalnischkies |
2016-06-29 | if conf unset, don't read / as conf/pref/sources dir | David Kalnischkies |
2016-04-28 | deb822: Restore support for <multivalue>-{Add,Remove} | James McCoy |
2016-01-02 | properly parse comments in apt_preferences and deb822-style sources | David Kalnischkies |
2015-12-01 | require explicit paths to dsc/control as we do for deb files | David Kalnischkies |
2015-11-29 | accept ../ on the cmdline as start for a deb file as well | David Kalnischkies |
2015-11-04 | support .deb files in upgrade operations as well | David Kalnischkies |
2015-09-14 | add by-hash sources.list option and document all of by-hash | David Kalnischkies |
2015-09-14 | avoid using global PendingError to avoid failing too often too soon | David Kalnischkies |
2015-08-30 | detect and deal with indextarget duplicates | David Kalnischkies |
2015-08-29 | use c++11 algorithms to avoid strange compiler warnings | David Kalnischkies |
2015-08-27 | sources.list and indextargets option for pdiffs | David Kalnischkies |
2015-08-19 | Support tabs in sources.list files | Julian Andres Klode |
2015-08-11 | Fix an obscure warning from GCC | Julian Andres Klode |
2015-08-10 | add volatile sources support in libapt-pkg | David Kalnischkies |
2015-08-10 | implement Signed-By option for sources.list | David Kalnischkies |
2015-08-10 | add sources.list Check-Valid-Until and Valid-Until-{Max,Min} options | David Kalnischkies |
2015-08-10 | merge indexRecords into metaIndex | David Kalnischkies |
2015-08-10 | bring back deb822 sources.list entries as .sources | David Kalnischkies |
2015-08-10 | support lang= and target= sources.list options | David Kalnischkies |
2015-08-10 | make all d-pointer * const pointers | David Kalnischkies |
2015-03-16 | fix some new compiler warnings reported by gcc-5 | David Kalnischkies |
2014-09-27 | fix: Prefer prefix ++/-- operators for non-primitive types | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
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-24 | set APT::Sources::Use-Deb822 to default false for now | Michael Vogt |
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-18 | rename "Suite/Section" to plural | Michael Vogt |
2014-01-17 | implement suggestion by donkult (thanks!) | 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 |
2014-01-16 | remove "," in components again | Michael Vogt |
2014-01-04 | improve error message | Michael Vogt |
2014-01-04 | improve tests | Michael Vogt |
2013-12-09 | suppoer $(ARCH) in deb822 sources.list as well | Michael Vogt |
2013-12-09 | add APT::Sources::Use-Deb822 to allow disabling the deb822 parser | Michael Vogt |
2013-12-09 | more refactor | Michael Vogt |
2013-12-09 | refactor deb822 reading into its own function | Michael Vogt |
2013-12-05 | fix section adding | Michael Vogt |
2013-12-05 | first version with test | Michael Vogt |
2013-04-04 | * apt-pkg/sourcelist.cc: | Michael Vogt |