summaryrefslogtreecommitdiff
path: root/test/libapt
AgeCommit message (Expand)AuthorFilesLines
2014-03-13support very long mtab entries in mountpoint discoveryDavid Kalnischkies3-0/+40
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-1/+3
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies18-30/+77
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies10-9/+14
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies4-5/+14
2014-03-13implement BuildProfileSpec support as dpkg has in 1.17.2Johannes Schauer1-27/+61
2014-03-13add default and override handling for Cnf::FindVectorDavid Kalnischkies2-3/+39
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-13/+13
2014-01-26Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt1-1/+1
2014-01-24fix testMichael Vogt1-0/+2
2014-01-21Merge remote-tracking branch 'upstream/debian/experimental-no-abi-break' into...Michael Vogt1-0/+1
2014-01-20add support for multipl types in one lineMichael Vogt1-4/+4
2014-01-20add support for multiple URIs in deb822 style sources.listMichael Vogt1-2/+2
2014-01-20add Description tag for deb822 sourcesMichael Vogt1-2/+2
2014-01-18Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experime...Michael Vogt1-2/+2
2014-01-18rename "Suite/Section" to pluralMichael Vogt1-2/+2
2014-01-18Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experime...Michael Vogt1-2/+2
2014-01-17implement suggestion by donkult (thanks!)Michael Vogt1-2/+2
2014-01-16merged mvo/feature/deb822Michael Vogt1-4/+4
2014-01-16rework some code to fix some scan-build warningsDavid Kalnischkies1-1/+1
2014-01-16update libapt testMichael Vogt1-4/+4
2014-01-15actually register the tempfile removal atexitDavid Kalnischkies1-0/+1
2014-01-04Merge branch 'debian/sid' into feature/source-deb822Michael Vogt1-0/+13
2013-12-23add basic tests for GetTempDir()Michael Vogt1-0/+13
2013-12-05add unittest for new sourceslist parser as wellMichael Vogt2-0/+58
2013-11-29add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt1-0/+18
2013-10-05Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into debian...Michael Vogt1-0/+27
2013-10-01change maxsplit default from "0" to maxintMichael Vogt1-0/+4
2013-09-07add maxsplit parameter to StringSplitMichael Vogt1-0/+6
2013-09-07implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt1-0/+17
2013-09-03use FileFd in HashSum test to unbreak non-linux portsDavid Kalnischkies1-16/+16
2013-08-15set MALLOC_CHECK_ and MALLOC_PERTURB_ for testcasesDavid Kalnischkies1-2/+2
2013-08-15rework the parameter creation for the Hashsum testDavid Kalnischkies1-3/+5
2013-08-15do not call make from libapt/run-tests if its called by makeDavid Kalnischkies1-3/+5
2013-08-15* lp:~mvo/apt/add-glob-function:Michael Vogt2-0/+47
2013-08-15* lp:~mvo/apt/config-clear:Michael Vogt1-0/+4
2013-06-09stop building l10n if strings are unchangedDavid Kalnischkies1-0/+1
2013-05-08fix uri testMichael Vogt1-1/+1
2013-05-08merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt1-0/+8
2013-03-22merged lp:~mvo/apt/fix-tagfile-hashMichael Vogt2-1/+66
2013-03-18test/libapt/tagfile_test.cc: add missing "unistd.h" (thanks to Niels Thykier)Michael Vogt1-0/+1
2013-03-18fix pkgTagSection::Exists() and add testMichael Vogt2-1/+65
2013-03-17* test/libapt/assert.h, test/libapt/run-tests:Michael Vogt2-1/+10
2012-09-02* apt-pkg/cdrom.cc:David Kalnischkies2-0/+92
2012-09-02* apt-pkg/indexcopy.cc:David Kalnischkies2-0/+92
2012-06-14add two tests for architecture specificationsDavid Kalnischkies1-5/+5
2012-06-10* apt-pkg/aptconfiguration.cc:David Kalnischkies1-2/+4
2012-06-09fix segfault with empty LongOpt in --no-* branchDavid Kalnischkies1-2/+13
2012-06-09* apt-pkg/contrib/cmdline.cc:Daniel Hartwig2-0/+27
2012-05-20* apt-pkg/aptconfiguration.cc:David Kalnischkies3-5/+34