Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-27 | Add progressbar to "Dpkg::Progress-Fancy" | Michael Vogt | |
A text progressbar is now displayed in the Dpkg::Progress-Fancy mode. It can be turned off via the apt option Dpkg::Progress-Fancy::Progress-Bar=false | |||
2014-03-13 | support very long mtab entries in mountpoint discovery | David Kalnischkies | |
Old code limited lines to 250 characters which is probably enough for everybody, but who knows… It also takes care of device nodes which start with the same prefix. | |||
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wsuggest-attribute={pure,const,noreturn} | |||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||
2014-03-13 | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | |
Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | |||
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations | |||
2014-03-13 | implement BuildProfileSpec support as dpkg has in 1.17.2 | Johannes Schauer | |
Build-dependencies are now able to include a <profile.foo …> specification limiting usage similar to already supported [arch …]. More details: https://wiki.debian.org/BuildProfileSpec Closes: 661537 | |||
2014-03-13 | add default and override handling for Cnf::FindVector | David Kalnischkies | |
Automatically handle the override of list options via its parent value which can even be a comma-separated list of values. It also adds an easy way of providing a default for the list. | |||
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt | |
2014-01-26 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
Conflicts: apt-private/private-list.cc doc/po/de.po test/integration/framework | |||
2014-01-24 | fix test | Michael Vogt | |
2014-01-21 | Merge remote-tracking branch 'upstream/debian/experimental-no-abi-break' ↵ | Michael Vogt | |
into feature/source-deb822 Conflicts: test/integration/test-apt-sources-deb822 | |||
2014-01-20 | add support for multipl types in one line | Michael Vogt | |
2014-01-20 | add support for multiple URIs in deb822 style sources.list | Michael Vogt | |
2014-01-20 | add Description tag for deb822 sources | Michael Vogt | |
2014-01-18 | Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break | |||
2014-01-18 | rename "Suite/Section" to plural | Michael Vogt | |
2014-01-18 | Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break | |||
2014-01-17 | implement suggestion by donkult (thanks!) | Michael Vogt | |
2014-01-16 | merged mvo/feature/deb822 | Michael Vogt | |
2014-01-16 | rework some code to fix some scan-build warnings | David Kalnischkies | |
No visible functional changes, just code moved around and additional checks to eliminate impossible branches Reported-By: scan-build Git-Dch: Ignore | |||
2014-01-16 | update libapt test | Michael Vogt | |
2014-01-15 | actually register the tempfile removal atexit | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-01-04 | Merge branch 'debian/sid' into feature/source-deb822 | Michael Vogt | |
2013-12-23 | add basic tests for GetTempDir() | Michael Vogt | |
2013-12-05 | add unittest for new sourceslist parser as well | Michael Vogt | |
2013-11-29 | add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source | Michael Vogt | |
2013-10-05 | Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into ↵ | Michael Vogt | |
debian/sid | |||
2013-10-01 | change maxsplit default from "0" to maxint | Michael Vogt | |
2013-09-07 | add maxsplit parameter to StringSplit | Michael Vogt | |
2013-09-07 | implement StringSplit() as we need this to fix the dpkg status-fd output parsing | Michael Vogt | |
2013-09-03 | use FileFd in HashSum test to unbreak non-linux ports | David Kalnischkies | |
The testcode happily mixes FILE* operations and direct access to fds which is even a bit suprising that it works on linux and worked so long for non-linux ports, so we switch to usage of FileFd instead which provides us with simple fd-only operations. Its overkill for this test as its a bare file and we ask for the descriptor all the time, but it shouldn't hurt to implicitly test it a bit this way. Closes: 721723 Thanks: Aaron M. Ucko | |||
2013-08-15 | set MALLOC_CHECK_ and MALLOC_PERTURB_ for testcases | David Kalnischkies | |
In bugreport deb:719629 Paul Wise mentions both to enable some malloc checks and as more testing can't hurt we enable both for all testcases. Git-Dch: Ignore | |||
2013-08-15 | rework the parameter creation for the Hashsum test | David Kalnischkies | |
Avoids having to different places from which test binaries are called Git-Dch: Ignore | |||
2013-08-15 | do not call make from libapt/run-tests if its called by make | David Kalnischkies | |
If we are called by make everything is build already and so this is just a noise nop we can just skip. (Noisy as it complains about being unable to communicate with the other makes to coordinate with the jobserver) Git-Dch: Ignore | |||
2013-08-15 | * lp:~mvo/apt/add-glob-function: | Michael Vogt | |
- add Glob() to fileutl.{cc,h} Conflicts: apt-pkg/contrib/fileutl.h debian/changelog | |||
2013-08-15 | * lp:~mvo/apt/config-clear: | Michael Vogt | |
- support Configuration.Clear() for a clear of the entire configuration Conflicts: debian/changelog | |||
2013-06-09 | stop building l10n if strings are unchanged | David Kalnischkies | |
The buildsystem tried to build l10n for test applications which never produced the output it expected causing it to try building it all the time. | |||
2013-05-08 | fix uri test | Michael Vogt | |
2013-05-08 | merged patch from Daniel Hartwig to fix URI and proxy releated issues | Michael Vogt | |
2013-03-22 | merged lp:~mvo/apt/fix-tagfile-hash | Michael Vogt | |
2013-03-18 | test/libapt/tagfile_test.cc: add missing "unistd.h" (thanks to Niels Thykier) | Michael Vogt | |
2013-03-18 | fix pkgTagSection::Exists() and add test | Michael Vogt | |
2013-03-17 | * test/libapt/assert.h, test/libapt/run-tests: | Michael Vogt | |
- exit with status 1 on test failure | |||
2012-09-02 | * apt-pkg/cdrom.cc: | David Kalnischkies | |
- handle Components in the reduction for the source.list as multi-arch cds otherwise create duplicated source entries (e.g. "wheezy main main") | |||
2012-09-02 | * apt-pkg/indexcopy.cc: | David Kalnischkies | |
- do not create duplicated flat-archive cdrom sources for foreign architectures on multi-arch cdroms | |||
2012-06-14 | add two tests for architecture specifications | David Kalnischkies | |
2012-06-10 | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | |
- if APT::Languages=none save "none" in allCodes so that the detected configuration is cached as intended (Closes: #674690, LP: #1004947) | |||
2012-06-09 | fix segfault with empty LongOpt in --no-* branch | David Kalnischkies | |
2012-06-09 | * apt-pkg/contrib/cmdline.cc: | Daniel Hartwig | |
- apply patch from Daniel Hartwig to fix a segfault in case the LongOpt is empty (Closes: #676331) |