summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-10-29Make general list copy functionDan 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-26Clean up LDADD usageDan McGee
2007-10-26Explicitly cast void* to char* during printf callDan McGee
2007-10-26dependency error message fix in libalpm/remove.cNagy Gabor
2007-10-26Dependency error/log messages fixNagy Gabor
2007-10-25Add alpm_dep_get_string methodNagy Gabor
2007-10-24_alpm_depmiss_isin fixNagy Gabor
2007-10-23Print and typecast time_t correctlyDan McGee
2007-10-22Ensure all localization stuff is correctly guardedDan McGee
2007-10-22Fix broken or missing includesDan McGee
2007-10-22Fix invalid static scoping of strverscmpDan McGee
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-19Add pmdelta_t structure and functions to libalpm.Nathan Jones
2007-10-18libalpm/package.c : fix requiredby with multiple providers.Chantry Xavier
2007-10-14libalpm/trans.c : fix a recently introduced breakage in scriptlets handling.Chantry Xavier
2007-10-14libalpm/trans.c : remove the DBPath <-> RootDir dependence in runscriptlet.Chantry Xavier
2007-10-14Updates to fix Doxygen documentation generationDan McGee
2007-10-08Add gcc format attribute to _alpm_log, catch a few bugs in the processDan McGee
2007-10-08libalpm/package.c: ensure we use package name when loading packagesDan McGee
2007-10-08Update usage of gcc __attribute__ flagsDan McGee
2007-10-08Clean up the scriptlet fork code a bit, honor the child return valueDan McGee
2007-10-08Fix backward compatibility with non-epoch builddatesDan McGee
2007-10-04Fail loudly is scriptlets cannot be run via /bin/shAaron Griffin
2007-09-28libalpm: Optimize/inline the md5 functionalityDan McGee
2007-09-28libalpm/deps.c: fix memleak found by valgrindDan McGee
2007-09-28libalpm/be_files: Fix outdated code setting path for lastupdate fileDan McGee
2007-09-28Minor "cannot remove" message cleanupAaron Griffin
2007-09-28Remove buildtype package accessor prototypeAaron Griffin
2007-09-28Support for localized times in metadataAaron Griffin
2007-09-28Add 'full' parameter to alpm_pkg_loadDan McGee
2007-09-28Update comments dealing with pkgext/dbext strippingDan McGee
2007-09-28Remove package name dependency from libalpmDan McGee
2007-09-28libalpm: Add newline to alpm log function outputDan McGee
2007-09-25Preliminary support for optdependsDan McGee
2007-09-23libalpm/add.c: fix backup array issueDan McGee
2007-09-23libalpm/remove.c: fix up arguments to unlink_fileDan McGee
2007-09-23alpm: removed unused strtoupper wrapper, remove installeddate on parse_descfileDan McGee
2007-09-23libalpm/package.c : fix for FS#8081, case sensitive comparisons in parse_desc...Chantry Xavier
2007-09-18libalpm/add.c : fix backup handling (2)Chantry Xavier
2007-09-17libalpm/add.c : newline fix.Chantry Xavier
2007-09-17Avoid segfaults whet calling alpm_option_get_* before initializationStefano Esposito
2007-09-16trans.c : reworking of transaction interruptionsChantry Xavier
2007-09-16Remove the DB consistency check from pacman and libalpm.Chantry Xavier
2007-09-11make alpm_strerror binding friendlyStefano Esposito
2007-09-11libalpm/deps.c : export _alpm_checkdeps (-> alpm_checkdeps).Chantry Xavier