summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-11-04Add some more autoconf macros to filter our CFLAGS usageDan McGee1-1/+8
2007-11-04Add a little const correctness fix to alpm_listDan McGee1-3/+4
2007-10-30When printing size_t, use %zdDan McGee3-5/+5
2007-10-30libalpm/handle.c: make realpath() call portableDan McGee1-4/+3
2007-10-30Copy pmdelta_t objects in _alpm_pkg_dup()Dan McGee1-0/+2
2007-10-30Make general list copy functionDan McGee2-2/+25
2007-10-29libalpm/delta: add const to most methodsDan McGee3-9/+9
2007-10-29libalpm: introduce MALLOC and CALLOC macrosDan McGee11-78/+30
2007-10-29Add some more debugging output to dep checking codeDan McGee2-6/+11
2007-10-27Clean up LDADD usageDan McGee1-1/+0
2007-10-27Explicitly cast void* to char* during printf callDan McGee1-4/+4
2007-10-27dependency error message fix in libalpm/remove.cNagy Gabor1-1/+1
2007-10-27Dependency error/log messages fixNagy Gabor2-8/+14
2007-10-25Add alpm_dep_get_string methodNagy Gabor2-0/+35
2007-10-24_alpm_depmiss_isin fixNagy Gabor1-2/+5
2007-10-23Print and typecast time_t correctlyDan McGee1-4/+3
2007-10-23Ensure all localization stuff is correctly guardedDan McGee2-0/+5
2007-10-23Fix broken or missing includesDan McGee2-8/+9
2007-10-23Fix invalid static scoping of strverscmpDan McGee2-2/+2
2007-10-20Add download size to target list.Nathan Jones2-0/+36
2007-10-20Download delta files if UseDelta is set.Nathan Jones6-3/+271
2007-10-20Refactor md5sum checking.Nathan Jones1-44/+89
2007-10-20Add pmdelta_t structure and functions to libalpm.Nathan Jones11-1/+380
2007-10-18libalpm/package.c : fix requiredby with multiple providers.Chantry Xavier1-5/+2
2007-10-15libalpm/trans.c : fix a recently introduced breakage in scriptlets handling.Chantry Xavier1-6/+10
2007-10-15libalpm/trans.c : remove the DBPath <-> RootDir dependence in runscriptlet.Chantry Xavier1-15/+21
2007-10-15Updates to fix Doxygen documentation generationDan McGee3-9/+7
2007-10-09Add gcc format attribute to _alpm_log, catch a few bugs in the processDan McGee4-6/+8
2007-10-09libalpm/package.c: ensure we use package name when loading packagesDan McGee1-4/+7
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