summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-08-16don't sent Range requests if we know its not acceptedDavid Kalnischkies5-5/+17
2016-08-13http(s): allow empty values for header fieldsDavid Kalnischkies2-0/+4
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-11tests: copy 01autoremove from the right placeDavid Kalnischkies1-2/+2
2016-08-11Merge branch 'feature/apt-dpkg-comm'David Kalnischkies19-79/+160
2016-08-11Merge branch 'feature/methods'David Kalnischkies10-42/+242
2016-08-11block direct connections to .onion domains (RFC7687)David Kalnischkies1-0/+13
2016-08-10disable explicit configuration of all packages at the endDavid Kalnischkies13-75/+92
2016-08-10try to avoid removal of crossgraded packagesDavid Kalnischkies1-0/+49
2016-08-10allow user@host (aka: no password) in URI parsingDavid Kalnischkies1-0/+12
2016-08-10allow methods to be disabled and redirected via configDavid Kalnischkies4-37/+34
2016-08-10implement socks5h proxy support for http methodDavid Kalnischkies1-0/+116
2016-08-10implement generic config fallback for methodsDavid Kalnischkies3-3/+16
2016-08-10use the same redirection handling for http and httpsDavid Kalnischkies2-2/+7
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies1-0/+23
2016-08-10fail on unsupported http/https proxy settingsDavid Kalnischkies1-0/+33
2016-08-10don't purge directly, but remove and do purge at the endDavid Kalnischkies1-2/+2
2016-08-10select remove/purge packages early on for dpkgDavid Kalnischkies1-1/+1
2016-08-10save and restore selection states before/after calling dpkgDavid Kalnischkies1-1/+9
2016-08-10use dpkg --unpack --recursive to avoid long cmdlinesDavid Kalnischkies1-1/+1
2016-08-10pass --force-remove-essential to dpkg only if neededDavid Kalnischkies2-0/+7
2016-08-10Do not set the binary dir in run-tests, it breaks stuffJulian Andres Klode1-6/+0
2016-08-10test: Automatically discover CMake build directoryJulian Andres Klode2-1/+27
2016-08-10Get rid of the old buildsystemJulian Andres Klode4-163/+0
2016-08-10CMake: Add unit testsJulian Andres Klode4-8/+31
2016-08-06CMake: Switch integration tests and travis overJulian Andres Klode4-9/+21
2016-08-06test: Pass -maxdepth 1 when running find in methods dirJulian Andres Klode3-3/+3
2016-07-27(error) va_list 'args' was opened but not closed by va_end()David Kalnischkies1-1/+1
2016-07-27rred: truncate result file before writing to itDavid Kalnischkies2-5/+18
2016-07-22use a configurable location for apport report storageDavid Kalnischkies2-1/+5
2016-07-22support dpkg debug mode in APT::StateChangesDavid Kalnischkies1-1/+1
2016-07-22create non-existent files in edit-sources with 644 instead of 640David Kalnischkies1-0/+39
2016-07-22tests: avoid time-dependent rebuild of cachesDavid Kalnischkies1-0/+4
2016-07-22clean up default-stanzas from extended_states on writeDavid Kalnischkies1-0/+8
2016-07-22tests: skip over -flags for first option in autotestsDavid Kalnischkies1-1/+9
2016-07-22support "install ./foo.changes"David Kalnischkies1-4/+5
2016-07-22allow arch=all to override No-Support-for-Architecture-allDavid Kalnischkies3-3/+38
2016-07-19don't hardcode /var/lib/dpkg/status as dir::state::statusDavid Kalnischkies1-1/+0
2016-07-19ensure Cnf::FindFile doesn't return files below /dev/nullDavid Kalnischkies1-0/+28
2016-07-15tests: activate dpkg multi-arch even if test is single archDavid Kalnischkies2-33/+36
2016-07-15Use native arch in test-external-installation-planner-protocolJulian Andres Klode1-22/+23
2016-07-08tests: fix external solver/planner directory setupDavid Kalnischkies1-10/+7
2016-07-08Add kernels with "+" in the package name to APT::NeverAutoRemoveAndrew Patterson1-3/+9
2016-07-06don't change owner/perms/times through file:// symlinksDavid Kalnischkies3-1/+21
2016-07-05tests: disable EIPP logging in test-compressed-indexesDavid Kalnischkies1-1/+2
2016-07-05tests: allow setting environment in extra fileDavid Kalnischkies1-0/+4
2016-07-05Make the test case executableJulian Andres Klode1-0/+0
2016-07-05indextargets: Check that cache could be built before using itJulian Andres Klode1-0/+27