summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-24Add more logging to download codeDan McGee
2011-10-21Merge branch 'maint'Dan McGee
2011-10-21Hide empty columns in table package list displayDan McGee
2011-10-21pacman: show repo name in download promptDave Reisner
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-21bacman: pkgrel does not have to be an integerlolilolicon
2011-10-21sync: dont group sync records by repositoryDave Reisner
2011-10-21Remove remaining usages of fprintf() from frontendDan McGee
2011-10-21Remove pm_fprintf() in favor of pm_printf()Dan McGee
2011-10-21Use stderr as output stream for pm_printf()Dan McGee
2011-10-17base64: don't compile base64_encode() functionDan McGee
2011-10-17pacman-key: add a default keyserver timeout value on --initDan 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-17Table display: print message with warning: prefixDan McGee
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-14makepkg: don't attach traps until after argument parsingDan McGee
2011-10-14Use fputs and putchar in callback progress displayDan McGee
2011-10-14Remove -f short option for --forceDan McGee
2011-10-14Add missing #ifdef around cURL error code in download structDan McGee
2011-10-13Use puts() instead of no-op printf() where applicableDan McGee
2011-10-13Remove mcheck.h supportDan McGee
2011-10-13Fix some strict 32-bit gcc warningsDan McGee
2011-10-13Coding style cleanupsDan McGee
2011-10-13curl_gethost() potential bug fixupsDan McGee
2011-10-13doc/index.txt: Reformat past releases chartDan McGee
2011-10-13doc: update .gitignore, add CSS override for new tables usageDan McGee
2011-10-13Merge branch 'maint'Dan McGee
2011-10-13Update NEWS for missing 4.0 stuff and 4.0.1 changes so farDan McGee
2011-10-13scripts/*.sh.in: Honor TMPDIR environment variableLukas Fleischer
2011-10-13scripts/*.sh.in: Fix signal handler error messagesLukas Fleischer
2011-10-13repo-add: Avoid race condition in signal handlersLukas Fleischer
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-12VerbosePkgLists: format table lines in i18n-compatible wayDan 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-12Bump version to 4.0.0v4.0.0Dan McGee