summaryrefslogtreecommitdiff
path: root/dpkg-deb
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-16libdpkg: Rename varbufaddstr() to varbuf_add_str()Guillem Jover1-2/+2
2011-01-16libdpkg: Rename varbufaddc() to varbuf_add_char()Guillem Jover1-2/+2
2011-01-16libdpkg: Rename varbufreset() to varbuf_reset()Guillem Jover2-4/+4
2011-01-08dpkg-deb: Fix corrupt archive header magic error stringGuillem Jover1-1/+1
2011-01-08Remove unneeded <errno.h> includeGuillem Jover1-1/+0
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
2011-01-08Centralize warn counting in warningv()Guillem Jover2-15/+6
2011-01-08dpkg-deb: Use varbuf in file_info_get() instead of ad-hoc codeGuillem Jover1-22/+15
2011-01-08Use fdio functions instead of raw read()/write() callsGuillem Jover2-5/+6
2011-01-08Use fdio instead of ad-hoc code to handle interrupted I/OGuillem Jover1-6/+4
2011-01-08libdpkg: Change dpkg_ar_member_put_file() to accept a size limitGuillem Jover1-2/+2
2011-01-08Use dpkg_ar_member_get_size() instead of duplicated codeGuillem Jover1-24/+1
2011-01-08dpkg-deb: Move setcompresstype() before cmdinfosGuillem Jover1-8/+8
2011-01-08dpkg-deb: Move known_arbitrary_field() closer to do_build()Guillem Jover1-28/+28
2011-01-08dpkg-deb: Use varbuf to generate package file name in do_build()Guillem Jover1-6/+4
2011-01-08dpkg-deb: Count one missing warning() for the total amount reportedGuillem Jover1-2/+3
2011-01-08dpkg-deb: Rename getfi() into file_info_get()Guillem Jover1-2/+2
2011-01-08dpkg-deb: Rename free_filist() to file_info_list_free()Guillem Jover1-3/+3
2011-01-08dpkg-deb: Rename add_to_filist() to file_info_list_append()Guillem Jover1-4/+4
2011-01-08dpkg-deb: Rename add_to_filist() arguments to head/tailGuillem Jover1-4/+4
2011-01-08dpkg-deb: Remove redundant debar check and reduce code scopeGuillem Jover1-9/+8
2011-01-08dpkg-deb: Refactor check_conffiles() out from do_build()Guillem Jover1-57/+79