summaryrefslogtreecommitdiff
path: root/dpkg-deb/main.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-30libdpkg: Add new C locale switch over supportGuillem Jover1-0/+1
2017-10-16dpkg-deb: Make --uniform-compression the new default behaviorGuillem Jover1-2/+3
2017-09-24dpkg-deb: Add support for rootless buildsGuillem Jover1-0/+3
2016-10-30dpkg-deb: Remove obsolete --old and --new optionsGuillem Jover1-22/+0
2016-10-30dpkg-deb: Obsolete bzip2 and lzma compression methodsGuillem Jover1-3/+3
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-05-30libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASEGuillem Jover1-1/+1
2015-04-21Remove some unnecessary includes of assert.hNiels Thykier1-1/+0
2015-04-21dpkg: Use badusage() instead of ohshit() for command-line errorsGuillem Jover1-2/+2
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-3/+3
2015-01-26Remove unused <ctype.h> includesGuillem Jover1-1/+0
2014-10-06dpkg-deb: Add new --ctrl-tarfile commandGuillem Jover1-0/+2
2014-08-15dpkg-deb: Remove unbalanced trailing single-quote in error messageGuillem Jover1-1/+1
2014-05-28libdpkg: Uppercase compressor enum valuesGuillem Jover1-9/+9
2014-04-21dpkg-deb: Deprecate compressing .deb files with bzip2Guillem Jover1-0/+2
2014-04-21libdpkg, dpkg-deb: Fix compound literal usage with C99 compilersGuillem Jover1-2/+2
2014-01-15dpkg-deb: Align long options in --help ouputGuillem Jover1-2/+2
2014-01-15dpkg-deb: Allow to use the same compression for control.tar as data.tarGuillem Jover1-0/+10
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-2/+2
2013-11-23dpkg-deb: Do not set LC_NUMERIC to POSIXGuillem Jover1-1/+0
2013-11-23libdpkg: New dpkg_locales_init()Guillem Jover1-4/+1
2013-11-08libdpkg: Refactor integer parsing into new dpkg_options_parse_arg_int()Guillem Jover1-6/+1
2013-10-17libdpkg: Reset environment variables for all compressors in the filterGuillem Jover1-2/+0
2013-10-14libdpkg: Rename and namespace option parsing and loading functionsGuillem Jover1-1/+1
2013-10-14libdpkg: Add dpkg-based program startup and shutdown functionsGuillem Jover1-4/+2
2013-07-18Change user-friendly UI recommendation from dselect to aptGuillem Jover1-3/+3
2013-07-18dpkg-deb: Add support for gzip compression strategiesGuillem Jover1-1/+2
2013-07-18build: Allow changing the default dpkg-deb compressor on configureGuillem Jover1-1/+1
2013-04-19Remove Emacs and vim modelinesGuillem Jover1-3/+0
2013-04-14dpkg-deb: Add new --deb-format option and base --new and --old on itGuillem Jover1-4/+44
2013-03-18dpkg-deb: Document --debug in --help outputGuillem Jover1-1/+1
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-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