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