summaryrefslogtreecommitdiff
path: root/src/depcon.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-05-30dpkg: Honor Conflicts/Breaks/Pre-Depends for packages in unpacked and half st...Ian Jackson1-0/+5
2015-05-30dpkg: Sort PKG_STAT_ switch cases in descending orderGuillem Jover1-3/+3
2014-08-09Add versioned Provides supportGuillem Jover1-6/+9
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover1-28/+33
2014-05-28dpkg: Uppercase and namespace color cycle enum valuesGuillem Jover1-4/+4
2014-05-28dpkg: Uppercase, namespace and reword istobe enum type and valuesGuillem Jover1-25/+31
2014-05-28libdpkg: Uppercase dpkg_relation enum valuesGuillem Jover1-3/+3
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2012-05-10libdpkg: Rename versionsatisfied3() to dpkg_version_relate()Guillem Jover1-2/+3
2012-05-10libdpkg: Rework enum depverrel into new enum dpkg_relationGuillem Jover1-2/+2
2012-04-09Use implicit __func__ in internerr() instead of explicit literal stringsGuillem Jover1-2/+1
2012-03-31Rename informativeversion() to dpkg_version_is_informative()Guillem Jover1-1/+1
2012-03-18dpkg: Change debug output to always arch-qualify package namesGuillem Jover1-2/+2
2012-02-03dpkg: Fix memory leaks from deppossi iteratorsGuillem Jover1-2/+7
2012-02-01Change debug, progress and error output to use package specifiersGuillem Jover1-20/+25
2012-01-16dpkg: Get rid of all remaining deppossi->ed->pkg accessRaphaël Hertzog1-103/+139
2012-01-16dpkg: Add new deppossi package iterator functionsGuillem Jover1-0/+63
2011-11-14Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()Raphaël Hertzog1-1/+1
2011-10-30dpkg: Ignore conflict with one's own virtual package within a package setRaphaël Hertzog1-2/+2
2011-10-30Switch pkgadminfile() to get an explicit pkgbin as argumentGuillem Jover1-1/+1
2011-10-27Switch from pkginfo->name to pkginfo->set->nameGuillem Jover1-9/+9
2011-10-27Update deppossi->ed to point to a pkgset instead of a pkginfoGuillem Jover1-32/+35
2011-10-27Move the reverse dependencies from struct pkgbin to struct pkgsetRaphaël Hertzog1-5/+5
2011-07-20dpkg: fix possible segfault in findbreakcycle().Raphaël Hertzog1-0/+2
2011-05-14dpkg: depisok() can now suggest to process awaited triggers for a packageRaphaël Hertzog1-2/+16
2011-05-14dpkg: use the correct version in "pkg-foo is unpacked, but is version <v>"Raphaël Hertzog1-1/+1
2011-05-14dpkg: small bugfix in the dependency checking code for virtual packagesRaphaël Hertzog1-1/+2
2011-03-02dpkg: Refactor infodb file existence check into new pkg_infodb_has_file()Guillem Jover1-7/+3
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-2/+2
2011-02-11Move and generalize debug API from dpkg to libdpkgGuillem Jover1-1/+1
2011-01-16libdpkg: Rename varbufprintf() to varbuf_printf()Guillem Jover1-1/+1
2011-01-16libdpkg: Rename varbufaddstr() to varbuf_add_str()Guillem Jover1-9/+9
2011-01-16libdpkg: Rename varbufaddc() to varbuf_add_char()Guillem Jover1-4/+4
2011-01-16libdpkg: Rename varbufreset() to varbuf_reset()Guillem Jover1-1/+1
2010-11-19Cleanup white spacesGuillem Jover1-18/+17
2010-11-19Cleanup and improve source code commentsGuillem Jover1-65/+64
2010-11-19libdpkg: Namespace package database functions with pkg_db_ prefixGuillem Jover1-3/+3
2010-06-27Use consistent naming for linked lists membersGuillem Jover1-10/+10
2010-06-27dpkg: Remove redundant trailing newlines from debug outputGuillem Jover1-1/+1
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-3/+3
2010-03-05Use while () instead for () when using package iteratorsGuillem Jover1-1/+2
2010-01-28libdpkg: Rename varbuffree to varbuf_destroyGuillem Jover1-2/+2
2009-12-22Move color member from struct pkginfo to struct perpackagestateGuillem Jover1-4/+4
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-4/+5
2009-09-30Switch to use stdbool were appropriateGuillem Jover1-36/+54
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-2/+2
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1