summaryrefslogtreecommitdiff
path: root/test/libapt
AgeCommit message (Expand)AuthorFilesLines
2018-01-02Support cleartext signed InRelease files with CRLF line endingsDavid Kalnischkies1-10/+41
2017-12-13support multiline values in LookupTagDavid Kalnischkies1-0/+42
2017-12-13avoid some useless casts reported by -Wuseless-castDavid Kalnischkies2-3/+3
2017-08-12Work around float rounding change in gcc 7 on i386Julian Andres Klode1-1/+1
2017-07-26reimplement and document auth.confDavid Kalnischkies1-0/+223
2017-07-26use FileFd to parse all apt configuration filesDavid Kalnischkies2-2/+52
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode21-35/+35
2017-06-26Refactor to avoid loop/dangling gcc warningsDavid Kalnischkies2-0/+6
2017-03-19Fix and avoid quoting in CommandLine::AsStringDavid Kalnischkies1-1/+9
2017-01-17CMake: Document that the globs are expanded during CMakeJulian Andres Klode1-0/+3
2017-01-17Read dpkg tables to handle architecture wildcardsJulian Andres Klode1-22/+75
2017-01-02Run parsedepends_test for two different native archsJulian Andres Klode1-40/+43
2016-12-31warn if clearsigned file has ignored content partsDavid Kalnischkies3-0/+356
2016-11-25optional write aptwebserver log to client specific filesDavid Kalnischkies1-0/+39
2016-11-25follow the googletest merge in build-dependsDavid Kalnischkies1-2/+4
2016-10-04Do not read stderr from proxy autodetection scriptsJulian Andres Klode2-0/+35
2016-09-02CMake: test/libapt: Use a prebuilt GTest library if availableJulian Andres Klode1-15/+26
2016-09-01tests: silence -Wmissing-declarationsDavid Kalnischkies3-7/+3
2016-08-12tests: don't do boundless string compares with data()David Kalnischkies1-9/+11
2016-08-12ensure a good clock() value for usage and testsDavid Kalnischkies1-1/+9
2016-08-12don't perform int<float in progress bar drawingDavid Kalnischkies1-1/+6
2016-08-10allow user@host (aka: no password) in URI parsingDavid Kalnischkies1-0/+12
2016-08-10Get rid of the old buildsystemJulian Andres Klode1-84/+0
2016-08-10CMake: Add unit testsJulian Andres Klode3-8/+30
2016-07-19ensure Cnf::FindFile doesn't return files below /dev/nullDavid Kalnischkies1-0/+28
2016-06-29don't do atomic overrides with failed filesDavid Kalnischkies1-0/+35
2016-06-17avoid std::get_time usage to sidestep libstdc++6 bugDavid Kalnischkies1-0/+35
2016-06-10don't leak an FD in lz4 (de)compressionDavid Kalnischkies1-1/+1
2016-05-28accept only the expected UTC timezones in date parsingDavid Kalnischkies1-0/+38
2016-05-27fix and document on the fly compressor configDavid Kalnischkies1-12/+22
2016-04-25properly format multiline error messagesDavid Kalnischkies1-0/+34
2016-03-19tests: reenable basic auth test and add @ in usernameDavid Kalnischkies1-1/+9
2016-03-13Do not consider SHA1 usableJulian Andres Klode1-1/+8
2016-02-10test that seeking to a position earlier in the file worksJulian Andres Klode1-0/+12
2016-01-31support <libc>-<kernel>-<cpu> in architecture specsDavid Kalnischkies2-0/+88
2016-01-26stablize gtest testcase environmentDavid Kalnischkies3-4/+26
2016-01-15string_view: Drop constexpr constructor for standard compatibilityJulian Andres Klode1-8/+8
2016-01-15provide a constexpr char[] overload for APT::StringViewDavid Kalnischkies1-0/+88
2016-01-02add optional support for comments in pkgTagFileDavid Kalnischkies1-0/+61
2015-12-27deal with empty values properly in deb822 parserDavid Kalnischkies1-1/+4
2015-12-19Fix FileUtlTest.GetTempDir failure when run as rootPino Toscano1-3/+7
2015-12-10Do not swap required and important in pkgCache::Priority()Julian Andres Klode1-0/+16
2015-11-27outsmart gcc -O3 over-optimization in pkgCdrom::FindPackagesDavid Kalnischkies1-0/+2
2015-11-19support setting empty values (sanely) & removing support forDavid Kalnischkies1-0/+75
2015-11-19do not use _apt for file/copy sources if it isn't world-accessibleDavid Kalnischkies1-0/+6
2015-11-05encode UTF-8 characters correctly in QuoteStringDavid Kalnischkies1-0/+11
2015-11-05apply various suggestions made by cppcheckDavid Kalnischkies1-1/+1
2015-11-04ensure FileFd doesn't try to open /dev/null as atomic and coDavid Kalnischkies1-0/+30
2015-11-04support arch:all data e.g. in separate Packages fileDavid Kalnischkies1-6/+8
2015-11-04revamp all tools help messagesDavid Kalnischkies1-1/+1