Age | Commit message (Expand) | Author |
2014-04-30 | Only do openpty() if both stdin/stdout are terminals | Michael Vogt |
2014-04-26 | handle pkgnames shorter than modifiers | David Kalnischkies |
2014-04-16 | use Google C++ Testing Framework for libapt tests | David Kalnischkies |
2014-04-16 | clear HitEof flag in FileFd::Seek | David Kalnischkies |
2014-04-11 | Merge remote-tracking branch 'mvo/feature/helpful-apt-list' into debian/sid | Michael Vogt |
2014-04-11 | Merge remote-tracking branch 'mvo/bugfix/apt-list-rc-pkgs' into debian/sid | Michael Vogt |
2014-04-11 | consider priorities only for downloadable pkgs in resolver | David Kalnischkies |
2014-04-11 | extend FileFd test behond basic permission tests | David Kalnischkies |
2014-04-10 | fix test-failure in adt | Michael Vogt |
2014-04-10 | Fix insecure file permissions when using FileFd with OpenMode::Atomic | Michael Vogt |
2014-04-09 | Notice the user about "apt list -a" when only a single hit if found | Michael Vogt |
2014-04-09 | Fix possible race when stunnel/aptwebserver create their PID files | Michael Vogt |
2014-04-08 | fix apt list output for pkgs in dpkg ^rc state | Michael Vogt |
2014-04-08 | Merge branch 'bugfix/apt-search-case' into debian/sid | Michael Vogt |
2014-04-07 | make apt search case-insensitive by default | Michael Vogt |
2014-03-27 | Merge branch 'debian/sid' into feature/more-fancy-progress | Michael Vogt |
2014-03-27 | Merge remote-tracking branch 'upstream/debian/sid' into debian/sid | Michael Vogt |
2014-03-27 | Use mkstemp() in apt-extracttemplaes (closes: #741627) | Michael Vogt |
2014-03-27 | Add progressbar to "Dpkg::Progress-Fancy" | Michael Vogt |
2014-03-23 | discard candidates via IsInstallOk to allow override | David Kalnischkies |
2014-03-22 | ensure proper teardown in dpkg error cases | David Kalnischkies |
2014-03-21 | add testcase for APT::Architectures "arch1,arch2" | David Kalnischkies |
2014-03-21 | only consider versioned kernel packages in autoremove | David Kalnischkies |
2014-03-14 | fix test/integration/test-apt-helper | Michael Vogt |
2014-03-13 | ensure that gz compression test is run with gz | David Kalnischkies |
2014-03-13 | factor out getting list of architectures from comma list | David Kalnischkies |
2014-03-13 | correct LD_LIBRARY_PATH and config loading for apt-helper | David Kalnischkies |
2014-03-13 | ensure that a dot is a dot in the hook | David Kalnischkies |
2014-03-13 | support kfreebsd and hurd in the kernel hook | David Kalnischkies |
2014-03-13 | use a configurable list of versioned kernel packages | David Kalnischkies |
2014-03-13 | improve debug output in case downloadfile fails | 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 | enable mount support for apt-cdrom in the tests | David Kalnischkies |
2014-03-13 | simplify apt-cdrom testcode | 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 | 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: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies |
2014-03-13 | unset LANGUAGE in the testing framework directly | 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 | propagate a negative score point along breaks/conflicts | David Kalnischkies |
2014-03-12 | Merge remote-tracking branch 'upstream/debian/sid' into feature/apt-download-... | Michael Vogt |
2014-03-12 | add hashsum support in apt-file download and add more tests | Michael Vogt |