summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-14libdpkg: Replace OtoL() with OtoM() converting to intmax_tGuillem Jover1-12/+13
2011-03-14dpkg-split: Make decompose_filename() and setpartsize() use strtoimax()Guillem Jover2-2/+4
2011-03-14dpkg-split: Replace unsignedlong() with parse_intmax()Guillem Jover2-9/+13
2011-03-14build: Check for %j and %z format modifiers supportGuillem Jover1-0/+12
2011-03-14dpkg-split: Use a constant expression to declare an arrayGuillem Jover1-1/+1
2011-03-14Inline rerr() into its only current call siteGuillem Jover3-6/+4
2011-03-14Inline werr() into its only current call siteGuillem Jover4-8/+1
2011-03-14dpkg-deb: Use fdio instead of stdioGuillem Jover1-16/+18
2011-03-14dpkg-split: Do not slurp into memory the whole package partsGuillem Jover2-47/+34
2011-03-14libdpkg: Add missing <errno.h> needed by fd_null_copy()Guillem Jover1-0/+2
2011-03-14u-a: Do not unneedingly initialize variables to NULLGuillem Jover1-1/+0
2011-03-14dpkg-query: Return a valid width even if opening /dev/tty failedGuillem Jover1-3/+6
2011-03-14build: Add -Wformat-security and -Wpointer-arith to default warningsGuillem Jover1-0/+1
2011-03-14dselect: Use a format string in printf() instead of only a variableGuillem Jover1-1/+1
2011-03-14dpkg: Add comment about why writeback code ignores return valuesGuillem Jover1-0/+6
2011-03-14Move pkgadmindir() and pkgadminfile() to the filesdb moduleGuillem Jover6-21/+44
2011-03-14Make admindir file local everywhereGuillem Jover11-14/+16
2011-03-14Do not pass admindir to database initialization functionsGuillem Jover15-41/+38
2011-03-14libdpkg: Use dpkg_db_get_path() instead of trig_get_triggersdir()Guillem Jover3-14/+2
2011-03-14Use dpkg_db_set_dir() instead of pkgadmindir_init()Guillem Jover8-21/+12
2011-03-14Use dpkg_db_get_path() instead of using m_asprintf() and admindirGuillem Jover6-6/+6
2011-03-14Use dpkg_db_get_path() instead of ad-hoc building the string with varbufGuillem Jover3-26/+22
2011-03-14libdpkg: Add new dbdir moduleGuillem Jover3-0/+100
2011-03-14dselect: Use modstatdb_can_lock() in refreshmenu() instead of ad-hoc codeGuillem Jover1-8/+3
2011-03-14libdpkg: Refactor modstatdb_can_lock() out from modstatdb_lock()Guillem Jover3-7/+20
2011-03-14libdpkg: Handle EACCES as a permission error in modstatdb_lock()Guillem Jover1-1/+1
2011-03-14libdpkg: Reset dblockfd on modstatdb_unlock()Guillem Jover1-0/+2
2011-03-14Make modstatdb locking functions not take an admindir argumentGuillem Jover4-20/+15
2011-03-14libdpkg: Refactor modstatdb init/done sequence into new functionsGuillem Jover3-17/+45
2011-03-14libdpkg: Rename modstatdb_init() to modstatdb_open()Guillem Jover9-20/+21
2011-03-14libdpkg: Rename database module to pkg-dbGuillem Jover2-2/+2
2011-03-14libdpkg: Rename hashreport() to pkg_db_report()Guillem Jover2-2/+4
2011-03-14libdpkg: Move non pkg_db related functions to the pkg moduleGuillem Jover2-65/+77
2011-03-14libdpkg: Move blankversion() to new version moduleGuillem Jover3-6/+34
2011-03-14libdpkg: Change file_unlock() to act directly on its new argumentsGuillem Jover3-12/+14
2011-03-14libdpkg: Do not leak triggersdirGuillem Jover1-1/+4
2011-03-14dselect: Use m_asprintf() instead of ad-hoc string constructionGuillem Jover2-14/+5
2011-03-14Make modstatdb available file options explicitGuillem Jover5-14/+16
2011-03-14Add new variables, DEB_HOST_MULTIARCH and DEB_BUILD_MULTIARCHSteve Langasek4-3/+41
2011-03-14dpkg-name: Fix typo in --overwrite argument parsingIvan Gagis2-1/+3
2011-03-14u-a: Fix memory leaks due to scandir() return valueGuillem Jover1-0/+3
2011-03-14Do not write the available file unnecessarilyGuillem Jover5-4/+5
2011-03-14Do not read the available file unnecessarilyGuillem Jover7-14/+23
2011-03-14Switch the logic from msdbrw_noavail to msdbrw_availableGuillem Jover8-23/+25
2011-03-12Dpkg::Control::Hash: accept PGP signature as end of blockRoger Leigh2-1/+4
2011-03-07Update German scripts translationHelge Kreutzmann1-4/+3
2011-03-07dpkg-source: be a bit less strict when parsing patchesRaphaël Hertzog2-6/+12
2011-03-06Regenerate .pot files and merge .po files with themRaphaël Hertzog89-67005/+88882
2011-03-06dpkg-source: remove quilt's .pc directory when --unapply-patches is in useRaphaël Hertzog2-1/+3
2011-03-06Do not print warnings resulting from the autopatch analysisRaphaël Hertzog3-8/+15