summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* Do not read stderr from proxy autodetection scriptsJulian Andres Klode2016-10-043-2/+11
* VersionHash: Do not skip too long dependency linesJulian Andres Klode2016-09-182-3/+3
* Coverage: Do not print messages from gcovJulian Andres Klode2016-09-111-0/+4
* edsp: try 2 to read responses even if writing failedDavid Kalnischkies2016-09-071-15/+27
* acquire: Use priority queues and a 3 stage pipeline designJulian Andres Klode2016-09-024-4/+58
* CMake: apt-pkg: Use correct ICONV_INCLUDE_DIRS variableJulian Andres Klode2016-09-021-1/+1
* try not to call memcpy with length 0 in hash calculationsDavid Kalnischkies2016-09-018-15/+21
* 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
* Fix segfault and out-of-bounds read in Binary fieldsJulian Andres Klode2016-08-311-3/+6
* 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-291-5/+4
* randomize acquire order for same type index filesDavid Kalnischkies2016-08-291-0/+18
* Merge branch 'portability/freebsd'Julian Andres Klode2016-08-2713-30/+42
|\
| * CMake: Add missing iconv dependencyJulian Andres Klode2016-08-261-2/+7
| * Make root group configurable via ROOT_GROUPJulian Andres Klode2016-08-264-8/+8
| * changelog: Respect Dir setting for local changelog gettingJulian Andres Klode2016-08-261-1/+2
| * Make directory paths configurableJulian Andres Klode2016-08-264-12/+12
| * Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode2016-08-264-6/+6
| * CMake: Do not use -lresolv if res_init exists in libcJulian Andres Klode2016-08-261-1/+1
| * CMake: Do not hardcode -ldlJulian Andres Klode2016-08-261-1/+1
| * Add missing includes and external definitionsJulian Andres Klode2016-08-264-0/+6
* | treat .ddeb files like .deb, especially for dpkgDavid Kalnischkies2016-08-252-2/+5
* | do not restore selections for already purged packagesDavid Kalnischkies2016-08-241-6/+15
* | improve code & doc for aquire weak/loop failingDavid Kalnischkies2016-08-241-6/+6
* | do fail on weakhash/loop earlier in acquireDavid Kalnischkies2016-08-243-46/+58
|/
* install-progress: Call the real ::fork() in our fork() methodJulian Andres Klode2016-08-231-1/+1
* prevent C++ locale number formatting in text APIs (try 3)David Kalnischkies2016-08-232-36/+44
* do dpkg --configure before --remove/--purge --pendingDavid Kalnischkies2016-08-231-3/+7
* CMake: Fix uninitialized variablesJulian Andres Klode2016-08-201-1/+1
* Ignore SIGINT and SIGQUIT for Pre-Install hooksJulian Andres Klode2016-08-191-7/+3
* don't count each Type as an individual deb822-sources stanzaDavid Kalnischkies2016-08-171-5/+3
* add --with-source option and Packages/Sources supportDavid Kalnischkies2016-08-173-3/+45
* default to Dir=/ in dpkg/status file finding magicDavid Kalnischkies2016-08-171-12/+10
* support compression and by-hash for .diff/Index filesDavid Kalnischkies2016-08-172-114/+121
* support getting only-uncompressed files via by-hashDavid Kalnischkies2016-08-171-0/+2
* set the correct item FileSize in by-hash caseDavid Kalnischkies2016-08-171-4/+3
* retry without same redirection mirror on 404 errorsDavid Kalnischkies2016-08-171-1/+21
* check internal redirections for loops, tooDavid Kalnischkies2016-08-172-0/+22
* log with the failed item description, not with next tryDavid Kalnischkies2016-08-161-3/+4
* drop incorrect const attribute from DirectoryExistsDavid Kalnischkies2016-08-121-1/+1
* fileutl: empty file support: Avoid fstat() on -1 fd and check resultJulian Andres Klode2016-08-121-2/+3
* ensure a good clock() value for usage and testsDavid Kalnischkies2016-08-121-1/+1
* don't perform int<float in progress bar drawingDavid Kalnischkies2016-08-121-12/+8
* Merge branch 'feature/apt-dpkg-comm'David Kalnischkies2016-08-117-89/+533
|\
| * disable explicit configuration of all packages at the endDavid Kalnischkies2016-08-102-12/+6
| * simulate all package manager actions explicitlyDavid Kalnischkies2016-08-106-31/+111
| * try to avoid removal of crossgraded packagesDavid Kalnischkies2016-08-101-26/+140
| * ensure all removes are reported to hook scriptsDavid Kalnischkies2016-08-101-0/+13