summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.3~rc41.3_rc4Julian Andres Klode2016-09-0218-19/+40
* debian: Pass -O to make to get readable build logsJulian Andres Klode2016-09-021-0/+3
* debian: Move bugscript to old location for overlayfs xdev issueJulian Andres Klode2016-09-021-0/+1
* acquire: Use priority queues and a 3 stage pipeline designJulian Andres Klode2016-09-025-6/+60
* CMake: apt-pkg: Use correct ICONV_INCLUDE_DIRS variableJulian Andres Klode2016-09-021-1/+1
* CMake: test/libapt: Use a prebuilt GTest library if availableJulian Andres Klode2016-09-021-15/+26
* gitignore: Add generated docbook stylesheetsJulian Andres Klode2016-09-021-1/+6
* support long keyid and fingerprint in gpgv's GOODSIGDavid Kalnischkies2016-09-012-4/+97
* re-add apt breaks/replaces apt-utils (<< 1.3~exp2~)David Kalnischkies2016-09-011-0/+2
* tests: silence -Wmissing-declarationsDavid Kalnischkies2016-09-013-7/+3
* try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies2016-09-019-19/+26
* test-apt-cdrom: Fix for gnupg 2.1.15Julian Andres Klode2016-09-011-1/+6
* Base256ToNum: Fix uninitialized valueJulian Andres Klode2016-08-311-1/+2
* TagFile: Fix off-by-one errors in comment strippingJulian Andres Klode2016-08-311-2/+2
* test/integration/test-srcrecord: Make executableJulian Andres Klode2016-08-311-0/+0
* Fix segfault and out-of-bounds read in Binary fieldsJulian Andres Klode2016-08-312-3/+41
* Release 1.3~rc31.3_rc3Julian Andres Klode2016-08-3061-62/+160
* test: Pass -d to dpkg-buildpackageJulian Andres Klode2016-08-301-1/+1
* Add shippable.yml for CI on ShippableJulian Andres Klode2016-08-291-0/+15
* test, travis: Quieter testing with a new -qq modeJulian Andres Klode2016-08-294-10/+38
* Switch documentation from httpredir.d.o to deb.d.oJulian Andres Klode2016-08-2913-157/+157
* Add new symbols to symbols fileJulian Andres Klode2016-08-291-0/+12
* init: Add Dir::Bin::planners default entryJulian Andres Klode2016-08-291-0/+1
* init: Fix path to external solversJulian Andres Klode2016-08-291-1/+1
* don't loop on pinning pkgs from absolute debs by regexDavid Kalnischkies2016-08-292-6/+9
* randomize acquire order for same type index filesDavid Kalnischkies2016-08-293-3/+41
* Merge branch 'portability/freebsd'Julian Andres Klode2016-08-2744-119/+370
|\
| * CMake: Add missing iconv dependencyJulian Andres Klode2016-08-263-2/+28
| * Make root group configurable via ROOT_GROUPJulian Andres Klode2016-08-266-8/+17
| * test: Use :$(id -gn) instead of :root (when run as root)Julian Andres Klode2016-08-262-4/+4
| * test: Assert multi-arch in the chrootJulian Andres Klode2016-08-261-1/+1
| * changelog: Respect Dir setting for local changelog gettingJulian Andres Klode2016-08-262-4/+5
| * Lower-case uname -r output in kernel autoremove helperJulian Andres Klode2016-08-262-3/+3
| * test: More portable check for dpkg versionsJulian Andres Klode2016-08-264-3/+6
| * test: Use a file to determine TEST_DEFAULT_GROUPJulian Andres Klode2016-08-261-5/+2
| * apt-inst: debfile: Pass comp. Name to ExtractTar, not BinaryJulian Andres Klode2016-08-261-1/+1
| * test: Allow db_dump-5 instead of db_dumpJulian Andres Klode2016-08-261-3/+8
| * Always pass a directory to find before an optionJulian Andres Klode2016-08-262-2/+2
| * test: Fix invalid quoting in variable expansionJulian Andres Klode2016-08-261-6/+6
| * test: Use printf "%b\n" instead of echo for strings with '\'Julian Andres Klode2016-08-262-8/+8
| * test: Make sure we always find a dpkg in status fileJulian Andres Klode2016-08-261-8/+8
| * test: Avoid use of /proc/self/fdJulian Andres Klode2016-08-263-6/+11
| * test: Explicitly pass --admindir=var/lib/dpkg to dpkgJulian Andres Klode2016-08-261-0/+2
| * test: Fix building of noopchrootJulian Andres Klode2016-08-261-1/+5
| * test: Get rid of debhelper rules.tiny example depJulian Andres Klode2016-08-261-1/+13
| * test: Allow moreutils-parallel instead of parallelJulian Andres Klode2016-08-261-1/+5
| * test: Allow stunnel to be used instead of stunnel4Julian Andres Klode2016-08-261-4/+9
| * test: Substitute GNU commands for other commands where availableJulian Andres Klode2016-08-261-2/+18
| * test: Use C locale instead of C.UTF-8Julian Andres Klode2016-08-261-1/+1
| * Make directory paths configurableJulian Andres Klode2016-08-268-22/+45