summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* When printing size_t, use %zdDan McGee2007-10-29
* libalpm/handle.c: make realpath() call portableDan McGee2007-10-29
* Copy pmdelta_t objects in _alpm_pkg_dup()Dan McGee2007-10-29
* Make general list copy functionDan McGee2007-10-29
* libalpm/delta: add const to most methodsDan McGee2007-10-29
* libalpm: introduce MALLOC and CALLOC macrosDan McGee2007-10-29
* Add some more debugging output to dep checking codeDan McGee2007-10-29
* Clean up LDADD usageDan McGee2007-10-26
* Explicitly cast void* to char* during printf callDan McGee2007-10-26
* dependency error message fix in libalpm/remove.cNagy Gabor2007-10-26
* Dependency error/log messages fixNagy Gabor2007-10-26
* Add alpm_dep_get_string methodNagy Gabor2007-10-25
* _alpm_depmiss_isin fixNagy Gabor2007-10-24
* Print and typecast time_t correctlyDan McGee2007-10-23
* Ensure all localization stuff is correctly guardedDan McGee2007-10-22
* Fix broken or missing includesDan McGee2007-10-22
* Fix invalid static scoping of strverscmpDan McGee2007-10-22
* Add download size to target list.Nathan Jones2007-10-19
* Download delta files if UseDelta is set.Nathan Jones2007-10-19
* Refactor md5sum checking.Nathan Jones2007-10-19
* Add pmdelta_t structure and functions to libalpm.Nathan Jones2007-10-19
* libalpm/package.c : fix requiredby with multiple providers.Chantry Xavier2007-10-18
* libalpm/trans.c : fix a recently introduced breakage in scriptlets handling.Chantry Xavier2007-10-14
* libalpm/trans.c : remove the DBPath <-> RootDir dependence in runscriptlet.Chantry Xavier2007-10-14
* Updates to fix Doxygen documentation generationDan McGee2007-10-14
* Add gcc format attribute to _alpm_log, catch a few bugs in the processDan McGee2007-10-08
* libalpm/package.c: ensure we use package name when loading packagesDan McGee2007-10-08
* Update usage of gcc __attribute__ flagsDan McGee2007-10-08
* Clean up the scriptlet fork code a bit, honor the child return valueDan McGee2007-10-08
* Fix backward compatibility with non-epoch builddatesDan McGee2007-10-08
* Fail loudly is scriptlets cannot be run via /bin/shAaron Griffin2007-10-04
* libalpm: Optimize/inline the md5 functionalityDan McGee2007-09-28
* libalpm/deps.c: fix memleak found by valgrindDan McGee2007-09-28
* libalpm/be_files: Fix outdated code setting path for lastupdate fileDan McGee2007-09-28
* Minor "cannot remove" message cleanupAaron Griffin2007-09-28
* Remove buildtype package accessor prototypeAaron Griffin2007-09-28
* Support for localized times in metadataAaron Griffin2007-09-28
* Add 'full' parameter to alpm_pkg_loadDan McGee2007-09-28
* Update comments dealing with pkgext/dbext strippingDan McGee2007-09-28
* Remove package name dependency from libalpmDan McGee2007-09-28
* libalpm: Add newline to alpm log function outputDan McGee2007-09-28
* Preliminary support for optdependsDan McGee2007-09-25
* libalpm/add.c: fix backup array issueDan McGee2007-09-23
* libalpm/remove.c: fix up arguments to unlink_fileDan McGee2007-09-23
* alpm: removed unused strtoupper wrapper, remove installeddate on parse_descfileDan McGee2007-09-23
* libalpm/package.c : fix for FS#8081, case sensitive comparisons in parse_desc...Chantry Xavier2007-09-23
* libalpm/add.c : fix backup handling (2)Chantry Xavier2007-09-18
* libalpm/add.c : newline fix.Chantry Xavier2007-09-17
* Avoid segfaults whet calling alpm_option_get_* before initializationStefano Esposito2007-09-17
* trans.c : reworking of transaction interruptionsChantry Xavier2007-09-16