summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)Author
2007-10-29When printing size_t, use %zdDan McGee
2007-10-29libalpm/delta: add const to most methodsDan McGee
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee
2007-10-29Add some more debugging output to dep checking codeDan McGee
2007-10-26Dependency error/log messages fixNagy Gabor
2007-10-19Add download size to target list.Nathan Jones
2007-10-19Download delta files if UseDelta is set.Nathan Jones
2007-10-19Refactor md5sum checking.Nathan Jones
2007-10-08Add gcc format attribute to _alpm_log, catch a few bugs in the processDan McGee
2007-08-23libalpm: add newlines to all strings passed to log callbackDan McGee
2007-08-21Post trial install changes, round oneDan McGee
2007-08-20Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee
2007-08-17libalpm/sync.c : don't go back on STATE_PREPARED when committing fails.Chantry Xavier
2007-08-16Clean up MD5 code.Andrew Fyfe
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee
2007-07-20libalpm/sync.c : two memleak fixes in _alpm_sync_prepare.Nagy Gabor
2007-07-20libalpm/sync.c : fix DEPENDSONLY flag handling.Chantry Xavier
2007-07-15Add --asdeps option to pacmanDan McGee
2007-07-15libalpm/deps.c : cleanup + little fix for resolvedeps.Nagy Gabor
2007-07-14libalpm/sync.c : ldconfig is run twice.Nagy Gabor
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee
2007-07-09Remove gettext from any alpm_logaction callsDan McGee
2007-07-01Remove unnecessary and extra includesDan McGee
2007-06-26Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor
2007-06-10Attempt to clean up _alpm_sync_prepareDan McGee
2007-06-10Ensure correct and consistent usage of depmissChantry Xavier
2007-06-09Allow multiple CacheDirs to be specifiedDan McGee
2007-06-05Const correctness!Dan McGee
2007-06-02Remove freespace checking codeDan McGee
2007-05-31Move DB and cache dirs away from there dependence on ROOTDIRDan McGee
2007-05-14Remove unnecessary casts on malloc and elsewhereDan McGee
2007-05-09Fix IgnorePkg handling with replacement packagesAaron Griffin
2007-04-29libalpm util.c and util.h cleanupDan McGee
2007-04-29Remove STRNCPY macro from libalpmDan McGee
2007-04-28Remove FREELISTPTR macroDan McGee
2007-04-28Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee
2007-04-27Remove FREEGRP macro and correctly type _alpm_grp_freeDan McGee
2007-04-27Remove FREESYNC macro and correctly type _alpm_sync_freeDan McGee
2007-04-27Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee
2007-04-26Clean up gettext on the libalpm sideDan McGee
2007-03-28Fix --ignore behavior on sysupgradeDan McGee
2007-03-21* Fix asking the user to upgrade when using -SpAaron Griffin
2007-03-20* Fix pacman -Se which installs depends only, as it was brokenAaron Griffin
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee
2007-03-04* Fixed a whole mess of extra '/' pathing issues when a different root isAaron Griffin
2007-03-04* Maybe that call to _alpm_trans_update_depends was necessary. Added it backDan McGee
2007-03-03Big commit this time:Aaron Griffin
2007-03-01* Modified values of INFRQ_* options so we start at 0x01 and not 0x00. ThisDan McGee