summaryrefslogtreecommitdiff
path: root/dpkg-deb
AgeCommit message (Expand)AuthorFilesLines
2014-06-02libdpkg: Uppercase and namespace pkgpriority enum valuesGuillem Jover1-1/+1
2014-05-28libdpkg: Uppercase and namespace dpkg_arch_type enum valuesGuillem Jover1-1/+1
2014-05-28libdpkg: Uppercase compressor enum valuesGuillem Jover3-18/+18
2014-05-17build: Switch to use libtool for the static librariesGuillem Jover1-2/+1
2014-04-21dpkg-deb: Use --no-unquote when using -T to avoid mangling filenamesGuillem Jover1-1/+2
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 Jover3-9/+23
2014-01-15dpkg-deb: Accept other compressions for control.tar .deb memberGuillem Jover3-4/+17
2014-01-15dpkg-deb: Use default gzip compression level instead of hardcoding itGuillem Jover1-1/+1
2013-12-17dpkg-deb, dpkg: Unify and clarify conffile name length error messageGuillem Jover1-1/+1
2013-12-17dpkg-deb: Change conffile name length warning into an errorGuillem Jover1-9/+3
2013-12-17dpkg-deb: Remove trailing newlines from warning messageGuillem Jover1-2/+2
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover5-5/+5
2013-12-05Rename cmdinfos set functions to have underscores between wordsGuillem Jover1-2/+2
2013-12-05Add experimental build profiles supportGuillem Jover1-0/+1
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-17dpkg-deb: Refactor file_treewalk_feed() out from do_build()Guillem Jover1-34/+53
2013-10-17dpkg-deb: Be explicit when handling deb format 2 code branchesGuillem Jover1-2/+7
2013-10-17dpkg-deb: Do not leak the data member file descriptorGuillem Jover1-0/+2
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-08-10dpkg-deb: Clarify --extract bad usage error message on missing argumentsGuillem Jover1-2/+4
2013-08-10dpkg-deb: Inline controlextractvextract() into call sitesGuillem Jover1-27/+33
2013-08-10dpkg-deb: Use badusage() instead of ohshit() for usage errorsGuillem Jover1-2/+4
2013-08-10dpkg-deb: Do not accept deb packages with data and control members swappedGuillem Jover1-1/+6
2013-08-10dpkg-deb: Be more precise on deb member errorsGuillem Jover1-7/+9
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 Jover2-5/+0
2013-04-14Avoid assignments in C conditionalsGuillem Jover1-2/+4
2013-04-14dpkg-deb: Add new --deb-format option and base --new and --old on itGuillem Jover3-8/+54
2013-04-14dpkg-deb: Use an enum instead of a literal string to pass tar optionsGuillem Jover3-16/+45
2013-04-14dpkg-deb: Switch extracthalf() to use struct commandGuillem Jover1-7/+12
2013-03-19dpkg-deb: Do not initialize variable that gets a subsequent valueGuillem Jover1-1/+1
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-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-1/+1
2012-06-30Switch to new notice() output functionGuillem Jover2-6/+4
2012-06-30libdpkg: Switch buffer I/O code to use struct dpkg_errorGuillem Jover3-13/+24
2012-06-30libdpkg: Change pkg_format_parse() to take a dpkg_error argumentGuillem Jover1-2/+4
2012-06-30dpkg-deb: Rename string variable from err to errstrGuillem Jover1-7/+7
2012-06-08libdpkg: Add liblzma compression supportGuillem Jover1-0/+1
2012-06-06dpkg-deb: Add support for “none” as a valid compression strategy valueGuillem Jover1-1/+1