summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2007-11-11Ensure list tail pointer is updated when we remove tail nodeDan McGee1-2/+10
2007-11-11Incorrect usage of alpm_db_whatprovides in sync.cNagy Gabor1-4/+4
2007-11-11libalpm: fix lstat wrapper to actually use newpathDan McGee1-1/+1
2007-11-11Remove unused and broken alpm_list_remove_node functionDan McGee2-30/+0
2007-11-11Implement TotalDownload option.Nathan Jones5-16/+55
2007-11-11Implement IgnoreGroup.Nathan Jones5-7/+37
2007-11-11Add IgnoreGroup and --ignoregroup option.Nathan Jones3-0/+26
2007-11-09Fix some issues with localized dates/epoch usageDan McGee2-0/+6
2007-11-09Update Italian TranslationGiovanni Scafora1-334/+329
2007-11-08Update en_GB translationJeff Bailes1-329/+368
2007-11-07Add STRDUP macro to mirror MALLOC/CALLOCAaron Griffin1-0/+2
2007-11-07Maintain list tail pointers in the head nodeAaron Griffin2-16/+46
2007-11-06libalpm/db.c: change two warnings to errorsDan McGee1-2/+2
2007-11-05Remove the newline automatically added by alpm_logaction.Chantry Xavier3-17/+16
2007-11-05libalpm: use an lstat wrapper so we never dereference dir symlinksDan McGee5-6/+32
2007-11-04libalpm: open the logstream on demandDan McGee2-23/+25
2007-11-04Clean up usage of extern variablesDan McGee4-3/+4
2007-11-04Readd scriptlet logging that got lost in an earlier commitDan McGee5-9/+25
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