Age | Commit message (Expand) | Author |
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 |
2012-03-04 | fix a bunch of cppcheck "(warning) Member variable '<#>' is not | David Kalnischkies |
2011-10-30 | merge with my debian-sid branch | David Kalnischkies |
2011-09-21 | convert a few for-loop char finds to proper strchr and memchr | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-08-15 | merged from the debian-sid branch | Michael Vogt |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies |
2011-08-01 | apt-pkg/sourcelist.cc: GetListOfFilesInDir() fails if the dir does not exists... | Michael Vogt |
2011-07-28 | * apt-pkg/contrib/fileutl.{cc,h}: | Michael Vogt |
2011-01-12 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2010-05-06 | convert FileExists to DirectoryExists to check if the path is really a | David Kalnischkies |
2010-04-24 | * apt-pkg/sourcelist.cc: | David Kalnischkies |
2010-02-13 | [BREAK] merge MultiArch-ABI. We don't support MultiArch, | David Kalnischkies |
2010-01-03 | Add a GetListOfFilesInDir() helper method which replaces the old | David Kalnischkies |
2009-12-23 | merge Goswin Brederlow "support download of index files for different archs" | David Kalnischkies |
2009-08-03 | * apt-pkg/sourcelist.cc: | Julian Andres Klode |
2009-07-15 | display warnings instead of errors if the parts dirs doesn't exist | David Kalnischkies |
2007-06-08 | * remove all the remaining #pragma implementation | Michael Vogt |
2005-11-29 | * fix a string (thanks to bubulle) | Michael Vogt |
2005-11-14 | * merged the sources.list.d patch | Michael Vogt |
2005-03-06 | Bring consistency to the use of capitals in programs messages | Christian Perrier |
2004-12-13 | Merge apt--authentication--0 | Matt Zimmerman |
2004-09-20 | * Fix typo in error message when encountering unknown t... | Arch Librarian |
2004-09-20 | Don't die if lines in sources.list are too long. Closes... | Arch Librarian |
2004-09-20 | Fix small memory leak in the sourcelist | Arch Librarian |