summaryrefslogtreecommitdiff
path: root/dpkg-deb/build.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-06dpkg-deb: Remove arbitrary filename limitGuillem Jover1-2/+0
2014-10-06libdpkg: Rename subproc_wait_check() to subproc_reap()Guillem Jover1-5/+5
2014-10-06dpkg-deb: Stop warning on unknown arbitrary fieldsGuillem Jover1-38/+0
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 Jover1-3/+3
2014-04-21dpkg-deb: Use --no-unquote when using -T to avoid mangling filenamesGuillem Jover1-1/+2
2014-01-15dpkg-deb: Allow to use the same compression for control.tar as data.tarGuillem Jover1-9/+12
2014-01-15dpkg-deb: Accept other compressions for control.tar .deb memberGuillem Jover1-1/+5
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 Jover1-1/+1
2013-12-05Add experimental build profiles supportGuillem Jover1-0/+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-04-14dpkg-deb: Add new --deb-format option and base --new and --old on itGuillem Jover1-3/+4
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-1/+1
2012-06-30libdpkg: Switch buffer I/O code to use struct dpkg_errorGuillem Jover1-3/+6
2012-06-06libdpkg: Switch compression strategy code from strings to enumsGuillem Jover1-1/+1
2012-04-15Revert "dpkg-deb: Add epoch when needed to built package names"Guillem Jover1-1/+1
2012-04-14dpkg-deb: Do not arch-qualify package name on outputGuillem Jover1-1/+1
2012-04-14dpkg-deb: Add epoch when needed to built package namesGuillem Jover1-1/+1
2012-03-30Fix coding-styleGuillem Jover1-3/+3
2012-03-14Rework common badusage strings to allow for possible translation reuseGuillem Jover1-1/+2
2012-02-18libdpkg: Refactor parsedb flags for standard operations into new aliasesGuillem Jover1-1/+1
2012-02-01Change debug, progress and error output to use package specifiersGuillem Jover1-2/+2
2011-11-23dpkg-deb: Add compression strategy supportGuillem Jover1-0/+1
2011-11-23libdpkg: Switch compressor to take a parameters structGuillem Jover1-3/+8
2011-11-23libdpkg: Do not expose the compression structsGuillem Jover1-2/+3
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover1-4/+5
2011-10-24libdpkg: Update pkgbin.arch to be a pointer to struct dpkg_archRaphaƫl Hertzog1-2/+2
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-05-11libdpkg: Switch the compression filter functions to always returnGuillem Jover1-0/+2
2011-05-11dpkg-deb: Pass the real file descriptors to compression functionsGuillem Jover1-10/+12
2011-04-02Make all command line action functions return intGuillem Jover1-2/+4
2011-03-23dpkg-gencontrol: add support for Built-Using fieldMark Hymers1-0/+1
2011-03-14Use off_t and %jd or %jx to handle file sizes and offsetsGuillem Jover1-2/+3
2011-03-14Inline werr() into its only current call siteGuillem Jover1-1/+1
2011-03-14dpkg-deb: Use fdio instead of stdioGuillem Jover1-16/+18
2011-01-31libdpkg: Ensure parsed packages have a usable arch memberGuillem Jover1-3/+3
2011-01-31Rename architecture variables to archGuillem Jover1-1/+1
2011-01-16Use m_asprintf() instead varbuf_printf() for one-off stringsGuillem Jover1-10/+10
2011-01-16libdpkg: Rename varbufprintf() to varbuf_printf()Guillem Jover1-8/+8
2011-01-16libdpkg: Rename varbufreset() to varbuf_reset()Guillem Jover1-3/+3
2011-01-08dpkg-deb: Refactor out pkg_get_pathname() from do_build()Guillem Jover1-10/+21
2011-01-08dpkg-deb: Refactor check_new_pkg() out from do_build()Guillem Jover1-33/+46
2011-01-08dpkg-deb: Handle missing arch in varbufprintf() call inside do_build()Guillem Jover1-3/+1