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