summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* 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
| * ensure all configures are reported to hook scriptsDavid Kalnischkies2016-08-101-0/+17
| * don't purge directly, but remove and do purge at the endDavid Kalnischkies2016-08-101-61/+86
| * call dpkg with --no-triggers by defaultDavid Kalnischkies2016-08-101-6/+7
| * select remove/purge packages early on for dpkgDavid Kalnischkies2016-08-102-14/+84
| * save and restore selection states before/after calling dpkgDavid Kalnischkies2016-08-102-7/+38
| * use dpkg --unpack --recursive to avoid long cmdlinesDavid Kalnischkies2016-08-101-7/+95
| * pass --force-remove-essential to dpkg only if neededDavid Kalnischkies2016-08-101-2/+13
* | Merge branch 'feature/methods'David Kalnischkies2016-08-115-29/+124
|\ \
| * | allow methods to be disabled and redirected via configDavid Kalnischkies2016-08-101-7/+24
| * | implement socks5h proxy support for http methodDavid Kalnischkies2016-08-102-0/+32
| * | detect redirection loops in acquire instead of workersDavid Kalnischkies2016-08-103-20/+64
| * | suggest transport-packages based on established nameschemeDavid Kalnischkies2016-08-101-2/+4
| |/
* / allow user@host (aka: no password) in URI parsingDavid Kalnischkies2016-08-101-7/+9
|/
* Merge branch 'cmake'Julian Andres Klode2016-08-103-38/+47
|\
| * Get rid of the old buildsystemJulian Andres Klode2016-08-101-37/+0
| * CMake: Check for ptsname_r() againJulian Andres Klode2016-08-101-1/+1
| * CMake: Add basic CMake build systemJulian Andres Klode2016-08-061-0/+46
* | Handle interrupt when running Pre-Install hooksJulian Andres Klode2016-08-071-0/+8
|/
* ExecGPGV: Pass current config state to apt-key via temp fileJulian Andres Klode2016-08-031-0/+23
* ExecGPGV: Fork in all casesJulian Andres Klode2016-08-031-43/+34
* ExecGPGV: Rework file removal on exit()Julian Andres Klode2016-08-031-28/+23
* gpgv: Unlink the correct temp file in error caseJulian Andres Klode2016-08-031-4/+4
* prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies2016-07-301-1/+1
* edsp: try to read responses even if writing failedDavid Kalnischkies2016-07-291-15/+20
* if the FileFd failed already following calls should fail, tooDavid Kalnischkies2016-07-291-8/+10
* (error) va_list 'args' was opened but not closed by va_end()David Kalnischkies2016-07-273-29/+25
* eipp: avoid producing file warnings in simulationDavid Kalnischkies2016-07-271-37/+33
* rred: truncate result file before writing to itDavid Kalnischkies2016-07-271-13/+17
* verify hash of input file in rredDavid Kalnischkies2016-07-261-3/+6
* call flush on the wrapped writebuffered FileFdDavid Kalnischkies2016-07-231-2/+1
* report progress for triggered actionsDavid Kalnischkies2016-07-221-15/+42