summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-27Add some unowned symlink replacement testsDan McGee4-1/+77
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 McGee4-43/+74
2011-10-25lib/sync: inform callers of compute_download_size of a partialDave Reisner1-2/+6
2011-10-25Fix libtool detection of --as-needed flagAllan McRae1-3/+6
2011-10-25Update libtool filesAllan McRae2-35/+51
2011-10-24Add more logging to download codeDan McGee1-3/+11
2011-10-22Merge branch 'maint'Dan McGee11-66/+56
2011-10-22Hide empty columns in table package list displayDan McGee1-24/+71
2011-10-22pacman: show repo name in download promptDave Reisner1-1/+6
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-21bacman: pkgrel does not have to be an integerlolilolicon1-1/+1
2011-10-21sync: dont group sync records by repositoryDave Reisner2-81/+86
2011-10-21Remove remaining usages of fprintf() from frontendDan McGee2-4/+5
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee8-60/+47
2011-10-21Use stderr as output stream for pm_printf()Dan McGee1-1/+1
2011-10-17base64: don't compile base64_encode() functionDan McGee2-0/+4
2011-10-17pacman-key: add a default keyserver timeout value on --initDan McGee1-0/+1
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-17Table display: print message with warning: prefixDan McGee1-1/+2
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 McGee8-73/+141
2011-10-14makepkg: don't attach traps until after argument parsingDan McGee1-11/+9
2011-10-14Use fputs and putchar in callback progress displayDan McGee1-15/+15
2011-10-14Remove -f short option for --forceDan McGee10-14/+15
2011-10-14Add missing #ifdef around cURL error code in download structDan McGee1-0/+2
2011-10-14Use puts() instead of no-op printf() where applicableDan McGee6-22/+27
2011-10-14Remove mcheck.h supportDan McGee2-10/+0
2011-10-13Fix some strict 32-bit gcc warningsDan McGee2-2/+5
2011-10-13Coding style cleanupsDan McGee1-5/+5
2011-10-13curl_gethost() potential bug fixupsDan McGee1-10/+14
2011-10-13doc/index.txt: Reformat past releases chartDan McGee1-41/+94
2011-10-13doc: update .gitignore, add CSS override for new tables usageDan McGee3-6/+17
2011-10-13Merge branch 'maint'Dan McGee5-67/+97
2011-10-13Update NEWS for missing 4.0 stuff and 4.0.1 changes so farDan McGee1-1/+4
2011-10-13scripts/*.sh.in: Honor TMPDIR environment variableLukas Fleischer2-2/+2
2011-10-13scripts/*.sh.in: Fix signal handler error messagesLukas Fleischer2-3/+7
2011-10-13repo-add: Avoid race condition in signal handlersLukas Fleischer1-2/+8
2011-10-13Add user-visible warning message if public keyring not foundDan McGee1-0/+3
2011-10-12Remove alpm_list_getdata wrapper functionDan McGee14-99/+85
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