summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-11-01Merge branch 'maint'Dan McGee
2011-10-27dload: remove redundant conditionalDave Reisner
2011-10-27dload: chmod tempfiles to respect umaskDave Reisner
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee
2011-10-26Fix issues with replacing unowned symlinksDan McGee
2011-10-26Don't realloc a 0-length files array when loading packagesDan McGee
2011-10-26libalpm/util: two stat() related cleanupsDan McGee
2011-10-25Merge branch 'maint'Dan McGee
2011-10-25lib/sync: inform callers of compute_download_size of a partialDave Reisner
2011-10-24Add more logging to download codeDan McGee
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