summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-10-21Merge branch 'maint'Dan McGee
2011-10-21sync: move file download loop out of download_filesDave Reisner
2011-10-21sync: check for necessary disk space for downloadDave Reisner
2011-10-21sync: extract build_payload() method from find_dl_candidatesDan McGee
2011-10-21sync: dont group sync records by repositoryDave Reisner
2011-10-17base64: don't compile base64_encode() functionDan McGee
2011-10-17Show an error message on failed remote key lookupDan McGee
2011-10-17dload: add pointer to server list for each payloadDave Reisner
2011-10-17diskspace: create static function mount_point_list_freeDave Reisner
2011-10-17diskspace: add _alpm_check_downloadspace()Dave Reisner
2011-10-14Large performance improvement for check for owned directoriesDan McGee
2011-10-14Make _alpm_filelist_contains() NULL-safeDan McGee
2011-10-14Merge branch 'maint'Dan McGee
2011-10-14Add missing #ifdef around cURL error code in download structDan McGee
2011-10-13Fix some strict 32-bit gcc warningsDan McGee
2011-10-13curl_gethost() potential bug fixupsDan 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