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