summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-10-13Fix some strict 32-bit gcc warningsDan McGee
2011-10-13Merge branch 'maint'Dan McGee
2011-10-12Add user-visible warning message if public keyring not foundDan McGee
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee
2011-10-12diskspace: extract check_mountpoint() functionDan McGee
2011-10-12_alpm_archive_fgets: optimize EOL searchDan McGee
2011-10-12signing: delay gpgme_init() until latest possible momentDan McGee
2011-10-12Convert MALLOC to actually call malloc()Dan McGee
2011-10-12Move infrequently used path variables off the stackDan McGee
2011-10-12Extract a try_rename helper from extract_single_file()Dan McGee
2011-10-12Introduce alpm_time_t typeDan McGee
2011-10-12_alpm_parsedate: use strtoll() to parse numeric valueDan McGee
2011-10-12Final Transifex update before 4.0Dan McGee
2011-10-11Update translations from TransifexDan McGee
2011-10-10dload: unhook error buffer after transfer finishesDave Reisner
2011-10-05Update translation message catalogs in prep for 4.0 releaseDan McGee
2011-10-05Update translations from TransifexDan McGee
2011-10-04Parse '0' as a valid package installed sizeDan McGee
2011-09-30Use _alpm_local_db_pkgpath in _cache_changelog_openDan McGee
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee
2011-09-30Refactor _alpm_runscriptlet()Dan McGee
2011-09-29move prevprogress onto payload handleDave Reisner
2011-09-28Refactor download payload reset and freeDan McGee
2011-09-28Initialize cURL library on first useDan McGee
2011-09-28Track unresolvable transaction packagesDan McGee
2011-09-28Move pacsave path construction code off the stackDan McGee
2011-09-28Use the full buffer when computing md5/sha256 sumsDan McGee
2011-09-28Fix memory leak in download payload->remote_nameDan McGee
2011-09-27Revert "libalpm: compare pkgname with strcoll"Dan McGee
2011-09-27_alpm_splitdep: use malloc instead of callocDan McGee
2011-09-27be_sync: fetch only entry mode, not full stat structDan McGee
2011-09-27alpm_list: use malloc instead of callocDan McGee
2011-09-27Fix compilation using --without-gpgmeDan McGee
2011-09-27Remove unnecessary loggerDan McGee
2011-09-27Delay check for repository servers until we need themDan McGee
2011-09-26Ensure fileconflict value is actually a stringDan McGee
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee
2011-09-22Ensure database validity flags are set in invalid signature caseDan McGee
2011-09-22Handle key import errors correctly and with good error messagesDan McGee
2011-09-22signing: be consistent with returning -1 for error casesDan McGee
2011-09-22Regenerate message catalogs and translationsDan McGee
2011-09-22Translation file updates from TransifexDan McGee
2011-09-22Add status and check for key being disabledDan McGee
2011-09-22Implement PGP key search and importDan McGee
2011-09-22signing: document most undocumented functionsDan McGee
2011-09-22Add _alpm_process_siglist() logic to failed package validationDan McGee
2011-09-22Add new import key question enum value and stub frontend functionDan McGee
2011-09-22Add alpm_capabilities() method and enumerationDan McGee
2011-09-22Move default siglevel value from backend to frontendDan McGee
2011-09-22validate_deltas: split verify/check errors loopsDan McGee