summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
Commit message (Expand)AuthorAge
* Add gcc format attribute to _alpm_log, catch a few bugs in the processDan McGee2007-10-08
* libalpm: add newlines to all strings passed to log callbackDan McGee2007-08-23
* Post trial install changes, round oneDan McGee2007-08-21
* Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee2007-08-20
* libalpm/sync.c : don't go back on STATE_PREPARED when committing fails.Chantry Xavier2007-08-17
* Clean up MD5 code.Andrew Fyfe2007-08-16
* Remove support for SHA1 from pacman.Andrew Fyfe2007-08-16
* package.h: implement origin_data union in pmpkg_t structDan McGee2007-08-14
* libalpm/sync.c : two memleak fixes in _alpm_sync_prepare.Nagy Gabor2007-07-20
* libalpm/sync.c : fix DEPENDSONLY flag handling.Chantry Xavier2007-07-20
* Add --asdeps option to pacmanDan McGee2007-07-15
* libalpm/deps.c : cleanup + little fix for resolvedeps.Nagy Gabor2007-07-15
* libalpm/sync.c : ldconfig is run twice.Nagy Gabor2007-07-14
* Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee2007-07-12
* Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee2007-07-10
* Remove gettext from any alpm_logaction callsDan McGee2007-07-09
* Remove unnecessary and extra includesDan McGee2007-07-01
* Remove unnecessary trans parameter from _alpm_checkdepsNagy Gabor2007-06-26
* Attempt to clean up _alpm_sync_prepareDan McGee2007-06-10
* Ensure correct and consistent usage of depmissChantry Xavier2007-06-10
* Allow multiple CacheDirs to be specifiedDan McGee2007-06-09
* Const correctness!Dan McGee2007-06-05
* Remove freespace checking codeDan McGee2007-06-02
* Move DB and cache dirs away from there dependence on ROOTDIRDan McGee2007-05-31
* Remove unnecessary casts on malloc and elsewhereDan McGee2007-05-14
* Fix IgnorePkg handling with replacement packagesAaron Griffin2007-05-09
* libalpm util.c and util.h cleanupDan McGee2007-04-29
* Remove STRNCPY macro from libalpmDan McGee2007-04-29
* Remove FREELISTPTR macroDan McGee2007-04-28
* Remove FREEPKG macro and correctly type _alpm_pkg_freeDan McGee2007-04-28
* Remove FREEGRP macro and correctly type _alpm_grp_freeDan McGee2007-04-27
* Remove FREESYNC macro and correctly type _alpm_sync_freeDan McGee2007-04-27
* Remove FREETRANS macro and correctly type _alpm_trans_freeDan McGee2007-04-27
* Clean up gettext on the libalpm sideDan McGee2007-04-26
* Fix --ignore behavior on sysupgradeDan McGee2007-03-28
* * Fix asking the user to upgrade when using -SpAaron Griffin2007-03-21
* * Fix pacman -Se which installs depends only, as it was brokenAaron Griffin2007-03-20
* This commit looks much more monumental than it is. Almost all just #includeDan McGee2007-03-05
* * Fixed a whole mess of extra '/' pathing issues when a different root isAaron Griffin2007-03-04
* * Maybe that call to _alpm_trans_update_depends was necessary. Added it backDan McGee2007-03-04
* Big commit this time:Aaron Griffin2007-03-03
* * Modified values of INFRQ_* options so we start at 0x01 and not 0x00. ThisDan McGee2007-03-01
* * Enforce const char* params when using stringsAaron Griffin2007-02-26
* * Too much debugging output in the alpm_pkg_compare_versions functionAaron Griffin2007-02-23
* * Modified the handling and output w.r.t. IgnorePkg entries. -Sy always ignoresAaron Griffin2007-02-23
* * Re-added a compare function for syncpkg's - it was removed without thinkingAaron Griffin2007-02-21
* * Refactored conflict checking within packages. Profiling from Dan showed anAaron Griffin2007-02-13
* Cleanup and more debug info for alpm_pkg_compare_versionsAaron Griffin2007-02-07
* Attempt to unify the -S and -Su version comparissons for when a package is newerAaron Griffin2007-02-06
* Implemented a crappy version of -Qu (query upgrades). This simply outputs theAaron Griffin2007-02-04