summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-11-13Fix display of -Qip output when a package file is givenDan McGee
2007-11-11Fix memleak with new alpm_list_reverse usageDan McGee
2007-11-11Add a horrible little hack to get symlink001.py to pass againDan McGee
2007-11-11Ensure list tail pointer is updated when we remove tail nodeDan McGee
2007-11-11Incorrect usage of alpm_db_whatprovides in sync.cNagy Gabor
2007-11-11libalpm: fix lstat wrapper to actually use newpathDan McGee
2007-11-11Remove unused and broken alpm_list_remove_node functionDan McGee
2007-11-11Implement TotalDownload option.Nathan Jones
2007-11-11Implement IgnoreGroup.Nathan Jones
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones
2007-11-08Fix some issues with localized dates/epoch usageDan McGee
2007-11-08Update Italian TranslationGiovanni Scafora
2007-11-07Update en_GB translationJeff Bailes
2007-11-06Add STRDUP macro to mirror MALLOC/CALLOCAaron Griffin
2007-11-06Maintain list tail pointers in the head nodeAaron Griffin
2007-11-05libalpm/db.c: change two warnings to errorsDan McGee
2007-11-04Remove the newline automatically added by alpm_logaction.Chantry Xavier
2007-11-04libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee
2007-11-04libalpm: open the logstream on demandDan McGee
2007-11-04Clean up usage of extern variablesDan McGee
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee
2007-11-04Add some more autoconf macros to filter our CFLAGS usageDan McGee
2007-11-04Add a little const correctness fix to alpm_listDan McGee
2007-10-29When printing size_t, use %zdDan McGee
2007-10-29libalpm/handle.c: make realpath() call portableDan McGee
2007-10-29Copy pmdelta_t objects in _alpm_pkg_dup()Dan McGee
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