summaryrefslogtreecommitdiff
path: root/dpkg-deb/info.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-10Do not increment variables when the value is not going to be usedGuillem Jover1-2/+2
2009-12-10Do not assign to variables when they subsequently get overwrittenGuillem Jover1-3/+2
2009-11-09dpkg-deb: Fix a file descriptor leakGuillem Jover1-0/+2
2009-11-08Unify text in license headersGuillem Jover1-5/+5
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-11-07libdpkg: Rename and namespace subproc related functionsGuillem Jover1-1/+1
2009-10-26Sort order of header includesGuillem Jover1-9/+10
2009-09-19Use varbuf instead of ad-hoc handling of growing stringsGuillem Jover1-11/+9
2009-09-06Use m_output instead of checking printing functions return codeGuillem Jover1-11/+12
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover1-1/+1
2009-09-06Do not check for fprintf return code when going to ohshit anywayGuillem Jover1-2/+3