summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-12-01Add helper function for duplicating depends listsDan McGee1-27/+31
2011-11-22added doxygen documentationandrew.gregory.8@gmail.com2-30/+124
2011-11-21add key algo to import msgFlorian Pritz2-0/+21
2011-11-21change gpg import message to resemble gpg --list-keysFlorian Pritz2-0/+4
2011-11-16Update alpm_errno_t type to non-enum versionDan McGee1-1/+1
2011-11-16Merge branch 'maint'Dan McGee30-183/+197
2011-11-16Add helper method for creating and opening archive objectDan McGee5-91/+122
2011-11-16Update translations from TransifexDan McGee2-33/+34
2011-11-15Allow sync_prepare to work in certain cases without sync databasesDan McGee2-10/+19
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder6-14/+14
2011-11-14Update translations from TransifexDan McGee27-140/+144
2011-11-14Updates in preparation for 4.0.1 releaseDan McGee1-2/+2
2011-11-13add support for back end fnmatch'd optionsDave Reisner5-6/+13
2011-11-11invert iteration order for ignoregroupDave Reisner1-2/+2
2011-11-07Merge branch 'maint'Dan McGee1-1/+1
2011-11-02Fix thinko in _alpm_strip_newlineDan McGee1-1/+1
2011-11-01libalpm/util: don't use sprintf to convert from bin to hexDan McGee1-10/+14
2011-11-01Fix size reported in CALLOC allocation failure messageDan McGee1-1/+1
2011-11-01Convert package and database archive reads to use file descriptorsDan McGee2-39/+65
2011-11-01libalpm/util: use low-level I/O for copyfile and checksum routinesDan McGee1-55/+61
2011-11-01Add OPEN() and CLOSE() util macrosDan McGee4-28/+24
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