summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/sync.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-09-20check fileconflicts and diskspace outside commitAndrew Gregory1-1/+2
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-10-13sync.c: download packages before starting commitAndrew Gregory1-0/+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
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-2/+2
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee1-2/+2
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-09-12Change the interface for target loadingXavier Chantry1-3/+0
2009-07-23Introduce -SuuNagy Gabor1-1/+1
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-04-11Remove pmsyncpkg_tNagy Gabor1-13/+0
2008-11-01-Qu reworkNagy Gabor1-2/+1
2008-01-27pmsyncpkg_t cleanupNagy Gabor1-3/+3
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-21Remove duplicated get_upgrades function, use sysupgrade instead.Chantry Xavier1-1/+3
2007-11-17War on whitespaceDan McGee1-3/+3
2007-04-27Remove FREESYNC macro and correctly type _alpm_sync_freeDan McGee1-3/+1
2007-03-03Big commit this time:Aaron Griffin1-0/+3
2007-01-24This mainly deals with code clarity- removing currently unneededAaron Griffin1-1/+1
2007-01-19Preliminary checkin for alpm_list conversionAaron Griffin1-4/+4
2006-11-20* repo-add script - to add entries to a db file directly from package data (n...Aaron Griffin1-5/+4
2006-10-20A handful of minor changes:Aaron Griffin1-4/+4
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-2/+2
2006-02-22improved _alpm_list_free handlingAurelien Foret1-1/+1
2006-02-17prepend library function names with _alpm (helped with the patch from VMiklos...Aurelien Foret1-8/+8
2006-01-07sync_commit can now return conflicting files with a trans_prepare like data s...Aurelien Foret1-1/+1
2006-01-02patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSIONJudd Vinet1-1/+1
2005-11-07added a FREESYNC macro to release pointers to pmsyncpkg_t structuresAurelien Foret1-0/+2
2005-04-17more work for sync_commit()Aurelien Foret1-5/+5
2005-04-17- reworked pmsyncpkg_t structureAurelien Foret1-10/+7
2005-04-06more work to backport the sync features from pacman 2.9.5Aurelien Foret1-0/+2
2005-04-06updated structure names (PM_SYNCPKG), and added transaction queues (install &...Aurelien Foret1-15/+5
2005-04-03more work to backport pacman_sync from pacman 2.9.5Aurelien Foret1-0/+8
2005-03-31started the work on "pacman_sync"Aurelien Foret1-0/+2
2005-03-15Initial revisionJudd Vinet1-0/+47