summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-07-19Rephrase some debug messages in alpm/sync.cNagy Gabor
2008-07-19Use NULL instead of "" as no causingpkgNagy Gabor
2008-07-17alpm_list_remove treat NULL needle as "nothing"Nagy Gabor
2008-07-17Fix a possible segfault in alpm/remove.cNagy Gabor
2008-07-15_alpm_db_add_pkgincache reworkNagy Gabor
2008-07-15Fix some memleaks in alpm/add.cNagy Gabor
2008-07-15Fix a wrong FREELIST usage in add.cNagy Gabor
2008-07-13sync_addtarget reworkNagy Gabor
2008-07-07Merge branch 'maint'Dan McGee
2008-07-07Fix a bogus message in Hungarian translationNagy Gabor
2008-07-07Resolvedeps reworkNagy Gabor
2008-07-07Swap parameters on PM_TRANS_CONV_INSTALL_IGNOREPKG callback functionNagy Gabor
2008-07-07New _alpm_find_dep_satisfier functionNagy Gabor
2008-07-07New _alpm_dep_edge functionNagy Gabor
2008-07-07Don't duplicate packages in requiredby listNagy Gabor
2008-06-19Merge branch 'maint'Dan McGee
2008-06-19Add libalpm Türkçe (Turkish) translationAlper KANAT
2008-06-15Use access() instead of stat() when possibleDan McGee
2008-06-12Merge branch 'maint'Dan McGee
2008-06-12Spanish translation updatesJuan Pablo González Tognarelli
2008-06-08Various updates needed prior to a new releaseDan McGee
2008-06-07Minor fix to German translationThomas Bächler
2008-06-04Don't display filename on -Qip operation.Xavier Chantry
2008-06-04Get rid of double / in database paths.Xavier Chantry
2008-06-04Reimplement TotalDownload functionalityDan McGee
2008-06-04Use correct C type for file sizesDan McGee
2008-06-03libalpm/md5: Fix license headerDan McGee
2008-05-30Fix versioncmp regression after updateDan McGee
2008-05-29Tidy up of the handle struct in libalpmAllan McRae
2008-05-29Remove PM_TRANS_EVT_EXTRACT_START.Xavier Chantry
2008-05-29be_files : stores REPLACES and FORCE in desc.Xavier Chantry
2008-05-29Add some verbosity to _alpm_db_read.Nagy Gabor
2008-05-29Fix for remove052.py by moving recursedeps before checkdeps.Nagy Gabor
2008-05-14Fix compilation warning on x86_64Dan McGee
2008-05-14Remove wrapper call around versioncmpDan McGee
2008-05-14Update _alpm_versioncmpDan McGee
2008-05-13Simplify _alpm_pkg_new()Dan McGee
2008-05-13Remove lazy init code from pkg name and version functionsDan McGee
2008-05-13Fix rewinddir regression by cleaning up db_scanXavier Chantry
2008-05-13Remove an outdated exception check in file conflict codeDan McGee
2008-05-13Cleanup usages of alpm_list_find and alpm_list_remove.Chantry Xavier
2008-05-13Swap the parameters of alpm_pkg_findNagy Gabor
2008-05-13Remove errant include of error.hDan McGee
2008-05-11Merge branch 'maint'Dan McGee
2008-05-11Refactor pkg_load/parse_descfile into a new backend fileDan McGee
2008-05-11Remove some useless abstraction and start db cleanupDan McGee
2008-05-10Add detailed description to alpm_pkg_loadSebastian Nowicki
2008-05-10Update makepath to remove PATH_MAX usageDan McGee
2008-05-08Use strdup() instead of a static bufferDan McGee
2008-05-08Update md5 routinesDan McGee