Age | Commit message (Expand) | Author |
2014-03-13 | use a configurable list of versioned kernel packages | David Kalnischkies |
2014-03-13 | cmdline parsing: apt-config is not apt-cdrom | 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 | fix polish --install-suggests text in apt-get manpage | Wojciech Górski |
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 | remove code duplication for Add & Ident in apt-cdrom | 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 | simplify apt-cdrom testcode | David Kalnischkies |
2014-03-13 | do not configure already unpacked packages needlessly | David Kalnischkies |
2014-03-13 | enable various compiler warnings | David Kalnischkies |
2014-03-13 | use SPtrArray handling instead of explicit delete[] | 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 | StartPos is always positive for http/https | David Kalnischkies |
2014-03-13 | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-03-13 | warning: non-ISO-standard escape sequence, '\e' [enabled by default] | David Kalnischkies |
2014-03-13 | fix -Wformat= warnings about size_t != %lu on e.g. armel | 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 | 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 | autogenerate makefile for vendor system | 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 | Promote xz-utils from apt Suggests to libapt-pkg Depends | Julian Andres Klode |
2014-03-04 | l10n: vi.po (624t): Update Vietnamese translation | Trần Ngọc Quân |
2014-02-28 | releasing package apt version 0.9.15.50.9.15.5 | Michael Vogt |
2014-02-27 | initial version of apt-helper | Michael Vogt |
2014-02-25 | Bug#739988: Fix autopkgtest missing dependencies and locale | Martin Pitt |
2014-02-23 | vendor/tanglu/makefile: add missing clean/sources.list | Michael Vogt |
2014-02-23 | releasing package apt version 0.9.15.40.9.15.4 | Michael Vogt |
2014-02-23 | test/integration/test-ubuntu-bug-346386-apt-get-update-paywall: use http-meth... | Michael Vogt |
2014-02-22 | add missing libdb-dev to debian/tests/control | Michael Vogt |
2014-02-22 | skip test if "apt" is not build | Michael Vogt |
2014-02-22 | fix ADT failure in downloadfile() | Michael Vogt |