summaryrefslogtreecommitdiff
path: root/lib/libalpm/deps.c
Commit message (Expand)AuthorAge
* Kill PM_TRANS_TYPE_ADD.Chantry Xavier2008-03-17
* Merge branch 'maint'Dan McGee2008-03-09
|\
| * Remove a bogus commentNagy Gabor2008-03-04
* | 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
* | Fix flip-flopped parameters to CALLOC macroDan McGee2008-01-23
* | Move the deptest code from frontend to backend.Chantry Xavier2008-01-21
* | Merge branch 'maint'Dan McGee2008-01-14
|\|
| * Change the versioned provision format.Chantry Xavier2008-01-14
* | Merge branch 'maint'Dan McGee2008-01-13
|\|
| * small checkdeps speed-upNagy Gabor2008-01-12
* | Add functions to manipulate pmdepend_t objectsDan McGee2008-01-11
* | Use dynamic string allocation in package structuresDan McGee2008-01-11
|/
* PM_DEP_MOD_LT and PM_DEP_MOD_GT depmods addedNagy Gabor2007-12-19
* Update GNU GPL boilerplate and copyright datesDan McGee2007-12-10
* Remove duplicated PM_TRANS_CONV_INSTALL_IGNOREPKG messageNagy Gabor2007-12-05
* Remove _alpm_depmiss_isinDan McGee2007-12-02
* Add 4 new pactests to get better code coverage by pactestDan McGee2007-12-02
* Minor fixes in sync.c and deps.c.Chantry Xavier2007-12-01
* Remove alpm_depcmp DEBUG outputDan McGee2007-11-30
* Remove some null checks in _alpm_checkdepsDan McGee2007-11-30
* alpm_checkdeps clean-upNagy Gabor2007-11-30
* Fix for sync1003 and sync1004 pactestsNagy Gabor2007-11-25
* Improved 'dependency cycle' warningNagy Gabor2007-11-21
* Versioned provisions.Nagy Gabor2007-11-18
* Add the pmconflict_t type.Nagy Gabor2007-11-18
* libalpm/deps.c : improves IgnorePkg handling in resolvedeps.Nagy Gabor2007-11-18
* Remove provide.c and provide.h .Chantry Xavier2007-11-17
* War on whitespaceDan McGee2007-11-16
* Fix a would-be memleak with the new compute requiredby stuffDan McGee2007-11-15
* libalpm: change graph malloc to MALLOC macroDan McGee2007-11-14
* Move alpm_splitdep usage to db_readDan McGee2007-11-14
* Remove REQUIREDBY usage from libalpmDan McGee2007-11-14
* alpm_list_add == alpm_list_add_lastNagy Gabor2007-11-14
* Enforce const correctness on dep functions and rewrite alpm_dep_get_stringDan McGee2007-11-13
* Implement IgnoreGroup.Nathan Jones2007-11-11
* Clean up usage of extern variablesDan McGee2007-11-04
* When printing size_t, use %zdDan McGee2007-10-29
* libalpm: introduce MALLOC and CALLOC macrosDan McGee2007-10-29
* Add some more debugging output to dep checking codeDan McGee2007-10-29
* Explicitly cast void* to char* during printf callDan McGee2007-10-26
* Dependency error/log messages fixNagy Gabor2007-10-26
* Add alpm_dep_get_string methodNagy Gabor2007-10-25
* _alpm_depmiss_isin fixNagy Gabor2007-10-24
* libalpm/deps.c: fix memleak found by valgrindDan McGee2007-09-28
* libalpm/deps.c : export _alpm_checkdeps (-> alpm_checkdeps).Chantry Xavier2007-09-11
* libalpm: add newlines to all strings passed to log callbackDan McGee2007-08-23
* Post trial install changes, round oneDan McGee2007-08-21
* libalpm/deps.c : split alpm_depcmp.Chantry Xavier2007-07-17
* libalpm/deps.c : split sortbydeps function.Chantry Xavier2007-07-17