Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-13 | cmdline parsing: apt-config is not apt-cdrom | David Kalnischkies | 1 | -1/+1 | |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | 1 | -1/+1 | |
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 | 1 | -1/+1 | |
Reported-By: gcc -Wunused-parameter Git-Dch: Ignore | |||||
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies | 1 | -3/+3 | |
Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations | |||||
2014-03-13 | support DEB_BUILD_PROFILES and -P for build profiles | David Kalnischkies | 1 | -0/+5 | |
Inspired by the rest of the patch in 661537, but abstract the parsing of various ways of setting the build profiles more so it can potentially be reused and all apt parts have the same behaviour. Especially config options, cmdline options and environment will not be combined as proposed as this isn't APTs usual behaviour and dpkg doesn't do it either, so one overrides the other as it normally does. | |||||
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt | 1 | -1/+1 | |
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from ↵ | Michael Vogt | 1 | -13/+10 | |
experimental | |||||
2012-04-22 | * cmdline/apt-config.cc: | David Kalnischkies | 1 | -1/+9 | |
- make it possible to limit dump to a subtree - implement --empty and --format option for dump | |||||
2012-03-22 | the previously used VERSION didn't work everywhere so we are switching | David Kalnischkies | 1 | -1/+1 | |
to the more standard PACKAGE_VERSION and make it work in every file | |||||
2011-12-10 | * cmdline/apt-config.cc: | David Kalnischkies | 1 | -0/+16 | |
- dump the APT::Compressor settings correctly and completely | |||||
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | 1 | -0/+1 | |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | 1 | -3/+4 | |
2011-05-28 | * cmdline/apt-config.cc: | David Kalnischkies | 1 | -0/+13 | |
- show Acquire::Languages and APT::Architectures settings in 'dump' (Closes: 626739) | |||||
2009-06-30 | add the various foldmarkers in apt-pkg & cmdline (no code change) | David Kalnischkies | 1 | -2/+2 | |
2007-08-01 | * Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong | Otavio Salvador | 1 | -2/+2 | |
directory downloading on non-linux architectures (closes: #435597) | |||||
2005-01-20 | Correct typo in Usage message : s/arbitary/arbitrary. Unfuzzy translations. ↵ | Christian Perrier | 1 | -1/+1 | |
Closes: #291172 * cmdline/*cc : s/arbitary/arbitrary * po/*po : unfuzzy translations * po/apt-all.pot : updated from source code | |||||
2004-09-20 | G++ 3.2 fixes | Arch Librarian | 1 | -1/+2 | |
Author: jgg Date: 2003-01-11 07:18:44 GMT G++ 3.2 fixes | |||||
2004-09-20 | _config->Dump is now inlined, and calls Dump(clog). Du... | Arch Librarian | 1 | -2/+2 | |
Author: doogie Date: 2002-11-09 17:11:25 GMT _config->Dump is now inlined, and calls Dump(clog). Dump(ostream&) is now exported. Fixed apt-config dump sending to stderr. | |||||
2004-09-20 | Added locale.h for LC_ALL | Arch Librarian | 1 | -2/+3 | |
Author: jgg Date: 2002-02-15 03:40:00 GMT Added locale.h for LC_ALL | |||||
2004-09-20 | setup textdomain/etc for i18n stuff | Arch Librarian | 1 | -2/+6 | |
Author: jgg Date: 2002-01-09 04:59:44 GMT setup textdomain/etc for i18n stuff | |||||
2004-09-20 | Join with aliencode | Arch Librarian | 1 | -32/+34 | |
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode | |||||
2004-09-20 | Fixed list notation doc bug and 'b' vs 'B' | Arch Librarian | 1 | -1/+12 | |
Author: jgg Date: 1999-06-06 05:52:37 GMT Fixed list notation doc bug and 'b' vs 'B' | |||||
2004-09-20 | Fixed cd stuff and some minor bugs | Arch Librarian | 1 | -2/+13 | |
Author: jgg Date: 1999-05-23 05:45:12 GMT Fixed cd stuff and some minor bugs | |||||
2004-09-20 | Changed ie to eg | Arch Librarian | 1 | -2/+2 | |
Author: jgg Date: 1999-03-29 19:28:52 GMT Changed ie to eg | |||||
2004-09-20 | Added --version and fixed clogging for -s | Arch Librarian | 1 | -1/+4 | |
Author: jgg Date: 1999-01-30 02:12:53 GMT Added --version and fixed clogging for -s | |||||
2004-09-20 | apt-cdrom | Arch Librarian | 1 | -23/+6 | |
Author: jgg Date: 1998-11-27 01:52:53 GMT apt-cdrom | |||||
2004-09-20 | Dselect support | Arch Librarian | 1 | -0/+119 | |
Author: jgg Date: 1998-11-22 23:37:03 GMT Dselect support |