summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2016-08-23install-progress: Call the real ::fork() in our fork() methodJulian Andres Klode1-1/+1
2016-08-23prevent C++ locale number formatting in text APIs (try 3)David Kalnischkies2-36/+44
2016-08-23do dpkg --configure before --remove/--purge --pendingDavid Kalnischkies1-3/+7
2016-08-20CMake: Fix uninitialized variablesJulian Andres Klode1-1/+1
2016-08-19Ignore SIGINT and SIGQUIT for Pre-Install hooksJulian Andres Klode1-7/+3
2016-08-17don't count each Type as an individual deb822-sources stanzaDavid Kalnischkies1-5/+3
2016-08-17add --with-source option and Packages/Sources supportDavid Kalnischkies3-3/+45
2016-08-17default to Dir=/ in dpkg/status file finding magicDavid Kalnischkies1-12/+10
2016-08-17support compression and by-hash for .diff/Index filesDavid Kalnischkies2-114/+121
2016-08-17support getting only-uncompressed files via by-hashDavid Kalnischkies1-0/+2
2016-08-17set the correct item FileSize in by-hash caseDavid Kalnischkies1-4/+3
2016-08-17retry without same redirection mirror on 404 errorsDavid Kalnischkies1-1/+21
2016-08-17check internal redirections for loops, tooDavid Kalnischkies2-0/+22
2016-08-16log with the failed item description, not with next tryDavid Kalnischkies1-3/+4
2016-08-12drop incorrect const attribute from DirectoryExistsDavid Kalnischkies1-1/+1
2016-08-12fileutl: empty file support: Avoid fstat() on -1 fd and check resultJulian Andres Klode1-2/+3
2016-08-12ensure a good clock() value for usage and testsDavid Kalnischkies1-1/+1
2016-08-12don't perform int<float in progress bar drawingDavid Kalnischkies1-12/+8
2016-08-11Merge branch 'feature/apt-dpkg-comm'David Kalnischkies7-89/+533
2016-08-11Merge branch 'feature/methods'David Kalnischkies5-29/+124
2016-08-10disable explicit configuration of all packages at the endDavid Kalnischkies2-12/+6
2016-08-10simulate all package manager actions explicitlyDavid Kalnischkies6-31/+111
2016-08-10try to avoid removal of crossgraded packagesDavid Kalnischkies1-26/+140
2016-08-10allow user@host (aka: no password) in URI parsingDavid Kalnischkies1-7/+9
2016-08-10allow methods to be disabled and redirected via configDavid Kalnischkies1-7/+24
2016-08-10implement socks5h proxy support for http methodDavid Kalnischkies2-0/+32
2016-08-10detect redirection loops in acquire instead of workersDavid Kalnischkies3-20/+64
2016-08-10suggest transport-packages based on established nameschemeDavid Kalnischkies1-2/+4
2016-08-10ensure all removes are reported to hook scriptsDavid Kalnischkies1-0/+13
2016-08-10ensure all configures are reported to hook scriptsDavid Kalnischkies1-0/+17
2016-08-10don't purge directly, but remove and do purge at the endDavid Kalnischkies1-61/+86
2016-08-10call dpkg with --no-triggers by defaultDavid Kalnischkies1-6/+7
2016-08-10select remove/purge packages early on for dpkgDavid Kalnischkies2-14/+84
2016-08-10save and restore selection states before/after calling dpkgDavid Kalnischkies2-7/+38
2016-08-10use dpkg --unpack --recursive to avoid long cmdlinesDavid Kalnischkies1-7/+95
2016-08-10pass --force-remove-essential to dpkg only if neededDavid Kalnischkies1-2/+13
2016-08-10Merge branch 'cmake'Julian Andres Klode3-38/+47
2016-08-10Get rid of the old buildsystemJulian Andres Klode1-37/+0
2016-08-10CMake: Check for ptsname_r() againJulian Andres Klode1-1/+1
2016-08-07Handle interrupt when running Pre-Install hooksJulian Andres Klode1-0/+8
2016-08-06CMake: Add basic CMake build systemJulian Andres Klode1-0/+46
2016-08-03ExecGPGV: Pass current config state to apt-key via temp fileJulian Andres Klode1-0/+23
2016-08-03ExecGPGV: Fork in all casesJulian Andres Klode1-43/+34
2016-08-03ExecGPGV: Rework file removal on exit()Julian Andres Klode1-28/+23
2016-08-03gpgv: Unlink the correct temp file in error caseJulian Andres Klode1-4/+4
2016-07-30prevent C++ locale number formatting in text APIs (try 2)David Kalnischkies1-1/+1
2016-07-29edsp: try to read responses even if writing failedDavid Kalnischkies1-15/+20
2016-07-29if the FileFd failed already following calls should fail, tooDavid Kalnischkies1-8/+10
2016-07-27(error) va_list 'args' was opened but not closed by va_end()David Kalnischkies3-29/+25
2016-07-27eipp: avoid producing file warnings in simulationDavid Kalnischkies1-37/+33