summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-09Update usage of gcc __attribute__ flagsDan McGee2-2/+2
2007-10-09Clean up the scriptlet fork code a bit, honor the child return valueDan McGee1-3/+20
2007-10-09Fix backward compatibility with non-epoch builddatesDan McGee1-3/+8
2007-10-05Fail loudly is scriptlets cannot be run via /bin/shAaron Griffin1-0/+7
2007-09-29libalpm: Optimize/inline the md5 functionalityDan McGee2-29/+5
2007-09-29libalpm/deps.c: fix memleak found by valgrindDan McGee1-0/+1
2007-09-29libalpm/be_files: Fix outdated code setting path for lastupdate fileDan McGee1-2/+2
2007-09-28Minor "cannot remove" message cleanupAaron Griffin1-1/+2
2007-09-28Remove buildtype package accessor prototypeAaron Griffin1-1/+0
2007-09-28Support for localized times in metadataAaron Griffin5-23/+44
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee4-18/+30
2007-09-28Update comments dealing with pkgext/dbext strippingDan McGee1-2/+1
2007-09-28Remove package name dependency from libalpmDan McGee6-157/+55
2007-09-28libalpm: Add newline to alpm log function outputDan McGee1-1/+1
2007-09-26Preliminary support for optdependsDan McGee4-1/+31
2007-09-24libalpm/add.c: fix backup array issueDan McGee2-20/+26
2007-09-24libalpm/remove.c: fix up arguments to unlink_fileDan McGee1-19/+15
2007-09-23alpm: removed unused strtoupper wrapper, remove installeddate on parse_descfileDan McGee3-16/+0
2007-09-23libalpm/package.c : fix for FS#8081, case sensitive comparisons in parse_desc...Chantry Xavier1-17/+16
2007-09-19libalpm/add.c : fix backup handling (2)Chantry Xavier1-2/+2
2007-09-18libalpm/add.c : newline fix.Chantry Xavier1-2/+2
2007-09-18Avoid segfaults whet calling alpm_option_get_* before initializationStefano Esposito1-19/+164
2007-09-17trans.c : reworking of transaction interruptionsChantry Xavier5-23/+31
2007-09-17Remove the DB consistency check from pacman and libalpm.Chantry Xavier4-47/+0
2007-09-12make alpm_strerror binding friendlyStefano Esposito3-1/+7
2007-09-12libalpm/deps.c : export _alpm_checkdeps (-> alpm_checkdeps).Chantry Xavier2-1/+10
2007-09-12libalpm/package.c : add new alpm_pkg_compute_requiredby function.Chantry Xavier2-38/+48
2007-09-07libalpm/trans.c : remove the lock even on interrupted transactions.Chantry Xavier1-2/+3
2007-09-07Add a few missing includes, caught while compiling on cygwinDan McGee1-0/+1
2007-09-04libalpm: remove outdated files from POTFILES.inDan McGee1-2/+0
2007-09-04Fix compile-time error with de.po, runtime error with db.cTravis Willard2-2/+6
2007-09-02Update German translationMatthias Gorissen1-20/+17
2007-09-02libalpm/remove.c : avoid duplicated packages in removal list.Chantry Xavier1-3/+5
2007-08-27separate local from sync dbs on filesystemTravis Willard3-38/+88
2007-08-26libalpm/add.c : fix backup handling.Chantry Xavier1-1/+1
2007-08-24libalpm: add newlines to all strings passed to log callbackDan McGee14-301/+302
2007-08-24libalpm/remove.c: check for ability to unlink is wrongDan McGee1-1/+2
2007-08-22Various valgrind mem leak fixesDan McGee4-27/+38
2007-08-22Post trial install changes, round oneDan McGee11-85/+151
2007-08-20libalpm/add.c,trans.c : cleanup of requiredby handling.Nagy Gabor3-98/+15
2007-08-20Fix for FS 6404 and functionalize some cachedir handling stuffDan McGee6-143/+137
2007-08-20Add const qualifier to md5_file and alpm_get_md5sumDan McGee4-6/+8
2007-08-17libalpm/sync.c : don't go back on STATE_PREPARED when committing fails.Chantry Xavier1-2/+0
2007-08-16Fix some errors spit out by -WextraDan McGee4-8/+8
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