summaryrefslogtreecommitdiff
path: root/dpkg-deb/main.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-2/+2
2012-06-06dpkg-deb: Add support for “none” as a valid compression strategy valueGuillem Jover1-1/+1
2012-06-06libdpkg: Switch compression strategy code from strings to enumsGuillem Jover1-2/+10
2012-05-23Check parsed integers for out of range errorsGuillem Jover1-1/+4
2012-04-29dpkg-deb: Deprecate compressing .deb files with lzmaGuillem Jover1-1/+3
2012-04-09dpkg-deb: Always build new format by defaultGuillem Jover1-1/+3
2012-03-30Fix coding-styleGuillem Jover1-1/+1
2011-11-23dpkg-deb: Remove undocumented compression long optionsGuillem Jover1-2/+2
2011-11-23dpkg-deb: Add compression strategy supportGuillem Jover1-0/+8
2011-11-23libdpkg: Switch compressor to take a parameters structGuillem Jover1-5/+7
2011-11-23libdpkg: Do not expose the compression structsGuillem Jover1-2/+2
2011-08-02dpkg-deb: Add --raw-extract option combining --control and --extractGuillem Jover1-0/+3
2011-08-02dpkg-deb: Add new -v, --verbose optionGuillem Jover1-0/+3
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-2/+2
2011-04-02Rename struct cmdinfo member arg_func to action and call it directlyGuillem Jover1-3/+2
2011-04-02Use new action_func typedef instead of ad-hoc function castsGuillem Jover1-2/+2
2011-04-02Make all command line action functions return intGuillem Jover1-2/+5
2011-02-11libdpkg: Rename cmdinfo arg membersGuillem Jover1-1/+1
2011-01-08Remove unneeded <errno.h> includeGuillem Jover1-1/+0
2011-01-08dpkg-deb: Move setcompresstype() before cmdinfosGuillem Jover1-8/+8
2010-11-19Use push_error_context() instead of ad-hoc codeGuillem Jover1-2/+1
2010-11-19Move action and obsolete related functionality to the myopt moduleGuillem Jover1-12/+0
2010-11-19Use ACTION macros instead of ad-hoc action function handlingGuillem Jover1-26/+14
2010-02-25Add support for xz compressed data.tar member of binary packagesGuillem Jover1-1/+1
2010-02-25Remove --license and --licence options from toolsGuillem Jover1-7/+1
2010-02-19Mark several functions with DPKG_ATTR_NORETGuillem Jover1-2/+2
2010-01-28libdpkg: Centralize compressor knowledge into the compress moduleGuillem Jover1-10/+3
2010-01-28libdpkg: Handle compression level as an integerGuillem Jover1-2/+18
2010-01-28libdpkg: Rename compress_type_cat to compress_type_noneGuillem Jover1-1/+1
2010-01-28libdpkg: Rename sizeof_array to array_countGuillem Jover1-1/+1
2010-01-28Do not include unneeded <signal.h>Guillem Jover1-1/+0
2010-01-01libdpkg: Move compression declarations to a new compress.hGuillem Jover1-0/+1
2009-11-08Unify text in license headersGuillem Jover1-5/+5
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-10-26Sort order of header includesGuillem Jover1-12/+12
2009-09-30Remove helponly and versiononly functionsGuillem Jover1-6/+10
2009-09-06Use m_output instead of checking printing functions return codeGuillem Jover1-21/+24
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-3/+3
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-07-15libdpkg: Move C language definition macros to macros.hGuillem Jover1-1/+1
2008-09-14libdpkg: Move loadcfgfile from standard_startup to its callersGuillem Jover1-1/+1
2008-09-14libdpkg: Move myopt from standard_startup to each program mainGuillem Jover1-1/+3
2008-09-14libdpkg: Do not pass any argument to standard_shutdownGuillem Jover1-1/+1
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14Move locale.h inclusion and locale setup to each program mainGuillem Jover1-0/+8
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
2008-05-24Use sizeof_array instead of ad-hoc calculationGuillem Jover1-1/+2