summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)AuthorFilesLines
2014-04-16clear HitEof flag in FileFd::SeekDavid Kalnischkies1-1/+6
2014-04-14force fancy progressbar redraw on window size changeDavid Kalnischkies2-12/+26
2014-04-11consider priorities only for downloadable pkgs in resolverDavid Kalnischkies1-8/+11
2014-04-11deal with umask only if we really need to for mkstempDavid Kalnischkies1-9/+9
2014-04-11don't double-count seeks in FileFd::Skip for bzip/xzDavid Kalnischkies1-1/+0
2014-04-11do not create an (additional) empty compressorDavid Kalnischkies1-1/+1
2014-04-11use wildcard to get files in our library makefilesDavid Kalnischkies1-45/+3
2014-04-10improve umask/fchmod code readabilityMichael Vogt1-5/+8
2014-04-10Rename FileFd::Open() Perms to AccessModeMichael Vogt2-14/+14
2014-04-10Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt1-2/+6
2014-04-01Merge remote-tracking branch 'mvo/feature/more-fancy-progress' into debian/sidMichael Vogt2-14/+68
2014-04-01do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()Michael Vogt1-7/+18
2014-04-01Add new Debug::RunScripts optionMichael Vogt2-1/+9
2014-03-27Merge branch 'debian/sid' into feature/more-fancy-progressMichael Vogt12-65/+124
2014-03-27Add progressbar to "Dpkg::Progress-Fancy"Michael Vogt2-12/+62
2014-03-27make fancy-progress fg/bg color configurableMichael Vogt1-2/+6
2014-03-23discard candidates via IsInstallOk to allow overrideDavid Kalnischkies2-20/+60
2014-03-23do IsInstallOk call in MarkInstall unconditionallyDavid Kalnischkies1-4/+8
2014-03-22ensure proper teardown in dpkg error casesDavid Kalnischkies1-17/+7
2014-03-21mark optional (private) symbols as hiddenDavid Kalnischkies7-23/+31
2014-03-21enable fvisibility=hidden for our private libraryDavid Kalnischkies1-0/+4
2014-03-21continue reading in xz even if it outputs nothingDavid Kalnischkies1-0/+13
2014-03-15Fix handling of autoclosing for compressed files (Closes: #741685)Julian Andres Klode1-1/+1
2014-03-14fix test/integration/test-apt-helperMichael Vogt122-1225/+2027
2014-03-13use the pretty fullname of a pkg as download desciptionDavid Kalnischkies1-6/+2
2014-03-13refactor FileFd to hide some #ifdefsDavid Kalnischkies1-168/+131
2014-03-13use liblzma-dev to provide xz/lzma supportDavid Kalnischkies3-35/+256
2014-03-13refactor setup of file opening via zlib/bz2 libDavid Kalnischkies1-37/+36
2014-03-13move fd duplication closer to the gz/bz2 open callsDavid Kalnischkies1-21/+20
2014-03-13abstract version hash comparison a bitDavid Kalnischkies5-4/+47
2014-03-13factor out parsing of MultiArch flagDavid Kalnischkies2-21/+29
2014-03-13msgstr with elipses need three dotsDavid Kalnischkies1-3/+3
2014-03-13support very long mtab entries in mountpoint discoveryDavid Kalnischkies1-25/+23
2014-03-13apt-cdrom ident shouldn't be interactiveDavid Kalnischkies2-13/+16
2014-03-13no error for non-existing mountpoints in MountCdromDavid Kalnischkies1-8/+20
2014-03-13if mountpoint has a ".disk" directory it is mountedDavid Kalnischkies1-2/+7
2014-03-13do not configure already unpacked packages needlesslyDavid Kalnischkies1-11/+6
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies39-122/+132
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies112-310/+706
2014-03-13move defines for version to macros.hDavid Kalnischkies2-27/+68
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies26-79/+75
2014-03-13warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies5-8/+8
2014-03-13warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies2-3/+3
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies1-1/+1
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies10-26/+26
2014-03-13warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies5-32/+32
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies17-289/+288
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies2-8/+8
2014-03-13make doxygen more quiet, fix issues and disable latexDavid Kalnischkies8-23/+27
2014-03-13support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies3-2/+31