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