summaryrefslogtreecommitdiff
path: root/dpkg-deb
AgeCommit message (Expand)AuthorFilesLines
2012-06-06libdpkg: Switch compression strategy code from strings to enumsGuillem Jover2-3/+11
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-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-04-09dpkg-deb: Always build new format by defaultGuillem Jover2-6/+3
2012-04-09Switch deb format version handling to use the new deb-version moduleGuillem Jover1-32/+39
2012-04-01Use cmp() == 0 instead of !cmp()Guillem Jover2-4/+4
2012-03-30Fix coding-styleGuillem Jover3-5/+5
2012-03-27libdpkg: Refactor ar member check into new dpkg_ar_member_is_illegal()Guillem Jover1-1/+1
2012-03-27dpkg-deb: Do not look for newline beyond the buffer in read_line()Guillem Jover1-1/+1
2012-03-14Rework common badusage strings to allow for possible translation reuseGuillem Jover2-3/+5
2012-02-18libdpkg: Refactor parsedb flags for standard operations into new aliasesGuillem Jover2-3/+2
2012-02-01Change debug, progress and error output to use package specifiersGuillem Jover1-2/+2
2011-11-23dpkg-deb: Remove undocumented compression long optionsGuillem Jover1-2/+2
2011-11-23dpkg-deb: Add compression strategy supportGuillem Jover2-0/+9
2011-11-23libdpkg: Switch compressor to take a parameters structGuillem Jover3-10/+16
2011-11-23libdpkg: Do not expose the compression structsGuillem Jover4-7/+8
2011-11-10dpkg-deb: Fix short-lived pkg_format_node leak in --showGuillem Jover1-0/+1
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-09-09dpkg-deb: Do not warn on strange timestampsGuillem Jover1-1/+1
2011-09-09libdpkg: Rename fd_null_copy() to fd_skip()Guillem Jover1-6/+6
2011-08-02dpkg-deb: Add --raw-extract option combining --control and --extractGuillem Jover3-0/+36
2011-08-02dpkg-deb: Add new -v, --verbose optionGuillem Jover3-2/+11
2011-07-25dpkg-deb: Construct control components paths with printf variantsGuillem Jover1-28/+15
2011-07-25dpkg-deb: Use CONTROLFILE instead of a literal stringGuillem Jover1-5/+5
2011-07-07dpkg-deb: adjust code now that extracthalf() no longer chdir() as a side-effectRaphaël Hertzog1-7/+35
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover4-4/+4
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-07-07dpkg-deb: Always chdir(2) in the childs to not change the global stateGuillem Jover2-15/+14
2011-05-11libdpkg: Switch the compression filter functions to always returnGuillem Jover2-0/+3
2011-05-11dpkg-deb: Pass the real file descriptors to compression functionsGuillem Jover2-15/+22
2011-04-09dpkg-deb: fix error message output by read_fail()Raphaël Hertzog1-1/+1
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 Jover2-6/+11
2011-04-02Make all command line action functions return intGuillem Jover5-18/+59
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 Jover3-12/+16
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-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-1/+1
2011-02-11libdpkg: Rename cmdinfo arg membersGuillem Jover1-1/+1
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-31Use pid instead of c1 for variable nameGuillem Jover2-8/+8
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