summaryrefslogtreecommitdiff
path: root/src/pacman/deptest.c
AgeCommit message (Expand)Author
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-01-04Update copyright yearsAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-02-01Update copyright notices for 2015Allan McRae
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-01-03Update copyright year for 2013Allan McRae
2012-02-20Update copyright yearsAllan McRae
2012-02-06ALPM API adjustments for sanity and consistencyDan McGee
2011-12-21include config.h via MakefilesDave Reisner
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee
2011-04-20Header inclusion cleanupDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner
2011-02-04Read pkgcache into hashAllan McRae
2011-01-07Update copyright years for 2011Allan McRae
2010-12-12pacman/deptest: reimplement with alpm_find_satisfierXavier Chantry
2010-03-14Bump copyright dates to 2010Dan McGee
2009-07-01Update copyright headers and messagesDan McGee
2008-01-21Move the deptest code from frontend to backend.Chantry Xavier
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-17Two memleak fixes in pacman.Nagy Gabor
2007-11-16War on whitespaceDan McGee
2007-11-04Clean up usage of extern variablesDan McGee
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier
2007-07-10Cleanup of pacman_deptest()Andrew Fyfe
2007-07-09Change the exit code for pacman_deptest().Andrew Fyfe
2007-05-24Add missing new line to 'pacman -T' output.Andrew Fyfe
2007-04-26Remove output.c and output.hDan McGee
2007-04-26Remove MSG output macro (#define and in code)Dan McGee
2007-04-26Move log.c/h -> output.c/h to properly reflect what is containedDan McGee
2007-04-25Remove more unnecessary stuffDan McGee
2007-04-25Merge single-function header files on pacman sideDan McGee
2007-04-16Forward port 3.0.2 branch fixesDan McGee
2007-03-09* Two fixes when running under a new root (-r|--root)Aaron Griffin
2007-03-07* Mark a function as static that is only used in deptest.c.Dan McGee
2007-03-07* Bug fix for makepkg dependency testing. This requires that weAaron Griffin
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-02-26* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, toAaron Griffin
2007-02-12* Removed the 'vercmp' op from pacman. The standalone 'vercmp' binary should beAaron Griffin
2007-01-31Debug logging changes:Aaron Griffin
2007-01-24* Shuffled some of the alpm_list free funtions - still not perfect, but betterAaron Griffin
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin
2006-11-22* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)Aaron Griffin
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin
2006-10-15Merged frugalware changes. Added a few other minor things too, but there's alotAaron Griffin