summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-20dpkg: Add invoke hooks for add-architecture and remove-architectureGuillem Jover1-0/+2
2014-10-06dpkg: Document optional -C argument in --help outputGuillem Jover1-1/+1
2014-10-06dpkg: Normalize instdir by removing trailing '/' and '/.'Guillem Jover1-3/+16
2014-08-10dpkg: Fix --add-architecture and --remove-architecture to take one argumentGuillem Jover1-4/+4
2014-08-09Add versioned Provides supportGuillem Jover1-1/+2
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-1/+1
2014-05-28libdpkg: Uppercase and namespace dpkg_arch_type enum valuesGuillem Jover1-4/+4
2014-05-23libdpkg: Refactor dpkg_options_parse_pkgname()Guillem Jover1-7/+1
2014-05-27dpkg: Use badusage() on illegal package names in --ignore-dependsGuillem Jover1-3/+3
2014-04-21dpkg: Add support for loading Packages-files from pipes or stdinGuillem Jover1-2/+2
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-05Rename cmdinfos set functions to have underscores between wordsGuillem Jover1-17/+29
2013-11-23libdpkg: New dpkg_locales_init()Guillem Jover1-4/+1
2013-11-08dpkg: Refactor out run_logger() from run_status_loggers()Guillem Jover1-18/+27
2013-11-08libdpkg: Refactor integer parsing into new dpkg_options_parse_arg_int()Guillem Jover1-17/+4
2013-10-27dpkg: Use line instead of desc to make use of the strtok() assignmentGuillem Jover1-1/+1
2013-10-17dpkg: Add new --verify commandGuillem Jover1-0/+11
2013-10-14libdpkg: Rename and namespace option parsing and loading functionsGuillem Jover1-3/+3
2013-10-14libdpkg: Add dpkg-based program startup and shutdown functionsGuillem Jover1-5/+2
2013-10-14libdpkg: Refactor report output buffering setup into a new functionGuillem Jover1-2/+1
2013-08-10dpkg: Automatically prepend needed spaces for continuation force-help linesGuillem Jover1-6/+25
2013-07-18Change user-friendly UI recommendation from dselect to aptGuillem Jover1-3/+3
2013-04-14Avoid assignments in C conditionalsGuillem Jover1-1/+2
2012-06-30Align --version with --help on help outputGuillem Jover1-1/+1
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-2/+2
2012-05-23Check parsed integers for out of range errorsGuillem Jover1-13/+16
2012-05-23dpkg: Use ohshit() instead of ohshite() on strtoul() errorGuillem Jover1-1/+1
2012-04-01Use cmp() == 0 instead of !cmp()Guillem Jover1-2/+3
2012-03-27Clarify internerr() messagesGuillem Jover1-1/+1
2012-03-19dpkg: Add --assert-multi-arch optionGuillem Jover1-1/+3
2012-03-14dpkg: Update commands and options to accept package specifiersGuillem Jover1-5/+8
2012-03-14Rework common badusage strings to allow for possible translation reuseGuillem Jover1-10/+10
2012-03-14dpkg: Use ohshit() instead of ohshite() on illegal names in --ignore-dependsGuillem Jover1-1/+1
2012-03-13dpkg: Add --status-logger information to --help outputGuillem Jover1-0/+1
2012-02-06dpkg: When removing a foreign arch, only consider < halfinstalled an issueGuillem Jover1-1/+3
2012-02-05libdpkg: Change dpkg_arch_remove() to just unmark foreign architecturesGuillem Jover1-1/+1
2012-01-02dpkg: Switch from foreign arch option to add and remove commandsGuillem Jover1-16/+69
2011-12-08libdpkg: Remove unused end pointer argument from pkg_name_is_illegal()Guillem Jover1-1/+1
2011-10-24dpkg: Add --foreign-architecture and --print-foreign-architectures optionsRaphaƫl Hertzog1-0/+24
2011-10-24dpkg: Use dpkg_arch_get_native() instead of native_archGuillem Jover1-1/+0
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-07-07Use new dpkg_set_progname and dpkg_get_progname instead of thisnameGuillem Jover1-1/+1
2011-07-07libdpkg: Do not require programs to define printforhelpGuillem Jover1-3/+3
2011-04-29dpkg: Remove --new and --old dpkg-deb option handlingGuillem Jover1-2/+0
2011-04-26Add --force-bad-version to allow installing packages with bogus versionsGuillem Jover1-0/+3
2011-04-02Rename struct cmdinfo member arg_func to action and call it directlyGuillem Jover1-7/+2
2011-04-02Use new action_func typedef instead of ad-hoc function castsGuillem Jover1-5/+5
2011-04-02Make all command line action functions return intGuillem Jover1-11/+19
2011-04-01dpkg: Pass default return value to reportbroken_retexitstatus()Guillem Jover1-1/+1
2011-03-14Make admindir file local everywhereGuillem Jover1-1/+1