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