summaryrefslogtreecommitdiff
path: root/dpkg-deb/info.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-21dpkg-deb: Fix double free in --infoGuillem Jover1-3/+3
2010-02-19dpkg-deb: Unify “failed read” strings by making control an argumentGuillem Jover1-1/+2
2010-02-19dpkg-deb: Fix resource leak in --infoJonathan Nieder1-0/+4
2010-02-19Fix small memory leaks related to scandir()Guillem Jover1-0/+3
2010-01-28dpkg-deb: Close file descriptors in info_spew()Guillem Jover1-0/+1
2010-01-28dpkg-deb: Use fd_fd_copy instead of stream_fd_copyGuillem Jover1-4/+5
2010-01-28libdpkg: Rename varbuffree to varbuf_destroyGuillem Jover1-1/+1
2010-01-28Do not include unneeded <signal.h>Guillem Jover1-1/+0
2009-12-31libdpkg: Rename m_fork to subproc_forkGuillem Jover1-1/+2
2009-12-31Remove unneeded static modifier from function variablesGuillem Jover1-1/+1
2009-12-22Make show1package() take a struct pkginfoperfileGuillem Jover1-1/+1