summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-11-01Merge branch 'maint'Dan McGee7-44/+69
2011-10-28dload: remove redundant conditionalDave Reisner1-2/+3
2011-10-28dload: chmod tempfiles to respect umaskDave Reisner1-1/+12
2011-10-27Introduce ALPM_BUFFER_SIZE constantDan McGee5-19/+25
2011-10-27Fix issues with replacing unowned symlinksDan McGee1-14/+19
2011-10-26Don't realloc a 0-length files array when loading packagesDan McGee1-8/+10
2011-10-26libalpm/util: two stat() related cleanupsDan McGee1-14/+13
2011-10-25Merge branch 'maint'Dan McGee2-5/+17
2011-10-25lib/sync: inform callers of compute_download_size of a partialDave Reisner1-2/+6
2011-10-24Add more logging to download codeDan McGee1-3/+11
2011-10-22Merge branch 'maint'Dan McGee1-2/+2
2011-10-22sync: move file download loop out of download_filesDave Reisner1-21/+25
2011-10-22sync: check for necessary disk space for downloadDave Reisner1-0/+28
2011-10-22sync: extract build_payload() method from find_dl_candidatesDan McGee2-15/+19
2011-10-21sync: dont group sync records by repositoryDave Reisner1-80/+85
2011-10-17base64: don't compile base64_encode() functionDan McGee2-0/+4
2011-10-17Show an error message on failed remote key lookupDan McGee1-2/+2
2011-10-17dload: add pointer to server list for each payloadDave Reisner2-0/+3
2011-10-17diskspace: create static function mount_point_list_freeDave Reisner1-11/+14
2011-10-17diskspace: add _alpm_check_downloadspace()Dave Reisner2-0/+51
2011-10-14Large performance improvement for check for owned directoriesDan McGee1-5/+11
2011-10-14Make _alpm_filelist_contains() NULL-safeDan McGee1-3/+7
2011-10-14Merge branch 'maint'Dan McGee2-10/+16
2011-10-14Add missing #ifdef around cURL error code in download structDan McGee1-0/+2
2011-10-13Fix some strict 32-bit gcc warningsDan McGee1-1/+3
2011-10-13curl_gethost() potential bug fixupsDan McGee1-10/+14
2011-10-13Merge branch 'maint'Dan McGee1-19/+30
2011-10-13Add user-visible warning message if public keyring not foundDan McGee1-0/+3
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee2-14/+0
2011-10-12diskspace: extract check_mountpoint() functionDan McGee1-17/+23
2011-10-12_alpm_archive_fgets: optimize EOL searchDan McGee1-17/+17
2011-10-12signing: delay gpgme_init() until latest possible momentDan McGee1-19/+27
2011-10-12Convert MALLOC to actually call malloc()Dan McGee2-3/+3
2011-10-12Move infrequently used path variables off the stackDan McGee1-23/+30
2011-10-12Extract a try_rename helper from extract_single_file()Dan McGee1-20/+18
2011-10-12Introduce alpm_time_t typeDan McGee9-35/+29
2011-10-12_alpm_parsedate: use strtoll() to parse numeric valueDan McGee1-1/+20
2011-10-12Final Transifex update before 4.0Dan McGee3-55/+59
2011-10-11Update translations from TransifexDan McGee27-188/+331
2011-10-11dload: unhook error buffer after transfer finishesDave Reisner1-1/+4
2011-10-06Update translation message catalogs in prep for 4.0 releaseDan McGee1-2/+6
2011-10-06Update translations from TransifexDan McGee27-280/+267
2011-10-04Parse '0' as a valid package installed sizeDan McGee1-1/+1
2011-09-30Use _alpm_local_db_pkgpath in _cache_changelog_openDan McGee1-4/+4
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee4-18/+20
2011-09-30Refactor _alpm_runscriptlet()Dan McGee4-51/+58
2011-09-29move prevprogress onto payload handleDave Reisner2-8/+4
2011-09-28Refactor download payload reset and freeDan McGee4-48/+51
2011-09-28Initialize cURL library on first useDan McGee4-40/+44
2011-09-28Track unresolvable transaction packagesDan McGee3-9/+18