summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.h
Commit message (Expand)AuthorAge
* Update copyright year for 2013Allan McRae2013-01-03
* Update copyright yearsAllan McRae2012-02-20
* Be more robust when copying package dataDan McGee2011-08-19
* Add an _alpm_depcmp_literal() functionDan McGee2011-08-18
* Rename pmdepmissing_t to alpm_depmissing_tAllan McRae2011-06-28
* Rename pmdepend_t to alpm_depend_tAllan McRae2011-06-28
* Rename pmpkg_t to alpm_pkg_tAllan McRae2011-06-28
* Rename pmdb_t to alpm_db_tAllan McRae2011-06-28
* Rename pmhandle_t to alpm_handle_tAllan McRae2011-06-28
* Make pmdepend_t and pmdepmissing_t publicDan McGee2011-06-16
* Switch all logging to use handle directlyDan McGee2011-06-13
* Add handle argument to two more alpm methodsDan McGee2011-06-13
* Ensure reported missing dependencies show correct version comparisonDan McGee2011-03-25
* Mark various functions in deps.c staticDan McGee2011-03-25
* alpm/depcmp: new NODEPVERSION flagXavier Chantry2011-01-31
* Update copyright years for 2011Allan McRae2011-01-07
* Correct type for hash value storageAllan McRae2010-12-29
* Use name hashes in depends to avoid strcmp callsDan McGee2010-12-21
* alpm: don't expose alpm_depcmpXavier Chantry2010-12-12
* Partial fix for the phonon/qt issueNagy Gabor2010-05-18
* Bump copyright dates to 2010Dan McGee2010-03-14
* Update copyright headers and messagesDan McGee2009-07-01
* Look in target-list first to resolve dependenciesBryan Ischo2009-04-11
* Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packagesBryan Ischo2009-02-23
* Reorganize code for one-at-a-time resolvingBryan Ischo2009-02-18
* sync_addtarget reworkNagy Gabor2008-07-13
* Resolvedeps reworkNagy Gabor2008-07-07
* New _alpm_find_dep_satisfier functionNagy Gabor2008-07-07
* New _alpm_dep_edge functionNagy Gabor2008-07-07
* Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier2008-05-13
* Kill PM_TRANS_TYPE_ADD.Chantry Xavier2008-03-17
* Move pmgraph_t struct and functions to their own header fileDan McGee2008-02-16
* New remove option : -u / --unneeded (FS#6505).Nagy Gabor2008-02-06
* Move the deptest code from frontend to backend.Chantry Xavier2008-01-21
* Add functions to manipulate pmdepend_t objectsDan McGee2008-01-11
* Use dynamic string allocation in package structuresDan McGee2008-01-11
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* Remove _alpm_depmiss_isinDan McGee2007-12-02
* Fix for sync1003 and sync1004 pactestsNagy Gabor2007-11-25
* Add the pmconflict_t type.Nagy Gabor2007-11-18
* War on whitespaceDan McGee2007-11-16
* alpm_list_add == alpm_list_add_lastNagy Gabor2007-11-14
* libalpm/deps.c : cleanup + little fix for resolvedeps.Nagy Gabor2007-07-15
* libalpm/deps.c : fix for remove044 pactest.Chantry Xavier2007-07-13
* Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor2007-06-26
* Implement simple topological sort algorithm for sortbydepsNagy Gabor2007-06-10
* * Bug fix for makepkg dependency testing. This requires that weAaron Griffin2007-03-07
* * A little more hacking with wchar_t output, but nothing really changed inDan McGee2007-03-03
* * Forgot the int->enum header checkinAaron Griffin2007-01-31
* This mainly deals with code clarity- removing currently unneededAaron Griffin2007-01-24