summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/conflict.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-25Do not #define _RESERVED_IDENTIFIERSIvy Foster1-3/+3
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-02-04alpm: export *_free functionsAndrew Gregory1-3/+0
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-08-02Move filelist functions into separate source fileDan McGee1-3/+0
2012-02-20Update copyright yearsAllan McRae1-1/+1
2011-07-21Convert package filelists to an array instead of linked listDan McGee1-2/+2
2011-07-03Move alpm filelists to a struct objectDan McGee1-0/+3
2011-06-28Rename pmfileconflict_t to alpm_fileconflict_tAllan McRae1-1/+1
2011-06-28Rename pmconflict_t to alpm_conflict_tAllan McRae1-2/+2
2011-06-28Rename pmdb_t to alpm_db_tAllan McRae1-1/+1
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-2/+2
2011-06-16Make struct pmconflict_t publicDan McGee1-6/+0
2011-06-16Make pmfileconflict_t type publicDan McGee1-7/+0
2011-06-14Move pm_errno onto the handleDan McGee1-1/+0
2011-06-14Require handle for alpm_checkconflicts()Dan McGee1-1/+1
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee1-2/+2
2011-02-17Conflict checking code cleanupDan McGee1-1/+0
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-09-09Add a new reason field to pmconflict_t structNagy Gabor1-1/+2
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-04-11Fix for trans001.py (FS#9088)Nagy Gabor1-1/+2
2008-01-27New _alpm_conflict_dup functionNagy Gabor1-0/+1
2008-01-24Add new public alpm_checkdbconflicts function.Chantry Xavier1-1/+0
2008-01-11Use dynamic string allocation in package structuresDan McGee1-7/+8
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-25_alpm_checkconflicts splitNagy Gabor1-0/+2
2007-11-18Add the pmconflict_t type.Nagy Gabor1-0/+7
2007-11-18Simple s/conflict/fileconflict/ renaming.Chantry Xavier1-3/+3
2007-11-17War on whitespaceDan McGee1-3/+3
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-1/+2
2007-02-20* Updated conflict checking one last time. You can finally have a file moveDan McGee1-1/+1
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-1/+1
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-2/+2
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-2/+3
2006-10-20A handful of minor changes:Aaron Griffin1-2/+2
2006-10-16Applied Frugalware patch from Christian Hamar alias krix <krics@linuxforum.hu>Aaron Griffin1-1/+1
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret1-2/+2
2006-02-05added a pmconflict_t structure to handle file conflictsAurelien Foret1-0/+9
2006-01-15pulled out conflict checkings from checkdeps() in its own function: checkconf...Aurelien Foret1-0/+1
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-10-08Merging in recent fixes/additions from 2.9.7Judd Vinet1-1/+1
2005-03-22moved db_find_conflicts from db.c to conflict.cAurelien Foret1-0/+30