summaryrefslogtreecommitdiff
path: root/test/libapt
AgeCommit message (Expand)Author
2019-02-01Merge branch 'pu/refuseunsignedlines' into 'master'Julian Andres Klode
2019-02-01Step over empty sections in TagFiles with commentsDavid Kalnischkies
2019-01-28Refuse files with lines unexpectedly starting with a dashDavid Kalnischkies
2019-01-23Fail instead of warn for unsigned lines in InReleaseDavid Kalnischkies
2018-08-14CMake: Use ${PROJECT_NAME} instead of hardcoding aptDavid Kalnischkies
2018-05-05Fix various typos reported by spellcheckersDavid Kalnischkies
2018-05-04Prevent GTest from flooding us with compiler warningsDavid Kalnischkies
2018-05-04Fix 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