summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-14Use dpkg_db_set_dir() instead of pkgadmindir_init()Guillem Jover1-0/+2
2011-03-04dpkg: Call gettext() on force option description printingGuillem Jover1-1/+2
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-2/+2
2011-02-11libdpkg: Rename cmdinfo arg membersGuillem Jover1-11/+11
2011-02-11dpkg: Automate force help output printingGuillem Jover1-52/+76
2011-02-11dpkg: Reduce the scope of a if/else in setforce()Guillem Jover1-8/+9
2011-02-11dpkg: Handle --force-all as any other force optionGuillem Jover1-6/+6
2011-02-11dpkg: Fix typo in debug help outputGuillem Jover1-1/+1
2011-02-11dpkg: Capitalize debug help output table titlesGuillem Jover1-1/+1
2011-02-11dpkg: Automate debug help output printingGuillem Jover1-16/+32
2011-02-11Move and generalize debug API from dpkg to libdpkgGuillem Jover1-2/+4
2011-02-01dpkg: Document packages w/o Architecture field need --force-architectureGuillem Jover1-1/+1
2011-01-31dpkg: Rename arch variable to native_archGuillem Jover1-1/+1
2011-01-31Rename architecture variables to archGuillem Jover1-1/+1
2011-01-16Propagate --admindir to programs run from maintainer scriptsGuillem Jover1-9/+4
2011-01-16Use m_asprintf() instead of m_malloc() and string operationsGuillem Jover1-7/+3
2011-01-16libdpkg: Rename varbufaddc() to varbuf_add_char()Guillem Jover1-2/+2
2011-01-16libdpkg: Rename varbufreset() to varbuf_reset()Guillem Jover1-1/+1