summaryrefslogtreecommitdiff
path: root/test/libapt
AgeCommit message (Expand)AuthorFilesLines
2019-11-29Revert "Do not rely on external file in tests"Igor Pashev1-7/+7
2019-11-29Do not rely on external file in testsIgor Pashev1-7/+7
2019-11-29Remove unreliable test for tmp dirIgor Pashev1-3/+0
2019-09-19Fix use of GTest to adjust for GTest 1.9Julian Andres Klode1-1/+1
2019-08-15Add initial support for parsing patterns into parse treesJulian Andres Klode1-0/+95
2019-06-12Adjust code for missing includes/using std::stringJulian Andres Klode1-0/+1
2019-06-11Make APT::StringView publicJulian Andres Klode1-3/+0
2019-05-06CMake: Enforce "override" use on overriden methodsJulian Andres Klode1-0/+2
2019-05-06Merge libapt-inst into libapt-pkgJulian Andres Klode1-1/+1
2019-02-01Merge branch 'pu/refuseunsignedlines' into 'master'Julian Andres Klode1-26/+138
2019-02-01Step over empty sections in TagFiles with commentsDavid Kalnischkies1-0/+2
2019-01-28Refuse files with lines unexpectedly starting with a dashDavid Kalnischkies1-1/+124
2019-01-23Fail instead of warn for unsigned lines in InReleaseDavid Kalnischkies1-25/+14
2018-08-14CMake: Use ${PROJECT_NAME} instead of hardcoding aptDavid Kalnischkies1-6/+7
2018-05-05Fix various typos reported by spellcheckersDavid Kalnischkies2-4/+5
2018-05-04Prevent GTest from flooding us with compiler warningsDavid Kalnischkies20-187/+193
2018-05-04Fix build with new gtestJulian Andres Klode1-1/+1
2018-03-12apt-pkg: Add support for zstdJulian Andres Klode1-2/+2
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