summaryrefslogtreecommitdiff
path: root/dpkg-deb/info.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-30libdpkg: Split push_cleanup() into push_cleanup_fallback()Guillem Jover1-1/+1
2018-08-30libdpkg: Rename struct pkginfo files member to archivesGuillem Jover1-2/+2
2018-08-01dpkg-deb: Surround condition in ternary operator with parensGuillem Jover1-1/+2
2016-05-02dpkg-deb: Promote a print to a warning for missing control filesGuillem Jover1-1/+1
2015-12-12Use new str_fmt() instead of m_asprintf()Guillem Jover1-2/+2
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-04-18debian: Update my copyright yearsGuillem Jover1-0/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-9/+9
2015-04-01dpkg-deb: Use path_remove_tree() instead of direcly calling «rm -rf»Guillem Jover1-15/+1
2015-02-11dpkg-deb, libdpkg: Fix short-lived memory leaksGuillem Jover1-0/+2
2015-01-28Switch code to use the new C locale character type functionsGuillem Jover1-2/+2
2014-10-06libdpkg: Rename subproc_wait_check() to subproc_reap()Guillem Jover1-1/+1
2014-08-09dpkg-deb: Use parsedb() instead of an ad-hoc deb822 parserGuillem Jover1-52/+30
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-04-19Remove Emacs and vim modelinesGuillem Jover1-2/+0
2013-04-14dpkg-deb: Use an enum instead of a literal string to pass tar optionsGuillem Jover1-2/+2
2012-06-30Switch to new notice() output functionGuillem Jover1-3/+2
2012-06-30libdpkg: Switch buffer I/O code to use struct dpkg_errorGuillem Jover1-1/+4
2012-06-30libdpkg: Change pkg_format_parse() to take a dpkg_error argumentGuillem Jover1-2/+4
2012-04-01Use cmp() == 0 instead of !cmp()Guillem Jover1-1/+1
2012-03-14Rework common badusage strings to allow for possible translation reuseGuillem Jover1-2/+3
2012-02-18libdpkg: Refactor parsedb flags for standard operations into new aliasesGuillem Jover1-2/+1
2011-11-10dpkg-deb: Fix short-lived pkg_format_node leak in --showGuillem Jover1-0/+1
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 Jover1-1/+1
2011-07-07dpkg-deb: Always chdir(2) in the childs to not change the global stateGuillem Jover1-2/+2
2011-04-02Make all command line action functions return intGuillem Jover1-5/+20
2011-03-14Use off_t and %jd or %jx to handle file sizes and offsetsGuillem Jover1-2/+3
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-1/+1
2011-01-31Use pid instead of c1 for variable nameGuillem Jover1-4/+4
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 Jover1-1/+1
2011-01-08Centralize warn counting in warningv()Guillem Jover1-1/+1
2011-01-08Rename directory variables to just dirGuillem Jover1-30/+36
2010-11-19Cleanup white spacesGuillem Jover1-3/+3
2010-11-19libdpkg: Always print parse warnings on stderrGuillem Jover1-1/+1
2010-11-04dpkg-deb: Coalesce similar stringsGuillem Jover1-2/+2
2010-11-02Unify execution error stringsGuillem Jover1-2/+2
2010-08-26Add gettext messages for plural formsGuillem Jover1-4/+3
2010-07-22dpkg-deb: Parse control file into available structureGuillem Jover1-2/+3
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-6/+18
2010-02-25dpkg-deb: Change temporary directory suffix to dpkg-debGuillem Jover1-1/+1
2010-02-25dpkg-deb: Make cu_info_prepare use ohshite instead of perrorGuillem Jover1-2/+3
2010-02-25dpkg-deb: Use subproc functions instead of ad-hoc codeGuillem Jover1-4/+3
2010-02-25Use mkdtemp and path_make_temp_template instead of tempnam and tmpnamGuillem Jover1-10/+5
2010-02-25libdpkg: Unify and namespace pkg-format functions and typesGuillem Jover1-2/+2
2010-02-25libdpkg: Move package formatting support to a new pkg-format moduleGuillem Jover1-0/+1