summaryrefslogtreecommitdiff
path: root/src/enquiry.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-14Replace most pkg_db_find() calls with its newer counterpartsRaphaël Hertzog1-1/+1
2011-11-14Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()Raphaël Hertzog1-5/+5
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover1-5/+6
2011-10-27Update deppossi->ed to point to a pkgset instead of a pkginfoGuillem Jover1-2/+2
2011-10-27Move the reverse dependencies from struct pkgbin to struct pkgsetRaphaël Hertzog1-1/+1
2011-10-24dpkg: Add --foreign-architecture and --print-foreign-architectures optionsRaphaël Hertzog1-0/+23
2011-10-24dpkg: Use dpkg_arch_get_native() instead of native_archGuillem Jover1-1/+1
2011-09-18dpkg: Destroy the dpkg_error variables on warningsGuillem Jover1-0/+2
2011-09-18dpkg: Do not fail on version parsing warnings in --compare-versionsGuillem Jover1-4/+12
2011-09-18libdpkg: Switch parseversion() to use dpkg_errorGuillem Jover1-7/+5
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-05-14dpkg: depisok() can now suggest to process awaited triggers for a packageRaphaël Hertzog1-2/+2
2011-04-02Make all command line action functions return intGuillem Jover1-27/+62
2011-03-14Do not pass admindir to database initialization functionsGuillem Jover1-4/+4
2011-03-14Make modstatdb locking functions not take an admindir argumentGuillem Jover1-1/+1
2011-03-14libdpkg: Rename modstatdb_init() to modstatdb_open()Guillem Jover1-4/+4
2011-03-14Make modstatdb available file options explicitGuillem Jover1-1/+1
2011-03-14Do not read the available file unnecessarilyGuillem Jover1-1/+1
2011-03-14Switch the logic from msdbrw_noavail to msdbrw_availableGuillem Jover1-4/+4
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-1/+1
2011-01-31dpkg: Rename arch variable to native_archGuillem Jover1-1/+1
2011-01-31Rename architecture variables to archGuillem Jover1-1/+1
2011-01-16libdpkg: Rename varbufaddc() to varbuf_add_char()Guillem Jover1-1/+1
2011-01-16libdpkg: Rename varbufreset() to varbuf_reset()Guillem Jover1-1/+1
2011-01-08Make short strings unique by using gettext context supportGuillem Jover1-1/+2
2010-11-19Cleanup white spacesGuillem Jover1-4/+4
2010-11-19Cleanup and improve source code commentsGuillem Jover1-32/+47
2010-11-19libdpkg: Namespace package database functions with pkg_db_ prefixGuillem Jover1-16/+16
2010-08-26Add gettext messages for plural formsGuillem Jover1-1/+3
2010-07-16libdpkg: Make pkg_summary() return the summary instead of voidGuillem Jover1-1/+1
2010-07-16Move pkg-show module to libdpkgGuillem Jover1-0/+1
2010-07-16Convert limiteddescription() to pkg_summary()Guillem Jover1-1/+4
2010-07-03dpkg: Detect locked databases on --auditGuillem Jover1-0/+8
2010-06-27libdpkg: Remove 'valid' member from struct pkginfoperfileGuillem Jover1-2/+2
2010-05-26dpkg: Reduce scope of variables in audit()Guillem Jover1-4/+4
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-5/+5
2010-03-05Use while () instead for () when using package iteratorsGuillem Jover1-3/+3
2010-03-05Release the package iterators when doneGuillem Jover1-0/+2
2009-11-24Use named initializers in structuresGuillem Jover1-13/+25
2009-11-24dpkg: Rename ‘struct badstatinfo’ member val to valueGuillem Jover1-2/+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-10-26Sort order of header includesGuillem Jover1-9/+9
2009-10-26Remove unused <fnmatch.h> includeGuillem Jover1-1/+0
2009-09-30Switch to use stdbool were appropriateGuillem Jover1-9/+17
2009-09-06dpkg: Use ohshit on bad version syntax in --compare-versionsGuillem Jover1-10/+4
2009-09-06Unify and mark strings for translationGuillem Jover1-1/+1
2009-09-06Use m_output instead of checking printing functions return codeGuillem Jover1-5/+3
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover1-8/+9
2009-09-06dpkg: Check stdout for errors instead of stderr in audit()Guillem Jover1-1/+3