Age | Commit message (Expand) | Author |
2014-04-01 | Merge remote-tracking branch 'mvo/feature/more-fancy-progress' into debian/sid | Michael Vogt |
2014-04-01 | do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs() | Michael Vogt |
2014-04-01 | Add new Debug::RunScripts option | Michael Vogt |
2014-03-27 | Merge branch 'debian/sid' into feature/more-fancy-progress | Michael Vogt |
2014-03-27 | Add progressbar to "Dpkg::Progress-Fancy" | Michael Vogt |
2014-03-27 | make fancy-progress fg/bg color configurable | Michael Vogt |
2014-03-23 | discard candidates via IsInstallOk to allow override | David Kalnischkies |
2014-03-23 | do IsInstallOk call in MarkInstall unconditionally | David Kalnischkies |
2014-03-22 | ensure proper teardown in dpkg error cases | David Kalnischkies |
2014-03-21 | mark optional (private) symbols as hidden | David Kalnischkies |
2014-03-21 | enable fvisibility=hidden for our private library | David Kalnischkies |
2014-03-21 | continue reading in xz even if it outputs nothing | David Kalnischkies |
2014-03-15 | Fix handling of autoclosing for compressed files (Closes: #741685) | Julian Andres Klode |
2014-03-14 | fix test/integration/test-apt-helper | Michael Vogt |
2014-03-13 | use the pretty fullname of a pkg as download desciption | David Kalnischkies |
2014-03-13 | refactor FileFd to hide some #ifdefs | David Kalnischkies |
2014-03-13 | use liblzma-dev to provide xz/lzma support | David Kalnischkies |
2014-03-13 | refactor setup of file opening via zlib/bz2 lib | David Kalnischkies |
2014-03-13 | move fd duplication closer to the gz/bz2 open calls | David Kalnischkies |
2014-03-13 | abstract version hash comparison a bit | David Kalnischkies |
2014-03-13 | factor out parsing of MultiArch flag | David Kalnischkies |
2014-03-13 | msgstr with elipses need three dots | David Kalnischkies |
2014-03-13 | support very long mtab entries in mountpoint discovery | David Kalnischkies |
2014-03-13 | apt-cdrom ident shouldn't be interactive | David Kalnischkies |
2014-03-13 | no error for non-existing mountpoints in MountCdrom | David Kalnischkies |
2014-03-13 | if mountpoint has a ".disk" directory it is mounted | David Kalnischkies |
2014-03-13 | do not configure already unpacked packages needlessly | David Kalnischkies |
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | move defines for version to macros.h | David Kalnischkies |
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies |
2014-03-13 | warning: type qualifiers ignored on function return type [-Wignored-qualifiers] | David Kalnischkies |
2014-03-13 | warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o... | David Kalnischkies |
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies |
2014-03-13 | warning: useless cast to type A [-Wuseless-cast] | David Kalnischkies |
2014-03-13 | warning: cast from type A to type B casts away qualifiers [-Wcast-qual] | David Kalnischkies |
2014-03-13 | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-03-13 | fix -Wmissing-field-initializers warnings | David Kalnischkies |
2014-03-13 | make doxygen more quiet, fix issues and disable latex | David Kalnischkies |
2014-03-13 | support DEB_BUILD_PROFILES and -P for build profiles | David Kalnischkies |
2014-03-13 | implement BuildProfileSpec support as dpkg has in 1.17.2 | Johannes Schauer |
2014-03-13 | add default and override handling for Cnf::FindVector | David Kalnischkies |
2014-03-13 | check version before adding scores in resolver | David Kalnischkies |
2014-03-13 | show debug output only if told so in packagemanager | David Kalnischkies |
2014-03-13 | do not do the same looping twice | David Kalnischkies |
2014-03-13 | propagate a negative score point along breaks/conflicts | David Kalnischkies |
2014-03-12 | add hashsum support in apt-file download and add more tests | Michael Vogt |
2014-02-27 | initial version of apt-helper | Michael Vogt |
2014-02-27 | initial version of apt-helper | Michael Vogt |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |