summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-08-16Clean up MD5 code.Andrew Fyfe8-412/+422
2007-08-16Remove support for SHA1 from pacman.Andrew Fyfe11-631/+18
2007-08-16libalpm/db.c : add alpm_db_unregister_all.Chantry Xavier4-25/+56
2007-08-16libalpm/db.c : allow unregistering db for interrupted transaction.Chantry Xavier1-1/+2
2007-08-14package.h: implement origin_data union in pmpkg_t structDan McGee7-47/+55
2007-08-14Code cleanupDan McGee5-58/+0
2007-08-13libalpm/conflict.c : small speed-up and fix.Nagy Gabor1-6/+5
2007-08-13libalpm/conflict.c : small memleak fix.Nagy Gabor1-0/+1
2007-08-13Add two pactest for versioned conflicts.Nagy Gabor1-9/+1
2007-07-20libalpm/conflict.c : cleanup + fix for conflict001.Chantry Xavier1-167/+82
2007-07-20libalpm/sync.c : two memleak fixes in _alpm_sync_prepare.Nagy Gabor1-8/+3
2007-07-20libalpm/sync.c : fix DEPENDSONLY flag handling.Chantry Xavier1-16/+9
2007-07-20libalpm/alpm_list.c : add SYMEXPORT to all alpm_list_ functions.Chantry Xavier1-11/+11
2007-07-18Reorder functions in libalpm/package.c for Doxygen purposesDan McGee1-414/+413
2007-07-17libalpm/deps.c : split alpm_depcmp.Chantry Xavier1-16/+29
2007-07-17libalpm/deps.c : split sortbydeps function.Chantry Xavier1-27/+41
2007-07-16Remove unnecessary entries from .gitignore filesDan McGee2-4/+0
2007-07-16new pmdepend_t / pmdepmissing_t accessors.Chantry Xavier2-21/+22
2007-07-16Clean up libalpm/add.c and revise file extraction codeDan McGee1-547/+633
2007-07-15Add --asdeps option to pacmanDan McGee2-7/+7
2007-07-15libalpm/deps.c : cleanup + little fix for resolvedeps.Nagy Gabor3-68/+49
2007-07-14Ensure requiredby entries are removed during an upgradeDan McGee4-23/+47
2007-07-14libalpm/sync.c : ldconfig is run twice.Nagy Gabor1-6/+0
2007-07-13libalpm/remove.c : revert part of commit to fix remove044 pactestChantry Xavier1-5/+5
2007-07-13Update hungarian translationNagy Gabor1-25/+21
2007-07-13libalpm/deps.c : fix for remove044 pactest.Chantry Xavier3-60/+56
2007-07-13Remove conflict message for non-existent files (reworked)Chantry Xavier1-5/+7
2007-07-13libalpm/remove.c : Rsd combination.Chantry Xavier1-14/+18
2007-07-12Some doxygen comments.Andrew Fyfe2-1/+6
2007-07-12Remove some more conditional include stuffDan McGee4-11/+0
2007-07-12Remove versioncmp.{c,h}, clean up selective #ifdefsDan McGee12-366/+247
2007-07-12Remove 'buildtype' from libalpm and pacmanDan McGee3-26/+0
2007-07-11conflict.c: start cleaning conflict check functionsChantry Xavier1-17/+7
2007-07-11Update translation files on libalpm side after gettext changeDan McGee10-10895/+1806
2007-07-10Fix issue with <dbpath>/db.lck being truncatedDan McGee1-2/+2
2007-07-10Remove gettext calls from all PM_LOG_DEBUG messagesDan McGee18-193/+223
2007-07-10Remove conflict message for no-existent files.Andrew Fyfe1-1/+2
2007-07-10Cleanup of pacman_deptest()Andrew Fyfe2-0/+13
2007-07-09libalpm/trans.c : exit the forked process correctly in case of errors.Chantry Xavier1-2/+2
2007-07-09Clean up the alpm handleDan McGee4-66/+36
2007-07-09Remove gettext from any alpm_logaction callsDan McGee3-18/+26
2007-07-09Add top level hidden file code to package.cDan McGee1-0/+3
2007-07-06First step of moving translations from src/pacman/po to po/Dan McGee1-0/+1
2007-07-06Various small fixes as suggested by some static code checkersDan McGee4-14/+7
2007-07-02libalpm/add.c : fix for FS #7484Chantry Xavier1-1/+9
2007-07-02libalpm/add.c,util.c : log ARCHIVE_WARN warning to debug output.Chantry Xavier2-6/+23
2007-07-02Remove unnecessary and extra includesDan McGee4-17/+0
2007-07-02Move Doxygen manpage generation to doc/ directoryDan McGee2-264/+0
2007-06-28libalpm/add.c : ignore libarchive warning.Chantry Xavier1-6/+11
2007-06-28libalpm/util.c : stat returns 0 on successChantry Xavier1-1/+1